PMD report

Problems found

#FileLineProblem
25885 src/com/gps/automation/BusInfoPOJO.java 6 headerCommentRequirement Required
25886 src/com/gps/automation/BusInfoPOJO.java 8 fieldCommentRequirement Required
25887 src/com/gps/automation/BusInfoPOJO.java 9 Private field 'buses' could be made final; it is only initialized in the declaration or constructor.
25888 src/com/gps/automation/BusInfoPOJO.java 9 fieldCommentRequirement Required
25889 src/com/gps/automation/BusInfoPOJO.java 19 Parameter 'orgName' is not assigned and could be declared final
25890 src/com/gps/automation/BusInfoPOJO.java 31 Parameter 'buses' is not assigned and could be declared final
25891 src/com/gps/automation/DataOrganizer.java 18 Comment is too large: Too many lines
25892 src/com/gps/automation/DataOrganizer.java 22 Comment is too large: Line too long
25893 src/com/gps/automation/DataOrganizer.java 43 A high number of imports can indicate a high degree of coupling within an object.
25894 src/com/gps/automation/DataOrganizer.java 43 Possible God class (WMC=249, ATFD=270, TCC=0.0)
25895 src/com/gps/automation/DataOrganizer.java 44 Avoid unused imports such as 'java.io.StringReader'
25896 src/com/gps/automation/DataOrganizer.java 45 Avoid unused imports such as 'java.sql.Connection'
25897 src/com/gps/automation/DataOrganizer.java 46 Avoid unused imports such as 'java.sql.ResultSet'
25898 src/com/gps/automation/DataOrganizer.java 47 Avoid unused imports such as 'java.sql.SQLException'
25899 src/com/gps/automation/DataOrganizer.java 48 Avoid unused imports such as 'java.sql.Statement'
25900 src/com/gps/automation/DataOrganizer.java 49 Avoid unused imports such as 'java.sql.Time'
25901 src/com/gps/automation/DataOrganizer.java 60 Avoid unused imports such as 'javax.xml.parsers.DocumentBuilder'
25902 src/com/gps/automation/DataOrganizer.java 61 Avoid unused imports such as 'javax.xml.parsers.DocumentBuilderFactory'
25903 src/com/gps/automation/DataOrganizer.java 63 Avoid unused imports such as 'com.gps.utilities.LoggerStackTraceUtil'
25904 src/com/gps/automation/DataOrganizer.java 70 Avoid unused imports such as 'org.w3c.dom.Document'
25905 src/com/gps/automation/DataOrganizer.java 71 Avoid unused imports such as 'org.xml.sax.InputSource'
25906 src/com/gps/automation/DataOrganizer.java 87 Avoid unused imports such as 'com.gps.utilities.PacketUpdator'
25907 src/com/gps/automation/DataOrganizer.java 88 Avoid unused imports such as 'com.gps.utilities.VehicleInfoFetcher'
25908 src/com/gps/automation/DataOrganizer.java 89 Avoid unused imports such as 'com.gps.utilities.geoCoder'
25909 src/com/gps/automation/DataOrganizer.java 95 Avoid really long classes.
25910 src/com/gps/automation/DataOrganizer.java 95 The class 'DataOrganizer' has a Cyclomatic Complexity of 6 (Highest = 20).
25911 src/com/gps/automation/DataOrganizer.java 95 This class has too many methods, consider refactoring it.
25912 src/com/gps/automation/DataOrganizer.java 95 headerCommentRequirement Required
25913 src/com/gps/automation/DataOrganizer.java 97 The Logger variable declaration does not contain the static and final modifiers
25914 src/com/gps/automation/DataOrganizer.java 97 Use explicit scoping instead of the default package private level
25915 src/com/gps/automation/DataOrganizer.java 97 fieldCommentRequirement Required
25916 src/com/gps/automation/DataOrganizer.java 99 Avoid using implementation types like 'Hashtable'; use the interface instead
25917 src/com/gps/automation/DataOrganizer.java 99 Consider replacing this Hashtable with the newer java.util.Map
25918 src/com/gps/automation/DataOrganizer.java 99 fieldCommentRequirement Required
25919 src/com/gps/automation/DataOrganizer.java 102 Found non-transient, non-static member. Please mark as transient or provide accessors.
25920 src/com/gps/automation/DataOrganizer.java 102 Use explicit scoping instead of the default package private level
25921 src/com/gps/automation/DataOrganizer.java 102 fieldCommentRequirement Required
25922 src/com/gps/automation/DataOrganizer.java 104 Found non-transient, non-static member. Please mark as transient or provide accessors.
25923 src/com/gps/automation/DataOrganizer.java 104 Use explicit scoping instead of the default package private level
25924 src/com/gps/automation/DataOrganizer.java 104 When instantiating a SimpleDateFormat object, specify a Locale
25925 src/com/gps/automation/DataOrganizer.java 104 fieldCommentRequirement Required
25926 src/com/gps/automation/DataOrganizer.java 110 Local variable 'dropCount' could be declared final
25927 src/com/gps/automation/DataOrganizer.java 112 There is log block not surrounded by if
25928 src/com/gps/automation/DataOrganizer.java 112 There is log block not surrounded by if
25929 src/com/gps/automation/DataOrganizer.java 115 Local variable 'createCount' could be declared final
25930 src/com/gps/automation/DataOrganizer.java 118 There is log block not surrounded by if
25931 src/com/gps/automation/DataOrganizer.java 118 There is log block not surrounded by if
25932 src/com/gps/automation/DataOrganizer.java 120 There is log block not surrounded by if
25933 src/com/gps/automation/DataOrganizer.java 120 There is log block not surrounded by if
25934 src/com/gps/automation/DataOrganizer.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25935 src/com/gps/automation/DataOrganizer.java 123 There is log block not surrounded by if
25936 src/com/gps/automation/DataOrganizer.java 123 There is log block not surrounded by if
25937 src/com/gps/automation/DataOrganizer.java 131 Found 'DD'-anomaly for variable 'status' (lines '131'-'133').
25938 src/com/gps/automation/DataOrganizer.java 134 Avoid using Literals in Conditional Statements
25939 src/com/gps/automation/DataOrganizer.java 135 Avoid using if...else statements without curly braces
25940 src/com/gps/automation/DataOrganizer.java 135 There is log block not surrounded by if
25941 src/com/gps/automation/DataOrganizer.java 135 There is log block not surrounded by if
25942 src/com/gps/automation/DataOrganizer.java 137 Avoid using if...else statements without curly braces
25943 src/com/gps/automation/DataOrganizer.java 137 There is log block not surrounded by if
25944 src/com/gps/automation/DataOrganizer.java 137 There is log block not surrounded by if
25945 src/com/gps/automation/DataOrganizer.java 138 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25946 src/com/gps/automation/DataOrganizer.java 139 Potential violation of Law of Demeter (object not created locally)
25947 src/com/gps/automation/DataOrganizer.java 139 There is log block not surrounded by if
25948 src/com/gps/automation/DataOrganizer.java 154 Parameter 'vehicleId' is not assigned and could be declared final
25949 src/com/gps/automation/DataOrganizer.java 154 publicMethodCommentRequirement Required
25950 src/com/gps/automation/DataOrganizer.java 156 Local variable 'vehVO' could be declared final
25951 src/com/gps/automation/DataOrganizer.java 159 Found 'DD'-anomaly for variable 'resultData' (lines '159'-'166').
25952 src/com/gps/automation/DataOrganizer.java 160 Found 'DD'-anomaly for variable 'vehBean' (lines '160'-'173').
25953 src/com/gps/automation/DataOrganizer.java 160 Found 'DU'-anomaly for variable 'vehBean' (lines '160'-'204').
25954 src/com/gps/automation/DataOrganizer.java 163 The String literal "query:" appears 11 times in this file; the first occurrence is on line 163
25955 src/com/gps/automation/DataOrganizer.java 163 There is log block not surrounded by if
25956 src/com/gps/automation/DataOrganizer.java 163 There is log block not surrounded by if
25957 src/com/gps/automation/DataOrganizer.java 164 The String literal "vehicleId" appears 7 times in this file; the first occurrence is on line 164
25958 src/com/gps/automation/DataOrganizer.java 168 Potential violation of Law of Demeter (object not created locally)
25959 src/com/gps/automation/DataOrganizer.java 170 Local variable 'resultIter' could be declared final
25960 src/com/gps/automation/DataOrganizer.java 170 Potential violation of Law of Demeter (object not created locally)
25961 src/com/gps/automation/DataOrganizer.java 176 Potential violation of Law of Demeter (object not created locally)
25962 src/com/gps/automation/DataOrganizer.java 176 Potential violation of Law of Demeter (object not created locally)
25963 src/com/gps/automation/DataOrganizer.java 177 Potential violation of Law of Demeter (object not created locally)
25964 src/com/gps/automation/DataOrganizer.java 177 Potential violation of Law of Demeter (object not created locally)
25965 src/com/gps/automation/DataOrganizer.java 179 Potential violation of Law of Demeter (object not created locally)
25966 src/com/gps/automation/DataOrganizer.java 179 Potential violation of Law of Demeter (object not created locally)
25967 src/com/gps/automation/DataOrganizer.java 181 Potential violation of Law of Demeter (object not created locally)
25968 src/com/gps/automation/DataOrganizer.java 181 Potential violation of Law of Demeter (object not created locally)
25969 src/com/gps/automation/DataOrganizer.java 182 Potential violation of Law of Demeter (object not created locally)
25970 src/com/gps/automation/DataOrganizer.java 183 Potential violation of Law of Demeter (object not created locally)
25971 src/com/gps/automation/DataOrganizer.java 183 Potential violation of Law of Demeter (object not created locally)
25972 src/com/gps/automation/DataOrganizer.java 185 Potential violation of Law of Demeter (object not created locally)
25973 src/com/gps/automation/DataOrganizer.java 186 Potential violation of Law of Demeter (object not created locally)
25974 src/com/gps/automation/DataOrganizer.java 186 Potential violation of Law of Demeter (object not created locally)
25975 src/com/gps/automation/DataOrganizer.java 188 Potential violation of Law of Demeter (object not created locally)
25976 src/com/gps/automation/DataOrganizer.java 188 Potential violation of Law of Demeter (object not created locally)
25977 src/com/gps/automation/DataOrganizer.java 189 Potential violation of Law of Demeter (object not created locally)
25978 src/com/gps/automation/DataOrganizer.java 189 Potential violation of Law of Demeter (object not created locally)
25979 src/com/gps/automation/DataOrganizer.java 190 Potential violation of Law of Demeter (object not created locally)
25980 src/com/gps/automation/DataOrganizer.java 190 Potential violation of Law of Demeter (object not created locally)
25981 src/com/gps/automation/DataOrganizer.java 191 Potential violation of Law of Demeter (object not created locally)
25982 src/com/gps/automation/DataOrganizer.java 191 Potential violation of Law of Demeter (object not created locally)
25983 src/com/gps/automation/DataOrganizer.java 192 Potential violation of Law of Demeter (object not created locally)
25984 src/com/gps/automation/DataOrganizer.java 192 Potential violation of Law of Demeter (object not created locally)
25985 src/com/gps/automation/DataOrganizer.java 195 Avoid catching NullPointerException; consider removing the cause of the NPE.
25986 src/com/gps/automation/DataOrganizer.java 195 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25987 src/com/gps/automation/DataOrganizer.java 196 There is log block not surrounded by if
25988 src/com/gps/automation/DataOrganizer.java 197 Potential violation of Law of Demeter (object not created locally)
25989 src/com/gps/automation/DataOrganizer.java 199 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25990 src/com/gps/automation/DataOrganizer.java 200 There is log block not surrounded by if
25991 src/com/gps/automation/DataOrganizer.java 201 Potential violation of Law of Demeter (object not created locally)
25992 src/com/gps/automation/DataOrganizer.java 208 Found 'UR'-anomaly for variable 'vehBean' (lines '208'-'223').
25993 src/com/gps/automation/DataOrganizer.java 208 Parameter 'esn' is not assigned and could be declared final
25994 src/com/gps/automation/DataOrganizer.java 208 The method 'getPacketInfo' has a Cyclomatic Complexity of 10.
25995 src/com/gps/automation/DataOrganizer.java 208 publicMethodCommentRequirement Required
25996 src/com/gps/automation/DataOrganizer.java 209 Found 'DD'-anomaly for variable 'qryResult' (lines '209'-'221').
25997 src/com/gps/automation/DataOrganizer.java 211 Found 'DD'-anomaly for variable 'vehDAO' (lines '211'-'216').
25998 src/com/gps/automation/DataOrganizer.java 212 Local variable 'deviceList' could be declared final
25999 src/com/gps/automation/DataOrganizer.java 216 Found 'DU'-anomaly for variable 'vehDAO' (lines '216'-'247').
26000 src/com/gps/automation/DataOrganizer.java 217 There is log block not surrounded by if
26001 src/com/gps/automation/DataOrganizer.java 217 There is log block not surrounded by if
26002 src/com/gps/automation/DataOrganizer.java 222 Local variable 'vehBean' could be declared final
26003 src/com/gps/automation/DataOrganizer.java 223 Potential violation of Law of Demeter (object not created locally)
26004 src/com/gps/automation/DataOrganizer.java 223 Potential violation of Law of Demeter (object not created locally)
26005 src/com/gps/automation/DataOrganizer.java 223 Potential violation of Law of Demeter (object not created locally)
26006 src/com/gps/automation/DataOrganizer.java 223 Potential violation of Law of Demeter (object not created locally)
26007 src/com/gps/automation/DataOrganizer.java 223 Potential violation of Law of Demeter (object not created locally)
26008 src/com/gps/automation/DataOrganizer.java 224 There is log block not surrounded by if
26009 src/com/gps/automation/DataOrganizer.java 224 There is log block not surrounded by if
26010 src/com/gps/automation/DataOrganizer.java 225 Local variable 'data' could be declared final
26011 src/com/gps/automation/DataOrganizer.java 225 Potential violation of Law of Demeter (object not created locally)
26012 src/com/gps/automation/DataOrganizer.java 226 Potential violation of Law of Demeter (object not created locally)
26013 src/com/gps/automation/DataOrganizer.java 228 Potential violation of Law of Demeter (object not created locally)
26014 src/com/gps/automation/DataOrganizer.java 232 Potential violation of Law of Demeter (object not created locally)
26015 src/com/gps/automation/DataOrganizer.java 232 There is log block not surrounded by if
26016 src/com/gps/automation/DataOrganizer.java 232 There is log block not surrounded by if
26017 src/com/gps/automation/DataOrganizer.java 233 Avoid using Literals in Conditional Statements
26018 src/com/gps/automation/DataOrganizer.java 233 Potential violation of Law of Demeter (object not created locally)
26019 src/com/gps/automation/DataOrganizer.java 233 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
26020 src/com/gps/automation/DataOrganizer.java 242 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26021 src/com/gps/automation/DataOrganizer.java 243 There is log block not surrounded by if
26022 src/com/gps/automation/DataOrganizer.java 251 Parameter 'vehicleData' is not assigned and could be declared final
26023 src/com/gps/automation/DataOrganizer.java 251 Parameter 'vehicleId' is not assigned and could be declared final
26024 src/com/gps/automation/DataOrganizer.java 251 publicMethodCommentRequirement Required
26025 src/com/gps/automation/DataOrganizer.java 252 Found 'DD'-anomaly for variable 'stat' (lines '252'-'282').
26026 src/com/gps/automation/DataOrganizer.java 254 Found 'DD'-anomaly for variable 'creationTime' (lines '254'-'264').
26027 src/com/gps/automation/DataOrganizer.java 254 Found 'DU'-anomaly for variable 'creationTime' (lines '254'-'298').
26028 src/com/gps/automation/DataOrganizer.java 256 Found 'DD'-anomaly for variable 'vehicleBean' (lines '256'-'267').
26029 src/com/gps/automation/DataOrganizer.java 259 There is log block not surrounded by if
26030 src/com/gps/automation/DataOrganizer.java 259 There is log block not surrounded by if
26031 src/com/gps/automation/DataOrganizer.java 263 Avoid using if statements without curly braces
26032 src/com/gps/automation/DataOrganizer.java 264 Found 'DU'-anomaly for variable 'creationTime' (lines '264'-'298').
26033 src/com/gps/automation/DataOrganizer.java 270 Potential violation of Law of Demeter (object not created locally)
26034 src/com/gps/automation/DataOrganizer.java 271 Potential violation of Law of Demeter (object not created locally)
26035 src/com/gps/automation/DataOrganizer.java 272 Potential violation of Law of Demeter (object not created locally)
26036 src/com/gps/automation/DataOrganizer.java 273 Potential violation of Law of Demeter (object not created locally)
26037 src/com/gps/automation/DataOrganizer.java 274 Potential violation of Law of Demeter (object not created locally)
26038 src/com/gps/automation/DataOrganizer.java 275 Potential violation of Law of Demeter (object not created locally)
26039 src/com/gps/automation/DataOrganizer.java 276 Potential violation of Law of Demeter (object not created locally)
26040 src/com/gps/automation/DataOrganizer.java 277 Potential violation of Law of Demeter (object not created locally)
26041 src/com/gps/automation/DataOrganizer.java 278 Potential violation of Law of Demeter (object not created locally)
26042 src/com/gps/automation/DataOrganizer.java 279 Potential violation of Law of Demeter (object not created locally)
26043 src/com/gps/automation/DataOrganizer.java 284 Avoid using Literals in Conditional Statements
26044 src/com/gps/automation/DataOrganizer.java 285 There is log block not surrounded by if
26045 src/com/gps/automation/DataOrganizer.java 285 There is log block not surrounded by if
26046 src/com/gps/automation/DataOrganizer.java 288 There is log block not surrounded by if
26047 src/com/gps/automation/DataOrganizer.java 288 There is log block not surrounded by if
26048 src/com/gps/automation/DataOrganizer.java 292 Potential violation of Law of Demeter (object not created locally)
26049 src/com/gps/automation/DataOrganizer.java 292 There is log block not surrounded by if
26050 src/com/gps/automation/DataOrganizer.java 292 There is log block not surrounded by if
26051 src/com/gps/automation/DataOrganizer.java 293 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26052 src/com/gps/automation/DataOrganizer.java 295 Potential violation of Law of Demeter (object not created locally)
26053 src/com/gps/automation/DataOrganizer.java 295 There is log block not surrounded by if
26054 src/com/gps/automation/DataOrganizer.java 295 There is log block not surrounded by if
26055 src/com/gps/automation/DataOrganizer.java 304 Parameter 'counter' is not assigned and could be declared final
26056 src/com/gps/automation/DataOrganizer.java 304 Parameter 'vehicleId' is not assigned and could be declared final
26057 src/com/gps/automation/DataOrganizer.java 304 publicMethodCommentRequirement Required
26058 src/com/gps/automation/DataOrganizer.java 307 Found 'DD'-anomaly for variable 'stat' (lines '307'-'316').
26059 src/com/gps/automation/DataOrganizer.java 308 Found 'DD'-anomaly for variable 'vehicleBean' (lines '308'-'311').
26060 src/com/gps/automation/DataOrganizer.java 311 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
26061 src/com/gps/automation/DataOrganizer.java 313 Potential violation of Law of Demeter (object not created locally)
26062 src/com/gps/automation/DataOrganizer.java 319 Avoid using Literals in Conditional Statements
26063 src/com/gps/automation/DataOrganizer.java 320 There is log block not surrounded by if
26064 src/com/gps/automation/DataOrganizer.java 320 There is log block not surrounded by if
26065 src/com/gps/automation/DataOrganizer.java 323 There is log block not surrounded by if
26066 src/com/gps/automation/DataOrganizer.java 323 There is log block not surrounded by if
26067 src/com/gps/automation/DataOrganizer.java 326 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26068 src/com/gps/automation/DataOrganizer.java 328 Potential violation of Law of Demeter (object not created locally)
26069 src/com/gps/automation/DataOrganizer.java 328 There is log block not surrounded by if
26070 src/com/gps/automation/DataOrganizer.java 328 There is log block not surrounded by if
26071 src/com/gps/automation/DataOrganizer.java 336 Found 'UR'-anomaly for variable 'vehInfo' (lines '336'-'347').
26072 src/com/gps/automation/DataOrganizer.java 337 Found 'DD'-anomaly for variable 'vehList' (lines '337'-'344').
26073 src/com/gps/automation/DataOrganizer.java 338 Local variable 'tripDAO' could be declared final
26074 src/com/gps/automation/DataOrganizer.java 339 Avoid unused local variables such as 'dao'.
26075 src/com/gps/automation/DataOrganizer.java 339 Found 'DU'-anomaly for variable 'dao' (lines '339'-'371').
26076 src/com/gps/automation/DataOrganizer.java 339 Local variable 'dao' could be declared final
26077 src/com/gps/automation/DataOrganizer.java 340 Found 'DD'-anomaly for variable 'stat' (lines '340'-'347').
26078 src/com/gps/automation/DataOrganizer.java 340 Found 'DU'-anomaly for variable 'stat' (lines '340'-'371').
26079 src/com/gps/automation/DataOrganizer.java 341 Found 'DD'-anomaly for variable 'count' (lines '341'-'350').
26080 src/com/gps/automation/DataOrganizer.java 341 Found 'DU'-anomaly for variable 'count' (lines '341'-'371').
26081 src/com/gps/automation/DataOrganizer.java 344 Potential violation of Law of Demeter (object not created locally)
26082 src/com/gps/automation/DataOrganizer.java 345 Avoid if (x != y) ..; else ..;
26083 src/com/gps/automation/DataOrganizer.java 346 Local variable 'vehInfo' could be declared final
26084 src/com/gps/automation/DataOrganizer.java 349 Avoid using Literals in Conditional Statements
26085 src/com/gps/automation/DataOrganizer.java 349 Avoid using if statements without curly braces
26086 src/com/gps/automation/DataOrganizer.java 350 Found 'DD'-anomaly for variable 'count' (lines '350'-'350').
26087 src/com/gps/automation/DataOrganizer.java 353 There is log block not surrounded by if
26088 src/com/gps/automation/DataOrganizer.java 353 There is log block not surrounded by if
26089 src/com/gps/automation/DataOrganizer.java 355 There is log block not surrounded by if
26090 src/com/gps/automation/DataOrganizer.java 355 There is log block not surrounded by if
26091 src/com/gps/automation/DataOrganizer.java 357 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26092 src/com/gps/automation/DataOrganizer.java 358 There is log block not surrounded by if
26093 src/com/gps/automation/DataOrganizer.java 359 Potential violation of Law of Demeter (object not created locally)
26094 src/com/gps/automation/DataOrganizer.java 365 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26095 src/com/gps/automation/DataOrganizer.java 366 Potential violation of Law of Demeter (object not created locally)
26096 src/com/gps/automation/DataOrganizer.java 366 There is log block not surrounded by if
26097 src/com/gps/automation/DataOrganizer.java 375 Parameter 'reset' is not assigned and could be declared final
26098 src/com/gps/automation/DataOrganizer.java 375 Parameter 'vehicleId' is not assigned and could be declared final
26099 src/com/gps/automation/DataOrganizer.java 375 publicMethodCommentRequirement Required
26100 src/com/gps/automation/DataOrganizer.java 377 Found 'DD'-anomaly for variable 'stat' (lines '377'-'387').
26101 src/com/gps/automation/DataOrganizer.java 378 Found 'DD'-anomaly for variable 'vehicleBean' (lines '378'-'382').
26102 src/com/gps/automation/DataOrganizer.java 384 Potential violation of Law of Demeter (object not created locally)
26103 src/com/gps/automation/DataOrganizer.java 389 Avoid using Literals in Conditional Statements
26104 src/com/gps/automation/DataOrganizer.java 390 There is log block not surrounded by if
26105 src/com/gps/automation/DataOrganizer.java 390 There is log block not surrounded by if
26106 src/com/gps/automation/DataOrganizer.java 393 There is log block not surrounded by if
26107 src/com/gps/automation/DataOrganizer.java 393 There is log block not surrounded by if
26108 src/com/gps/automation/DataOrganizer.java 396 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26109 src/com/gps/automation/DataOrganizer.java 398 Potential violation of Law of Demeter (object not created locally)
26110 src/com/gps/automation/DataOrganizer.java 398 There is log block not surrounded by if
26111 src/com/gps/automation/DataOrganizer.java 398 There is log block not surrounded by if
26112 src/com/gps/automation/DataOrganizer.java 407 Found 'DD'-anomaly for variable 'vehicleList' (lines '407'-'412').
26113 src/com/gps/automation/DataOrganizer.java 408 Local variable 'vehDAO' could be declared final
26114 src/com/gps/automation/DataOrganizer.java 409 Found 'DD'-anomaly for variable 'stat' (lines '409'-'415').
26115 src/com/gps/automation/DataOrganizer.java 412 Potential violation of Law of Demeter (object not created locally)
26116 src/com/gps/automation/DataOrganizer.java 414 Avoid using if statements without curly braces
26117 src/com/gps/automation/DataOrganizer.java 417 Avoid using Literals in Conditional Statements
26118 src/com/gps/automation/DataOrganizer.java 418 There is log block not surrounded by if
26119 src/com/gps/automation/DataOrganizer.java 418 There is log block not surrounded by if
26120 src/com/gps/automation/DataOrganizer.java 420 There is log block not surrounded by if
26121 src/com/gps/automation/DataOrganizer.java 420 There is log block not surrounded by if
26122 src/com/gps/automation/DataOrganizer.java 422 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26123 src/com/gps/automation/DataOrganizer.java 423 There is log block not surrounded by if
26124 src/com/gps/automation/DataOrganizer.java 424 Potential violation of Law of Demeter (object not created locally)
26125 src/com/gps/automation/DataOrganizer.java 430 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26126 src/com/gps/automation/DataOrganizer.java 431 Potential violation of Law of Demeter (object not created locally)
26127 src/com/gps/automation/DataOrganizer.java 431 There is log block not surrounded by if
26128 src/com/gps/automation/DataOrganizer.java 440 Parameter 'vehicleId' is not assigned and could be declared final
26129 src/com/gps/automation/DataOrganizer.java 440 publicMethodCommentRequirement Required
26130 src/com/gps/automation/DataOrganizer.java 442 Found 'DD'-anomaly for variable 'locationData' (lines '442'-'455').
26131 src/com/gps/automation/DataOrganizer.java 443 Local variable 'data' could be declared final
26132 src/com/gps/automation/DataOrganizer.java 451 There is log block not surrounded by if
26133 src/com/gps/automation/DataOrganizer.java 451 There is log block not surrounded by if
26134 src/com/gps/automation/DataOrganizer.java 456 Potential violation of Law of Demeter (object not created locally)
26135 src/com/gps/automation/DataOrganizer.java 457 Local variable 'locationIter' could be declared final
26136 src/com/gps/automation/DataOrganizer.java 457 Potential violation of Law of Demeter (object not created locally)
26137 src/com/gps/automation/DataOrganizer.java 459 Local variable 'rows' could be declared final
26138 src/com/gps/automation/DataOrganizer.java 465 Avoid appending characters as strings in StringBuffer.append.
26139 src/com/gps/automation/DataOrganizer.java 465 Potential violation of Law of Demeter (object not created locally)
26140 src/com/gps/automation/DataOrganizer.java 471 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26141 src/com/gps/automation/DataOrganizer.java 472 There is log block not surrounded by if
26142 src/com/gps/automation/DataOrganizer.java 472 There is log block not surrounded by if
26143 src/com/gps/automation/DataOrganizer.java 473 Potential violation of Law of Demeter (object not created locally)
26144 src/com/gps/automation/DataOrganizer.java 484 Parameter 'vehicleId' is not assigned and could be declared final
26145 src/com/gps/automation/DataOrganizer.java 484 publicMethodCommentRequirement Required
26146 src/com/gps/automation/DataOrganizer.java 486 Found 'DD'-anomaly for variable 'timeResult' (lines '486'-'498').
26147 src/com/gps/automation/DataOrganizer.java 489 Found 'DD'-anomaly for variable 'time' (lines '489'-'502').
26148 src/com/gps/automation/DataOrganizer.java 489 Found 'DU'-anomaly for variable 'time' (lines '489'-'515').
26149 src/com/gps/automation/DataOrganizer.java 490 Found 'DD'-anomaly for variable 'date' (lines '490'-'503').
26150 src/com/gps/automation/DataOrganizer.java 491 Found 'DU'-anomaly for variable 'format' (lines '491'-'515').
26151 src/com/gps/automation/DataOrganizer.java 491 Local variable 'format' could be declared final
26152 src/com/gps/automation/DataOrganizer.java 491 When instantiating a SimpleDateFormat object, specify a Locale
26153 src/com/gps/automation/DataOrganizer.java 494 There is log block not surrounded by if
26154 src/com/gps/automation/DataOrganizer.java 494 There is log block not surrounded by if
26155 src/com/gps/automation/DataOrganizer.java 501 Potential violation of Law of Demeter (object not created locally)
26156 src/com/gps/automation/DataOrganizer.java 501 Potential violation of Law of Demeter (object not created locally)
26157 src/com/gps/automation/DataOrganizer.java 502 Potential violation of Law of Demeter (method chain calls)
26158 src/com/gps/automation/DataOrganizer.java 502 Potential violation of Law of Demeter (object not created locally)
26159 src/com/gps/automation/DataOrganizer.java 503 Potential violation of Law of Demeter (object not created locally)
26160 src/com/gps/automation/DataOrganizer.java 504 There is log block not surrounded by if
26161 src/com/gps/automation/DataOrganizer.java 504 There is log block not surrounded by if
26162 src/com/gps/automation/DataOrganizer.java 509 Potential violation of Law of Demeter (object not created locally)
26163 src/com/gps/automation/DataOrganizer.java 509 There is log block not surrounded by if
26164 src/com/gps/automation/DataOrganizer.java 510 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26165 src/com/gps/automation/DataOrganizer.java 511 There is log block not surrounded by if
26166 src/com/gps/automation/DataOrganizer.java 518 Parameter 'deviceId' is not assigned and could be declared final
26167 src/com/gps/automation/DataOrganizer.java 520 Found 'DD'-anomaly for variable 'tripsResult' (lines '520'-'532').
26168 src/com/gps/automation/DataOrganizer.java 522 Found 'DD'-anomaly for variable 'isPresent' (lines '522'-'536').
26169 src/com/gps/automation/DataOrganizer.java 529 There is log block not surrounded by if
26170 src/com/gps/automation/DataOrganizer.java 529 There is log block not surrounded by if
26171 src/com/gps/automation/DataOrganizer.java 534 Avoid using Literals in Conditional Statements
26172 src/com/gps/automation/DataOrganizer.java 534 Potential violation of Law of Demeter (object not created locally)
26173 src/com/gps/automation/DataOrganizer.java 535 There is log block not surrounded by if
26174 src/com/gps/automation/DataOrganizer.java 535 There is log block not surrounded by if
26175 src/com/gps/automation/DataOrganizer.java 538 There is log block not surrounded by if
26176 src/com/gps/automation/DataOrganizer.java 538 There is log block not surrounded by if
26177 src/com/gps/automation/DataOrganizer.java 540 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26178 src/com/gps/automation/DataOrganizer.java 541 There is log block not surrounded by if
26179 src/com/gps/automation/DataOrganizer.java 541 There is log block not surrounded by if
26180 src/com/gps/automation/DataOrganizer.java 542 Potential violation of Law of Demeter (object not created locally)
26181 src/com/gps/automation/DataOrganizer.java 549 Parameter 'vehList' is not assigned and could be declared final
26182 src/com/gps/automation/DataOrganizer.java 549 The method 'setLatestData' has a Cyclomatic Complexity of 10.
26183 src/com/gps/automation/DataOrganizer.java 550 Found 'DD'-anomaly for variable 'status' (lines '550'-'620').
26184 src/com/gps/automation/DataOrganizer.java 553 Found 'DD'-anomaly for variable 'vds' (lines '553'-'583').
26185 src/com/gps/automation/DataOrganizer.java 553 Found 'DU'-anomaly for variable 'vds' (lines '553'-'634').
26186 src/com/gps/automation/DataOrganizer.java 554 Found 'DD'-anomaly for variable 'vehicletypeid' (lines '554'-'585').
26187 src/com/gps/automation/DataOrganizer.java 554 Found 'DU'-anomaly for variable 'vehicletypeid' (lines '554'-'634').
26188 src/com/gps/automation/DataOrganizer.java 555 Found 'DD'-anomaly for variable 'stablefuelvalue' (lines '555'-'584').
26189 src/com/gps/automation/DataOrganizer.java 555 Found 'DU'-anomaly for variable 'stablefuelvalue' (lines '555'-'634').
26190 src/com/gps/automation/DataOrganizer.java 556 Found 'DD'-anomaly for variable 'vehicleBean' (lines '556'-'605').
26191 src/com/gps/automation/DataOrganizer.java 556 Found 'DU'-anomaly for variable 'vehicleBean' (lines '556'-'634').
26192 src/com/gps/automation/DataOrganizer.java 557 Found 'DU'-anomaly for variable 'vdao' (lines '557'-'634').
26193 src/com/gps/automation/DataOrganizer.java 557 Local variable 'vdao' could be declared final
26194 src/com/gps/automation/DataOrganizer.java 561 Local variable 'vtdao' could be declared final
26195 src/com/gps/automation/DataOrganizer.java 562 Local variable 'lstVehicleType' could be declared final
26196 src/com/gps/automation/DataOrganizer.java 562 Potential violation of Law of Demeter (method chain calls)
26197 src/com/gps/automation/DataOrganizer.java 562 Potential violation of Law of Demeter (method chain calls)
26198 src/com/gps/automation/DataOrganizer.java 562 Potential violation of Law of Demeter (object not created locally)
26199 src/com/gps/automation/DataOrganizer.java 564 Consider replacing this Hashtable with the newer java.util.Map
26200 src/com/gps/automation/DataOrganizer.java 564 Found 'DU'-anomaly for variable 'hshTankCapacity' (lines '564'-'634').
26201 src/com/gps/automation/DataOrganizer.java 564 Local variable 'hshTankCapacity' could be declared final
26202 src/com/gps/automation/DataOrganizer.java 567 Potential violation of Law of Demeter (object not created locally)
26203 src/com/gps/automation/DataOrganizer.java 568 Avoid variables with short names like vt
26204 src/com/gps/automation/DataOrganizer.java 568 Local variable 'vt' could be declared final
26205 src/com/gps/automation/DataOrganizer.java 568 Potential violation of Law of Demeter (object not created locally)
26206 src/com/gps/automation/DataOrganizer.java 569 Potential violation of Law of Demeter (object not created locally)
26207 src/com/gps/automation/DataOrganizer.java 569 Potential violation of Law of Demeter (object not created locally)
26208 src/com/gps/automation/DataOrganizer.java 569 Potential violation of Law of Demeter (object not created locally)
26209 src/com/gps/automation/DataOrganizer.java 576 Found 'DD'-anomaly for variable 'tankcapacity' (lines '576'-'596').
26210 src/com/gps/automation/DataOrganizer.java 576 Found 'DD'-anomaly for variable 'tankcapacity' (lines '576'-'600').
26211 src/com/gps/automation/DataOrganizer.java 576 Found 'DU'-anomaly for variable 'tankcapacity' (lines '576'-'634').
26212 src/com/gps/automation/DataOrganizer.java 579 Potential violation of Law of Demeter (method chain calls)
26213 src/com/gps/automation/DataOrganizer.java 579 Potential violation of Law of Demeter (method chain calls)
26214 src/com/gps/automation/DataOrganizer.java 579 Potential violation of Law of Demeter (method chain calls)
26215 src/com/gps/automation/DataOrganizer.java 579 There is log block not surrounded by if
26216 src/com/gps/automation/DataOrganizer.java 579 There is log block not surrounded by if
26217 src/com/gps/automation/DataOrganizer.java 580 Potential violation of Law of Demeter (method chain calls)
26218 src/com/gps/automation/DataOrganizer.java 581 Potential violation of Law of Demeter (method chain calls)
26219 src/com/gps/automation/DataOrganizer.java 583 Potential violation of Law of Demeter (method chain calls)
26220 src/com/gps/automation/DataOrganizer.java 583 Potential violation of Law of Demeter (method chain calls)
26221 src/com/gps/automation/DataOrganizer.java 583 Potential violation of Law of Demeter (object not created locally)
26222 src/com/gps/automation/DataOrganizer.java 584 Found 'DD'-anomaly for variable 'stablefuelvalue' (lines '584'-'584').
26223 src/com/gps/automation/DataOrganizer.java 584 Found 'DU'-anomaly for variable 'stablefuelvalue' (lines '584'-'634').
26224 src/com/gps/automation/DataOrganizer.java 584 Potential violation of Law of Demeter (object not created locally)
26225 src/com/gps/automation/DataOrganizer.java 585 Potential violation of Law of Demeter (object not created locally)
26226 src/com/gps/automation/DataOrganizer.java 592 Avoid if (x != y) ..; else ..;
26227 src/com/gps/automation/DataOrganizer.java 592 Potential violation of Law of Demeter (method chain calls)
26228 src/com/gps/automation/DataOrganizer.java 592 Potential violation of Law of Demeter (object not created locally)
26229 src/com/gps/automation/DataOrganizer.java 594 Potential violation of Law of Demeter (object not created locally)
26230 src/com/gps/automation/DataOrganizer.java 596 Found 'DD'-anomaly for variable 'tankcapacity' (lines '596'-'596').
26231 src/com/gps/automation/DataOrganizer.java 596 Found 'DD'-anomaly for variable 'tankcapacity' (lines '596'-'600').
26232 src/com/gps/automation/DataOrganizer.java 596 Found 'DU'-anomaly for variable 'tankcapacity' (lines '596'-'634').
26233 src/com/gps/automation/DataOrganizer.java 596 Potential violation of Law of Demeter (object not created locally)
26234 src/com/gps/automation/DataOrganizer.java 600 Avoid using if...else statements without curly braces
26235 src/com/gps/automation/DataOrganizer.java 600 Found 'DD'-anomaly for variable 'tankcapacity' (lines '600'-'596').
26236 src/com/gps/automation/DataOrganizer.java 600 Found 'DD'-anomaly for variable 'tankcapacity' (lines '600'-'600').
26237 src/com/gps/automation/DataOrganizer.java 600 Found 'DU'-anomaly for variable 'tankcapacity' (lines '600'-'634').
26238 src/com/gps/automation/DataOrganizer.java 605 Potential violation of Law of Demeter (method chain calls)
26239 src/com/gps/automation/DataOrganizer.java 605 Potential violation of Law of Demeter (method chain calls)
26240 src/com/gps/automation/DataOrganizer.java 607 Potential violation of Law of Demeter (method chain calls)
26241 src/com/gps/automation/DataOrganizer.java 607 Potential violation of Law of Demeter (method chain calls)
26242 src/com/gps/automation/DataOrganizer.java 607 Potential violation of Law of Demeter (object not created locally)
26243 src/com/gps/automation/DataOrganizer.java 609 Potential violation of Law of Demeter (method chain calls)
26244 src/com/gps/automation/DataOrganizer.java 609 Potential violation of Law of Demeter (method chain calls)
26245 src/com/gps/automation/DataOrganizer.java 609 Potential violation of Law of Demeter (object not created locally)
26246 src/com/gps/automation/DataOrganizer.java 610 Potential violation of Law of Demeter (object not created locally)
26247 src/com/gps/automation/DataOrganizer.java 611 Potential violation of Law of Demeter (method chain calls)
26248 src/com/gps/automation/DataOrganizer.java 611 Potential violation of Law of Demeter (method chain calls)
26249 src/com/gps/automation/DataOrganizer.java 611 Potential violation of Law of Demeter (object not created locally)
26250 src/com/gps/automation/DataOrganizer.java 612 Potential violation of Law of Demeter (object not created locally)
26251 src/com/gps/automation/DataOrganizer.java 613 Potential violation of Law of Demeter (method chain calls)
26252 src/com/gps/automation/DataOrganizer.java 613 Potential violation of Law of Demeter (method chain calls)
26253 src/com/gps/automation/DataOrganizer.java 613 Potential violation of Law of Demeter (object not created locally)
26254 src/com/gps/automation/DataOrganizer.java 614 Potential violation of Law of Demeter (method chain calls)
26255 src/com/gps/automation/DataOrganizer.java 614 Potential violation of Law of Demeter (method chain calls)
26256 src/com/gps/automation/DataOrganizer.java 614 Potential violation of Law of Demeter (object not created locally)
26257 src/com/gps/automation/DataOrganizer.java 615 Potential violation of Law of Demeter (method chain calls)
26258 src/com/gps/automation/DataOrganizer.java 615 Potential violation of Law of Demeter (method chain calls)
26259 src/com/gps/automation/DataOrganizer.java 615 Potential violation of Law of Demeter (object not created locally)
26260 src/com/gps/automation/DataOrganizer.java 616 Potential violation of Law of Demeter (method chain calls)
26261 src/com/gps/automation/DataOrganizer.java 616 Potential violation of Law of Demeter (method chain calls)
26262 src/com/gps/automation/DataOrganizer.java 616 Potential violation of Law of Demeter (object not created locally)
26263 src/com/gps/automation/DataOrganizer.java 617 Comment is too large: Line too long
26264 src/com/gps/automation/DataOrganizer.java 623 There is log block not surrounded by if
26265 src/com/gps/automation/DataOrganizer.java 623 There is log block not surrounded by if
26266 src/com/gps/automation/DataOrganizer.java 627 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26267 src/com/gps/automation/DataOrganizer.java 628 There is log block not surrounded by if
26268 src/com/gps/automation/DataOrganizer.java 629 Potential violation of Law of Demeter (object not created locally)
26269 src/com/gps/automation/DataOrganizer.java 637 Parameter 'vehicles' is not assigned and could be declared final
26270 src/com/gps/automation/DataOrganizer.java 639 Found 'DD'-anomaly for variable 'status' (lines '639'-'664').
26271 src/com/gps/automation/DataOrganizer.java 640 Found 'DD'-anomaly for variable 'vehicleBean' (lines '640'-'645').
26272 src/com/gps/automation/DataOrganizer.java 640 Found 'DU'-anomaly for variable 'vehicleBean' (lines '640'-'677').
26273 src/com/gps/automation/DataOrganizer.java 643 Avoid if (x != y) ..; else ..;
26274 src/com/gps/automation/DataOrganizer.java 649 Potential violation of Law of Demeter (object not created locally)
26275 src/com/gps/automation/DataOrganizer.java 650 Potential violation of Law of Demeter (object not created locally)
26276 src/com/gps/automation/DataOrganizer.java 651 Potential violation of Law of Demeter (object not created locally)
26277 src/com/gps/automation/DataOrganizer.java 652 Potential violation of Law of Demeter (object not created locally)
26278 src/com/gps/automation/DataOrganizer.java 653 Potential violation of Law of Demeter (object not created locally)
26279 src/com/gps/automation/DataOrganizer.java 654 Potential violation of Law of Demeter (object not created locally)
26280 src/com/gps/automation/DataOrganizer.java 655 Potential violation of Law of Demeter (object not created locally)
26281 src/com/gps/automation/DataOrganizer.java 656 Potential violation of Law of Demeter (object not created locally)
26282 src/com/gps/automation/DataOrganizer.java 657 Potential violation of Law of Demeter (object not created locally)
26283 src/com/gps/automation/DataOrganizer.java 659 Potential violation of Law of Demeter (object not created locally)
26284 src/com/gps/automation/DataOrganizer.java 661 Potential violation of Law of Demeter (object not created locally)
26285 src/com/gps/automation/DataOrganizer.java 661 There is log block not surrounded by if
26286 src/com/gps/automation/DataOrganizer.java 661 There is log block not surrounded by if
26287 src/com/gps/automation/DataOrganizer.java 665 There is log block not surrounded by if
26288 src/com/gps/automation/DataOrganizer.java 665 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26289 src/com/gps/automation/DataOrganizer.java 668 There is log block not surrounded by if
26290 src/com/gps/automation/DataOrganizer.java 668 There is log block not surrounded by if
26291 src/com/gps/automation/DataOrganizer.java 670 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26292 src/com/gps/automation/DataOrganizer.java 671 There is log block not surrounded by if
26293 src/com/gps/automation/DataOrganizer.java 672 Potential violation of Law of Demeter (object not created locally)
26294 src/com/gps/automation/DataOrganizer.java 672 The String literal " to HSQLDB:" appears 8 times in this file; the first occurrence is on line 672
26295 src/com/gps/automation/DataOrganizer.java 681 Avoid really long methods.
26296 src/com/gps/automation/DataOrganizer.java 681 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
26297 src/com/gps/automation/DataOrganizer.java 681 Parameter 'fuel' is not assigned and could be declared final
26298 src/com/gps/automation/DataOrganizer.java 681 Parameter 'stablefuel' is not assigned and could be declared final
26299 src/com/gps/automation/DataOrganizer.java 681 Parameter 'vehicle_id' is not assigned and could be declared final
26300 src/com/gps/automation/DataOrganizer.java 681 The method 'smoothGraph' has a Cyclomatic Complexity of 20.
26301 src/com/gps/automation/DataOrganizer.java 681 publicMethodCommentRequirement Required
26302 src/com/gps/automation/DataOrganizer.java 686 Local variable 'fuelarlList' could be declared final
26303 src/com/gps/automation/DataOrganizer.java 689 Potential violation of Law of Demeter (object not created locally)
26304 src/com/gps/automation/DataOrganizer.java 689 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
26305 src/com/gps/automation/DataOrganizer.java 690 Potential violation of Law of Demeter (object not created locally)
26306 src/com/gps/automation/DataOrganizer.java 692 Avoid using Literals in Conditional Statements
26307 src/com/gps/automation/DataOrganizer.java 692 Potential violation of Law of Demeter (object not created locally)
26308 src/com/gps/automation/DataOrganizer.java 692 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
26309 src/com/gps/automation/DataOrganizer.java 695 Local variable 'isValid' could be declared final
26310 src/com/gps/automation/DataOrganizer.java 697 Potential violation of Law of Demeter (object not created locally)
26311 src/com/gps/automation/DataOrganizer.java 709 Potential violation of Law of Demeter (object not created locally)
26312 src/com/gps/automation/DataOrganizer.java 710 There is log block not surrounded by if
26313 src/com/gps/automation/DataOrganizer.java 710 There is log block not surrounded by if
26314 src/com/gps/automation/DataOrganizer.java 711 Potential violation of Law of Demeter (object not created locally)
26315 src/com/gps/automation/DataOrganizer.java 712 Potential violation of Law of Demeter (object not created locally)
26316 src/com/gps/automation/DataOrganizer.java 713 Potential violation of Law of Demeter (object not created locally)
26317 src/com/gps/automation/DataOrganizer.java 729 Avoid using if...else statements without curly braces
26318 src/com/gps/automation/DataOrganizer.java 729 Potential violation of Law of Demeter (object not created locally)
26319 src/com/gps/automation/DataOrganizer.java 731 Avoid using if...else statements without curly braces
26320 src/com/gps/automation/DataOrganizer.java 731 Potential violation of Law of Demeter (object not created locally)
26321 src/com/gps/automation/DataOrganizer.java 733 Potential violation of Law of Demeter (object not created locally)
26322 src/com/gps/automation/DataOrganizer.java 758 Potential violation of Law of Demeter (object not created locally)
26323 src/com/gps/automation/DataOrganizer.java 759 Potential violation of Law of Demeter (object not created locally)
26324 src/com/gps/automation/DataOrganizer.java 760 Avoid using Literals in Conditional Statements
26325 src/com/gps/automation/DataOrganizer.java 760 Potential violation of Law of Demeter (object not created locally)
26326 src/com/gps/automation/DataOrganizer.java 761 Potential violation of Law of Demeter (object not created locally)
26327 src/com/gps/automation/DataOrganizer.java 764 Avoid using if statements without curly braces
26328 src/com/gps/automation/DataOrganizer.java 765 Potential violation of Law of Demeter (object not created locally)
26329 src/com/gps/automation/DataOrganizer.java 766 Avoid using Literals in Conditional Statements
26330 src/com/gps/automation/DataOrganizer.java 766 Potential violation of Law of Demeter (object not created locally)
26331 src/com/gps/automation/DataOrganizer.java 768 Avoid using if...else statements without curly braces
26332 src/com/gps/automation/DataOrganizer.java 768 Potential violation of Law of Demeter (object not created locally)
26333 src/com/gps/automation/DataOrganizer.java 770 Potential violation of Law of Demeter (object not created locally)
26334 src/com/gps/automation/DataOrganizer.java 771 Potential violation of Law of Demeter (object not created locally)
26335 src/com/gps/automation/DataOrganizer.java 780 Local variable 'fuelList' could be declared final
26336 src/com/gps/automation/DataOrganizer.java 796 Comment is too large: Too many lines
26337 src/com/gps/automation/DataOrganizer.java 806 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26338 src/com/gps/automation/DataOrganizer.java 807 There is log block not surrounded by if
26339 src/com/gps/automation/DataOrganizer.java 812 Avoid using implementation types like 'ArrayList'; use the interface instead
26340 src/com/gps/automation/DataOrganizer.java 812 Parameter 'fuel' is not assigned and could be declared final
26341 src/com/gps/automation/DataOrganizer.java 812 Parameter 'fuelarlList' is not assigned and could be declared final
26342 src/com/gps/automation/DataOrganizer.java 812 publicMethodCommentRequirement Required
26343 src/com/gps/automation/DataOrganizer.java 813 Local variable 'oneDigit' could be declared final
26344 src/com/gps/automation/DataOrganizer.java 815 Local variable 'diff' could be declared final
26345 src/com/gps/automation/DataOrganizer.java 818 Avoid using Literals in Conditional Statements
26346 src/com/gps/automation/DataOrganizer.java 819 A method should have only one exit point, and that should be the last statement in the method
26347 src/com/gps/automation/DataOrganizer.java 825 Avoid using implementation types like 'ArrayList'; use the interface instead
26348 src/com/gps/automation/DataOrganizer.java 825 Parameter 'fuel' is not assigned and could be declared final
26349 src/com/gps/automation/DataOrganizer.java 825 Parameter 'fuelList' is not assigned and could be declared final
26350 src/com/gps/automation/DataOrganizer.java 825 publicMethodCommentRequirement Required
26351 src/com/gps/automation/DataOrganizer.java 826 Local variable 'tempfuelList' could be declared final
26352 src/com/gps/automation/DataOrganizer.java 827 Potential violation of Law of Demeter (object not created locally)
26353 src/com/gps/automation/DataOrganizer.java 828 Found 'DD'-anomaly for variable 'nomatch' (lines '828'-'841').
26354 src/com/gps/automation/DataOrganizer.java 830 Potential violation of Law of Demeter (object not created locally)
26355 src/com/gps/automation/DataOrganizer.java 831 Potential violation of Law of Demeter (object not created locally)
26356 src/com/gps/automation/DataOrganizer.java 832 Avoid instantiating new objects inside loops
26357 src/com/gps/automation/DataOrganizer.java 832 Local variable 'oneDigit' could be declared final
26358 src/com/gps/automation/DataOrganizer.java 836 Local variable 'diff' could be declared final
26359 src/com/gps/automation/DataOrganizer.java 836 Potential violation of Law of Demeter (object not created locally)
26360 src/com/gps/automation/DataOrganizer.java 837 Potential violation of Law of Demeter (object not created locally)
26361 src/com/gps/automation/DataOrganizer.java 837 Potential violation of Law of Demeter (object not created locally)
26362 src/com/gps/automation/DataOrganizer.java 840 Avoid using Literals in Conditional Statements
26363 src/com/gps/automation/DataOrganizer.java 850 Parameter 'fuel1' is not assigned and could be declared final
26364 src/com/gps/automation/DataOrganizer.java 850 Parameter 'fuel2' is not assigned and could be declared final
26365 src/com/gps/automation/DataOrganizer.java 850 publicMethodCommentRequirement Required
26366 src/com/gps/automation/DataOrganizer.java 851 Avoid using if statements without curly braces
26367 src/com/gps/automation/DataOrganizer.java 853 A method should have only one exit point, and that should be the last statement in the method
26368 src/com/gps/automation/DataOrganizer.java 854 Local variable 'oneDigit' could be declared final
26369 src/com/gps/automation/DataOrganizer.java 856 Local variable 'diff' could be declared final
26370 src/com/gps/automation/DataOrganizer.java 859 Avoid using Literals in Conditional Statements
26371 src/com/gps/automation/DataOrganizer.java 860 A method should have only one exit point, and that should be the last statement in the method
26372 src/com/gps/automation/DataOrganizer.java 866 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
26373 src/com/gps/automation/DataOrganizer.java 866 Parameter 'vehicle_id' is not assigned and could be declared final
26374 src/com/gps/automation/DataOrganizer.java 868 Found 'DD'-anomaly for variable 'result' (lines '868'-'878').
26375 src/com/gps/automation/DataOrganizer.java 872 Found 'DD'-anomaly for variable 'stable_fuelval' (lines '872'-'881').
26376 src/com/gps/automation/DataOrganizer.java 872 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'stable_fuelval' is not final.
26377 src/com/gps/automation/DataOrganizer.java 875 There is log block not surrounded by if
26378 src/com/gps/automation/DataOrganizer.java 875 There is log block not surrounded by if
26379 src/com/gps/automation/DataOrganizer.java 880 Potential violation of Law of Demeter (object not created locally)
26380 src/com/gps/automation/DataOrganizer.java 880 Potential violation of Law of Demeter (object not created locally)
26381 src/com/gps/automation/DataOrganizer.java 881 Potential violation of Law of Demeter (object not created locally)
26382 src/com/gps/automation/DataOrganizer.java 885 A method should have only one exit point, and that should be the last statement in the method
26383 src/com/gps/automation/DataOrganizer.java 886 Avoid catching NullPointerException; consider removing the cause of the NPE.
26384 src/com/gps/automation/DataOrganizer.java 886 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26385 src/com/gps/automation/DataOrganizer.java 887 Potential violation of Law of Demeter (object not created locally)
26386 src/com/gps/automation/DataOrganizer.java 887 There is log block not surrounded by if
26387 src/com/gps/automation/DataOrganizer.java 888 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26388 src/com/gps/automation/DataOrganizer.java 889 There is log block not surrounded by if
26389 src/com/gps/automation/DataOrganizer.java 890 Potential violation of Law of Demeter (object not created locally)
26390 src/com/gps/automation/DataOrganizer.java 897 Avoid reassigning parameters such as 'stable_value'
26391 src/com/gps/automation/DataOrganizer.java 897 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'stable_value' is not final.
26392 src/com/gps/automation/DataOrganizer.java 897 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
26393 src/com/gps/automation/DataOrganizer.java 897 Parameter 'vehicle_id' is not assigned and could be declared final
26394 src/com/gps/automation/DataOrganizer.java 897 publicMethodCommentRequirement Required
26395 src/com/gps/automation/DataOrganizer.java 898 Local variable 'vdao' could be declared final
26396 src/com/gps/automation/DataOrganizer.java 899 Found 'DD'-anomaly for variable 'vehicleBean' (lines '899'-'904').
26397 src/com/gps/automation/DataOrganizer.java 900 Found 'DD'-anomaly for variable 'status' (lines '900'-'910').
26398 src/com/gps/automation/DataOrganizer.java 904 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
26399 src/com/gps/automation/DataOrganizer.java 906 Potential violation of Law of Demeter (object not created locally)
26400 src/com/gps/automation/DataOrganizer.java 915 Avoid variables with short names like vd
26401 src/com/gps/automation/DataOrganizer.java 915 Local variable 'vd' could be declared final
26402 src/com/gps/automation/DataOrganizer.java 915 Potential violation of Law of Demeter (object not created locally)
26403 src/com/gps/automation/DataOrganizer.java 916 Local variable 'hasdamping' could be declared final
26404 src/com/gps/automation/DataOrganizer.java 916 Potential violation of Law of Demeter (object not created locally)
26405 src/com/gps/automation/DataOrganizer.java 917 Avoid using Literals in Conditional Statements
26406 src/com/gps/automation/DataOrganizer.java 918 Local variable 'vehicletypeid' could be declared final
26407 src/com/gps/automation/DataOrganizer.java 918 Potential violation of Law of Demeter (object not created locally)
26408 src/com/gps/automation/DataOrganizer.java 920 Potential violation of Law of Demeter (method chain calls)
26409 src/com/gps/automation/DataOrganizer.java 920 Potential violation of Law of Demeter (object not created locally)
26410 src/com/gps/automation/DataOrganizer.java 922 Avoid variables with short names like vt
26411 src/com/gps/automation/DataOrganizer.java 922 Local variable 'vt' could be declared final
26412 src/com/gps/automation/DataOrganizer.java 923 Local variable 'vtype' could be declared final
26413 src/com/gps/automation/DataOrganizer.java 923 Potential violation of Law of Demeter (object not created locally)
26414 src/com/gps/automation/DataOrganizer.java 925 Local variable 'correctionvalue' could be declared final
26415 src/com/gps/automation/DataOrganizer.java 925 Potential violation of Law of Demeter (object not created locally)
26416 src/com/gps/automation/DataOrganizer.java 927 There is log block not surrounded by if
26417 src/com/gps/automation/DataOrganizer.java 927 There is log block not surrounded by if
26418 src/com/gps/automation/DataOrganizer.java 931 Potential violation of Law of Demeter (object not created locally)
26419 src/com/gps/automation/DataOrganizer.java 932 Local variable 'sess' could be declared final
26420 src/com/gps/automation/DataOrganizer.java 932 Potential violation of Law of Demeter (object not created locally)
26421 src/com/gps/automation/DataOrganizer.java 933 Avoid variables with short names like tx
26422 src/com/gps/automation/DataOrganizer.java 933 Local variable 'tx' could be declared final
26423 src/com/gps/automation/DataOrganizer.java 933 Potential violation of Law of Demeter (object not created locally)
26424 src/com/gps/automation/DataOrganizer.java 934 Potential violation of Law of Demeter (object not created locally)
26425 src/com/gps/automation/DataOrganizer.java 935 Potential violation of Law of Demeter (object not created locally)
26426 src/com/gps/automation/DataOrganizer.java 936 Potential violation of Law of Demeter (object not created locally)
26427 src/com/gps/automation/DataOrganizer.java 937 Potential violation of Law of Demeter (object not created locally)
26428 src/com/gps/automation/DataOrganizer.java 939 Avoid using Literals in Conditional Statements
26429 src/com/gps/automation/DataOrganizer.java 940 There is log block not surrounded by if
26430 src/com/gps/automation/DataOrganizer.java 940 There is log block not surrounded by if
26431 src/com/gps/automation/DataOrganizer.java 944 There is log block not surrounded by if
26432 src/com/gps/automation/DataOrganizer.java 944 There is log block not surrounded by if
26433 src/com/gps/automation/DataOrganizer.java 948 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26434 src/com/gps/automation/DataOrganizer.java 949 There is log block not surrounded by if
26435 src/com/gps/automation/DataOrganizer.java 950 Potential violation of Law of Demeter (object not created locally)
26436 src/com/gps/automation/DataOrganizer.java 956 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
26437 src/com/gps/automation/DataOrganizer.java 956 Parameter 'fuel' is not assigned and could be declared final
26438 src/com/gps/automation/DataOrganizer.java 956 Parameter 'speed' is not assigned and could be declared final
26439 src/com/gps/automation/DataOrganizer.java 956 Parameter 'vehicle_id' is not assigned and could be declared final
26440 src/com/gps/automation/DataOrganizer.java 956 publicMethodCommentRequirement Required
26441 src/com/gps/automation/DataOrganizer.java 957 Parameter 'distance' is not assigned and could be declared final
26442 src/com/gps/automation/DataOrganizer.java 957 Parameter 'eventCode' is not assigned and could be declared final
26443 src/com/gps/automation/DataOrganizer.java 957 Parameter 'lat' is not assigned and could be declared final
26444 src/com/gps/automation/DataOrganizer.java 957 Parameter 'lon' is not assigned and could be declared final
26445 src/com/gps/automation/DataOrganizer.java 958 Parameter 'heading' is not assigned and could be declared final
26446 src/com/gps/automation/DataOrganizer.java 959 Found 'DD'-anomaly for variable 'status' (lines '959'-'1,000').
26447 src/com/gps/automation/DataOrganizer.java 961 Found 'DD'-anomaly for variable 'lastMovedTime' (lines '961'-'973').
26448 src/com/gps/automation/DataOrganizer.java 961 Found 'DU'-anomaly for variable 'lastMovedTime' (lines '961'-'1,017').
26449 src/com/gps/automation/DataOrganizer.java 963 Found 'DD'-anomaly for variable 'vehicleBean' (lines '963'-'983').
26450 src/com/gps/automation/DataOrganizer.java 966 Local variable 'vehvo' could be declared final
26451 src/com/gps/automation/DataOrganizer.java 970 Local variable 'creationtime' could be declared final
26452 src/com/gps/automation/DataOrganizer.java 970 Potential violation of Law of Demeter (object not created locally)
26453 src/com/gps/automation/DataOrganizer.java 972 Avoid using if statements without curly braces
26454 src/com/gps/automation/DataOrganizer.java 973 Found 'DU'-anomaly for variable 'lastMovedTime' (lines '973'-'1,017').
26455 src/com/gps/automation/DataOrganizer.java 976 Avoid using Literals in Conditional Statements
26456 src/com/gps/automation/DataOrganizer.java 977 Found 'DU'-anomaly for variable 'stablefuelval' (lines '977'-'1,017').
26457 src/com/gps/automation/DataOrganizer.java 979 Avoid using Literals in Conditional Statements
26458 src/com/gps/automation/DataOrganizer.java 979 Avoid using if statements without curly braces
26459 src/com/gps/automation/DataOrganizer.java 983 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
26460 src/com/gps/automation/DataOrganizer.java 986 Potential violation of Law of Demeter (object not created locally)
26461 src/com/gps/automation/DataOrganizer.java 987 Potential violation of Law of Demeter (object not created locally)
26462 src/com/gps/automation/DataOrganizer.java 988 Potential violation of Law of Demeter (object not created locally)
26463 src/com/gps/automation/DataOrganizer.java 989 Potential violation of Law of Demeter (object not created locally)
26464 src/com/gps/automation/DataOrganizer.java 990 Potential violation of Law of Demeter (object not created locally)
26465 src/com/gps/automation/DataOrganizer.java 991 Potential violation of Law of Demeter (object not created locally)
26466 src/com/gps/automation/DataOrganizer.java 994 Avoid using Literals in Conditional Statements
26467 src/com/gps/automation/DataOrganizer.java 996 Potential violation of Law of Demeter (object not created locally)
26468 src/com/gps/automation/DataOrganizer.java 1004 Avoid using Literals in Conditional Statements
26469 src/com/gps/automation/DataOrganizer.java 1005 There is log block not surrounded by if
26470 src/com/gps/automation/DataOrganizer.java 1005 There is log block not surrounded by if
26471 src/com/gps/automation/DataOrganizer.java 1007 The String literal "No rows affected" appears 6 times in this file; the first occurrence is on line 1,007
26472 src/com/gps/automation/DataOrganizer.java 1007 There is log block not surrounded by if
26473 src/com/gps/automation/DataOrganizer.java 1007 There is log block not surrounded by if
26474 src/com/gps/automation/DataOrganizer.java 1010 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26475 src/com/gps/automation/DataOrganizer.java 1012 The String literal "Error updating trip " appears 6 times in this file; the first occurrence is on line 1,012
26476 src/com/gps/automation/DataOrganizer.java 1012 There is log block not surrounded by if
26477 src/com/gps/automation/DataOrganizer.java 1012 There is log block not surrounded by if
26478 src/com/gps/automation/DataOrganizer.java 1013 Potential violation of Law of Demeter (object not created locally)
26479 src/com/gps/automation/DataOrganizer.java 1020 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'device_id' is not final.
26480 src/com/gps/automation/DataOrganizer.java 1020 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'veh_name' is not final.
26481 src/com/gps/automation/DataOrganizer.java 1020 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
26482 src/com/gps/automation/DataOrganizer.java 1020 Parameter 'device_id' is not assigned and could be declared final
26483 src/com/gps/automation/DataOrganizer.java 1020 Parameter 'veh_name' is not assigned and could be declared final
26484 src/com/gps/automation/DataOrganizer.java 1020 Parameter 'vehicle_id' is not assigned and could be declared final
26485 src/com/gps/automation/DataOrganizer.java 1021 Parameter 'date' is not assigned and could be declared final
26486 src/com/gps/automation/DataOrganizer.java 1022 Found 'DD'-anomaly for variable 'status' (lines '1,022'-'1,042').
26487 src/com/gps/automation/DataOrganizer.java 1025 Found 'DD'-anomaly for variable 'vehicleBean' (lines '1,025'-'1,034').
26488 src/com/gps/automation/DataOrganizer.java 1027 Found 'DD'-anomaly for variable 'creationTime' (lines '1,027'-'1,032').
26489 src/com/gps/automation/DataOrganizer.java 1027 Found 'DU'-anomaly for variable 'creationTime' (lines '1,027'-'1,057').
26490 src/com/gps/automation/DataOrganizer.java 1031 Avoid using if statements without curly braces
26491 src/com/gps/automation/DataOrganizer.java 1032 Found 'DU'-anomaly for variable 'creationTime' (lines '1,032'-'1,057').
26492 src/com/gps/automation/DataOrganizer.java 1034 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
26493 src/com/gps/automation/DataOrganizer.java 1036 Potential violation of Law of Demeter (object not created locally)
26494 src/com/gps/automation/DataOrganizer.java 1037 Potential violation of Law of Demeter (object not created locally)
26495 src/com/gps/automation/DataOrganizer.java 1038 Potential violation of Law of Demeter (object not created locally)
26496 src/com/gps/automation/DataOrganizer.java 1045 Avoid using Literals in Conditional Statements
26497 src/com/gps/automation/DataOrganizer.java 1046 There is log block not surrounded by if
26498 src/com/gps/automation/DataOrganizer.java 1046 There is log block not surrounded by if
26499 src/com/gps/automation/DataOrganizer.java 1048 There is log block not surrounded by if
26500 src/com/gps/automation/DataOrganizer.java 1048 There is log block not surrounded by if
26501 src/com/gps/automation/DataOrganizer.java 1051 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26502 src/com/gps/automation/DataOrganizer.java 1052 There is log block not surrounded by if
26503 src/com/gps/automation/DataOrganizer.java 1052 There is log block not surrounded by if
26504 src/com/gps/automation/DataOrganizer.java 1053 Potential violation of Law of Demeter (object not created locally)
26505 src/com/gps/automation/DataOrganizer.java 1060 Comment is too large: Too many lines
26506 src/com/gps/automation/DataOrganizer.java 1061 Comment is too large: Line too long
26507 src/com/gps/automation/DataOrganizer.java 1069 Comment is too large: Line too long
26508 src/com/gps/automation/DataOrganizer.java 1097 Avoid long parameter lists.
26509 src/com/gps/automation/DataOrganizer.java 1097 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dbl_fuelcontent' is not final.
26510 src/com/gps/automation/DataOrganizer.java 1097 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dbl_heading' is not final.
26511 src/com/gps/automation/DataOrganizer.java 1097 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dbl_latitude' is not final.
26512 src/com/gps/automation/DataOrganizer.java 1097 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dbl_longitude' is not final.
26513 src/com/gps/automation/DataOrganizer.java 1097 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dbl_speed' is not final.
26514 src/com/gps/automation/DataOrganizer.java 1097 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'i_tripId' is not final.
26515 src/com/gps/automation/DataOrganizer.java 1097 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 's_battery_status' is not final.
26516 src/com/gps/automation/DataOrganizer.java 1097 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
26517 src/com/gps/automation/DataOrganizer.java 1097 Parameter 'date' is not assigned and could be declared final
26518 src/com/gps/automation/DataOrganizer.java 1097 Parameter 'dbl_fuelcontent' is not assigned and could be declared final
26519 src/com/gps/automation/DataOrganizer.java 1097 Parameter 'dbl_heading' is not assigned and could be declared final
26520 src/com/gps/automation/DataOrganizer.java 1097 Parameter 'dbl_latitude' is not assigned and could be declared final
26521 src/com/gps/automation/DataOrganizer.java 1097 Parameter 'dbl_longitude' is not assigned and could be declared final
26522 src/com/gps/automation/DataOrganizer.java 1097 Parameter 'dbl_speed' is not assigned and could be declared final
26523 src/com/gps/automation/DataOrganizer.java 1097 Parameter 'eventCode' is not assigned and could be declared final
26524 src/com/gps/automation/DataOrganizer.java 1097 Parameter 'i_tripId' is not assigned and could be declared final
26525 src/com/gps/automation/DataOrganizer.java 1097 Parameter 's_battery_status' is not assigned and could be declared final
26526 src/com/gps/automation/DataOrganizer.java 1097 Parameter 'tripParamid' is not assigned and could be declared final
26527 src/com/gps/automation/DataOrganizer.java 1097 Parameter 'vehicle_id' is not assigned and could be declared final
26528 src/com/gps/automation/DataOrganizer.java 1097 The method 'updateTable' has a Cyclomatic Complexity of 10.
26529 src/com/gps/automation/DataOrganizer.java 1099 There is log block not surrounded by if
26530 src/com/gps/automation/DataOrganizer.java 1099 There is log block not surrounded by if
26531 src/com/gps/automation/DataOrganizer.java 1100 There is log block not surrounded by if
26532 src/com/gps/automation/DataOrganizer.java 1100 There is log block not surrounded by if
26533 src/com/gps/automation/DataOrganizer.java 1101 There is log block not surrounded by if
26534 src/com/gps/automation/DataOrganizer.java 1101 There is log block not surrounded by if
26535 src/com/gps/automation/DataOrganizer.java 1102 Found 'DD'-anomaly for variable 'status' (lines '1,102'-'1,157').
26536 src/com/gps/automation/DataOrganizer.java 1104 Found 'DD'-anomaly for variable 'lastMovedTime' (lines '1,104'-'1,116').
26537 src/com/gps/automation/DataOrganizer.java 1104 Found 'DU'-anomaly for variable 'lastMovedTime' (lines '1,104'-'1,173').
26538 src/com/gps/automation/DataOrganizer.java 1106 Found 'DD'-anomaly for variable 'vehicleBean' (lines '1,106'-'1,126').
26539 src/com/gps/automation/DataOrganizer.java 1109 Local variable 'vehvo' could be declared final
26540 src/com/gps/automation/DataOrganizer.java 1113 Local variable 'creationtime' could be declared final
26541 src/com/gps/automation/DataOrganizer.java 1113 Potential violation of Law of Demeter (object not created locally)
26542 src/com/gps/automation/DataOrganizer.java 1115 Avoid using if statements without curly braces
26543 src/com/gps/automation/DataOrganizer.java 1116 Found 'DU'-anomaly for variable 'lastMovedTime' (lines '1,116'-'1,173').
26544 src/com/gps/automation/DataOrganizer.java 1119 Avoid using Literals in Conditional Statements
26545 src/com/gps/automation/DataOrganizer.java 1120 Found 'DU'-anomaly for variable 'stablefuelval' (lines '1,120'-'1,173').
26546 src/com/gps/automation/DataOrganizer.java 1122 Avoid using Literals in Conditional Statements
26547 src/com/gps/automation/DataOrganizer.java 1122 Avoid using if statements without curly braces
26548 src/com/gps/automation/DataOrganizer.java 1126 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
26549 src/com/gps/automation/DataOrganizer.java 1132 There is log block not surrounded by if
26550 src/com/gps/automation/DataOrganizer.java 1132 There is log block not surrounded by if
26551 src/com/gps/automation/DataOrganizer.java 1136 Potential violation of Law of Demeter (object not created locally)
26552 src/com/gps/automation/DataOrganizer.java 1137 Potential violation of Law of Demeter (object not created locally)
26553 src/com/gps/automation/DataOrganizer.java 1138 Potential violation of Law of Demeter (object not created locally)
26554 src/com/gps/automation/DataOrganizer.java 1139 Potential violation of Law of Demeter (object not created locally)
26555 src/com/gps/automation/DataOrganizer.java 1142 Avoid using Literals in Conditional Statements
26556 src/com/gps/automation/DataOrganizer.java 1142 Avoid using if statements without curly braces
26557 src/com/gps/automation/DataOrganizer.java 1143 Potential violation of Law of Demeter (object not created locally)
26558 src/com/gps/automation/DataOrganizer.java 1144 Potential violation of Law of Demeter (object not created locally)
26559 src/com/gps/automation/DataOrganizer.java 1145 Potential violation of Law of Demeter (object not created locally)
26560 src/com/gps/automation/DataOrganizer.java 1146 Potential violation of Law of Demeter (object not created locally)
26561 src/com/gps/automation/DataOrganizer.java 1147 Potential violation of Law of Demeter (object not created locally)
26562 src/com/gps/automation/DataOrganizer.java 1151 Avoid using Literals in Conditional Statements
26563 src/com/gps/automation/DataOrganizer.java 1153 Potential violation of Law of Demeter (object not created locally)
26564 src/com/gps/automation/DataOrganizer.java 1161 Avoid using Literals in Conditional Statements
26565 src/com/gps/automation/DataOrganizer.java 1162 There is log block not surrounded by if
26566 src/com/gps/automation/DataOrganizer.java 1162 There is log block not surrounded by if
26567 src/com/gps/automation/DataOrganizer.java 1164 There is log block not surrounded by if
26568 src/com/gps/automation/DataOrganizer.java 1164 There is log block not surrounded by if
26569 src/com/gps/automation/DataOrganizer.java 1167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26570 src/com/gps/automation/DataOrganizer.java 1169 There is log block not surrounded by if
26571 src/com/gps/automation/DataOrganizer.java 1169 There is log block not surrounded by if
26572 src/com/gps/automation/DataOrganizer.java 1170 Potential violation of Law of Demeter (object not created locally)
26573 src/com/gps/automation/DataOrganizer.java 1187 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
26574 src/com/gps/automation/DataOrganizer.java 1187 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
26575 src/com/gps/automation/DataOrganizer.java 1187 Parameter 'fenceid' is not assigned and could be declared final
26576 src/com/gps/automation/DataOrganizer.java 1187 Parameter 'inFenceTime' is not assigned and could be declared final
26577 src/com/gps/automation/DataOrganizer.java 1187 Parameter 'vehicle_id' is not assigned and could be declared final
26578 src/com/gps/automation/DataOrganizer.java 1187 publicMethodCommentRequirement Required
26579 src/com/gps/automation/DataOrganizer.java 1188 Parameter 'isReset' is not assigned and could be declared final
26580 src/com/gps/automation/DataOrganizer.java 1189 Found 'DD'-anomaly for variable 'status' (lines '1,189'-'1,211').
26581 src/com/gps/automation/DataOrganizer.java 1191 Found 'DD'-anomaly for variable 'vehicleBean' (lines '1,191'-'1,194').
26582 src/com/gps/automation/DataOrganizer.java 1194 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
26583 src/com/gps/automation/DataOrganizer.java 1198 Avoid if (x != y) ..; else ..;
26584 src/com/gps/automation/DataOrganizer.java 1199 Potential violation of Law of Demeter (object not created locally)
26585 src/com/gps/automation/DataOrganizer.java 1200 Potential violation of Law of Demeter (object not created locally)
26586 src/com/gps/automation/DataOrganizer.java 1204 Potential violation of Law of Demeter (object not created locally)
26587 src/com/gps/automation/DataOrganizer.java 1205 Potential violation of Law of Demeter (object not created locally)
26588 src/com/gps/automation/DataOrganizer.java 1214 Avoid using Literals in Conditional Statements
26589 src/com/gps/automation/DataOrganizer.java 1215 There is log block not surrounded by if
26590 src/com/gps/automation/DataOrganizer.java 1215 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26591 src/com/gps/automation/DataOrganizer.java 1217 There is log block not surrounded by if
26592 src/com/gps/automation/DataOrganizer.java 1217 There is log block not surrounded by if
26593 src/com/gps/automation/DataOrganizer.java 1220 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26594 src/com/gps/automation/DataOrganizer.java 1221 There is log block not surrounded by if
26595 src/com/gps/automation/DataOrganizer.java 1221 There is log block not surrounded by if
26596 src/com/gps/automation/DataOrganizer.java 1222 Potential violation of Law of Demeter (object not created locally)
26597 src/com/gps/automation/DataOrganizer.java 1229 Method names should not start with capital letters
26598 src/com/gps/automation/DataOrganizer.java 1229 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
26599 src/com/gps/automation/DataOrganizer.java 1229 Parameter 'RegNo' is not assigned and could be declared final
26600 src/com/gps/automation/DataOrganizer.java 1229 Parameter 'vehicle_id' is not assigned and could be declared final
26601 src/com/gps/automation/DataOrganizer.java 1229 Variables should start with a lowercase character, 'RegNo' starts with uppercase character.
26602 src/com/gps/automation/DataOrganizer.java 1229 publicMethodCommentRequirement Required
26603 src/com/gps/automation/DataOrganizer.java 1231 Found 'DD'-anomaly for variable 'result' (lines '1,231'-'1,246').
26604 src/com/gps/automation/DataOrganizer.java 1233 Avoid variables with short names like vo
26605 src/com/gps/automation/DataOrganizer.java 1233 Found 'DD'-anomaly for variable 'vo' (lines '1,233'-'1,257').
26606 src/com/gps/automation/DataOrganizer.java 1234 Found 'DD'-anomaly for variable 'query' (lines '1,234'-'1,238').
26607 src/com/gps/automation/DataOrganizer.java 1234 Found 'DD'-anomaly for variable 'query' (lines '1,234'-'1,241').
26608 src/com/gps/automation/DataOrganizer.java 1237 Position literals first in String comparisons
26609 src/com/gps/automation/DataOrganizer.java 1248 There is log block not surrounded by if
26610 src/com/gps/automation/DataOrganizer.java 1248 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26611 src/com/gps/automation/DataOrganizer.java 1249 There is log block not surrounded by if
26612 src/com/gps/automation/DataOrganizer.java 1249 There is log block not surrounded by if
26613 src/com/gps/automation/DataOrganizer.java 1253 Local variable 'resultIter' could be declared final
26614 src/com/gps/automation/DataOrganizer.java 1255 Local variable 'rows' could be declared final
26615 src/com/gps/automation/DataOrganizer.java 1256 Avoid using if statements without curly braces
26616 src/com/gps/automation/DataOrganizer.java 1257 Avoid instantiating new objects inside loops
26617 src/com/gps/automation/DataOrganizer.java 1257 Found 'DD'-anomaly for variable 'vo' (lines '1,257'-'1,257').
26618 src/com/gps/automation/DataOrganizer.java 1258 Potential violation of Law of Demeter (method chain calls)
26619 src/com/gps/automation/DataOrganizer.java 1258 Potential violation of Law of Demeter (method chain calls)
26620 src/com/gps/automation/DataOrganizer.java 1262 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26621 src/com/gps/automation/DataOrganizer.java 1263 Do not add empty strings
26622 src/com/gps/automation/DataOrganizer.java 1263 There is log block not surrounded by if
26623 src/com/gps/automation/DataOrganizer.java 1266 There is log block not surrounded by if
26624 src/com/gps/automation/DataOrganizer.java 1266 There is log block not surrounded by if
26625 src/com/gps/automation/DataOrganizer.java 1269 Comment is too large: Too many lines
26626 src/com/gps/automation/DataOrganizer.java 1270 Comment is too large: Line too long
26627 src/com/gps/automation/DataOrganizer.java 1277 Comment is too large: Line too long
26628 src/com/gps/automation/DataOrganizer.java 1301 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'device_id' is not final.
26629 src/com/gps/automation/DataOrganizer.java 1301 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'veh_name' is not final.
26630 src/com/gps/automation/DataOrganizer.java 1301 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
26631 src/com/gps/automation/DataOrganizer.java 1301 Parameter 'date' is not assigned and could be declared final
26632 src/com/gps/automation/DataOrganizer.java 1301 Parameter 'device_id' is not assigned and could be declared final
26633 src/com/gps/automation/DataOrganizer.java 1301 Parameter 'organization' is not assigned and could be declared final
26634 src/com/gps/automation/DataOrganizer.java 1301 Parameter 'veh_name' is not assigned and could be declared final
26635 src/com/gps/automation/DataOrganizer.java 1301 Parameter 'vehicle_id' is not assigned and could be declared final
26636 src/com/gps/automation/DataOrganizer.java 1303 Found 'DD'-anomaly for variable 'status' (lines '1,303'-'1,329').
26637 src/com/gps/automation/DataOrganizer.java 1304 Found 'DD'-anomaly for variable 'vehicleid' (lines '1,304'-'1,311').
26638 src/com/gps/automation/DataOrganizer.java 1306 Found 'DU'-anomaly for variable 'vehDAO' (lines '1,306'-'1,344').
26639 src/com/gps/automation/DataOrganizer.java 1306 Local variable 'vehDAO' could be declared final
26640 src/com/gps/automation/DataOrganizer.java 1307 Found 'DD'-anomaly for variable 'vehicledata' (lines '1,307'-'1,313').
26641 src/com/gps/automation/DataOrganizer.java 1307 Found 'DU'-anomaly for variable 'vehicledata' (lines '1,307'-'1,344').
26642 src/com/gps/automation/DataOrganizer.java 1308 Found 'DD'-anomaly for variable 'creationTime' (lines '1,308'-'1,317').
26643 src/com/gps/automation/DataOrganizer.java 1308 Found 'DU'-anomaly for variable 'creationTime' (lines '1,308'-'1,344').
26644 src/com/gps/automation/DataOrganizer.java 1309 Found 'DD'-anomaly for variable 'vehicleBean' (lines '1,309'-'1,321').
26645 src/com/gps/automation/DataOrganizer.java 1313 Potential violation of Law of Demeter (object not created locally)
26646 src/com/gps/automation/DataOrganizer.java 1317 Found 'DU'-anomaly for variable 'creationTime' (lines '1,317'-'1,344').
26647 src/com/gps/automation/DataOrganizer.java 1321 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
26648 src/com/gps/automation/DataOrganizer.java 1323 Potential violation of Law of Demeter (object not created locally)
26649 src/com/gps/automation/DataOrganizer.java 1324 Potential violation of Law of Demeter (object not created locally)
26650 src/com/gps/automation/DataOrganizer.java 1325 Potential violation of Law of Demeter (object not created locally)
26651 src/com/gps/automation/DataOrganizer.java 1326 Potential violation of Law of Demeter (object not created locally)
26652 src/com/gps/automation/DataOrganizer.java 1332 Avoid using Literals in Conditional Statements
26653 src/com/gps/automation/DataOrganizer.java 1333 There is log block not surrounded by if
26654 src/com/gps/automation/DataOrganizer.java 1333 There is log block not surrounded by if
26655 src/com/gps/automation/DataOrganizer.java 1335 There is log block not surrounded by if
26656 src/com/gps/automation/DataOrganizer.java 1335 There is log block not surrounded by if
26657 src/com/gps/automation/DataOrganizer.java 1338 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26658 src/com/gps/automation/DataOrganizer.java 1339 There is log block not surrounded by if
26659 src/com/gps/automation/DataOrganizer.java 1339 There is log block not surrounded by if
26660 src/com/gps/automation/DataOrganizer.java 1340 Potential violation of Law of Demeter (object not created locally)
26661 src/com/gps/automation/DataOrganizer.java 1347 Parameter 'deviceid' is not assigned and could be declared final
26662 src/com/gps/automation/DataOrganizer.java 1347 publicMethodCommentRequirement Required
26663 src/com/gps/automation/DataOrganizer.java 1349 Found 'DD'-anomaly for variable 'result' (lines '1,349'-'1,359').
26664 src/com/gps/automation/DataOrganizer.java 1351 Found 'DD'-anomaly for variable 'vehicleid' (lines '1,351'-'1,361').
26665 src/com/gps/automation/DataOrganizer.java 1355 There is log block not surrounded by if
26666 src/com/gps/automation/DataOrganizer.java 1355 There is log block not surrounded by if
26667 src/com/gps/automation/DataOrganizer.java 1360 Potential violation of Law of Demeter (object not created locally)
26668 src/com/gps/automation/DataOrganizer.java 1361 Potential violation of Law of Demeter (object not created locally)
26669 src/com/gps/automation/DataOrganizer.java 1364 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26670 src/com/gps/automation/DataOrganizer.java 1365 There is log block not surrounded by if
26671 src/com/gps/automation/DataOrganizer.java 1365 There is log block not surrounded by if
26672 src/com/gps/automation/DataOrganizer.java 1374 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
26673 src/com/gps/automation/DataOrganizer.java 1374 Parameter 'vehicle' is not assigned and could be declared final
26674 src/com/gps/automation/DataOrganizer.java 1374 Parameter 'vehicle_id' is not assigned and could be declared final
26675 src/com/gps/automation/DataOrganizer.java 1374 publicMethodCommentRequirement Required
26676 src/com/gps/automation/DataOrganizer.java 1381 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
26677 src/com/gps/automation/DataOrganizer.java 1383 Potential violation of Law of Demeter (object not created locally)
26678 src/com/gps/automation/DataOrganizer.java 1384 Potential violation of Law of Demeter (object not created locally)
26679 src/com/gps/automation/DataOrganizer.java 1385 Potential violation of Law of Demeter (object not created locally)
26680 src/com/gps/automation/DataOrganizer.java 1387 Potential violation of Law of Demeter (object not created locally)
26681 src/com/gps/automation/DataOrganizer.java 1394 Avoid using Literals in Conditional Statements
26682 src/com/gps/automation/DataOrganizer.java 1395 There is log block not surrounded by if
26683 src/com/gps/automation/DataOrganizer.java 1395 There is log block not surrounded by if
26684 src/com/gps/automation/DataOrganizer.java 1397 There is log block not surrounded by if
26685 src/com/gps/automation/DataOrganizer.java 1397 There is log block not surrounded by if
26686 src/com/gps/automation/DataOrganizer.java 1400 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26687 src/com/gps/automation/DataOrganizer.java 1401 There is log block not surrounded by if
26688 src/com/gps/automation/DataOrganizer.java 1401 There is log block not surrounded by if
26689 src/com/gps/automation/DataOrganizer.java 1402 Potential violation of Law of Demeter (object not created locally)
26690 src/com/gps/automation/DataOrganizer.java 1408 Comment is too large: Too many lines
26691 src/com/gps/automation/DataOrganizer.java 1437 Comment is too large: Too many lines
26692 src/com/gps/automation/DataOrganizer.java 1453 Parameter 'orgId' is not assigned and could be declared final
26693 src/com/gps/automation/DataOrganizer.java 1453 The method 'getVehicleInfo' has a Cyclomatic Complexity of 15.
26694 src/com/gps/automation/DataOrganizer.java 1457 Local variable 'deviceList' could be declared final
26695 src/com/gps/automation/DataOrganizer.java 1458 Local variable 'vehDAO' could be declared final
26696 src/com/gps/automation/DataOrganizer.java 1462 Variables should start with a lowercase character, 'OrganizationName' starts with uppercase character.
26697 src/com/gps/automation/DataOrganizer.java 1463 Local variable 'orgDao' could be declared final
26698 src/com/gps/automation/DataOrganizer.java 1465 Potential violation of Law of Demeter (method chain calls)
26699 src/com/gps/automation/DataOrganizer.java 1465 Potential violation of Law of Demeter (object not created locally)
26700 src/com/gps/automation/DataOrganizer.java 1466 Potential violation of Law of Demeter (object not created locally)
26701 src/com/gps/automation/DataOrganizer.java 1470 There is log block not surrounded by if
26702 src/com/gps/automation/DataOrganizer.java 1470 There is log block not surrounded by if
26703 src/com/gps/automation/DataOrganizer.java 1472 Avoid if (x != y) ..; else ..;
26704 src/com/gps/automation/DataOrganizer.java 1472 Potential violation of Law of Demeter (object not created locally)
26705 src/com/gps/automation/DataOrganizer.java 1474 Potential violation of Law of Demeter (object not created locally)
26706 src/com/gps/automation/DataOrganizer.java 1480 Potential violation of Law of Demeter (object not created locally)
26707 src/com/gps/automation/DataOrganizer.java 1480 Potential violation of Law of Demeter (object not created locally)
26708 src/com/gps/automation/DataOrganizer.java 1484 Potential violation of Law of Demeter (object not created locally)
26709 src/com/gps/automation/DataOrganizer.java 1485 Potential violation of Law of Demeter (object not created locally)
26710 src/com/gps/automation/DataOrganizer.java 1485 There is log block not surrounded by if
26711 src/com/gps/automation/DataOrganizer.java 1485 There is log block not surrounded by if
26712 src/com/gps/automation/DataOrganizer.java 1486 Local variable 'vehiclesIter' could be declared final
26713 src/com/gps/automation/DataOrganizer.java 1486 Potential violation of Law of Demeter (object not created locally)
26714 src/com/gps/automation/DataOrganizer.java 1490 Potential violation of Law of Demeter (object not created locally)
26715 src/com/gps/automation/DataOrganizer.java 1490 Potential violation of Law of Demeter (object not created locally)
26716 src/com/gps/automation/DataOrganizer.java 1490 Potential violation of Law of Demeter (object not created locally)
26717 src/com/gps/automation/DataOrganizer.java 1490 Potential violation of Law of Demeter (object not created locally)
26718 src/com/gps/automation/DataOrganizer.java 1491 There is log block not surrounded by if
26719 src/com/gps/automation/DataOrganizer.java 1491 There is log block not surrounded by if
26720 src/com/gps/automation/DataOrganizer.java 1492 Local variable 'data' could be declared final
26721 src/com/gps/automation/DataOrganizer.java 1492 Potential violation of Law of Demeter (object not created locally)
26722 src/com/gps/automation/DataOrganizer.java 1493 Potential violation of Law of Demeter (object not created locally)
26723 src/com/gps/automation/DataOrganizer.java 1495 Potential violation of Law of Demeter (object not created locally)
26724 src/com/gps/automation/DataOrganizer.java 1495 There is log block not surrounded by if
26725 src/com/gps/automation/DataOrganizer.java 1495 There is log block not surrounded by if
26726 src/com/gps/automation/DataOrganizer.java 1496 Potential violation of Law of Demeter (object not created locally)
26727 src/com/gps/automation/DataOrganizer.java 1502 Potential violation of Law of Demeter (object not created locally)
26728 src/com/gps/automation/DataOrganizer.java 1502 There is log block not surrounded by if
26729 src/com/gps/automation/DataOrganizer.java 1502 There is log block not surrounded by if
26730 src/com/gps/automation/DataOrganizer.java 1503 Avoid using Literals in Conditional Statements
26731 src/com/gps/automation/DataOrganizer.java 1503 Potential violation of Law of Demeter (object not created locally)
26732 src/com/gps/automation/DataOrganizer.java 1503 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
26733 src/com/gps/automation/DataOrganizer.java 1511 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26734 src/com/gps/automation/DataOrganizer.java 1513 There is log block not surrounded by if
26735 src/com/gps/automation/DataOrganizer.java 1513 There is log block not surrounded by if
26736 src/com/gps/automation/DataOrganizer.java 1514 Potential violation of Law of Demeter (object not created locally)
26737 src/com/gps/automation/DataOrganizer.java 1522 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
26738 src/com/gps/automation/DataOrganizer.java 1522 Parameter 'vehicle_id' is not assigned and could be declared final
26739 src/com/gps/automation/DataOrganizer.java 1522 publicMethodCommentRequirement Required
26740 src/com/gps/automation/DataOrganizer.java 1530 There is log block not surrounded by if
26741 src/com/gps/automation/DataOrganizer.java 1530 There is log block not surrounded by if
26742 src/com/gps/automation/DataOrganizer.java 1536 Potential violation of Law of Demeter (object not created locally)
26743 src/com/gps/automation/DataOrganizer.java 1537 Potential violation of Law of Demeter (object not created locally)
26744 src/com/gps/automation/DataOrganizer.java 1537 There is log block not surrounded by if
26745 src/com/gps/automation/DataOrganizer.java 1537 There is log block not surrounded by if
26746 src/com/gps/automation/DataOrganizer.java 1539 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26747 src/com/gps/automation/DataOrganizer.java 1541 There is log block not surrounded by if
26748 src/com/gps/automation/DataOrganizer.java 1541 There is log block not surrounded by if
26749 src/com/gps/automation/DataOrganizer.java 1542 Potential violation of Law of Demeter (object not created locally)
26750 src/com/gps/automation/DataOrganizer.java 1551 Parameter 'OrganizationName' is not assigned and could be declared final
26751 src/com/gps/automation/DataOrganizer.java 1551 Parameter 'vehicleNames' is not assigned and could be declared final
26752 src/com/gps/automation/DataOrganizer.java 1551 The method 'getVehicleInfo' has a Cyclomatic Complexity of 12.
26753 src/com/gps/automation/DataOrganizer.java 1551 Variables should start with a lowercase character, 'OrganizationName' starts with uppercase character.
26754 src/com/gps/automation/DataOrganizer.java 1551 publicMethodCommentRequirement Required
26755 src/com/gps/automation/DataOrganizer.java 1555 Local variable 'deviceList' could be declared final
26756 src/com/gps/automation/DataOrganizer.java 1556 Avoid declaring a variable if it is unreferenced before a possible exit point.
26757 src/com/gps/automation/DataOrganizer.java 1556 Avoid unused local variables such as 'deviceDTO'.
26758 src/com/gps/automation/DataOrganizer.java 1556 Local variable 'deviceDTO' could be declared final
26759 src/com/gps/automation/DataOrganizer.java 1557 Local variable 'vehDAO' could be declared final
26760 src/com/gps/automation/DataOrganizer.java 1563 Local variable 'vehiclesArr' could be declared final
26761 src/com/gps/automation/DataOrganizer.java 1566 Avoid using if...else statements without curly braces
26762 src/com/gps/automation/DataOrganizer.java 1566 Prefer StringBuffer over += for concatenating strings
26763 src/com/gps/automation/DataOrganizer.java 1568 Avoid using if...else statements without curly braces
26764 src/com/gps/automation/DataOrganizer.java 1568 Prefer StringBuffer over += for concatenating strings
26765 src/com/gps/automation/DataOrganizer.java 1576 There is log block not surrounded by if
26766 src/com/gps/automation/DataOrganizer.java 1576 There is log block not surrounded by if
26767 src/com/gps/automation/DataOrganizer.java 1578 Potential violation of Law of Demeter (object not created locally)
26768 src/com/gps/automation/DataOrganizer.java 1579 Local variable 'vehiclesIter' could be declared final
26769 src/com/gps/automation/DataOrganizer.java 1579 Potential violation of Law of Demeter (object not created locally)
26770 src/com/gps/automation/DataOrganizer.java 1584 Potential violation of Law of Demeter (object not created locally)
26771 src/com/gps/automation/DataOrganizer.java 1584 Potential violation of Law of Demeter (object not created locally)
26772 src/com/gps/automation/DataOrganizer.java 1584 Potential violation of Law of Demeter (object not created locally)
26773 src/com/gps/automation/DataOrganizer.java 1584 Potential violation of Law of Demeter (object not created locally)
26774 src/com/gps/automation/DataOrganizer.java 1585 There is log block not surrounded by if
26775 src/com/gps/automation/DataOrganizer.java 1585 There is log block not surrounded by if
26776 src/com/gps/automation/DataOrganizer.java 1586 Local variable 'data' could be declared final
26777 src/com/gps/automation/DataOrganizer.java 1586 Potential violation of Law of Demeter (object not created locally)
26778 src/com/gps/automation/DataOrganizer.java 1587 Potential violation of Law of Demeter (object not created locally)
26779 src/com/gps/automation/DataOrganizer.java 1589 Potential violation of Law of Demeter (object not created locally)
26780 src/com/gps/automation/DataOrganizer.java 1596 There is log block not surrounded by if
26781 src/com/gps/automation/DataOrganizer.java 1596 There is log block not surrounded by if
26782 src/com/gps/automation/DataOrganizer.java 1597 Avoid using Literals in Conditional Statements
26783 src/com/gps/automation/DataOrganizer.java 1597 Potential violation of Law of Demeter (object not created locally)
26784 src/com/gps/automation/DataOrganizer.java 1597 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
26785 src/com/gps/automation/DataOrganizer.java 1600 There is log block not surrounded by if
26786 src/com/gps/automation/DataOrganizer.java 1600 There is log block not surrounded by if
26787 src/com/gps/automation/DataOrganizer.java 1606 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26788 src/com/gps/automation/DataOrganizer.java 1608 There is log block not surrounded by if
26789 src/com/gps/automation/DataOrganizer.java 1608 There is log block not surrounded by if
26790 src/com/gps/automation/DataOrganizer.java 1609 Potential violation of Law of Demeter (object not created locally)
26791 src/com/gps/automation/DataOrganizer.java 1616 Parameter 'date' is not assigned and could be declared final
26792 src/com/gps/automation/DataOrganizer.java 1627 There is log block not surrounded by if
26793 src/com/gps/automation/DataOrganizer.java 1627 There is log block not surrounded by if
26794 src/com/gps/automation/DataOrganizer.java 1633 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26795 src/com/gps/automation/DataOrganizer.java 1635 There is log block not surrounded by if
26796 src/com/gps/automation/DataOrganizer.java 1636 Potential violation of Law of Demeter (object not created locally)
26797 src/com/gps/automation/DataOrganizer.java 1644 Parameter 'vehId' is not assigned and could be declared final
26798 src/com/gps/automation/DataOrganizer.java 1652 There is log block not surrounded by if
26799 src/com/gps/automation/DataOrganizer.java 1652 There is log block not surrounded by if
26800 src/com/gps/automation/DataOrganizer.java 1657 Avoid using Literals in Conditional Statements
26801 src/com/gps/automation/DataOrganizer.java 1657 Potential violation of Law of Demeter (object not created locally)
26802 src/com/gps/automation/DataOrganizer.java 1661 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26803 src/com/gps/automation/DataOrganizer.java 1663 There is log block not surrounded by if
26804 src/com/gps/automation/DataOrganizer.java 1663 There is log block not surrounded by if
26805 src/com/gps/automation/DataOrganizer.java 1673 Comment is too large: Too many lines
26806 src/com/gps/automation/DataOrganizer.java 1685 Comment is too large: Too many lines
26807 src/com/gps/automation/DataOrganizer.java 1702 Parameter 'interval' is not assigned and could be declared final
26808 src/com/gps/automation/DataOrganizer.java 1702 The method 'getOfflineBuses' has a Cyclomatic Complexity of 13.
26809 src/com/gps/automation/DataOrganizer.java 1703 Local variable 'offList' could be declared final
26810 src/com/gps/automation/DataOrganizer.java 1709 Local variable 'devDAO' could be declared final
26811 src/com/gps/automation/DataOrganizer.java 1713 Avoid declaring a variable if it is unreferenced before a possible exit point.
26812 src/com/gps/automation/DataOrganizer.java 1713 Avoid unused local variables such as 'orgList'.
26813 src/com/gps/automation/DataOrganizer.java 1713 Local variable 'orgList' could be declared final
26814 src/com/gps/automation/DataOrganizer.java 1717 There is log block not surrounded by if
26815 src/com/gps/automation/DataOrganizer.java 1717 There is log block not surrounded by if
26816 src/com/gps/automation/DataOrganizer.java 1720 Potential violation of Law of Demeter (object not created locally)
26817 src/com/gps/automation/DataOrganizer.java 1722 Local variable 'resultIter' could be declared final
26818 src/com/gps/automation/DataOrganizer.java 1722 Potential violation of Law of Demeter (object not created locally)
26819 src/com/gps/automation/DataOrganizer.java 1726 Potential violation of Law of Demeter (object not created locally)
26820 src/com/gps/automation/DataOrganizer.java 1726 Potential violation of Law of Demeter (object not created locally)
26821 src/com/gps/automation/DataOrganizer.java 1728 Potential violation of Law of Demeter (object not created locally)
26822 src/com/gps/automation/DataOrganizer.java 1728 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
26823 src/com/gps/automation/DataOrganizer.java 1729 Potential violation of Law of Demeter (object not created locally)
26824 src/com/gps/automation/DataOrganizer.java 1729 There is log block not surrounded by if
26825 src/com/gps/automation/DataOrganizer.java 1729 There is log block not surrounded by if
26826 src/com/gps/automation/DataOrganizer.java 1731 Local variable 'orgOfflineList' could be declared final
26827 src/com/gps/automation/DataOrganizer.java 1732 Potential violation of Law of Demeter (method chain calls)
26828 src/com/gps/automation/DataOrganizer.java 1732 Potential violation of Law of Demeter (object not created locally)
26829 src/com/gps/automation/DataOrganizer.java 1732 Potential violation of Law of Demeter (object not created locally)
26830 src/com/gps/automation/DataOrganizer.java 1734 Avoid instantiating new objects inside loops
26831 src/com/gps/automation/DataOrganizer.java 1734 Local variable 'vehInfo' could be declared final
26832 src/com/gps/automation/DataOrganizer.java 1735 Potential violation of Law of Demeter (object not created locally)
26833 src/com/gps/automation/DataOrganizer.java 1736 Potential violation of Law of Demeter (object not created locally)
26834 src/com/gps/automation/DataOrganizer.java 1737 Avoid using if statements without curly braces
26835 src/com/gps/automation/DataOrganizer.java 1737 Potential violation of Law of Demeter (object not created locally)
26836 src/com/gps/automation/DataOrganizer.java 1738 Potential violation of Law of Demeter (method chain calls)
26837 src/com/gps/automation/DataOrganizer.java 1738 Potential violation of Law of Demeter (method chain calls)
26838 src/com/gps/automation/DataOrganizer.java 1738 Potential violation of Law of Demeter (object not created locally)
26839 src/com/gps/automation/DataOrganizer.java 1739 Potential violation of Law of Demeter (object not created locally)
26840 src/com/gps/automation/DataOrganizer.java 1740 Potential violation of Law of Demeter (method chain calls)
26841 src/com/gps/automation/DataOrganizer.java 1740 Potential violation of Law of Demeter (object not created locally)
26842 src/com/gps/automation/DataOrganizer.java 1747 Potential violation of Law of Demeter (object not created locally)
26843 src/com/gps/automation/DataOrganizer.java 1747 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
26844 src/com/gps/automation/DataOrganizer.java 1748 Potential violation of Law of Demeter (object not created locally)
26845 src/com/gps/automation/DataOrganizer.java 1748 There is log block not surrounded by if
26846 src/com/gps/automation/DataOrganizer.java 1748 There is log block not surrounded by if
26847 src/com/gps/automation/DataOrganizer.java 1749 Avoid instantiating new objects inside loops
26848 src/com/gps/automation/DataOrganizer.java 1749 Local variable 'orgOffList' could be declared final
26849 src/com/gps/automation/DataOrganizer.java 1750 Potential violation of Law of Demeter (object not created locally)
26850 src/com/gps/automation/DataOrganizer.java 1752 Avoid instantiating new objects inside loops
26851 src/com/gps/automation/DataOrganizer.java 1752 Local variable 'vehInfo' could be declared final
26852 src/com/gps/automation/DataOrganizer.java 1753 Potential violation of Law of Demeter (object not created locally)
26853 src/com/gps/automation/DataOrganizer.java 1754 Potential violation of Law of Demeter (object not created locally)
26854 src/com/gps/automation/DataOrganizer.java 1755 Avoid using if statements without curly braces
26855 src/com/gps/automation/DataOrganizer.java 1755 Potential violation of Law of Demeter (object not created locally)
26856 src/com/gps/automation/DataOrganizer.java 1756 Potential violation of Law of Demeter (method chain calls)
26857 src/com/gps/automation/DataOrganizer.java 1756 Potential violation of Law of Demeter (method chain calls)
26858 src/com/gps/automation/DataOrganizer.java 1756 Potential violation of Law of Demeter (object not created locally)
26859 src/com/gps/automation/DataOrganizer.java 1757 Avoid using if statements without curly braces
26860 src/com/gps/automation/DataOrganizer.java 1758 Potential violation of Law of Demeter (object not created locally)
26861 src/com/gps/automation/DataOrganizer.java 1759 Avoid instantiating new objects inside loops
26862 src/com/gps/automation/DataOrganizer.java 1759 Local variable 'vehicleInfo' could be declared final
26863 src/com/gps/automation/DataOrganizer.java 1763 Potential violation of Law of Demeter (object not created locally)
26864 src/com/gps/automation/DataOrganizer.java 1769 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26865 src/com/gps/automation/DataOrganizer.java 1770 There is log block not surrounded by if
26866 src/com/gps/automation/DataOrganizer.java 1771 Potential violation of Law of Demeter (object not created locally)
26867 src/com/gps/automation/DataOrganizer.java 1777 Parameter 'date' is not assigned and could be declared final
26868 src/com/gps/automation/DataOrganizer.java 1777 The method 'getOfflineBuses' has a Cyclomatic Complexity of 13.
26869 src/com/gps/automation/DataOrganizer.java 1782 Local variable 'jsonMassager' could be declared final
26870 src/com/gps/automation/DataOrganizer.java 1783 Local variable 'busInfoList' could be declared final
26871 src/com/gps/automation/DataOrganizer.java 1792 There is log block not surrounded by if
26872 src/com/gps/automation/DataOrganizer.java 1792 There is log block not surrounded by if
26873 src/com/gps/automation/DataOrganizer.java 1796 Potential violation of Law of Demeter (object not created locally)
26874 src/com/gps/automation/DataOrganizer.java 1798 Avoid if (x != y) ..; else ..;
26875 src/com/gps/automation/DataOrganizer.java 1800 Avoid using Literals in Conditional Statements
26876 src/com/gps/automation/DataOrganizer.java 1800 Potential violation of Law of Demeter (object not created locally)
26877 src/com/gps/automation/DataOrganizer.java 1800 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
26878 src/com/gps/automation/DataOrganizer.java 1802 Local variable 'vehiclesIter' could be declared final
26879 src/com/gps/automation/DataOrganizer.java 1802 Potential violation of Law of Demeter (object not created locally)
26880 src/com/gps/automation/DataOrganizer.java 1804 Local variable 'rows' could be declared final
26881 src/com/gps/automation/DataOrganizer.java 1807 Potential violation of Law of Demeter (method chain calls)
26882 src/com/gps/automation/DataOrganizer.java 1807 Potential violation of Law of Demeter (method chain calls)
26883 src/com/gps/automation/DataOrganizer.java 1807 There is log block not surrounded by if
26884 src/com/gps/automation/DataOrganizer.java 1807 There is log block not surrounded by if
26885 src/com/gps/automation/DataOrganizer.java 1809 Avoid using Literals in Conditional Statements
26886 src/com/gps/automation/DataOrganizer.java 1809 Potential violation of Law of Demeter (object not created locally)
26887 src/com/gps/automation/DataOrganizer.java 1809 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
26888 src/com/gps/automation/DataOrganizer.java 1811 Avoid instantiating new objects inside loops
26889 src/com/gps/automation/DataOrganizer.java 1812 Potential violation of Law of Demeter (method chain calls)
26890 src/com/gps/automation/DataOrganizer.java 1812 Potential violation of Law of Demeter (method chain calls)
26891 src/com/gps/automation/DataOrganizer.java 1812 Potential violation of Law of Demeter (method chain calls)
26892 src/com/gps/automation/DataOrganizer.java 1812 Potential violation of Law of Demeter (method chain calls)
26893 src/com/gps/automation/DataOrganizer.java 1812 Potential violation of Law of Demeter (object not created locally)
26894 src/com/gps/automation/DataOrganizer.java 1813 Potential violation of Law of Demeter (method chain calls)
26895 src/com/gps/automation/DataOrganizer.java 1813 Potential violation of Law of Demeter (method chain calls)
26896 src/com/gps/automation/DataOrganizer.java 1813 Potential violation of Law of Demeter (method chain calls)
26897 src/com/gps/automation/DataOrganizer.java 1813 Potential violation of Law of Demeter (method chain calls)
26898 src/com/gps/automation/DataOrganizer.java 1813 Potential violation of Law of Demeter (object not created locally)
26899 src/com/gps/automation/DataOrganizer.java 1814 Potential violation of Law of Demeter (object not created locally)
26900 src/com/gps/automation/DataOrganizer.java 1818 Potential violation of Law of Demeter (object not created locally)
26901 src/com/gps/automation/DataOrganizer.java 1823 Potential violation of Law of Demeter (method chain calls)
26902 src/com/gps/automation/DataOrganizer.java 1823 Potential violation of Law of Demeter (method chain calls)
26903 src/com/gps/automation/DataOrganizer.java 1823 Potential violation of Law of Demeter (method chain calls)
26904 src/com/gps/automation/DataOrganizer.java 1823 Potential violation of Law of Demeter (method chain calls)
26905 src/com/gps/automation/DataOrganizer.java 1823 Potential violation of Law of Demeter (method chain calls)
26906 src/com/gps/automation/DataOrganizer.java 1823 Potential violation of Law of Demeter (object not created locally)
26907 src/com/gps/automation/DataOrganizer.java 1825 Potential violation of Law of Demeter (method chain calls)
26908 src/com/gps/automation/DataOrganizer.java 1825 Potential violation of Law of Demeter (object not created locally)
26909 src/com/gps/automation/DataOrganizer.java 1827 Potential violation of Law of Demeter (method chain calls)
26910 src/com/gps/automation/DataOrganizer.java 1827 Potential violation of Law of Demeter (method chain calls)
26911 src/com/gps/automation/DataOrganizer.java 1827 Potential violation of Law of Demeter (method chain calls)
26912 src/com/gps/automation/DataOrganizer.java 1827 Potential violation of Law of Demeter (method chain calls)
26913 src/com/gps/automation/DataOrganizer.java 1827 Potential violation of Law of Demeter (method chain calls)
26914 src/com/gps/automation/DataOrganizer.java 1827 Potential violation of Law of Demeter (method chain calls)
26915 src/com/gps/automation/DataOrganizer.java 1827 Potential violation of Law of Demeter (object not created locally)
26916 src/com/gps/automation/DataOrganizer.java 1837 Potential violation of Law of Demeter (method chain calls)
26917 src/com/gps/automation/DataOrganizer.java 1837 Potential violation of Law of Demeter (method chain calls)
26918 src/com/gps/automation/DataOrganizer.java 1837 Potential violation of Law of Demeter (method chain calls)
26919 src/com/gps/automation/DataOrganizer.java 1837 Potential violation of Law of Demeter (method chain calls)
26920 src/com/gps/automation/DataOrganizer.java 1837 Potential violation of Law of Demeter (object not created locally)
26921 src/com/gps/automation/DataOrganizer.java 1847 Avoid instantiating new objects inside loops
26922 src/com/gps/automation/DataOrganizer.java 1848 Potential violation of Law of Demeter (method chain calls)
26923 src/com/gps/automation/DataOrganizer.java 1848 Potential violation of Law of Demeter (method chain calls)
26924 src/com/gps/automation/DataOrganizer.java 1848 Potential violation of Law of Demeter (method chain calls)
26925 src/com/gps/automation/DataOrganizer.java 1848 Potential violation of Law of Demeter (method chain calls)
26926 src/com/gps/automation/DataOrganizer.java 1848 Potential violation of Law of Demeter (object not created locally)
26927 src/com/gps/automation/DataOrganizer.java 1849 Potential violation of Law of Demeter (method chain calls)
26928 src/com/gps/automation/DataOrganizer.java 1849 Potential violation of Law of Demeter (method chain calls)
26929 src/com/gps/automation/DataOrganizer.java 1849 Potential violation of Law of Demeter (method chain calls)
26930 src/com/gps/automation/DataOrganizer.java 1849 Potential violation of Law of Demeter (method chain calls)
26931 src/com/gps/automation/DataOrganizer.java 1849 Potential violation of Law of Demeter (object not created locally)
26932 src/com/gps/automation/DataOrganizer.java 1850 Potential violation of Law of Demeter (object not created locally)
26933 src/com/gps/automation/DataOrganizer.java 1861 There is log block not surrounded by if
26934 src/com/gps/automation/DataOrganizer.java 1861 There is log block not surrounded by if
26935 src/com/gps/automation/DataOrganizer.java 1866 Potential violation of Law of Demeter (object not created locally)
26936 src/com/gps/automation/DataOrganizer.java 1866 There is log block not surrounded by if
26937 src/com/gps/automation/DataOrganizer.java 1866 There is log block not surrounded by if
26938 src/com/gps/automation/DataOrganizer.java 1867 Potential violation of Law of Demeter (object not created locally)
26939 src/com/gps/automation/DataOrganizer.java 1870 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26940 src/com/gps/automation/DataOrganizer.java 1872 Potential violation of Law of Demeter (object not created locally)
26941 src/com/gps/automation/DataOrganizer.java 1872 There is log block not surrounded by if
26942 src/com/gps/automation/DataOrganizer.java 1880 Comment is too large: Too many lines
26943 src/com/gps/automation/DataOrganizer.java 1887 Comment is too large: Line too long
26944 src/com/gps/automation/DataOrganizer.java 1888 Comment is too large: Line too long
26945 src/com/gps/automation/DataOrganizer.java 1904 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'resp_value' is not final.
26946 src/com/gps/automation/DataOrganizer.java 1904 Parameter 'resp_value' is not assigned and could be declared final
26947 src/com/gps/automation/DataOrganizer.java 1904 Parameter 'tripid' is not assigned and could be declared final
26948 src/com/gps/automation/DataOrganizer.java 1912 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
26949 src/com/gps/automation/DataOrganizer.java 1914 Potential violation of Law of Demeter (object not created locally)
26950 src/com/gps/automation/DataOrganizer.java 1919 There is log block not surrounded by if
26951 src/com/gps/automation/DataOrganizer.java 1919 There is log block not surrounded by if
26952 src/com/gps/automation/DataOrganizer.java 1921 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26953 src/com/gps/automation/DataOrganizer.java 1922 Potential violation of Law of Demeter (object not created locally)
26954 src/com/gps/automation/DataOrganizer.java 1922 There is log block not surrounded by if
26955 src/com/gps/automation/DataOrganizer.java 1928 Comment is too large: Line too long
26956 src/com/gps/automation/DataOrganizer.java 1929 Parameter 'tripid' is not assigned and could be declared final
26957 src/com/gps/automation/DataOrganizer.java 1932 Avoid variables with short names like rs
26958 src/com/gps/automation/DataOrganizer.java 1941 Potential violation of Law of Demeter (object not created locally)
26959 src/com/gps/automation/DataOrganizer.java 1941 Potential violation of Law of Demeter (object not created locally)
26960 src/com/gps/automation/DataOrganizer.java 1943 Potential violation of Law of Demeter (object not created locally)
26961 src/com/gps/automation/DataOrganizer.java 1944 There is log block not surrounded by if
26962 src/com/gps/automation/DataOrganizer.java 1944 There is log block not surrounded by if
26963 src/com/gps/automation/DataOrganizer.java 1948 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26964 src/com/gps/automation/DataOrganizer.java 1949 Potential violation of Law of Demeter (object not created locally)
26965 src/com/gps/automation/DataOrganizer.java 1949 There is log block not surrounded by if
26966 src/com/gps/automation/DataOrganizer.java 1957 A method/constructor shouldnt explicitly throw java.lang.Exception
26967 src/com/gps/automation/DataOrganizer.java 1957 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'creation_time' is not final.
26968 src/com/gps/automation/DataOrganizer.java 1957 Parameter 'creation_time' is not assigned and could be declared final
26969 src/com/gps/automation/DataOrganizer.java 1957 Parameter 'latitude' is not assigned and could be declared final
26970 src/com/gps/automation/DataOrganizer.java 1957 Parameter 'longitude' is not assigned and could be declared final
26971 src/com/gps/automation/DataOrganizer.java 1957 Parameter 'tripid' is not assigned and could be declared final
26972 src/com/gps/automation/DataOrganizer.java 1961 Local variable 'packetBean' could be declared final
26973 src/com/gps/automation/DataOrganizer.java 1965 Potential violation of Law of Demeter (object not created locally)
26974 src/com/gps/automation/DataOrganizer.java 1966 Potential violation of Law of Demeter (object not created locally)
26975 src/com/gps/automation/DataOrganizer.java 1967 Potential violation of Law of Demeter (object not created locally)
26976 src/com/gps/automation/DataOrganizer.java 1968 Potential violation of Law of Demeter (object not created locally)
26977 src/com/gps/automation/DataOrganizer.java 1970 There is log block not surrounded by if
26978 src/com/gps/automation/DataOrganizer.java 1970 There is log block not surrounded by if
26979 src/com/gps/automation/DataOrganizer.java 1973 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26980 src/com/gps/automation/DataOrganizer.java 1975 Potential violation of Law of Demeter (object not created locally)
26981 src/com/gps/automation/DataOrganizer.java 1975 There is log block not surrounded by if
26982 src/com/gps/automation/DataOrganizer.java 1975 There is log block not surrounded by if
26983 src/com/gps/automation/DataOrganizer.java 1983 Parameter 'tripid' is not assigned and could be declared final
26984 src/com/gps/automation/DataOrganizer.java 1983 publicMethodCommentRequirement Required
26985 src/com/gps/automation/DataOrganizer.java 1991 Avoid using Literals in Conditional Statements
26986 src/com/gps/automation/DataOrganizer.java 1993 There is log block not surrounded by if
26987 src/com/gps/automation/DataOrganizer.java 1993 There is log block not surrounded by if
26988 src/com/gps/automation/DataOrganizer.java 1997 There is log block not surrounded by if
26989 src/com/gps/automation/DataOrganizer.java 1997 There is log block not surrounded by if
26990 src/com/gps/automation/DataOrganizer.java 2001 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26991 src/com/gps/automation/DataOrganizer.java 2002 There is log block not surrounded by if
26992 src/com/gps/automation/DataOrganizer.java 2002 There is log block not surrounded by if
26993 src/com/gps/automation/DataOrganizer.java 2010 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'creation_time' is not final.
26994 src/com/gps/automation/DataOrganizer.java 2010 Parameter 'creation_time' is not assigned and could be declared final
26995 src/com/gps/automation/DataOrganizer.java 2010 Parameter 'latitude' is not assigned and could be declared final
26996 src/com/gps/automation/DataOrganizer.java 2010 Parameter 'longitude' is not assigned and could be declared final
26997 src/com/gps/automation/DataOrganizer.java 2010 Parameter 'tripid' is not assigned and could be declared final
26998 src/com/gps/automation/DataOrganizer.java 2016 Avoid declaring a variable if it is unreferenced before a possible exit point.
26999 src/com/gps/automation/DataOrganizer.java 2016 Avoid unused local variables such as 'sdf'.
27000 src/com/gps/automation/DataOrganizer.java 2016 Local variable 'sdf' could be declared final
27001 src/com/gps/automation/DataOrganizer.java 2016 When instantiating a SimpleDateFormat object, specify a Locale
27002 src/com/gps/automation/DataOrganizer.java 2027 Potential violation of Law of Demeter (object not created locally)
27003 src/com/gps/automation/DataOrganizer.java 2027 Potential violation of Law of Demeter (object not created locally)
27004 src/com/gps/automation/DataOrganizer.java 2038 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27005 src/com/gps/automation/DataOrganizer.java 2040 There is log block not surrounded by if
27006 src/com/gps/automation/DataOrganizer.java 2040 There is log block not surrounded by if
27007 src/com/gps/automation/DataOrganizer.java 2050 Comment is too large: Line too long
27008 src/com/gps/automation/DataOrganizer.java 2051 Parameter 'vehList' is not assigned and could be declared final
27009 src/com/gps/automation/DataOrganizer.java 2051 Parameter 'vehicle' is not assigned and could be declared final
27010 src/com/gps/automation/DataOrganizer.java 2051 publicMethodCommentRequirement Required
27011 src/com/gps/automation/DataOrganizer.java 2059 Local variable 'listiter' could be declared final
27012 src/com/gps/automation/DataOrganizer.java 2062 Local variable 'vehid' could be declared final
27013 src/com/gps/automation/DataOrganizer.java 2064 Local variable 'vehicleiter' could be declared final
27014 src/com/gps/automation/DataOrganizer.java 2066 Local variable 'vehbean' could be declared final
27015 src/com/gps/automation/DataOrganizer.java 2068 Potential violation of Law of Demeter (object not created locally)
27016 src/com/gps/automation/DataOrganizer.java 2068 Potential violation of Law of Demeter (object not created locally)
27017 src/com/gps/automation/DataOrganizer.java 2068 Potential violation of Law of Demeter (object not created locally)
27018 src/com/gps/automation/DataOrganizer.java 2076 There is log block not surrounded by if
27019 src/com/gps/automation/DataOrganizer.java 2076 There is log block not surrounded by if
27020 src/com/gps/automation/DataOrganizer.java 2077 Avoid instantiating new objects inside loops
27021 src/com/gps/automation/DataOrganizer.java 2079 Local variable 'vehDetails' could be declared final
27022 src/com/gps/automation/DataOrganizer.java 2079 Potential violation of Law of Demeter (object not created locally)
27023 src/com/gps/automation/DataOrganizer.java 2080 Potential violation of Law of Demeter (object not created locally)
27024 src/com/gps/automation/DataOrganizer.java 2082 Potential violation of Law of Demeter (object not created locally)
27025 src/com/gps/automation/DataOrganizer.java 2082 Potential violation of Law of Demeter (object not created locally)
27026 src/com/gps/automation/DataOrganizer.java 2083 Potential violation of Law of Demeter (method chain calls)
27027 src/com/gps/automation/DataOrganizer.java 2083 Potential violation of Law of Demeter (method chain calls)
27028 src/com/gps/automation/DataOrganizer.java 2083 Potential violation of Law of Demeter (object not created locally)
27029 src/com/gps/automation/DataOrganizer.java 2083 Potential violation of Law of Demeter (object not created locally)
27030 src/com/gps/automation/DataOrganizer.java 2084 Potential violation of Law of Demeter (object not created locally)
27031 src/com/gps/automation/DataOrganizer.java 2084 Potential violation of Law of Demeter (object not created locally)
27032 src/com/gps/automation/DataOrganizer.java 2085 Potential violation of Law of Demeter (method chain calls)
27033 src/com/gps/automation/DataOrganizer.java 2085 Potential violation of Law of Demeter (method chain calls)
27034 src/com/gps/automation/DataOrganizer.java 2085 Potential violation of Law of Demeter (object not created locally)
27035 src/com/gps/automation/DataOrganizer.java 2085 Potential violation of Law of Demeter (object not created locally)
27036 src/com/gps/automation/DataOrganizer.java 2086 Potential violation of Law of Demeter (object not created locally)
27037 src/com/gps/automation/DataOrganizer.java 2086 Potential violation of Law of Demeter (object not created locally)
27038 src/com/gps/automation/DataOrganizer.java 2087 Potential violation of Law of Demeter (object not created locally)
27039 src/com/gps/automation/DataOrganizer.java 2087 Potential violation of Law of Demeter (object not created locally)
27040 src/com/gps/automation/DataOrganizer.java 2088 Potential violation of Law of Demeter (object not created locally)
27041 src/com/gps/automation/DataOrganizer.java 2089 Potential violation of Law of Demeter (object not created locally)
27042 src/com/gps/automation/DataOrganizer.java 2090 Potential violation of Law of Demeter (object not created locally)
27043 src/com/gps/automation/DataOrganizer.java 2091 Potential violation of Law of Demeter (object not created locally)
27044 src/com/gps/automation/DataOrganizer.java 2092 Potential violation of Law of Demeter (object not created locally)
27045 src/com/gps/automation/DataOrganizer.java 2098 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27046 src/com/gps/automation/DataOrganizer.java 2099 There is log block not surrounded by if
27047 src/com/gps/automation/DataOrganizer.java 2106 Parameter 'tankCapacity' is not assigned and could be declared final
27048 src/com/gps/automation/DataOrganizer.java 2106 Parameter 'vehicleId' is not assigned and could be declared final
27049 src/com/gps/automation/DataOrganizer.java 2114 Potential violation of Law of Demeter (object not created locally)
27050 src/com/gps/automation/DataOrganizer.java 2118 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27051 src/com/gps/automation/DataOrganizer.java 2119 There is log block not surrounded by if
27052 src/com/gps/automation/JSONConverter.java 3 Avoid unused imports such as 'java.io.File'
27053 src/com/gps/automation/JSONConverter.java 10 headerCommentRequirement Required
27054 src/com/gps/automation/JSONConverter.java 12 Found non-transient, non-static member. Please mark as transient or provide accessors.
27055 src/com/gps/automation/JSONConverter.java 12 fieldCommentRequirement Required
27056 src/com/gps/automation/JSONConverter.java 13 The Logger variable declaration does not contain the static and final modifiers
27057 src/com/gps/automation/JSONConverter.java 13 fieldCommentRequirement Required
27058 src/com/gps/automation/JSONConverter.java 17 Parameter 'data' is not assigned and could be declared final
27059 src/com/gps/automation/JSONConverter.java 20 There is log block not surrounded by if
27060 src/com/gps/automation/JSONConverter.java 20 There is log block not surrounded by if
27061 src/com/gps/automation/JSONConverter.java 24 There is log block not surrounded by if
27062 src/com/gps/automation/JSONConverter.java 24 There is log block not surrounded by if
27063 src/com/gps/automation/JSONConverter.java 26 Potential violation of Law of Demeter (object not created locally)
27064 src/com/gps/automation/JSONConverter.java 27 There is log block not surrounded by if
27065 src/com/gps/automation/JSONConverter.java 27 There is log block not surrounded by if
27066 src/com/gps/automation/JSONConverter.java 29 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27067 src/com/gps/automation/JSONConverter.java 36 Parameter 'data' is not assigned and could be declared final
27068 src/com/gps/automation/JSONConverter.java 36 publicMethodCommentRequirement Required
27069 src/com/gps/automation/JSONConverter.java 39 There is log block not surrounded by if
27070 src/com/gps/automation/JSONConverter.java 39 There is log block not surrounded by if
27071 src/com/gps/automation/JSONConverter.java 43 There is log block not surrounded by if
27072 src/com/gps/automation/JSONConverter.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27073 src/com/gps/automation/JSONConverter.java 45 Potential violation of Law of Demeter (object not created locally)
27074 src/com/gps/automation/JSONConverter.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27075 src/com/gps/automation/JSONConverter.java 55 Document empty method
27076 src/com/gps/automation/JSONConverter.java 55 Parameter 'args' is not assigned and could be declared final
27077 src/com/gps/automation/JSONConverter.java 55 publicMethodCommentRequirement Required
27078 src/com/gps/dao/FenceUsersDAO.java 10 Avoid unused imports such as 'com.gps.dto.RFIDInfoHistoryDTO'
27079 src/com/gps/dao/FenceUsersDAO.java 13 headerCommentRequirement Required
27080 src/com/gps/dao/FenceUsersDAO.java 15 The Logger variable declaration does not contain the static and final modifiers
27081 src/com/gps/dao/FenceUsersDAO.java 15 fieldCommentRequirement Required
27082 src/com/gps/dao/FenceUsersDAO.java 17 Avoid using implementation types like 'ArrayList'; use the interface instead
27083 src/com/gps/dao/FenceUsersDAO.java 17 Avoid variables with short names like to
27084 src/com/gps/dao/FenceUsersDAO.java 17 Parameter 'from' is not assigned and could be declared final
27085 src/com/gps/dao/FenceUsersDAO.java 17 Parameter 'to' is not assigned and could be declared final
27086 src/com/gps/dao/FenceUsersDAO.java 17 Parameter 'tripid' is not assigned and could be declared final
27087 src/com/gps/dao/FenceUsersDAO.java 17 publicMethodCommentRequirement Required
27088 src/com/gps/dao/FenceUsersDAO.java 19 Found 'DD'-anomaly for variable 'session' (lines '19'-'24').
27089 src/com/gps/dao/FenceUsersDAO.java 20 Found 'DD'-anomaly for variable 'userFenceList' (lines '20'-'26').
27090 src/com/gps/dao/FenceUsersDAO.java 26 Potential violation of Law of Demeter (method chain calls)
27091 src/com/gps/dao/FenceUsersDAO.java 26 Potential violation of Law of Demeter (object not created locally)
27092 src/com/gps/dao/FenceUsersDAO.java 28 Avoid using for statements without curly braces
27093 src/com/gps/dao/FenceUsersDAO.java 28 Potential violation of Law of Demeter (object not created locally)
27094 src/com/gps/dao/FenceUsersDAO.java 29 Potential violation of Law of Demeter (object not created locally)
27095 src/com/gps/dao/FenceUsersDAO.java 29 Potential violation of Law of Demeter (object not created locally)
27096 src/com/gps/dao/FenceUsersDAO.java 29 There is log block not surrounded by if
27097 src/com/gps/dao/FenceUsersDAO.java 29 There is log block not surrounded by if
27098 src/com/gps/dao/FenceUsersDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27099 src/com/gps/dao/FenceUsersDAO.java 39 Parameter 'fences' is not assigned and could be declared final
27100 src/com/gps/dao/FenceUsersDAO.java 39 publicMethodCommentRequirement Required
27101 src/com/gps/dao/FenceUsersDAO.java 41 Found 'DD'-anomaly for variable 'userExpectedList' (lines '41'-'51').
27102 src/com/gps/dao/FenceUsersDAO.java 42 Found 'DD'-anomaly for variable 'userList' (lines '42'-'50').
27103 src/com/gps/dao/FenceUsersDAO.java 47 Comment is too large: Line too long
27104 src/com/gps/dao/FenceUsersDAO.java 49 Comment is too large: Line too long
27105 src/com/gps/dao/FenceUsersDAO.java 50 Potential violation of Law of Demeter (method chain calls)
27106 src/com/gps/dao/FenceUsersDAO.java 50 Potential violation of Law of Demeter (object not created locally)
27107 src/com/gps/dao/FenceUsersDAO.java 51 Potential violation of Law of Demeter (method chain calls)
27108 src/com/gps/dao/FenceUsersDAO.java 51 Potential violation of Law of Demeter (object not created locally)
27109 src/com/gps/dao/FenceUsersDAO.java 53 Potential violation of Law of Demeter (object not created locally)
27110 src/com/gps/dao/FenceUsersDAO.java 53 There is log block not surrounded by if
27111 src/com/gps/dao/FenceUsersDAO.java 53 There is log block not surrounded by if
27112 src/com/gps/dao/FenceUsersDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27113 src/com/gps/dao/FenceUsersDAO.java 62 Avoid using implementation types like 'ArrayList'; use the interface instead
27114 src/com/gps/dao/FenceUsersDAO.java 62 Parameter 'tripid' is not assigned and could be declared final
27115 src/com/gps/dao/FenceUsersDAO.java 62 publicMethodCommentRequirement Required
27116 src/com/gps/dao/FenceUsersDAO.java 64 Found 'DD'-anomaly for variable 'tripFenceList' (lines '64'-'70').
27117 src/com/gps/dao/FenceUsersDAO.java 69 There is log block not surrounded by if
27118 src/com/gps/dao/FenceUsersDAO.java 69 There is log block not surrounded by if
27119 src/com/gps/dao/FenceUsersDAO.java 70 Potential violation of Law of Demeter (method chain calls)
27120 src/com/gps/dao/FenceUsersDAO.java 70 Potential violation of Law of Demeter (object not created locally)
27121 src/com/gps/dao/FenceUsersDAO.java 71 Potential violation of Law of Demeter (object not created locally)
27122 src/com/gps/dao/FenceUsersDAO.java 71 There is log block not surrounded by if
27123 src/com/gps/dao/FenceUsersDAO.java 71 There is log block not surrounded by if
27124 src/com/gps/dao/FenceUsersDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27125 src/com/gps/dao/FenceUsersDAO.java 80 Parameter 'args' is not assigned and could be declared final
27126 src/com/gps/dao/FenceUsersDAO.java 80 publicMethodCommentRequirement Required
27127 src/com/gps/dao/FenceUsersDAO.java 82 Local variable 'dao' could be declared final
27128 src/com/gps/dao/FenceUsersDAO.java 84 Comment is too large: Line too long
27129 src/com/gps/dao/FencingDAO.java 1 Comment is too large: Too many lines
27130 src/com/gps/dao/FencingDAO.java 9 A high number of imports can indicate a high degree of coupling within an object.
27131 src/com/gps/dao/FencingDAO.java 9 Possible God class (WMC=141, ATFD=201, TCC=0.004267425320056899)
27132 src/com/gps/dao/FencingDAO.java 16 Avoid unused imports such as 'java.util.Collections'
27133 src/com/gps/dao/FencingDAO.java 18 Avoid unused imports such as 'java.util.Iterator'
27134 src/com/gps/dao/FencingDAO.java 22 Avoid unused imports such as 'javax.xml.datatype.XMLGregorianCalendar'
27135 src/com/gps/dao/FencingDAO.java 30 Avoid importing anything from the sun.* packages
27136 src/com/gps/dao/FencingDAO.java 30 Avoid unused imports such as 'sun.misc.FpUtils'
27137 src/com/gps/dao/FencingDAO.java 33 Avoid unused imports such as 'com.gps.hibernate.FenceHistoryDAO'
27138 src/com/gps/dao/FencingDAO.java 42 Avoid unused imports such as 'com.gps.hibernate.TripDetailsDAO'
27139 src/com/gps/dao/FencingDAO.java 53 Avoid unused imports such as 'com.gps.form.GLatLng'
27140 src/com/gps/dao/FencingDAO.java 55 Avoid unused imports such as 'com.sun.xml.rpc.processor.modeler.j2ee.xml.exceptionMappingType'
27141 src/com/gps/dao/FencingDAO.java 57 Avoid really long classes.
27142 src/com/gps/dao/FencingDAO.java 57 The class 'FencingDAO' has a Cyclomatic Complexity of 4 (Highest = 16).
27143 src/com/gps/dao/FencingDAO.java 57 This class has too many methods, consider refactoring it.
27144 src/com/gps/dao/FencingDAO.java 61 The Logger variable declaration does not contain the static and final modifiers
27145 src/com/gps/dao/FencingDAO.java 65 fieldCommentRequirement Required
27146 src/com/gps/dao/FencingDAO.java 66 publicMethodCommentRequirement Required
27147 src/com/gps/dao/FencingDAO.java 69 Parameter 'sessionvalue' is not assigned and could be declared final
27148 src/com/gps/dao/FencingDAO.java 69 publicMethodCommentRequirement Required
27149 src/com/gps/dao/FencingDAO.java 80 Parameter 'first' is not assigned and could be declared final
27150 src/com/gps/dao/FencingDAO.java 80 Parameter 'last' is not assigned and could be declared final
27151 src/com/gps/dao/FencingDAO.java 80 Parameter 'userId' is not assigned and could be declared final
27152 src/com/gps/dao/FencingDAO.java 82 Found 'DD'-anomaly for variable 'sess' (lines '82'-'87').
27153 src/com/gps/dao/FencingDAO.java 83 Avoid variables with short names like gd
27154 src/com/gps/dao/FencingDAO.java 83 Local variable 'gd' could be declared final
27155 src/com/gps/dao/FencingDAO.java 84 Found 'DD'-anomaly for variable 'gdDetails' (lines '84'-'92').
27156 src/com/gps/dao/FencingDAO.java 85 Found 'DD'-anomaly for variable 'query' (lines '85'-'88').
27157 src/com/gps/dao/FencingDAO.java 87 Potential violation of Law of Demeter (object not created locally)
27158 src/com/gps/dao/FencingDAO.java 88 Potential violation of Law of Demeter (method chain calls)
27159 src/com/gps/dao/FencingDAO.java 88 Potential violation of Law of Demeter (object not created locally)
27160 src/com/gps/dao/FencingDAO.java 90 Potential violation of Law of Demeter (object not created locally)
27161 src/com/gps/dao/FencingDAO.java 91 Potential violation of Law of Demeter (object not created locally)
27162 src/com/gps/dao/FencingDAO.java 92 Potential violation of Law of Demeter (object not created locally)
27163 src/com/gps/dao/FencingDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27164 src/com/gps/dao/FencingDAO.java 97 Avoid empty finally blocks
27165 src/com/gps/dao/FencingDAO.java 97 Avoid empty finally blocks
27166 src/com/gps/dao/FencingDAO.java 107 Parameter 'userId' is not assigned and could be declared final
27167 src/com/gps/dao/FencingDAO.java 109 Found 'DD'-anomaly for variable 'sess' (lines '109'-'114').
27168 src/com/gps/dao/FencingDAO.java 110 Avoid variables with short names like gd
27169 src/com/gps/dao/FencingDAO.java 110 Local variable 'gd' could be declared final
27170 src/com/gps/dao/FencingDAO.java 111 Found 'DD'-anomaly for variable 'gdDetails' (lines '111'-'118').
27171 src/com/gps/dao/FencingDAO.java 112 Found 'DD'-anomaly for variable 'query' (lines '112'-'115').
27172 src/com/gps/dao/FencingDAO.java 114 Potential violation of Law of Demeter (object not created locally)
27173 src/com/gps/dao/FencingDAO.java 115 Potential violation of Law of Demeter (method chain calls)
27174 src/com/gps/dao/FencingDAO.java 115 Potential violation of Law of Demeter (object not created locally)
27175 src/com/gps/dao/FencingDAO.java 118 Potential violation of Law of Demeter (object not created locally)
27176 src/com/gps/dao/FencingDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27177 src/com/gps/dao/FencingDAO.java 122 The String literal "Exception:" appears 19 times in this file; the first occurrence is on line 122
27178 src/com/gps/dao/FencingDAO.java 122 There is log block not surrounded by if
27179 src/com/gps/dao/FencingDAO.java 124 Avoid empty finally blocks
27180 src/com/gps/dao/FencingDAO.java 124 Avoid empty finally blocks
27181 src/com/gps/dao/FencingDAO.java 136 Parameter 'geofenceId' is not assigned and could be declared final
27182 src/com/gps/dao/FencingDAO.java 137 Found 'DD'-anomaly for variable 'sess' (lines '137'-'143').
27183 src/com/gps/dao/FencingDAO.java 138 Avoid variables with short names like gd
27184 src/com/gps/dao/FencingDAO.java 138 Local variable 'gd' could be declared final
27185 src/com/gps/dao/FencingDAO.java 139 Found 'DD'-anomaly for variable 'del' (lines '139'-'148').
27186 src/com/gps/dao/FencingDAO.java 140 Avoid variables with short names like tx
27187 src/com/gps/dao/FencingDAO.java 140 Found 'DD'-anomaly for variable 'tx' (lines '140'-'144').
27188 src/com/gps/dao/FencingDAO.java 141 Avoid declaring a variable if it is unreferenced before a possible exit point.
27189 src/com/gps/dao/FencingDAO.java 141 Avoid unused local variables such as 'gdDetails'.
27190 src/com/gps/dao/FencingDAO.java 141 Found 'DU'-anomaly for variable 'gdDetails' (lines '141'-'163').
27191 src/com/gps/dao/FencingDAO.java 141 Local variable 'gdDetails' could be declared final
27192 src/com/gps/dao/FencingDAO.java 143 Potential violation of Law of Demeter (object not created locally)
27193 src/com/gps/dao/FencingDAO.java 144 Potential violation of Law of Demeter (object not created locally)
27194 src/com/gps/dao/FencingDAO.java 145 Potential violation of Law of Demeter (method chain calls)
27195 src/com/gps/dao/FencingDAO.java 145 Potential violation of Law of Demeter (method chain calls)
27196 src/com/gps/dao/FencingDAO.java 145 Potential violation of Law of Demeter (object not created locally)
27197 src/com/gps/dao/FencingDAO.java 146 The String literal "geofenceId" appears 5 times in this file; the first occurrence is on line 146
27198 src/com/gps/dao/FencingDAO.java 147 Potential violation of Law of Demeter (object not created locally)
27199 src/com/gps/dao/FencingDAO.java 148 Found 'DD'-anomaly for variable 'del' (lines '148'-'151').
27200 src/com/gps/dao/FencingDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27201 src/com/gps/dao/FencingDAO.java 152 There is log block not surrounded by if
27202 src/com/gps/dao/FencingDAO.java 156 Potential violation of Law of Demeter (object not created locally)
27203 src/com/gps/dao/FencingDAO.java 170 Parameter 'geofenceId' is not assigned and could be declared final
27204 src/com/gps/dao/FencingDAO.java 170 Parameter 'userId' is not assigned and could be declared final
27205 src/com/gps/dao/FencingDAO.java 171 Found 'DD'-anomaly for variable 'sess' (lines '171'-'177').
27206 src/com/gps/dao/FencingDAO.java 172 Avoid variables with short names like gd
27207 src/com/gps/dao/FencingDAO.java 172 Local variable 'gd' could be declared final
27208 src/com/gps/dao/FencingDAO.java 173 Found 'DD'-anomaly for variable 'gdDetails' (lines '173'-'179').
27209 src/com/gps/dao/FencingDAO.java 177 Potential violation of Law of Demeter (object not created locally)
27210 src/com/gps/dao/FencingDAO.java 179 Potential violation of Law of Demeter (method chain calls)
27211 src/com/gps/dao/FencingDAO.java 179 Potential violation of Law of Demeter (method chain calls)
27212 src/com/gps/dao/FencingDAO.java 179 Potential violation of Law of Demeter (method chain calls)
27213 src/com/gps/dao/FencingDAO.java 179 Potential violation of Law of Demeter (object not created locally)
27214 src/com/gps/dao/FencingDAO.java 183 Potential violation of Law of Demeter (object not created locally)
27215 src/com/gps/dao/FencingDAO.java 185 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27216 src/com/gps/dao/FencingDAO.java 186 The String literal "Exception" appears 6 times in this file; the first occurrence is on line 186
27217 src/com/gps/dao/FencingDAO.java 186 There is log block not surrounded by if
27218 src/com/gps/dao/FencingDAO.java 189 Avoid empty finally blocks
27219 src/com/gps/dao/FencingDAO.java 189 Avoid empty finally blocks
27220 src/com/gps/dao/FencingDAO.java 203 Parameter 'lat' is not assigned and could be declared final
27221 src/com/gps/dao/FencingDAO.java 203 Parameter 'lon' is not assigned and could be declared final
27222 src/com/gps/dao/FencingDAO.java 203 Parameter 'vehicleId' is not assigned and could be declared final
27223 src/com/gps/dao/FencingDAO.java 204 Found 'DD'-anomaly for variable 'points' (lines '204'-'209').
27224 src/com/gps/dao/FencingDAO.java 205 Found 'DD'-anomaly for variable 'stat' (lines '205'-'228').
27225 src/com/gps/dao/FencingDAO.java 225 Potential violation of Law of Demeter (object not created locally)
27226 src/com/gps/dao/FencingDAO.java 225 There is log block not surrounded by if
27227 src/com/gps/dao/FencingDAO.java 225 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27228 src/com/gps/dao/FencingDAO.java 226 Avoid using Literals in Conditional Statements
27229 src/com/gps/dao/FencingDAO.java 226 Potential violation of Law of Demeter (object not created locally)
27230 src/com/gps/dao/FencingDAO.java 226 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
27231 src/com/gps/dao/FencingDAO.java 231 There is log block not surrounded by if
27232 src/com/gps/dao/FencingDAO.java 231 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27233 src/com/gps/dao/FencingDAO.java 235 There is log block not surrounded by if
27234 src/com/gps/dao/FencingDAO.java 235 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27235 src/com/gps/dao/FencingDAO.java 238 There is log block not surrounded by if
27236 src/com/gps/dao/FencingDAO.java 238 There is log block not surrounded by if
27237 src/com/gps/dao/FencingDAO.java 241 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27238 src/com/gps/dao/FencingDAO.java 243 There is log block not surrounded by if
27239 src/com/gps/dao/FencingDAO.java 254 Parameter 'vehicleId' is not assigned and could be declared final
27240 src/com/gps/dao/FencingDAO.java 256 Found 'DD'-anomaly for variable 'points' (lines '256'-'266').
27241 src/com/gps/dao/FencingDAO.java 257 Found 'DD'-anomaly for variable 'geoIds' (lines '257'-'262').
27242 src/com/gps/dao/FencingDAO.java 258 Found 'DD'-anomaly for variable 'sess' (lines '258'-'263').
27243 src/com/gps/dao/FencingDAO.java 259 Avoid variables with short names like gd
27244 src/com/gps/dao/FencingDAO.java 259 Local variable 'gd' could be declared final
27245 src/com/gps/dao/FencingDAO.java 263 Potential violation of Law of Demeter (object not created locally)
27246 src/com/gps/dao/FencingDAO.java 265 Avoid using Literals in Conditional Statements
27247 src/com/gps/dao/FencingDAO.java 265 Avoid using if statements without curly braces
27248 src/com/gps/dao/FencingDAO.java 265 Potential violation of Law of Demeter (object not created locally)
27249 src/com/gps/dao/FencingDAO.java 265 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
27250 src/com/gps/dao/FencingDAO.java 266 Potential violation of Law of Demeter (method chain calls)
27251 src/com/gps/dao/FencingDAO.java 266 Potential violation of Law of Demeter (method chain calls)
27252 src/com/gps/dao/FencingDAO.java 266 Potential violation of Law of Demeter (object not created locally)
27253 src/com/gps/dao/FencingDAO.java 267 Potential violation of Law of Demeter (object not created locally)
27254 src/com/gps/dao/FencingDAO.java 268 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27255 src/com/gps/dao/FencingDAO.java 270 There is log block not surrounded by if
27256 src/com/gps/dao/FencingDAO.java 273 Avoid empty finally blocks
27257 src/com/gps/dao/FencingDAO.java 273 Avoid empty finally blocks
27258 src/com/gps/dao/FencingDAO.java 286 Parameter 'vehicleId' is not assigned and could be declared final
27259 src/com/gps/dao/FencingDAO.java 288 Found 'DD'-anomaly for variable 'geoIds' (lines '288'-'294').
27260 src/com/gps/dao/FencingDAO.java 289 Found 'DD'-anomaly for variable 'sess' (lines '289'-'292').
27261 src/com/gps/dao/FencingDAO.java 290 Avoid variables with short names like gd
27262 src/com/gps/dao/FencingDAO.java 290 Local variable 'gd' could be declared final
27263 src/com/gps/dao/FencingDAO.java 292 Potential violation of Law of Demeter (object not created locally)
27264 src/com/gps/dao/FencingDAO.java 293 There is log block not surrounded by if
27265 src/com/gps/dao/FencingDAO.java 293 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27266 src/com/gps/dao/FencingDAO.java 294 Potential violation of Law of Demeter (method chain calls)
27267 src/com/gps/dao/FencingDAO.java 294 Potential violation of Law of Demeter (method chain calls)
27268 src/com/gps/dao/FencingDAO.java 294 Potential violation of Law of Demeter (object not created locally)
27269 src/com/gps/dao/FencingDAO.java 294 The String literal "vehicleId" appears 5 times in this file; the first occurrence is on line 294
27270 src/com/gps/dao/FencingDAO.java 296 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27271 src/com/gps/dao/FencingDAO.java 297 There is log block not surrounded by if
27272 src/com/gps/dao/FencingDAO.java 300 Avoid empty finally blocks
27273 src/com/gps/dao/FencingDAO.java 300 Avoid empty finally blocks
27274 src/com/gps/dao/FencingDAO.java 313 Found 'DD'-anomaly for variable 'geoIds' (lines '313'-'319').
27275 src/com/gps/dao/FencingDAO.java 314 Found 'DD'-anomaly for variable 'sess' (lines '314'-'317').
27276 src/com/gps/dao/FencingDAO.java 315 Avoid variables with short names like gd
27277 src/com/gps/dao/FencingDAO.java 315 Local variable 'gd' could be declared final
27278 src/com/gps/dao/FencingDAO.java 317 Potential violation of Law of Demeter (object not created locally)
27279 src/com/gps/dao/FencingDAO.java 319 Potential violation of Law of Demeter (method chain calls)
27280 src/com/gps/dao/FencingDAO.java 319 Potential violation of Law of Demeter (object not created locally)
27281 src/com/gps/dao/FencingDAO.java 321 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27282 src/com/gps/dao/FencingDAO.java 322 There is log block not surrounded by if
27283 src/com/gps/dao/FencingDAO.java 325 Avoid empty finally blocks
27284 src/com/gps/dao/FencingDAO.java 325 Avoid empty finally blocks
27285 src/com/gps/dao/FencingDAO.java 330 A method/constructor shouldnt explicitly throw java.lang.Exception
27286 src/com/gps/dao/FencingDAO.java 330 Parameter 'packetDate' is not assigned and could be declared final
27287 src/com/gps/dao/FencingDAO.java 330 Parameter 'vehicleId' is not assigned and could be declared final
27288 src/com/gps/dao/FencingDAO.java 330 publicMethodCommentRequirement Required
27289 src/com/gps/dao/FencingDAO.java 334 Avoid unused local variables such as 'utils'.
27290 src/com/gps/dao/FencingDAO.java 335 Local variable 'cal' could be declared final
27291 src/com/gps/dao/FencingDAO.java 336 Avoid declaring a variable if it is unreferenced before a possible exit point.
27292 src/com/gps/dao/FencingDAO.java 336 Avoid unused local variables such as 'cal2'.
27293 src/com/gps/dao/FencingDAO.java 336 Found 'DU'-anomaly for variable 'cal2' (lines '336'-'414').
27294 src/com/gps/dao/FencingDAO.java 336 Local variable 'cal2' could be declared final
27295 src/com/gps/dao/FencingDAO.java 337 Found 'DD'-anomaly for variable 'trip' (lines '337'-'398').
27296 src/com/gps/dao/FencingDAO.java 338 Found 'DD'-anomaly for variable 'timeQuery' (lines '338'-'381').
27297 src/com/gps/dao/FencingDAO.java 339 Avoid declaring a variable if it is unreferenced before a possible exit point.
27298 src/com/gps/dao/FencingDAO.java 339 Avoid unused local variables such as 'formatter'.
27299 src/com/gps/dao/FencingDAO.java 339 Found 'DU'-anomaly for variable 'formatter' (lines '339'-'414').
27300 src/com/gps/dao/FencingDAO.java 339 Local variable 'formatter' could be declared final
27301 src/com/gps/dao/FencingDAO.java 339 When instantiating a SimpleDateFormat object, specify a Locale
27302 src/com/gps/dao/FencingDAO.java 340 Avoid unused local variables such as 'appender'.
27303 src/com/gps/dao/FencingDAO.java 340 Found 'DD'-anomaly for variable 'appender' (lines '340'-'375').
27304 src/com/gps/dao/FencingDAO.java 341 Found 'DD'-anomaly for variable 'hrs' (lines '341'-'366').
27305 src/com/gps/dao/FencingDAO.java 341 Found 'DD'-anomaly for variable 'hrs' (lines '341'-'368').
27306 src/com/gps/dao/FencingDAO.java 341 Found 'DD'-anomaly for variable 'mins' (lines '341'-'371').
27307 src/com/gps/dao/FencingDAO.java 341 Found 'DD'-anomaly for variable 'mins' (lines '341'-'373').
27308 src/com/gps/dao/FencingDAO.java 341 Use one line for each declaration, it enhances code readability.
27309 src/com/gps/dao/FencingDAO.java 344 Potential violation of Law of Demeter (method chain calls)
27310 src/com/gps/dao/FencingDAO.java 346 Found 'DU'-anomaly for variable 'utils' (lines '346'-'414').
27311 src/com/gps/dao/FencingDAO.java 350 Potential violation of Law of Demeter (object not created locally)
27312 src/com/gps/dao/FencingDAO.java 357 Avoid declaring a variable if it is unreferenced before a possible exit point.
27313 src/com/gps/dao/FencingDAO.java 357 Avoid unused local variables such as 'hours2'.
27314 src/com/gps/dao/FencingDAO.java 357 Local variable 'hours2' could be declared final
27315 src/com/gps/dao/FencingDAO.java 359 Potential violation of Law of Demeter (object not created locally)
27316 src/com/gps/dao/FencingDAO.java 361 Avoid declaring a variable if it is unreferenced before a possible exit point.
27317 src/com/gps/dao/FencingDAO.java 361 Avoid unused local variables such as 'minustime'.
27318 src/com/gps/dao/FencingDAO.java 361 Found 'DU'-anomaly for variable 'minustime' (lines '361'-'414').
27319 src/com/gps/dao/FencingDAO.java 361 Local variable 'minustime' could be declared final
27320 src/com/gps/dao/FencingDAO.java 362 Potential violation of Law of Demeter (object not created locally)
27321 src/com/gps/dao/FencingDAO.java 363 Local variable 'append' could be declared final
27322 src/com/gps/dao/FencingDAO.java 365 Avoid using Literals in Conditional Statements
27323 src/com/gps/dao/FencingDAO.java 368 Avoid using if...else statements without curly braces
27324 src/com/gps/dao/FencingDAO.java 370 Avoid using Literals in Conditional Statements
27325 src/com/gps/dao/FencingDAO.java 373 Avoid using if...else statements without curly braces
27326 src/com/gps/dao/FencingDAO.java 375 Found 'DU'-anomaly for variable 'appender' (lines '375'-'414').
27327 src/com/gps/dao/FencingDAO.java 380 Comment is too large: Line too long
27328 src/com/gps/dao/FencingDAO.java 386 Comment is too large: Line too long
27329 src/com/gps/dao/FencingDAO.java 390 Comment is too large: Line too long
27330 src/com/gps/dao/FencingDAO.java 391 Local variable 'finalQry' could be declared final
27331 src/com/gps/dao/FencingDAO.java 391 The String literal " and " appears 6 times in this file; the first occurrence is on line 391
27332 src/com/gps/dao/FencingDAO.java 393 Local variable 'query' could be declared final
27333 src/com/gps/dao/FencingDAO.java 393 Potential violation of Law of Demeter (method chain calls)
27334 src/com/gps/dao/FencingDAO.java 394 Potential violation of Law of Demeter (object not created locally)
27335 src/com/gps/dao/FencingDAO.java 397 Avoid if (x != y) ..; else ..;
27336 src/com/gps/dao/FencingDAO.java 397 Potential violation of Law of Demeter (object not created locally)
27337 src/com/gps/dao/FencingDAO.java 398 Potential violation of Law of Demeter (object not created locally)
27338 src/com/gps/dao/FencingDAO.java 399 Potential violation of Law of Demeter (object not created locally)
27339 src/com/gps/dao/FencingDAO.java 399 Potential violation of Law of Demeter (object not created locally)
27340 src/com/gps/dao/FencingDAO.java 399 There is log block not surrounded by if
27341 src/com/gps/dao/FencingDAO.java 399 There is log block not surrounded by if
27342 src/com/gps/dao/FencingDAO.java 401 There is log block not surrounded by if
27343 src/com/gps/dao/FencingDAO.java 401 There is log block not surrounded by if
27344 src/com/gps/dao/FencingDAO.java 408 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27345 src/com/gps/dao/FencingDAO.java 410 There is log block not surrounded by if
27346 src/com/gps/dao/FencingDAO.java 422 Parameter 'geofenceId' is not assigned and could be declared final
27347 src/com/gps/dao/FencingDAO.java 422 Parameter 'vehicleId' is not assigned and could be declared final
27348 src/com/gps/dao/FencingDAO.java 424 Found 'DD'-anomaly for variable 'query' (lines '424'-'432').
27349 src/com/gps/dao/FencingDAO.java 425 Found 'DD'-anomaly for variable 'sess' (lines '425'-'430').
27350 src/com/gps/dao/FencingDAO.java 426 Avoid variables with short names like gd
27351 src/com/gps/dao/FencingDAO.java 426 Local variable 'gd' could be declared final
27352 src/com/gps/dao/FencingDAO.java 427 Found 'DD'-anomaly for variable 'stat' (lines '427'-'435').
27353 src/com/gps/dao/FencingDAO.java 427 Found 'DD'-anomaly for variable 'stat' (lines '427'-'437').
27354 src/com/gps/dao/FencingDAO.java 428 Found 'DD'-anomaly for variable 'geoVehMap' (lines '428'-'433').
27355 src/com/gps/dao/FencingDAO.java 430 Potential violation of Law of Demeter (object not created locally)
27356 src/com/gps/dao/FencingDAO.java 432 Potential violation of Law of Demeter (object not created locally)
27357 src/com/gps/dao/FencingDAO.java 433 Potential violation of Law of Demeter (method chain calls)
27358 src/com/gps/dao/FencingDAO.java 433 Potential violation of Law of Demeter (method chain calls)
27359 src/com/gps/dao/FencingDAO.java 433 Potential violation of Law of Demeter (object not created locally)
27360 src/com/gps/dao/FencingDAO.java 434 Avoid if (x != y) ..; else ..;
27361 src/com/gps/dao/FencingDAO.java 439 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27362 src/com/gps/dao/FencingDAO.java 440 There is log block not surrounded by if
27363 src/com/gps/dao/FencingDAO.java 442 Avoid empty finally blocks
27364 src/com/gps/dao/FencingDAO.java 442 Avoid empty finally blocks
27365 src/com/gps/dao/FencingDAO.java 453 Parameter 'geofenceId' is not assigned and could be declared final
27366 src/com/gps/dao/FencingDAO.java 453 Parameter 'vehicleId' is not assigned and could be declared final
27367 src/com/gps/dao/FencingDAO.java 455 Found 'DD'-anomaly for variable 'query' (lines '455'-'463').
27368 src/com/gps/dao/FencingDAO.java 456 Found 'DD'-anomaly for variable 'sess' (lines '456'-'461').
27369 src/com/gps/dao/FencingDAO.java 457 Avoid variables with short names like gd
27370 src/com/gps/dao/FencingDAO.java 457 Local variable 'gd' could be declared final
27371 src/com/gps/dao/FencingDAO.java 458 Avoid variables with short names like id
27372 src/com/gps/dao/FencingDAO.java 458 Found 'DD'-anomaly for variable 'id' (lines '458'-'466').
27373 src/com/gps/dao/FencingDAO.java 458 Found 'DD'-anomaly for variable 'id' (lines '458'-'468').
27374 src/com/gps/dao/FencingDAO.java 459 Found 'DD'-anomaly for variable 'geoVehMap' (lines '459'-'464').
27375 src/com/gps/dao/FencingDAO.java 461 Potential violation of Law of Demeter (object not created locally)
27376 src/com/gps/dao/FencingDAO.java 463 Potential violation of Law of Demeter (object not created locally)
27377 src/com/gps/dao/FencingDAO.java 464 Potential violation of Law of Demeter (method chain calls)
27378 src/com/gps/dao/FencingDAO.java 464 Potential violation of Law of Demeter (method chain calls)
27379 src/com/gps/dao/FencingDAO.java 464 Potential violation of Law of Demeter (object not created locally)
27380 src/com/gps/dao/FencingDAO.java 465 Avoid if (x != y) ..; else ..;
27381 src/com/gps/dao/FencingDAO.java 466 Potential violation of Law of Demeter (object not created locally)
27382 src/com/gps/dao/FencingDAO.java 470 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27383 src/com/gps/dao/FencingDAO.java 471 There is log block not surrounded by if
27384 src/com/gps/dao/FencingDAO.java 474 Avoid empty finally blocks
27385 src/com/gps/dao/FencingDAO.java 474 Avoid empty finally blocks
27386 src/com/gps/dao/FencingDAO.java 488 Parameter 'vehicleId' is not assigned and could be declared final
27387 src/com/gps/dao/FencingDAO.java 491 Found 'DD'-anomaly for variable 'geoIds' (lines '491'-'499').
27388 src/com/gps/dao/FencingDAO.java 492 Found 'DD'-anomaly for variable 'sess' (lines '492'-'497').
27389 src/com/gps/dao/FencingDAO.java 493 Avoid variables with short names like gd
27390 src/com/gps/dao/FencingDAO.java 493 Local variable 'gd' could be declared final
27391 src/com/gps/dao/FencingDAO.java 497 Potential violation of Law of Demeter (object not created locally)
27392 src/com/gps/dao/FencingDAO.java 498 There is log block not surrounded by if
27393 src/com/gps/dao/FencingDAO.java 498 There is log block not surrounded by if
27394 src/com/gps/dao/FencingDAO.java 499 Potential violation of Law of Demeter (method chain calls)
27395 src/com/gps/dao/FencingDAO.java 499 Potential violation of Law of Demeter (method chain calls)
27396 src/com/gps/dao/FencingDAO.java 499 Potential violation of Law of Demeter (object not created locally)
27397 src/com/gps/dao/FencingDAO.java 500 Potential violation of Law of Demeter (object not created locally)
27398 src/com/gps/dao/FencingDAO.java 500 There is log block not surrounded by if
27399 src/com/gps/dao/FencingDAO.java 500 There is log block not surrounded by if
27400 src/com/gps/dao/FencingDAO.java 503 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27401 src/com/gps/dao/FencingDAO.java 505 There is log block not surrounded by if
27402 src/com/gps/dao/FencingDAO.java 508 Avoid empty finally blocks
27403 src/com/gps/dao/FencingDAO.java 508 Avoid empty finally blocks
27404 src/com/gps/dao/FencingDAO.java 520 Parameter 'gvIds' is not assigned and could be declared final
27405 src/com/gps/dao/FencingDAO.java 523 Found 'DD'-anomaly for variable 'mobnos' (lines '523'-'531').
27406 src/com/gps/dao/FencingDAO.java 524 Found 'DD'-anomaly for variable 'sess' (lines '524'-'528').
27407 src/com/gps/dao/FencingDAO.java 525 Avoid variables with short names like nd
27408 src/com/gps/dao/FencingDAO.java 525 Local variable 'nd' could be declared final
27409 src/com/gps/dao/FencingDAO.java 528 Found 'DU'-anomaly for variable 'sess' (lines '528'-'550').
27410 src/com/gps/dao/FencingDAO.java 528 Potential violation of Law of Demeter (object not created locally)
27411 src/com/gps/dao/FencingDAO.java 529 Avoid using Literals in Conditional Statements
27412 src/com/gps/dao/FencingDAO.java 529 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
27413 src/com/gps/dao/FencingDAO.java 531 Potential violation of Law of Demeter (method chain calls)
27414 src/com/gps/dao/FencingDAO.java 531 Potential violation of Law of Demeter (method chain calls)
27415 src/com/gps/dao/FencingDAO.java 531 Potential violation of Law of Demeter (object not created locally)
27416 src/com/gps/dao/FencingDAO.java 532 Potential violation of Law of Demeter (object not created locally)
27417 src/com/gps/dao/FencingDAO.java 532 There is log block not surrounded by if
27418 src/com/gps/dao/FencingDAO.java 532 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27419 src/com/gps/dao/FencingDAO.java 536 There is log block not surrounded by if
27420 src/com/gps/dao/FencingDAO.java 536 There is log block not surrounded by if
27421 src/com/gps/dao/FencingDAO.java 539 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27422 src/com/gps/dao/FencingDAO.java 541 There is log block not surrounded by if
27423 src/com/gps/dao/FencingDAO.java 544 Avoid empty finally blocks
27424 src/com/gps/dao/FencingDAO.java 544 Avoid empty finally blocks
27425 src/com/gps/dao/FencingDAO.java 556 Parameter 'geoVehId' is not assigned and could be declared final
27426 src/com/gps/dao/FencingDAO.java 558 There is log block not surrounded by if
27427 src/com/gps/dao/FencingDAO.java 558 There is log block not surrounded by if
27428 src/com/gps/dao/FencingDAO.java 559 Found 'DD'-anomaly for variable 'notifierList' (lines '559'-'565').
27429 src/com/gps/dao/FencingDAO.java 560 Found 'DD'-anomaly for variable 'sess' (lines '560'-'563').
27430 src/com/gps/dao/FencingDAO.java 561 Avoid variables with short names like nd
27431 src/com/gps/dao/FencingDAO.java 561 Local variable 'nd' could be declared final
27432 src/com/gps/dao/FencingDAO.java 563 Potential violation of Law of Demeter (object not created locally)
27433 src/com/gps/dao/FencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
27434 src/com/gps/dao/FencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
27435 src/com/gps/dao/FencingDAO.java 565 Potential violation of Law of Demeter (object not created locally)
27436 src/com/gps/dao/FencingDAO.java 568 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27437 src/com/gps/dao/FencingDAO.java 569 There is log block not surrounded by if
27438 src/com/gps/dao/FencingDAO.java 572 Avoid empty finally blocks
27439 src/com/gps/dao/FencingDAO.java 572 Avoid empty finally blocks
27440 src/com/gps/dao/FencingDAO.java 585 A method/constructor shouldnt explicitly throw java.lang.Exception
27441 src/com/gps/dao/FencingDAO.java 585 Parameter 'lat' is not assigned and could be declared final
27442 src/com/gps/dao/FencingDAO.java 585 Parameter 'lon' is not assigned and could be declared final
27443 src/com/gps/dao/FencingDAO.java 585 Parameter 'points' is not assigned and could be declared final
27444 src/com/gps/dao/FencingDAO.java 585 The method 'pointInPolygon' has a Cyclomatic Complexity of 15.
27445 src/com/gps/dao/FencingDAO.java 587 Avoid declaring a variable if it is unreferenced before a possible exit point.
27446 src/com/gps/dao/FencingDAO.java 587 Avoid unused local variables such as 'i'.
27447 src/com/gps/dao/FencingDAO.java 587 Avoid variables with short names like i
27448 src/com/gps/dao/FencingDAO.java 587 Local variable 'i' could be declared final
27449 src/com/gps/dao/FencingDAO.java 588 Avoid variables with short names like j
27450 src/com/gps/dao/FencingDAO.java 588 Local variable 'j' could be declared final
27451 src/com/gps/dao/FencingDAO.java 589 There is log block not surrounded by if
27452 src/com/gps/dao/FencingDAO.java 589 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27453 src/com/gps/dao/FencingDAO.java 590 Found 'DD'-anomaly for variable 'intersections' (lines '590'-'647').
27454 src/com/gps/dao/FencingDAO.java 591 Avoid declaring a variable if it is unreferenced before a possible exit point.
27455 src/com/gps/dao/FencingDAO.java 591 Avoid unused local variables such as 'vertices_count'.
27456 src/com/gps/dao/FencingDAO.java 591 Found 'DU'-anomaly for variable 'vertices_count' (lines '591'-'670').
27457 src/com/gps/dao/FencingDAO.java 591 Local variable 'vertices_count' could be declared final
27458 src/com/gps/dao/FencingDAO.java 591 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vertices_count' is not final.
27459 src/com/gps/dao/FencingDAO.java 594 Found 'DD'-anomaly for variable 'inPoly' (lines '594'-'630').
27460 src/com/gps/dao/FencingDAO.java 594 Found 'DD'-anomaly for variable 'inPoly' (lines '594'-'643').
27461 src/com/gps/dao/FencingDAO.java 594 Found 'DD'-anomaly for variable 'inPoly' (lines '594'-'654').
27462 src/com/gps/dao/FencingDAO.java 594 Found 'DD'-anomaly for variable 'inPoly' (lines '594'-'657').
27463 src/com/gps/dao/FencingDAO.java 600 Comment is too large: Too many lines
27464 src/com/gps/dao/FencingDAO.java 608 Comment is too large: Line too long
27465 src/com/gps/dao/FencingDAO.java 622 Avoid variables with short names like v1
27466 src/com/gps/dao/FencingDAO.java 622 Local variable 'v1' could be declared final
27467 src/com/gps/dao/FencingDAO.java 623 Avoid variables with short names like v2
27468 src/com/gps/dao/FencingDAO.java 623 Local variable 'v2' could be declared final
27469 src/com/gps/dao/FencingDAO.java 625 Potential violation of Law of Demeter (object not created locally)
27470 src/com/gps/dao/FencingDAO.java 625 Potential violation of Law of Demeter (object not created locally)
27471 src/com/gps/dao/FencingDAO.java 625 Potential violation of Law of Demeter (object not created locally)
27472 src/com/gps/dao/FencingDAO.java 626 Potential violation of Law of Demeter (object not created locally)
27473 src/com/gps/dao/FencingDAO.java 626 Potential violation of Law of Demeter (object not created locally)
27474 src/com/gps/dao/FencingDAO.java 627 Potential violation of Law of Demeter (object not created locally)
27475 src/com/gps/dao/FencingDAO.java 627 Potential violation of Law of Demeter (object not created locally)
27476 src/com/gps/dao/FencingDAO.java 630 Found 'DD'-anomaly for variable 'inPoly' (lines '630'-'630').
27477 src/com/gps/dao/FencingDAO.java 630 Found 'DD'-anomaly for variable 'inPoly' (lines '630'-'643').
27478 src/com/gps/dao/FencingDAO.java 630 Found 'DD'-anomaly for variable 'inPoly' (lines '630'-'654').
27479 src/com/gps/dao/FencingDAO.java 630 Found 'DD'-anomaly for variable 'inPoly' (lines '630'-'657').
27480 src/com/gps/dao/FencingDAO.java 634 Potential violation of Law of Demeter (object not created locally)
27481 src/com/gps/dao/FencingDAO.java 634 Potential violation of Law of Demeter (object not created locally)
27482 src/com/gps/dao/FencingDAO.java 635 Potential violation of Law of Demeter (object not created locally)
27483 src/com/gps/dao/FencingDAO.java 635 Potential violation of Law of Demeter (object not created locally)
27484 src/com/gps/dao/FencingDAO.java 636 Potential violation of Law of Demeter (object not created locally)
27485 src/com/gps/dao/FencingDAO.java 636 Potential violation of Law of Demeter (object not created locally)
27486 src/com/gps/dao/FencingDAO.java 637 Potential violation of Law of Demeter (object not created locally)
27487 src/com/gps/dao/FencingDAO.java 637 Potential violation of Law of Demeter (object not created locally)
27488 src/com/gps/dao/FencingDAO.java 639 Local variable 'xinters' could be declared final
27489 src/com/gps/dao/FencingDAO.java 639 Potential violation of Law of Demeter (object not created locally)
27490 src/com/gps/dao/FencingDAO.java 639 Potential violation of Law of Demeter (object not created locally)
27491 src/com/gps/dao/FencingDAO.java 639 Potential violation of Law of Demeter (object not created locally)
27492 src/com/gps/dao/FencingDAO.java 639 Potential violation of Law of Demeter (object not created locally)
27493 src/com/gps/dao/FencingDAO.java 639 Potential violation of Law of Demeter (object not created locally)
27494 src/com/gps/dao/FencingDAO.java 639 Potential violation of Law of Demeter (object not created locally)
27495 src/com/gps/dao/FencingDAO.java 639 Potential violation of Law of Demeter (object not created locally)
27496 src/com/gps/dao/FencingDAO.java 639 Potential violation of Law of Demeter (object not created locally)
27497 src/com/gps/dao/FencingDAO.java 643 Found 'DD'-anomaly for variable 'inPoly' (lines '643'-'630').
27498 src/com/gps/dao/FencingDAO.java 643 Found 'DD'-anomaly for variable 'inPoly' (lines '643'-'643').
27499 src/com/gps/dao/FencingDAO.java 643 Found 'DD'-anomaly for variable 'inPoly' (lines '643'-'654').
27500 src/com/gps/dao/FencingDAO.java 643 Found 'DD'-anomaly for variable 'inPoly' (lines '643'-'657').
27501 src/com/gps/dao/FencingDAO.java 645 Potential violation of Law of Demeter (object not created locally)
27502 src/com/gps/dao/FencingDAO.java 645 Potential violation of Law of Demeter (object not created locally)
27503 src/com/gps/dao/FencingDAO.java 647 Found 'DD'-anomaly for variable 'intersections' (lines '647'-'647').
27504 src/com/gps/dao/FencingDAO.java 652 Avoid if (x != y) ..; else ..;
27505 src/com/gps/dao/FencingDAO.java 652 Avoid using Literals in Conditional Statements
27506 src/com/gps/dao/FencingDAO.java 662 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27507 src/com/gps/dao/FencingDAO.java 664 There is log block not surrounded by if
27508 src/com/gps/dao/FencingDAO.java 677 Parameter 'geofenceId' is not assigned and could be declared final
27509 src/com/gps/dao/FencingDAO.java 677 Parameter 'vehicleId' is not assigned and could be declared final
27510 src/com/gps/dao/FencingDAO.java 679 Found 'DD'-anomaly for variable 'sess' (lines '679'-'687').
27511 src/com/gps/dao/FencingDAO.java 680 Avoid variables with short names like gd
27512 src/com/gps/dao/FencingDAO.java 680 Local variable 'gd' could be declared final
27513 src/com/gps/dao/FencingDAO.java 683 Found 'DD'-anomaly for variable 'del' (lines '683'-'692').
27514 src/com/gps/dao/FencingDAO.java 684 Avoid variables with short names like tx
27515 src/com/gps/dao/FencingDAO.java 684 Found 'DD'-anomaly for variable 'tx' (lines '684'-'688').
27516 src/com/gps/dao/FencingDAO.java 685 Avoid declaring a variable if it is unreferenced before a possible exit point.
27517 src/com/gps/dao/FencingDAO.java 685 Avoid unused local variables such as 'gdDetails'.
27518 src/com/gps/dao/FencingDAO.java 685 Found 'DU'-anomaly for variable 'gdDetails' (lines '685'-'705').
27519 src/com/gps/dao/FencingDAO.java 685 Local variable 'gdDetails' could be declared final
27520 src/com/gps/dao/FencingDAO.java 687 Potential violation of Law of Demeter (object not created locally)
27521 src/com/gps/dao/FencingDAO.java 688 Potential violation of Law of Demeter (object not created locally)
27522 src/com/gps/dao/FencingDAO.java 689 Potential violation of Law of Demeter (method chain calls)
27523 src/com/gps/dao/FencingDAO.java 689 Potential violation of Law of Demeter (method chain calls)
27524 src/com/gps/dao/FencingDAO.java 689 Potential violation of Law of Demeter (method chain calls)
27525 src/com/gps/dao/FencingDAO.java 689 Potential violation of Law of Demeter (object not created locally)
27526 src/com/gps/dao/FencingDAO.java 691 Potential violation of Law of Demeter (object not created locally)
27527 src/com/gps/dao/FencingDAO.java 692 Found 'DD'-anomaly for variable 'del' (lines '692'-'696').
27528 src/com/gps/dao/FencingDAO.java 693 Potential violation of Law of Demeter (object not created locally)
27529 src/com/gps/dao/FencingDAO.java 695 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27530 src/com/gps/dao/FencingDAO.java 697 There is log block not surrounded by if
27531 src/com/gps/dao/FencingDAO.java 700 Avoid empty finally blocks
27532 src/com/gps/dao/FencingDAO.java 700 Avoid empty finally blocks
27533 src/com/gps/dao/FencingDAO.java 711 Parameter 'nid' is not assigned and could be declared final
27534 src/com/gps/dao/FencingDAO.java 712 Found 'DD'-anomaly for variable 'sess' (lines '712'-'718').
27535 src/com/gps/dao/FencingDAO.java 713 Avoid variables with short names like gd
27536 src/com/gps/dao/FencingDAO.java 713 Local variable 'gd' could be declared final
27537 src/com/gps/dao/FencingDAO.java 714 Found 'DD'-anomaly for variable 'del' (lines '714'-'723').
27538 src/com/gps/dao/FencingDAO.java 715 Avoid variables with short names like tx
27539 src/com/gps/dao/FencingDAO.java 715 Found 'DD'-anomaly for variable 'tx' (lines '715'-'719').
27540 src/com/gps/dao/FencingDAO.java 716 Avoid declaring a variable if it is unreferenced before a possible exit point.
27541 src/com/gps/dao/FencingDAO.java 716 Avoid unused local variables such as 'gdDetails'.
27542 src/com/gps/dao/FencingDAO.java 716 Found 'DU'-anomaly for variable 'gdDetails' (lines '716'-'736').
27543 src/com/gps/dao/FencingDAO.java 716 Local variable 'gdDetails' could be declared final
27544 src/com/gps/dao/FencingDAO.java 718 Potential violation of Law of Demeter (object not created locally)
27545 src/com/gps/dao/FencingDAO.java 719 Potential violation of Law of Demeter (object not created locally)
27546 src/com/gps/dao/FencingDAO.java 720 Potential violation of Law of Demeter (method chain calls)
27547 src/com/gps/dao/FencingDAO.java 720 Potential violation of Law of Demeter (method chain calls)
27548 src/com/gps/dao/FencingDAO.java 720 Potential violation of Law of Demeter (object not created locally)
27549 src/com/gps/dao/FencingDAO.java 722 Potential violation of Law of Demeter (object not created locally)
27550 src/com/gps/dao/FencingDAO.java 723 Found 'DD'-anomaly for variable 'del' (lines '723'-'727').
27551 src/com/gps/dao/FencingDAO.java 724 Potential violation of Law of Demeter (object not created locally)
27552 src/com/gps/dao/FencingDAO.java 726 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27553 src/com/gps/dao/FencingDAO.java 728 There is log block not surrounded by if
27554 src/com/gps/dao/FencingDAO.java 731 Avoid empty finally blocks
27555 src/com/gps/dao/FencingDAO.java 731 Avoid empty finally blocks
27556 src/com/gps/dao/FencingDAO.java 744 Parameter 'count' is not assigned and could be declared final
27557 src/com/gps/dao/FencingDAO.java 744 Parameter 'data' is not assigned and could be declared final
27558 src/com/gps/dao/FencingDAO.java 744 Parameter 'geofenceName' is not assigned and could be declared final
27559 src/com/gps/dao/FencingDAO.java 744 Parameter 'trip' is not assigned and could be declared final
27560 src/com/gps/dao/FencingDAO.java 744 Parameter 'userDet' is not assigned and could be declared final
27561 src/com/gps/dao/FencingDAO.java 749 Local variable 'geofence' could be declared final
27562 src/com/gps/dao/FencingDAO.java 750 There is log block not surrounded by if
27563 src/com/gps/dao/FencingDAO.java 750 There is log block not surrounded by if
27564 src/com/gps/dao/FencingDAO.java 753 Potential violation of Law of Demeter (method chain calls)
27565 src/com/gps/dao/FencingDAO.java 753 There is log block not surrounded by if
27566 src/com/gps/dao/FencingDAO.java 753 There is log block not surrounded by if
27567 src/com/gps/dao/FencingDAO.java 754 Potential violation of Law of Demeter (object not created locally)
27568 src/com/gps/dao/FencingDAO.java 755 Potential violation of Law of Demeter (object not created locally)
27569 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
27570 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
27571 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (object not created locally)
27572 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (method chain calls)
27573 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (method chain calls)
27574 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (method chain calls)
27575 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (method chain calls)
27576 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (method chain calls)
27577 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (method chain calls)
27578 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (method chain calls)
27579 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (method chain calls)
27580 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (method chain calls)
27581 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (method chain calls)
27582 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (method chain calls)
27583 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (method chain calls)
27584 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (object not created locally)
27585 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27586 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27587 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27588 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27589 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27590 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27591 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27592 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27593 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27594 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27595 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27596 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27597 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27598 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27599 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27600 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27601 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27602 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27603 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27604 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27605 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27606 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27607 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27608 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27609 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27610 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27611 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27612 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (method chain calls)
27613 src/com/gps/dao/FencingDAO.java 758 Potential violation of Law of Demeter (object not created locally)
27614 src/com/gps/dao/FencingDAO.java 759 Potential violation of Law of Demeter (object not created locally)
27615 src/com/gps/dao/FencingDAO.java 761 Potential violation of Law of Demeter (object not created locally)
27616 src/com/gps/dao/FencingDAO.java 765 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27617 src/com/gps/dao/FencingDAO.java 767 There is log block not surrounded by if
27618 src/com/gps/dao/FencingDAO.java 768 Avoid throwing raw exception types.
27619 src/com/gps/dao/FencingDAO.java 768 New exception is thrown in catch block, original stack trace may be lost
27620 src/com/gps/dao/FencingDAO.java 779 Comment is too large: Line too long
27621 src/com/gps/dao/FencingDAO.java 794 A method/constructor shouldnt explicitly throw java.lang.Exception
27622 src/com/gps/dao/FencingDAO.java 794 Parameter 'center' is not assigned and could be declared final
27623 src/com/gps/dao/FencingDAO.java 794 Parameter 'point' is not assigned and could be declared final
27624 src/com/gps/dao/FencingDAO.java 794 The method 'inCircle' has a Cyclomatic Complexity of 10.
27625 src/com/gps/dao/FencingDAO.java 797 Found 'DD'-anomaly for variable 'distance' (lines '797'-'805').
27626 src/com/gps/dao/FencingDAO.java 797 Found 'DU'-anomaly for variable 'distance' (lines '797'-'833').
27627 src/com/gps/dao/FencingDAO.java 798 Avoid variables with short names like in
27628 src/com/gps/dao/FencingDAO.java 798 Found 'DD'-anomaly for variable 'in' (lines '798'-'818').
27629 src/com/gps/dao/FencingDAO.java 798 Found 'DD'-anomaly for variable 'in' (lines '798'-'820').
27630 src/com/gps/dao/FencingDAO.java 798 Found 'DU'-anomaly for variable 'in' (lines '798'-'833').
27631 src/com/gps/dao/FencingDAO.java 799 Found 'DD'-anomaly for variable 'kmVal' (lines '799'-'812').
27632 src/com/gps/dao/FencingDAO.java 799 Found 'DU'-anomaly for variable 'kmVal' (lines '799'-'833').
27633 src/com/gps/dao/FencingDAO.java 802 Found 'DU'-anomaly for variable 'utils' (lines '802'-'833').
27634 src/com/gps/dao/FencingDAO.java 804 Avoid if (x != y) ..; else ..;
27635 src/com/gps/dao/FencingDAO.java 805 Potential violation of Law of Demeter (object not created locally)
27636 src/com/gps/dao/FencingDAO.java 807 A method should have only one exit point, and that should be the last statement in the method
27637 src/com/gps/dao/FencingDAO.java 809 Comment is too large: Line too long
27638 src/com/gps/dao/FencingDAO.java 812 Potential violation of Law of Demeter (object not created locally)
27639 src/com/gps/dao/FencingDAO.java 818 Avoid using if...else statements without curly braces
27640 src/com/gps/dao/FencingDAO.java 820 Avoid using if...else statements without curly braces
27641 src/com/gps/dao/FencingDAO.java 821 There is log block not surrounded by if
27642 src/com/gps/dao/FencingDAO.java 821 There is log block not surrounded by if
27643 src/com/gps/dao/FencingDAO.java 824 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27644 src/com/gps/dao/FencingDAO.java 826 There is log block not surrounded by if
27645 src/com/gps/dao/FencingDAO.java 834 Comment is too large: Too many lines
27646 src/com/gps/dao/FencingDAO.java 835 Comment is too large: Line too long
27647 src/com/gps/dao/FencingDAO.java 836 Comment is too large: Line too long
27648 src/com/gps/dao/FencingDAO.java 847 Avoid really long methods.
27649 src/com/gps/dao/FencingDAO.java 847 Method names should not start with capital letters
27650 src/com/gps/dao/FencingDAO.java 847 Parameter 'lat' is not assigned and could be declared final
27651 src/com/gps/dao/FencingDAO.java 847 Parameter 'lon' is not assigned and could be declared final
27652 src/com/gps/dao/FencingDAO.java 847 Parameter 'packetTime' is not assigned and could be declared final
27653 src/com/gps/dao/FencingDAO.java 847 Parameter 'vehicleId' is not assigned and could be declared final
27654 src/com/gps/dao/FencingDAO.java 847 The method 'WhetherInterested' has a Cyclomatic Complexity of 16.
27655 src/com/gps/dao/FencingDAO.java 851 Found 'DD'-anomaly for variable 'vehdao' (lines '851'-'871').
27656 src/com/gps/dao/FencingDAO.java 855 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_mon_end' is not final.
27657 src/com/gps/dao/FencingDAO.java 856 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_even_end' is not final.
27658 src/com/gps/dao/FencingDAO.java 857 Found 'DD'-anomaly for variable 'sessVal' (lines '857'-'896').
27659 src/com/gps/dao/FencingDAO.java 859 Avoid unused local variables such as 'utils'.
27660 src/com/gps/dao/FencingDAO.java 860 Found 'DD'-anomaly for variable 'stat' (lines '860'-'972').
27661 src/com/gps/dao/FencingDAO.java 860 Found 'DD'-anomaly for variable 'stat' (lines '860'-'975').
27662 src/com/gps/dao/FencingDAO.java 860 Found 'DD'-anomaly for variable 'stat' (lines '860'-'987').
27663 src/com/gps/dao/FencingDAO.java 860 Found 'DD'-anomaly for variable 'stat' (lines '860'-'991').
27664 src/com/gps/dao/FencingDAO.java 862 Local variable 'format1' could be declared final
27665 src/com/gps/dao/FencingDAO.java 862 When instantiating a SimpleDateFormat object, specify a Locale
27666 src/com/gps/dao/FencingDAO.java 864 There is log block not surrounded by if
27667 src/com/gps/dao/FencingDAO.java 864 There is log block not surrounded by if
27668 src/com/gps/dao/FencingDAO.java 866 There is log block not surrounded by if
27669 src/com/gps/dao/FencingDAO.java 866 There is log block not surrounded by if
27670 src/com/gps/dao/FencingDAO.java 868 There is log block not surrounded by if
27671 src/com/gps/dao/FencingDAO.java 868 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27672 src/com/gps/dao/FencingDAO.java 869 Found 'DU'-anomaly for variable 'utils' (lines '869'-'1,016').
27673 src/com/gps/dao/FencingDAO.java 872 Potential violation of Law of Demeter (object not created locally)
27674 src/com/gps/dao/FencingDAO.java 874 There is log block not surrounded by if
27675 src/com/gps/dao/FencingDAO.java 874 There is log block not surrounded by if
27676 src/com/gps/dao/FencingDAO.java 876 Potential violation of Law of Demeter (object not created locally)
27677 src/com/gps/dao/FencingDAO.java 876 Potential violation of Law of Demeter (object not created locally)
27678 src/com/gps/dao/FencingDAO.java 876 Potential violation of Law of Demeter (object not created locally)
27679 src/com/gps/dao/FencingDAO.java 876 There is log block not surrounded by if
27680 src/com/gps/dao/FencingDAO.java 876 There is log block not surrounded by if
27681 src/com/gps/dao/FencingDAO.java 877 Potential violation of Law of Demeter (object not created locally)
27682 src/com/gps/dao/FencingDAO.java 879 Local variable 'format' could be declared final
27683 src/com/gps/dao/FencingDAO.java 879 When instantiating a SimpleDateFormat object, specify a Locale
27684 src/com/gps/dao/FencingDAO.java 880 Potential violation of Law of Demeter (object not created locally)
27685 src/com/gps/dao/FencingDAO.java 881 Local variable 'cal' could be declared final
27686 src/com/gps/dao/FencingDAO.java 882 Local variable 'cal2' could be declared final
27687 src/com/gps/dao/FencingDAO.java 883 Potential violation of Law of Demeter (object not created locally)
27688 src/com/gps/dao/FencingDAO.java 887 Potential violation of Law of Demeter (object not created locally)
27689 src/com/gps/dao/FencingDAO.java 887 Potential violation of Law of Demeter (object not created locally)
27690 src/com/gps/dao/FencingDAO.java 888 Potential violation of Law of Demeter (object not created locally)
27691 src/com/gps/dao/FencingDAO.java 889 Found 'DD'-anomaly for variable 'timeQuery' (lines '889'-'925').
27692 src/com/gps/dao/FencingDAO.java 890 Potential violation of Law of Demeter (object not created locally)
27693 src/com/gps/dao/FencingDAO.java 890 There is log block not surrounded by if
27694 src/com/gps/dao/FencingDAO.java 890 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27695 src/com/gps/dao/FencingDAO.java 891 Found 'DD'-anomaly for variable 'monStartTime' (lines '891'-'952').
27696 src/com/gps/dao/FencingDAO.java 892 Found 'DD'-anomaly for variable 'evenStartTime' (lines '892'-'960').
27697 src/com/gps/dao/FencingDAO.java 893 Found 'DD'-anomaly for variable 'monSessEnd' (lines '893'-'954').
27698 src/com/gps/dao/FencingDAO.java 894 Found 'DD'-anomaly for variable 'evenSessEnd' (lines '894'-'962').
27699 src/com/gps/dao/FencingDAO.java 895 There is log block not surrounded by if
27700 src/com/gps/dao/FencingDAO.java 895 There is log block not surrounded by if
27701 src/com/gps/dao/FencingDAO.java 897 Found 'DD'-anomaly for variable 'trip' (lines '897'-'934').
27702 src/com/gps/dao/FencingDAO.java 898 Local variable 'chk' could be declared final
27703 src/com/gps/dao/FencingDAO.java 905 Avoid unused local variables such as 'hours2'.
27704 src/com/gps/dao/FencingDAO.java 907 Potential violation of Law of Demeter (object not created locally)
27705 src/com/gps/dao/FencingDAO.java 908 Found 'DU'-anomaly for variable 'hours2' (lines '908'-'1,016').
27706 src/com/gps/dao/FencingDAO.java 908 Potential violation of Law of Demeter (object not created locally)
27707 src/com/gps/dao/FencingDAO.java 910 Potential violation of Law of Demeter (object not created locally)
27708 src/com/gps/dao/FencingDAO.java 911 Local variable 'append' could be declared final
27709 src/com/gps/dao/FencingDAO.java 917 Comment is too large: Line too long
27710 src/com/gps/dao/FencingDAO.java 922 Comment is too large: Line too long
27711 src/com/gps/dao/FencingDAO.java 928 Local variable 'query' could be declared final
27712 src/com/gps/dao/FencingDAO.java 928 Potential violation of Law of Demeter (method chain calls)
27713 src/com/gps/dao/FencingDAO.java 929 Potential violation of Law of Demeter (object not created locally)
27714 src/com/gps/dao/FencingDAO.java 931 There is log block not surrounded by if
27715 src/com/gps/dao/FencingDAO.java 931 There is log block not surrounded by if
27716 src/com/gps/dao/FencingDAO.java 933 Avoid if (x != y) ..; else ..;
27717 src/com/gps/dao/FencingDAO.java 933 Potential violation of Law of Demeter (object not created locally)
27718 src/com/gps/dao/FencingDAO.java 934 Potential violation of Law of Demeter (object not created locally)
27719 src/com/gps/dao/FencingDAO.java 935 Potential violation of Law of Demeter (object not created locally)
27720 src/com/gps/dao/FencingDAO.java 935 There is log block not surrounded by if
27721 src/com/gps/dao/FencingDAO.java 935 There is log block not surrounded by if
27722 src/com/gps/dao/FencingDAO.java 938 There is log block not surrounded by if
27723 src/com/gps/dao/FencingDAO.java 938 There is log block not surrounded by if
27724 src/com/gps/dao/FencingDAO.java 942 Comment is too large: Line too long
27725 src/com/gps/dao/FencingDAO.java 943 Avoid if (x != y) ..; else ..;
27726 src/com/gps/dao/FencingDAO.java 945 Avoid unnecessary comparisons in boolean expressions
27727 src/com/gps/dao/FencingDAO.java 945 Avoid using Literals in Conditional Statements
27728 src/com/gps/dao/FencingDAO.java 945 Potential violation of Law of Demeter (object not created locally)
27729 src/com/gps/dao/FencingDAO.java 945 Potential violation of Law of Demeter (object not created locally)
27730 src/com/gps/dao/FencingDAO.java 947 Potential violation of Law of Demeter (object not created locally)
27731 src/com/gps/dao/FencingDAO.java 947 Potential violation of Law of Demeter (object not created locally)
27732 src/com/gps/dao/FencingDAO.java 947 Potential violation of Law of Demeter (object not created locally)
27733 src/com/gps/dao/FencingDAO.java 947 There is log block not surrounded by if
27734 src/com/gps/dao/FencingDAO.java 947 There is log block not surrounded by if
27735 src/com/gps/dao/FencingDAO.java 948 Potential violation of Law of Demeter (object not created locally)
27736 src/com/gps/dao/FencingDAO.java 948 Potential violation of Law of Demeter (object not created locally)
27737 src/com/gps/dao/FencingDAO.java 948 Potential violation of Law of Demeter (object not created locally)
27738 src/com/gps/dao/FencingDAO.java 948 There is log block not surrounded by if
27739 src/com/gps/dao/FencingDAO.java 948 There is log block not surrounded by if
27740 src/com/gps/dao/FencingDAO.java 949 Potential violation of Law of Demeter (object not created locally)
27741 src/com/gps/dao/FencingDAO.java 951 Potential violation of Law of Demeter (object not created locally)
27742 src/com/gps/dao/FencingDAO.java 951 Potential violation of Law of Demeter (object not created locally)
27743 src/com/gps/dao/FencingDAO.java 952 Found 'DU'-anomaly for variable 'monStartTime' (lines '952'-'1,016').
27744 src/com/gps/dao/FencingDAO.java 952 Potential violation of Law of Demeter (object not created locally)
27745 src/com/gps/dao/FencingDAO.java 953 Potential violation of Law of Demeter (object not created locally)
27746 src/com/gps/dao/FencingDAO.java 953 Potential violation of Law of Demeter (object not created locally)
27747 src/com/gps/dao/FencingDAO.java 954 Potential violation of Law of Demeter (object not created locally)
27748 src/com/gps/dao/FencingDAO.java 955 There is log block not surrounded by if
27749 src/com/gps/dao/FencingDAO.java 955 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27750 src/com/gps/dao/FencingDAO.java 957 Potential violation of Law of Demeter (object not created locally)
27751 src/com/gps/dao/FencingDAO.java 959 Potential violation of Law of Demeter (object not created locally)
27752 src/com/gps/dao/FencingDAO.java 959 Potential violation of Law of Demeter (object not created locally)
27753 src/com/gps/dao/FencingDAO.java 960 Found 'DU'-anomaly for variable 'evenStartTime' (lines '960'-'1,016').
27754 src/com/gps/dao/FencingDAO.java 960 Potential violation of Law of Demeter (object not created locally)
27755 src/com/gps/dao/FencingDAO.java 961 Potential violation of Law of Demeter (object not created locally)
27756 src/com/gps/dao/FencingDAO.java 961 Potential violation of Law of Demeter (object not created locally)
27757 src/com/gps/dao/FencingDAO.java 962 Potential violation of Law of Demeter (object not created locally)
27758 src/com/gps/dao/FencingDAO.java 963 There is log block not surrounded by if
27759 src/com/gps/dao/FencingDAO.java 963 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27760 src/com/gps/dao/FencingDAO.java 965 Avoid using Literals in Conditional Statements
27761 src/com/gps/dao/FencingDAO.java 967 Potential violation of Law of Demeter (object not created locally)
27762 src/com/gps/dao/FencingDAO.java 967 Potential violation of Law of Demeter (object not created locally)
27763 src/com/gps/dao/FencingDAO.java 967 Potential violation of Law of Demeter (object not created locally)
27764 src/com/gps/dao/FencingDAO.java 967 Potential violation of Law of Demeter (object not created locally)
27765 src/com/gps/dao/FencingDAO.java 967 Useless parentheses.
27766 src/com/gps/dao/FencingDAO.java 967 Useless parentheses.
27767 src/com/gps/dao/FencingDAO.java 968 Potential violation of Law of Demeter (object not created locally)
27768 src/com/gps/dao/FencingDAO.java 968 Potential violation of Law of Demeter (object not created locally)
27769 src/com/gps/dao/FencingDAO.java 968 Potential violation of Law of Demeter (object not created locally)
27770 src/com/gps/dao/FencingDAO.java 970 There is log block not surrounded by if
27771 src/com/gps/dao/FencingDAO.java 970 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27772 src/com/gps/dao/FencingDAO.java 971 There is log block not surrounded by if
27773 src/com/gps/dao/FencingDAO.java 971 There is log block not surrounded by if
27774 src/com/gps/dao/FencingDAO.java 976 There is log block not surrounded by if
27775 src/com/gps/dao/FencingDAO.java 976 There is log block not surrounded by if
27776 src/com/gps/dao/FencingDAO.java 981 There is log block not surrounded by if
27777 src/com/gps/dao/FencingDAO.java 981 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27778 src/com/gps/dao/FencingDAO.java 982 Potential violation of Law of Demeter (object not created locally)
27779 src/com/gps/dao/FencingDAO.java 982 Potential violation of Law of Demeter (object not created locally)
27780 src/com/gps/dao/FencingDAO.java 982 Potential violation of Law of Demeter (object not created locally)
27781 src/com/gps/dao/FencingDAO.java 982 Potential violation of Law of Demeter (object not created locally)
27782 src/com/gps/dao/FencingDAO.java 982 Useless parentheses.
27783 src/com/gps/dao/FencingDAO.java 982 Useless parentheses.
27784 src/com/gps/dao/FencingDAO.java 983 Potential violation of Law of Demeter (object not created locally)
27785 src/com/gps/dao/FencingDAO.java 983 Potential violation of Law of Demeter (object not created locally)
27786 src/com/gps/dao/FencingDAO.java 983 Potential violation of Law of Demeter (object not created locally)
27787 src/com/gps/dao/FencingDAO.java 986 There is log block not surrounded by if
27788 src/com/gps/dao/FencingDAO.java 986 There is log block not surrounded by if
27789 src/com/gps/dao/FencingDAO.java 992 There is log block not surrounded by if
27790 src/com/gps/dao/FencingDAO.java 992 There is log block not surrounded by if
27791 src/com/gps/dao/FencingDAO.java 999 There is log block not surrounded by if
27792 src/com/gps/dao/FencingDAO.java 999 There is log block not surrounded by if
27793 src/com/gps/dao/FencingDAO.java 1005 There is log block not surrounded by if
27794 src/com/gps/dao/FencingDAO.java 1005 There is log block not surrounded by if
27795 src/com/gps/dao/FencingDAO.java 1010 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27796 src/com/gps/dao/FencingDAO.java 1012 There is log block not surrounded by if
27797 src/com/gps/dao/FencingDAO.java 1018 Parameter 'vehicleId' is not assigned and could be declared final
27798 src/com/gps/dao/FencingDAO.java 1018 publicMethodCommentRequirement Required
27799 src/com/gps/dao/FencingDAO.java 1020 Avoid unused local variables such as 'vehDAO'.
27800 src/com/gps/dao/FencingDAO.java 1026 Potential violation of Law of Demeter (method chain calls)
27801 src/com/gps/dao/FencingDAO.java 1027 Potential violation of Law of Demeter (object not created locally)
27802 src/com/gps/dao/FencingDAO.java 1029 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27803 src/com/gps/dao/FencingDAO.java 1031 There is log block not surrounded by if
27804 src/com/gps/dao/FencingDAO.java 1037 Comment is too large: Line too long
27805 src/com/gps/dao/FencingDAO.java 1043 A method/constructor shouldnt explicitly throw java.lang.Exception
27806 src/com/gps/dao/FencingDAO.java 1043 Parameter 'fenceid' is not assigned and could be declared final
27807 src/com/gps/dao/FencingDAO.java 1043 Parameter 'packetTime' is not assigned and could be declared final
27808 src/com/gps/dao/FencingDAO.java 1051 Comment is too large: Too many lines
27809 src/com/gps/dao/FencingDAO.java 1061 A method/constructor shouldnt explicitly throw java.lang.Exception
27810 src/com/gps/dao/FencingDAO.java 1061 Parameter 'packetTime' is not assigned and could be declared final
27811 src/com/gps/dao/FencingDAO.java 1065 Local variable 'cal' could be declared final
27812 src/com/gps/dao/FencingDAO.java 1071 There is log block not surrounded by if
27813 src/com/gps/dao/FencingDAO.java 1071 There is log block not surrounded by if
27814 src/com/gps/dao/FencingDAO.java 1072 Potential violation of Law of Demeter (object not created locally)
27815 src/com/gps/dao/FencingDAO.java 1074 Comment is too large: Too many lines
27816 src/com/gps/dao/FencingDAO.java 1090 Potential violation of Law of Demeter (object not created locally)
27817 src/com/gps/dao/FencingDAO.java 1093 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27818 src/com/gps/dao/FencingDAO.java 1095 There is log block not surrounded by if
27819 src/com/gps/dao/FencingDAO.java 1103 A method/constructor shouldnt explicitly throw java.lang.Exception
27820 src/com/gps/dao/FencingDAO.java 1103 Parameter 'session' is not assigned and could be declared final
27821 src/com/gps/dao/FencingDAO.java 1103 Parameter 'tripId' is not assigned and could be declared final
27822 src/com/gps/dao/FencingDAO.java 1108 Avoid using Literals in Conditional Statements
27823 src/com/gps/dao/FencingDAO.java 1109 Avoid using if...else statements without curly braces
27824 src/com/gps/dao/FencingDAO.java 1111 Avoid using if...else statements without curly braces
27825 src/com/gps/dao/FencingDAO.java 1113 There is log block not surrounded by if
27826 src/com/gps/dao/FencingDAO.java 1113 There is log block not surrounded by if
27827 src/com/gps/dao/FencingDAO.java 1115 Local variable 'fences' could be declared final
27828 src/com/gps/dao/FencingDAO.java 1115 Potential violation of Law of Demeter (method chain calls)
27829 src/com/gps/dao/FencingDAO.java 1115 Potential violation of Law of Demeter (method chain calls)
27830 src/com/gps/dao/FencingDAO.java 1117 Avoid using Literals in Conditional Statements
27831 src/com/gps/dao/FencingDAO.java 1117 Potential violation of Law of Demeter (object not created locally)
27832 src/com/gps/dao/FencingDAO.java 1117 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
27833 src/com/gps/dao/FencingDAO.java 1119 Potential violation of Law of Demeter (method chain calls)
27834 src/com/gps/dao/FencingDAO.java 1119 Potential violation of Law of Demeter (method chain calls)
27835 src/com/gps/dao/FencingDAO.java 1119 Potential violation of Law of Demeter (method chain calls)
27836 src/com/gps/dao/FencingDAO.java 1119 Potential violation of Law of Demeter (method chain calls)
27837 src/com/gps/dao/FencingDAO.java 1119 Potential violation of Law of Demeter (object not created locally)
27838 src/com/gps/dao/FencingDAO.java 1119 Potential violation of Law of Demeter (object not created locally)
27839 src/com/gps/dao/FencingDAO.java 1119 There is log block not surrounded by if
27840 src/com/gps/dao/FencingDAO.java 1119 There is log block not surrounded by if
27841 src/com/gps/dao/FencingDAO.java 1121 A method should have only one exit point, and that should be the last statement in the method
27842 src/com/gps/dao/FencingDAO.java 1121 Potential violation of Law of Demeter (object not created locally)
27843 src/com/gps/dao/FencingDAO.java 1126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27844 src/com/gps/dao/FencingDAO.java 1128 There is log block not surrounded by if
27845 src/com/gps/dao/FencingDAO.java 1136 A method/constructor shouldnt explicitly throw java.lang.Exception
27846 src/com/gps/dao/FencingDAO.java 1136 Parameter 'session' is not assigned and could be declared final
27847 src/com/gps/dao/FencingDAO.java 1136 Parameter 'tripId' is not assigned and could be declared final
27848 src/com/gps/dao/FencingDAO.java 1141 Avoid using Literals in Conditional Statements
27849 src/com/gps/dao/FencingDAO.java 1142 Avoid using if...else statements without curly braces
27850 src/com/gps/dao/FencingDAO.java 1144 Avoid using if...else statements without curly braces
27851 src/com/gps/dao/FencingDAO.java 1146 There is log block not surrounded by if
27852 src/com/gps/dao/FencingDAO.java 1146 There is log block not surrounded by if
27853 src/com/gps/dao/FencingDAO.java 1148 Local variable 'fences' could be declared final
27854 src/com/gps/dao/FencingDAO.java 1148 Potential violation of Law of Demeter (method chain calls)
27855 src/com/gps/dao/FencingDAO.java 1148 Potential violation of Law of Demeter (method chain calls)
27856 src/com/gps/dao/FencingDAO.java 1150 Avoid using Literals in Conditional Statements
27857 src/com/gps/dao/FencingDAO.java 1150 Potential violation of Law of Demeter (object not created locally)
27858 src/com/gps/dao/FencingDAO.java 1150 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
27859 src/com/gps/dao/FencingDAO.java 1152 Potential violation of Law of Demeter (method chain calls)
27860 src/com/gps/dao/FencingDAO.java 1152 Potential violation of Law of Demeter (method chain calls)
27861 src/com/gps/dao/FencingDAO.java 1152 Potential violation of Law of Demeter (method chain calls)
27862 src/com/gps/dao/FencingDAO.java 1152 Potential violation of Law of Demeter (method chain calls)
27863 src/com/gps/dao/FencingDAO.java 1152 Potential violation of Law of Demeter (object not created locally)
27864 src/com/gps/dao/FencingDAO.java 1152 Potential violation of Law of Demeter (object not created locally)
27865 src/com/gps/dao/FencingDAO.java 1152 There is log block not surrounded by if
27866 src/com/gps/dao/FencingDAO.java 1152 There is log block not surrounded by if
27867 src/com/gps/dao/FencingDAO.java 1154 A method should have only one exit point, and that should be the last statement in the method
27868 src/com/gps/dao/FencingDAO.java 1154 Potential violation of Law of Demeter (object not created locally)
27869 src/com/gps/dao/FencingDAO.java 1159 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27870 src/com/gps/dao/FencingDAO.java 1161 There is log block not surrounded by if
27871 src/com/gps/dao/FencingDAO.java 1167 A method/constructor shouldnt explicitly throw java.lang.Exception
27872 src/com/gps/dao/FencingDAO.java 1167 Parameter 'sessval' is not assigned and could be declared final
27873 src/com/gps/dao/FencingDAO.java 1167 Parameter 'time' is not assigned and could be declared final
27874 src/com/gps/dao/FencingDAO.java 1167 Parameter 'trip' is not assigned and could be declared final
27875 src/com/gps/dao/FencingDAO.java 1167 Parameter 'type' is not assigned and could be declared final
27876 src/com/gps/dao/FencingDAO.java 1167 publicMethodCommentRequirement Required
27877 src/com/gps/dao/FencingDAO.java 1169 Avoid using if statements without curly braces
27878 src/com/gps/dao/FencingDAO.java 1170 A method should have only one exit point, and that should be the last statement in the method
27879 src/com/gps/dao/FencingDAO.java 1172 Comment is too large: Line too long
27880 src/com/gps/dao/FencingDAO.java 1184 Avoid declaring a variable if it is unreferenced before a possible exit point.
27881 src/com/gps/dao/FencingDAO.java 1184 Avoid unused local variables such as 'utils'.
27882 src/com/gps/dao/FencingDAO.java 1184 Local variable 'utils' could be declared final
27883 src/com/gps/dao/FencingDAO.java 1188 Local variable 'format2' could be declared final
27884 src/com/gps/dao/FencingDAO.java 1188 When instantiating a SimpleDateFormat object, specify a Locale
27885 src/com/gps/dao/FencingDAO.java 1189 Potential violation of Law of Demeter (object not created locally)
27886 src/com/gps/dao/FencingDAO.java 1193 Local variable 'cal' could be declared final
27887 src/com/gps/dao/FencingDAO.java 1194 Potential violation of Law of Demeter (object not created locally)
27888 src/com/gps/dao/FencingDAO.java 1197 Potential violation of Law of Demeter (object not created locally)
27889 src/com/gps/dao/FencingDAO.java 1197 Potential violation of Law of Demeter (object not created locally)
27890 src/com/gps/dao/FencingDAO.java 1199 There is log block not surrounded by if
27891 src/com/gps/dao/FencingDAO.java 1199 There is log block not surrounded by if
27892 src/com/gps/dao/FencingDAO.java 1200 There is log block not surrounded by if
27893 src/com/gps/dao/FencingDAO.java 1200 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27894 src/com/gps/dao/FencingDAO.java 1201 Avoid using Literals in Conditional Statements
27895 src/com/gps/dao/FencingDAO.java 1207 Potential violation of Law of Demeter (object not created locally)
27896 src/com/gps/dao/FencingDAO.java 1208 Potential violation of Law of Demeter (object not created locally)
27897 src/com/gps/dao/FencingDAO.java 1209 Potential violation of Law of Demeter (object not created locally)
27898 src/com/gps/dao/FencingDAO.java 1210 Potential violation of Law of Demeter (object not created locally)
27899 src/com/gps/dao/FencingDAO.java 1210 Potential violation of Law of Demeter (object not created locally)
27900 src/com/gps/dao/FencingDAO.java 1214 There is log block not surrounded by if
27901 src/com/gps/dao/FencingDAO.java 1214 There is log block not surrounded by if
27902 src/com/gps/dao/FencingDAO.java 1216 Avoid using Literals in Conditional Statements
27903 src/com/gps/dao/FencingDAO.java 1220 Potential violation of Law of Demeter (object not created locally)
27904 src/com/gps/dao/FencingDAO.java 1221 Potential violation of Law of Demeter (object not created locally)
27905 src/com/gps/dao/FencingDAO.java 1222 Potential violation of Law of Demeter (object not created locally)
27906 src/com/gps/dao/FencingDAO.java 1223 Potential violation of Law of Demeter (object not created locally)
27907 src/com/gps/dao/FencingDAO.java 1223 Potential violation of Law of Demeter (object not created locally)
27908 src/com/gps/dao/FencingDAO.java 1226 There is log block not surrounded by if
27909 src/com/gps/dao/FencingDAO.java 1226 There is log block not surrounded by if
27910 src/com/gps/dao/FencingDAO.java 1232 Local variable 'query' could be declared final
27911 src/com/gps/dao/FencingDAO.java 1232 Potential violation of Law of Demeter (object not created locally)
27912 src/com/gps/dao/FencingDAO.java 1233 There is log block not surrounded by if
27913 src/com/gps/dao/FencingDAO.java 1233 There is log block not surrounded by if
27914 src/com/gps/dao/FencingDAO.java 1236 Potential violation of Law of Demeter (object not created locally)
27915 src/com/gps/dao/FencingDAO.java 1238 Avoid using Literals in Conditional Statements
27916 src/com/gps/dao/FencingDAO.java 1238 Potential violation of Law of Demeter (object not created locally)
27917 src/com/gps/dao/FencingDAO.java 1238 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
27918 src/com/gps/dao/FencingDAO.java 1249 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27919 src/com/gps/dao/FencingDAO.java 1251 There is log block not surrounded by if
27920 src/com/gps/dao/FencingDAO.java 1256 Comment is too large: Too many lines
27921 src/com/gps/dao/FencingDAO.java 1257 Comment is too large: Line too long
27922 src/com/gps/dao/FencingDAO.java 1258 Comment is too large: Line too long
27923 src/com/gps/dao/FencingDAO.java 1268 A method/constructor shouldnt explicitly throw java.lang.Exception
27924 src/com/gps/dao/FencingDAO.java 1268 Parameter 'fence' is not assigned and could be declared final
27925 src/com/gps/dao/FencingDAO.java 1268 Parameter 'sessval' is not assigned and could be declared final
27926 src/com/gps/dao/FencingDAO.java 1268 Parameter 'time' is not assigned and could be declared final
27927 src/com/gps/dao/FencingDAO.java 1268 Parameter 'type' is not assigned and could be declared final
27928 src/com/gps/dao/FencingDAO.java 1270 Avoid using if statements without curly braces
27929 src/com/gps/dao/FencingDAO.java 1271 A method should have only one exit point, and that should be the last statement in the method
27930 src/com/gps/dao/FencingDAO.java 1273 Comment is too large: Line too long
27931 src/com/gps/dao/FencingDAO.java 1285 Avoid declaring a variable if it is unreferenced before a possible exit point.
27932 src/com/gps/dao/FencingDAO.java 1285 Avoid unused local variables such as 'utils'.
27933 src/com/gps/dao/FencingDAO.java 1285 Local variable 'utils' could be declared final
27934 src/com/gps/dao/FencingDAO.java 1289 Local variable 'format2' could be declared final
27935 src/com/gps/dao/FencingDAO.java 1289 When instantiating a SimpleDateFormat object, specify a Locale
27936 src/com/gps/dao/FencingDAO.java 1290 Potential violation of Law of Demeter (object not created locally)
27937 src/com/gps/dao/FencingDAO.java 1294 Local variable 'cal' could be declared final
27938 src/com/gps/dao/FencingDAO.java 1295 Potential violation of Law of Demeter (object not created locally)
27939 src/com/gps/dao/FencingDAO.java 1298 Potential violation of Law of Demeter (object not created locally)
27940 src/com/gps/dao/FencingDAO.java 1298 Potential violation of Law of Demeter (object not created locally)
27941 src/com/gps/dao/FencingDAO.java 1300 There is log block not surrounded by if
27942 src/com/gps/dao/FencingDAO.java 1300 There is log block not surrounded by if
27943 src/com/gps/dao/FencingDAO.java 1301 There is log block not surrounded by if
27944 src/com/gps/dao/FencingDAO.java 1301 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27945 src/com/gps/dao/FencingDAO.java 1302 Avoid using Literals in Conditional Statements
27946 src/com/gps/dao/FencingDAO.java 1305 Potential violation of Law of Demeter (method chain calls)
27947 src/com/gps/dao/FencingDAO.java 1305 Potential violation of Law of Demeter (method chain calls)
27948 src/com/gps/dao/FencingDAO.java 1306 Potential violation of Law of Demeter (method chain calls)
27949 src/com/gps/dao/FencingDAO.java 1306 Potential violation of Law of Demeter (method chain calls)
27950 src/com/gps/dao/FencingDAO.java 1308 Potential violation of Law of Demeter (object not created locally)
27951 src/com/gps/dao/FencingDAO.java 1309 Potential violation of Law of Demeter (object not created locally)
27952 src/com/gps/dao/FencingDAO.java 1310 Potential violation of Law of Demeter (object not created locally)
27953 src/com/gps/dao/FencingDAO.java 1311 Potential violation of Law of Demeter (object not created locally)
27954 src/com/gps/dao/FencingDAO.java 1311 Potential violation of Law of Demeter (object not created locally)
27955 src/com/gps/dao/FencingDAO.java 1315 There is log block not surrounded by if
27956 src/com/gps/dao/FencingDAO.java 1315 There is log block not surrounded by if
27957 src/com/gps/dao/FencingDAO.java 1317 Avoid using Literals in Conditional Statements
27958 src/com/gps/dao/FencingDAO.java 1319 Potential violation of Law of Demeter (method chain calls)
27959 src/com/gps/dao/FencingDAO.java 1319 Potential violation of Law of Demeter (method chain calls)
27960 src/com/gps/dao/FencingDAO.java 1320 Potential violation of Law of Demeter (method chain calls)
27961 src/com/gps/dao/FencingDAO.java 1320 Potential violation of Law of Demeter (method chain calls)
27962 src/com/gps/dao/FencingDAO.java 1321 Potential violation of Law of Demeter (object not created locally)
27963 src/com/gps/dao/FencingDAO.java 1322 Potential violation of Law of Demeter (object not created locally)
27964 src/com/gps/dao/FencingDAO.java 1323 Potential violation of Law of Demeter (object not created locally)
27965 src/com/gps/dao/FencingDAO.java 1324 Potential violation of Law of Demeter (object not created locally)
27966 src/com/gps/dao/FencingDAO.java 1324 Potential violation of Law of Demeter (object not created locally)
27967 src/com/gps/dao/FencingDAO.java 1327 There is log block not surrounded by if
27968 src/com/gps/dao/FencingDAO.java 1327 There is log block not surrounded by if
27969 src/com/gps/dao/FencingDAO.java 1333 Local variable 'query' could be declared final
27970 src/com/gps/dao/FencingDAO.java 1333 Potential violation of Law of Demeter (object not created locally)
27971 src/com/gps/dao/FencingDAO.java 1334 There is log block not surrounded by if
27972 src/com/gps/dao/FencingDAO.java 1334 There is log block not surrounded by if
27973 src/com/gps/dao/FencingDAO.java 1337 Potential violation of Law of Demeter (object not created locally)
27974 src/com/gps/dao/FencingDAO.java 1339 Avoid using Literals in Conditional Statements
27975 src/com/gps/dao/FencingDAO.java 1339 Potential violation of Law of Demeter (object not created locally)
27976 src/com/gps/dao/FencingDAO.java 1339 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
27977 src/com/gps/dao/FencingDAO.java 1350 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27978 src/com/gps/dao/FencingDAO.java 1352 There is log block not surrounded by if
27979 src/com/gps/dao/FencingDAO.java 1362 A method/constructor shouldnt explicitly throw java.lang.Exception
27980 src/com/gps/dao/FencingDAO.java 1362 Parameter 'fence' is not assigned and could be declared final
27981 src/com/gps/dao/FencingDAO.java 1362 Parameter 'packetTime' is not assigned and could be declared final
27982 src/com/gps/dao/FencingDAO.java 1362 Parameter 'sessVal' is not assigned and could be declared final
27983 src/com/gps/dao/FencingDAO.java 1362 Parameter 'type' is not assigned and could be declared final
27984 src/com/gps/dao/FencingDAO.java 1367 Avoid variables with short names like tx
27985 src/com/gps/dao/FencingDAO.java 1371 There is log block not surrounded by if
27986 src/com/gps/dao/FencingDAO.java 1371 There is log block not surrounded by if
27987 src/com/gps/dao/FencingDAO.java 1374 Avoid using Literals in Conditional Statements
27988 src/com/gps/dao/FencingDAO.java 1376 Potential violation of Law of Demeter (object not created locally)
27989 src/com/gps/dao/FencingDAO.java 1377 Potential violation of Law of Demeter (object not created locally)
27990 src/com/gps/dao/FencingDAO.java 1378 Potential violation of Law of Demeter (object not created locally)
27991 src/com/gps/dao/FencingDAO.java 1382 Potential violation of Law of Demeter (object not created locally)
27992 src/com/gps/dao/FencingDAO.java 1383 Potential violation of Law of Demeter (object not created locally)
27993 src/com/gps/dao/FencingDAO.java 1384 Potential violation of Law of Demeter (object not created locally)
27994 src/com/gps/dao/FencingDAO.java 1386 Potential violation of Law of Demeter (object not created locally)
27995 src/com/gps/dao/FencingDAO.java 1387 Potential violation of Law of Demeter (object not created locally)
27996 src/com/gps/dao/FencingDAO.java 1388 There is log block not surrounded by if
27997 src/com/gps/dao/FencingDAO.java 1388 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27998 src/com/gps/dao/FencingDAO.java 1389 Potential violation of Law of Demeter (method chain calls)
27999 src/com/gps/dao/FencingDAO.java 1390 Potential violation of Law of Demeter (object not created locally)
28000 src/com/gps/dao/FencingDAO.java 1391 Potential violation of Law of Demeter (method chain calls)
28001 src/com/gps/dao/FencingDAO.java 1392 Potential violation of Law of Demeter (object not created locally)
28002 src/com/gps/dao/FencingDAO.java 1393 Potential violation of Law of Demeter (method chain calls)
28003 src/com/gps/dao/FencingDAO.java 1396 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28004 src/com/gps/dao/FencingDAO.java 1398 There is log block not surrounded by if
28005 src/com/gps/dao/FencingDAO.java 1403 Parameter 'fence' is not assigned and could be declared final
28006 src/com/gps/dao/FencingDAO.java 1403 Parameter 'sessionVal' is not assigned and could be declared final
28007 src/com/gps/dao/FencingDAO.java 1403 publicMethodCommentRequirement Required
28008 src/com/gps/dao/FencingDAO.java 1406 Avoid using Literals in Conditional Statements
28009 src/com/gps/dao/FencingDAO.java 1414 There is log block not surrounded by if
28010 src/com/gps/dao/FencingDAO.java 1414 There is log block not surrounded by if
28011 src/com/gps/dao/FencingDAO.java 1415 Local variable 'mapfence' could be declared final
28012 src/com/gps/dao/FencingDAO.java 1415 Potential violation of Law of Demeter (method chain calls)
28013 src/com/gps/dao/FencingDAO.java 1415 Potential violation of Law of Demeter (method chain calls)
28014 src/com/gps/dao/FencingDAO.java 1415 Potential violation of Law of Demeter (method chain calls)
28015 src/com/gps/dao/FencingDAO.java 1416 A method should have only one exit point, and that should be the last statement in the method
28016 src/com/gps/dao/FencingDAO.java 1416 Consider simply returning the value vs storing it in local variable 'mapfence'
28017 src/com/gps/dao/FencingDAO.java 1417 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28018 src/com/gps/dao/FencingDAO.java 1420 There is log block not surrounded by if
28019 src/com/gps/dao/FencingDAO.java 1420 There is log block not surrounded by if
28020 src/com/gps/dao/FencingDAO.java 1425 Parameter 'fence' is not assigned and could be declared final
28021 src/com/gps/dao/FencingDAO.java 1425 Parameter 'sessionVal' is not assigned and could be declared final
28022 src/com/gps/dao/FencingDAO.java 1425 publicMethodCommentRequirement Required
28023 src/com/gps/dao/FencingDAO.java 1428 Avoid using Literals in Conditional Statements
28024 src/com/gps/dao/FencingDAO.java 1429 Avoid using if...else statements without curly braces
28025 src/com/gps/dao/FencingDAO.java 1431 Avoid using if...else statements without curly braces
28026 src/com/gps/dao/FencingDAO.java 1433 Local variable 'fenceList' could be declared final
28027 src/com/gps/dao/FencingDAO.java 1433 Potential violation of Law of Demeter (method chain calls)
28028 src/com/gps/dao/FencingDAO.java 1433 Potential violation of Law of Demeter (method chain calls)
28029 src/com/gps/dao/FencingDAO.java 1435 Local variable 'stopFenceMapping' could be declared final
28030 src/com/gps/dao/FencingDAO.java 1436 Potential violation of Law of Demeter (object not created locally)
28031 src/com/gps/dao/FencingDAO.java 1436 Potential violation of Law of Demeter (object not created locally)
28032 src/com/gps/dao/FencingDAO.java 1437 Potential violation of Law of Demeter (object not created locally)
28033 src/com/gps/dao/FencingDAO.java 1437 There is log block not surrounded by if
28034 src/com/gps/dao/FencingDAO.java 1437 There is log block not surrounded by if
28035 src/com/gps/dao/FencingDAO.java 1440 Avoid using Literals in Conditional Statements
28036 src/com/gps/dao/FencingDAO.java 1440 Potential violation of Law of Demeter (object not created locally)
28037 src/com/gps/dao/FencingDAO.java 1440 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
28038 src/com/gps/dao/FencingDAO.java 1442 Local variable 'mapList' could be declared final
28039 src/com/gps/dao/FencingDAO.java 1442 Potential violation of Law of Demeter (method chain calls)
28040 src/com/gps/dao/FencingDAO.java 1442 Potential violation of Law of Demeter (method chain calls)
28041 src/com/gps/dao/FencingDAO.java 1442 Potential violation of Law of Demeter (method chain calls)
28042 src/com/gps/dao/FencingDAO.java 1442 Potential violation of Law of Demeter (method chain calls)
28043 src/com/gps/dao/FencingDAO.java 1442 Potential violation of Law of Demeter (object not created locally)
28044 src/com/gps/dao/FencingDAO.java 1442 Potential violation of Law of Demeter (object not created locally)
28045 src/com/gps/dao/FencingDAO.java 1443 A method should have only one exit point, and that should be the last statement in the method
28046 src/com/gps/dao/FencingDAO.java 1443 Consider simply returning the value vs storing it in local variable 'mapList'
28047 src/com/gps/dao/FencingDAO.java 1453 Parameter 'sessionVal' is not assigned and could be declared final
28048 src/com/gps/dao/FencingDAO.java 1453 Parameter 'tripId' is not assigned and could be declared final
28049 src/com/gps/dao/FencingDAO.java 1453 publicMethodCommentRequirement Required
28050 src/com/gps/dao/FencingDAO.java 1455 There is log block not surrounded by if
28051 src/com/gps/dao/FencingDAO.java 1455 There is log block not surrounded by if
28052 src/com/gps/dao/FencingDAO.java 1459 Avoid using Literals in Conditional Statements
28053 src/com/gps/dao/FencingDAO.java 1460 Avoid using if...else statements without curly braces
28054 src/com/gps/dao/FencingDAO.java 1462 Avoid using if...else statements without curly braces
28055 src/com/gps/dao/FencingDAO.java 1464 Potential violation of Law of Demeter (method chain calls)
28056 src/com/gps/dao/FencingDAO.java 1466 Comment is too large: Line too long
28057 src/com/gps/dao/FencingDAO.java 1467 Potential violation of Law of Demeter (method chain calls)
28058 src/com/gps/dao/FencingDAO.java 1467 Potential violation of Law of Demeter (method chain calls)
28059 src/com/gps/dao/FencingDAO.java 1469 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28060 src/com/gps/dao/FencingDAO.java 1470 There is log block not surrounded by if
28061 src/com/gps/dao/FencingDAO.java 1483 A method/constructor shouldnt explicitly throw java.lang.Exception
28062 src/com/gps/dao/FencingDAO.java 1483 Parameter 'fence' is not assigned and could be declared final
28063 src/com/gps/dao/FencingDAO.java 1483 Parameter 'sessionVal' is not assigned and could be declared final
28064 src/com/gps/dao/FencingDAO.java 1483 publicMethodCommentRequirement Required
28065 src/com/gps/dao/FencingDAO.java 1488 Comment is too large: Line too long
28066 src/com/gps/dao/FencingDAO.java 1492 Avoid using Literals in Conditional Statements
28067 src/com/gps/dao/FencingDAO.java 1494 Local variable 'query' could be declared final
28068 src/com/gps/dao/FencingDAO.java 1494 Potential violation of Law of Demeter (method chain calls)
28069 src/com/gps/dao/FencingDAO.java 1495 Potential violation of Law of Demeter (object not created locally)
28070 src/com/gps/dao/FencingDAO.java 1502 Local variable 'query' could be declared final
28071 src/com/gps/dao/FencingDAO.java 1502 Potential violation of Law of Demeter (method chain calls)
28072 src/com/gps/dao/FencingDAO.java 1503 Potential violation of Law of Demeter (object not created locally)
28073 src/com/gps/dao/FencingDAO.java 1511 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28074 src/com/gps/dao/FencingDAO.java 1514 There is log block not surrounded by if
28075 src/com/gps/dao/FencingDAO.java 1519 Parameter 'vehicleId' is not assigned and could be declared final
28076 src/com/gps/dao/FencingDAO.java 1519 publicMethodCommentRequirement Required
28077 src/com/gps/dao/FencingDAO.java 1521 There is log block not surrounded by if
28078 src/com/gps/dao/FencingDAO.java 1521 There is log block not surrounded by if
28079 src/com/gps/dao/FencingDAO.java 1525 Local variable 'qry' could be declared final
28080 src/com/gps/dao/FencingDAO.java 1525 Potential violation of Law of Demeter (method chain calls)
28081 src/com/gps/dao/FencingDAO.java 1526 Potential violation of Law of Demeter (object not created locally)
28082 src/com/gps/dao/FencingDAO.java 1528 Potential violation of Law of Demeter (method chain calls)
28083 src/com/gps/dao/FencingDAO.java 1528 Potential violation of Law of Demeter (method chain calls)
28084 src/com/gps/dao/FencingDAO.java 1528 Potential violation of Law of Demeter (object not created locally)
28085 src/com/gps/dao/FencingDAO.java 1528 There is log block not surrounded by if
28086 src/com/gps/dao/FencingDAO.java 1528 There is log block not surrounded by if
28087 src/com/gps/dao/FencingDAO.java 1530 Local variable 'fence' could be declared final
28088 src/com/gps/dao/FencingDAO.java 1532 There is log block not surrounded by if
28089 src/com/gps/dao/FencingDAO.java 1532 There is log block not surrounded by if
28090 src/com/gps/dao/FencingDAO.java 1535 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28091 src/com/gps/dao/FencingDAO.java 1545 Parameter 'sessionVal' is not assigned and could be declared final
28092 src/com/gps/dao/FencingDAO.java 1545 Parameter 'vehicleId' is not assigned and could be declared final
28093 src/com/gps/dao/FencingDAO.java 1545 publicMethodCommentRequirement Required
28094 src/com/gps/dao/FencingDAO.java 1553 Avoid using Literals in Conditional Statements
28095 src/com/gps/dao/FencingDAO.java 1554 Avoid using if...else statements without curly braces
28096 src/com/gps/dao/FencingDAO.java 1556 Avoid using if...else statements without curly braces
28097 src/com/gps/dao/FencingDAO.java 1558 Potential violation of Law of Demeter (method chain calls)
28098 src/com/gps/dao/FencingDAO.java 1558 Potential violation of Law of Demeter (method chain calls)
28099 src/com/gps/dao/FencingDAO.java 1560 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28100 src/com/gps/dao/FencingDAO.java 1569 Parameter 'currentTrip' is not assigned and could be declared final
28101 src/com/gps/dao/FencingDAO.java 1569 Parameter 'nextTrip' is not assigned and could be declared final
28102 src/com/gps/dao/FencingDAO.java 1569 Parameter 'session' is not assigned and could be declared final
28103 src/com/gps/dao/FencingDAO.java 1569 publicMethodCommentRequirement Required
28104 src/com/gps/dao/FencingDAO.java 1571 Local variable 'cal' could be declared final
28105 src/com/gps/dao/FencingDAO.java 1572 Use one line for each declaration, it enhances code readability.
28106 src/com/gps/dao/FencingDAO.java 1573 Use one line for each declaration, it enhances code readability.
28107 src/com/gps/dao/FencingDAO.java 1574 Local variable 'prefix' could be declared final
28108 src/com/gps/dao/FencingDAO.java 1575 Avoid variables with short names like tx
28109 src/com/gps/dao/FencingDAO.java 1581 Potential violation of Law of Demeter (object not created locally)
28110 src/com/gps/dao/FencingDAO.java 1582 Potential violation of Law of Demeter (object not created locally)
28111 src/com/gps/dao/FencingDAO.java 1585 Potential violation of Law of Demeter (object not created locally)
28112 src/com/gps/dao/FencingDAO.java 1586 Potential violation of Law of Demeter (object not created locally)
28113 src/com/gps/dao/FencingDAO.java 1588 Potential violation of Law of Demeter (object not created locally)
28114 src/com/gps/dao/FencingDAO.java 1592 Potential violation of Law of Demeter (object not created locally)
28115 src/com/gps/dao/FencingDAO.java 1594 Avoid using if...else statements without curly braces
28116 src/com/gps/dao/FencingDAO.java 1597 Potential violation of Law of Demeter (object not created locally)
28117 src/com/gps/dao/FencingDAO.java 1599 Avoid using if...else statements without curly braces
28118 src/com/gps/dao/FencingDAO.java 1600 There is log block not surrounded by if
28119 src/com/gps/dao/FencingDAO.java 1600 There is log block not surrounded by if
28120 src/com/gps/dao/FencingDAO.java 1601 There is log block not surrounded by if
28121 src/com/gps/dao/FencingDAO.java 1601 There is log block not surrounded by if
28122 src/com/gps/dao/FencingDAO.java 1602 Avoid using Literals in Conditional Statements
28123 src/com/gps/dao/FencingDAO.java 1620 Potential violation of Law of Demeter (object not created locally)
28124 src/com/gps/dao/FencingDAO.java 1621 Potential violation of Law of Demeter (object not created locally)
28125 src/com/gps/dao/FencingDAO.java 1622 Potential violation of Law of Demeter (object not created locally)
28126 src/com/gps/dao/FencingDAO.java 1623 Potential violation of Law of Demeter (object not created locally)
28127 src/com/gps/dao/FencingDAO.java 1624 Potential violation of Law of Demeter (object not created locally)
28128 src/com/gps/dao/FencingDAO.java 1625 Potential violation of Law of Demeter (object not created locally)
28129 src/com/gps/dao/FencingDAO.java 1626 There is log block not surrounded by if
28130 src/com/gps/dao/FencingDAO.java 1626 There is log block not surrounded by if
28131 src/com/gps/dao/FencingDAO.java 1628 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28132 src/com/gps/dao/FencingDAO.java 1630 There is log block not surrounded by if
28133 src/com/gps/dao/FencingDAO.java 1638 Avoid really long methods.
28134 src/com/gps/dao/FencingDAO.java 1638 Parameter 'currentTrip' is not assigned and could be declared final
28135 src/com/gps/dao/FencingDAO.java 1638 Parameter 'tripList' is not assigned and could be declared final
28136 src/com/gps/dao/FencingDAO.java 1638 publicMethodCommentRequirement Required
28137 src/com/gps/dao/FencingDAO.java 1639 Parameter 'sessVal' is not assigned and could be declared final
28138 src/com/gps/dao/FencingDAO.java 1643 Use one line for each declaration, it enhances code readability.
28139 src/com/gps/dao/FencingDAO.java 1646 Use one line for each declaration, it enhances code readability.
28140 src/com/gps/dao/FencingDAO.java 1648 Avoid variables with short names like tx
28141 src/com/gps/dao/FencingDAO.java 1654 Potential violation of Law of Demeter (object not created locally)
28142 src/com/gps/dao/FencingDAO.java 1658 Local variable 'calTrip1' could be declared final
28143 src/com/gps/dao/FencingDAO.java 1659 Use one line for each declaration, it enhances code readability.
28144 src/com/gps/dao/FencingDAO.java 1663 There is log block not surrounded by if
28145 src/com/gps/dao/FencingDAO.java 1663 There is log block not surrounded by if
28146 src/com/gps/dao/FencingDAO.java 1664 Avoid using Literals in Conditional Statements
28147 src/com/gps/dao/FencingDAO.java 1667 Potential violation of Law of Demeter (object not created locally)
28148 src/com/gps/dao/FencingDAO.java 1669 There is log block not surrounded by if
28149 src/com/gps/dao/FencingDAO.java 1669 There is log block not surrounded by if
28150 src/com/gps/dao/FencingDAO.java 1671 Potential violation of Law of Demeter (method chain calls)
28151 src/com/gps/dao/FencingDAO.java 1671 Potential violation of Law of Demeter (method chain calls)
28152 src/com/gps/dao/FencingDAO.java 1672 Potential violation of Law of Demeter (method chain calls)
28153 src/com/gps/dao/FencingDAO.java 1672 Potential violation of Law of Demeter (method chain calls)
28154 src/com/gps/dao/FencingDAO.java 1673 Potential violation of Law of Demeter (method chain calls)
28155 src/com/gps/dao/FencingDAO.java 1673 Potential violation of Law of Demeter (method chain calls)
28156 src/com/gps/dao/FencingDAO.java 1680 There is log block not surrounded by if
28157 src/com/gps/dao/FencingDAO.java 1680 There is log block not surrounded by if
28158 src/com/gps/dao/FencingDAO.java 1682 Potential violation of Law of Demeter (method chain calls)
28159 src/com/gps/dao/FencingDAO.java 1682 Potential violation of Law of Demeter (method chain calls)
28160 src/com/gps/dao/FencingDAO.java 1683 Potential violation of Law of Demeter (method chain calls)
28161 src/com/gps/dao/FencingDAO.java 1683 Potential violation of Law of Demeter (method chain calls)
28162 src/com/gps/dao/FencingDAO.java 1684 Potential violation of Law of Demeter (method chain calls)
28163 src/com/gps/dao/FencingDAO.java 1684 Potential violation of Law of Demeter (method chain calls)
28164 src/com/gps/dao/FencingDAO.java 1684 Potential violation of Law of Demeter (method chain calls)
28165 src/com/gps/dao/FencingDAO.java 1695 Potential violation of Law of Demeter (object not created locally)
28166 src/com/gps/dao/FencingDAO.java 1697 There is log block not surrounded by if
28167 src/com/gps/dao/FencingDAO.java 1697 There is log block not surrounded by if
28168 src/com/gps/dao/FencingDAO.java 1699 Potential violation of Law of Demeter (method chain calls)
28169 src/com/gps/dao/FencingDAO.java 1699 Potential violation of Law of Demeter (method chain calls)
28170 src/com/gps/dao/FencingDAO.java 1700 Potential violation of Law of Demeter (method chain calls)
28171 src/com/gps/dao/FencingDAO.java 1700 Potential violation of Law of Demeter (method chain calls)
28172 src/com/gps/dao/FencingDAO.java 1701 Potential violation of Law of Demeter (method chain calls)
28173 src/com/gps/dao/FencingDAO.java 1701 Potential violation of Law of Demeter (method chain calls)
28174 src/com/gps/dao/FencingDAO.java 1708 There is log block not surrounded by if
28175 src/com/gps/dao/FencingDAO.java 1708 There is log block not surrounded by if
28176 src/com/gps/dao/FencingDAO.java 1710 Potential violation of Law of Demeter (method chain calls)
28177 src/com/gps/dao/FencingDAO.java 1710 Potential violation of Law of Demeter (method chain calls)
28178 src/com/gps/dao/FencingDAO.java 1711 Potential violation of Law of Demeter (method chain calls)
28179 src/com/gps/dao/FencingDAO.java 1711 Potential violation of Law of Demeter (method chain calls)
28180 src/com/gps/dao/FencingDAO.java 1712 Potential violation of Law of Demeter (method chain calls)
28181 src/com/gps/dao/FencingDAO.java 1712 Potential violation of Law of Demeter (method chain calls)
28182 src/com/gps/dao/FencingDAO.java 1712 Potential violation of Law of Demeter (method chain calls)
28183 src/com/gps/dao/FencingDAO.java 1721 Potential violation of Law of Demeter (object not created locally)
28184 src/com/gps/dao/FencingDAO.java 1722 Potential violation of Law of Demeter (object not created locally)
28185 src/com/gps/dao/FencingDAO.java 1723 Potential violation of Law of Demeter (object not created locally)
28186 src/com/gps/dao/FencingDAO.java 1725 Avoid instantiating new objects inside loops
28187 src/com/gps/dao/FencingDAO.java 1726 Avoid instantiating new objects inside loops
28188 src/com/gps/dao/FencingDAO.java 1726 Potential violation of Law of Demeter (object not created locally)
28189 src/com/gps/dao/FencingDAO.java 1728 Avoid using Literals in Conditional Statements
28190 src/com/gps/dao/FencingDAO.java 1728 Potential violation of Law of Demeter (object not created locally)
28191 src/com/gps/dao/FencingDAO.java 1729 Avoid using if...else statements without curly braces
28192 src/com/gps/dao/FencingDAO.java 1729 Potential violation of Law of Demeter (object not created locally)
28193 src/com/gps/dao/FencingDAO.java 1731 Avoid using if...else statements without curly braces
28194 src/com/gps/dao/FencingDAO.java 1731 Potential violation of Law of Demeter (object not created locally)
28195 src/com/gps/dao/FencingDAO.java 1733 Avoid instantiating new objects inside loops
28196 src/com/gps/dao/FencingDAO.java 1736 Potential violation of Law of Demeter (method chain calls)
28197 src/com/gps/dao/FencingDAO.java 1737 Potential violation of Law of Demeter (object not created locally)
28198 src/com/gps/dao/FencingDAO.java 1740 Potential violation of Law of Demeter (method chain calls)
28199 src/com/gps/dao/FencingDAO.java 1741 Potential violation of Law of Demeter (object not created locally)
28200 src/com/gps/dao/FencingDAO.java 1743 Potential violation of Law of Demeter (object not created locally)
28201 src/com/gps/dao/FencingDAO.java 1747 Potential violation of Law of Demeter (object not created locally)
28202 src/com/gps/dao/FencingDAO.java 1748 Potential violation of Law of Demeter (object not created locally)
28203 src/com/gps/dao/FencingDAO.java 1749 Potential violation of Law of Demeter (object not created locally)
28204 src/com/gps/dao/FencingDAO.java 1750 There is log block not surrounded by if
28205 src/com/gps/dao/FencingDAO.java 1750 There is log block not surrounded by if
28206 src/com/gps/dao/FencingDAO.java 1752 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28207 src/com/gps/dao/FencingDAO.java 1759 Avoid variables with short names like i
28208 src/com/gps/dao/FencingDAO.java 1759 Parameter 'date' is not assigned and could be declared final
28209 src/com/gps/dao/FencingDAO.java 1759 Parameter 'i' is not assigned and could be declared final
28210 src/com/gps/dao/FencingDAO.java 1759 publicMethodCommentRequirement Required
28211 src/com/gps/dao/FencingDAO.java 1764 Potential violation of Law of Demeter (method chain calls)
28212 src/com/gps/dao/FencingDAO.java 1764 Potential violation of Law of Demeter (method chain calls)
28213 src/com/gps/dao/FencingDAO.java 1765 Potential violation of Law of Demeter (object not created locally)
28214 src/com/gps/dao/FencingDAO.java 1765 There is log block not surrounded by if
28215 src/com/gps/dao/FencingDAO.java 1765 There is log block not surrounded by if
28216 src/com/gps/dao/FencingDAO.java 1767 Potential violation of Law of Demeter (method chain calls)
28217 src/com/gps/dao/FencingDAO.java 1769 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28218 src/com/gps/dao/GoogleReqCountDAO.java 5 Avoid unused imports such as 'org.hibernate.Query'
28219 src/com/gps/dao/GoogleReqCountDAO.java 11 Avoid unused imports such as 'com.gps.hibernate.Organization'
28220 src/com/gps/dao/GoogleReqCountDAO.java 13 headerCommentRequirement Required
28221 src/com/gps/dao/GoogleReqCountDAO.java 14 Found non-transient, non-static member. Please mark as transient or provide accessors.
28222 src/com/gps/dao/GoogleReqCountDAO.java 14 Use explicit scoping instead of the default package private level
28223 src/com/gps/dao/GoogleReqCountDAO.java 14 fieldCommentRequirement Required
28224 src/com/gps/dao/GoogleReqCountDAO.java 17 Parameter 'count' is not assigned and could be declared final
28225 src/com/gps/dao/GoogleReqCountDAO.java 17 Parameter 'orgId' is not assigned and could be declared final
28226 src/com/gps/dao/GoogleReqCountDAO.java 17 publicMethodCommentRequirement Required
28227 src/com/gps/dao/GoogleReqCountDAO.java 19 Local variable 'date' could be declared final
28228 src/com/gps/dao/GoogleReqCountDAO.java 21 Local variable 'stamp' could be declared final
28229 src/com/gps/dao/GoogleReqCountDAO.java 21 Potential violation of Law of Demeter (object not created locally)
28230 src/com/gps/dao/GoogleReqCountDAO.java 24 Avoid variables with short names like tr
28231 src/com/gps/dao/GoogleReqCountDAO.java 24 Local variable 'tr' could be declared final
28232 src/com/gps/dao/GoogleReqCountDAO.java 26 Local variable 'count_obj' could be declared final
28233 src/com/gps/dao/GoogleReqCountDAO.java 26 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'count_obj' is not final.
28234 src/com/gps/dao/GoogleReqCountDAO.java 28 Potential violation of Law of Demeter (object not created locally)
28235 src/com/gps/dao/GoogleReqCountDAO.java 33 Parameter 'args' is not assigned and could be declared final
28236 src/com/gps/dao/GoogleReqCountDAO.java 33 publicMethodCommentRequirement Required
28237 src/com/gps/dao/GoogleReqCountDAO.java 36 Local variable 'google' could be declared final
28238 src/com/gps/dao/InfoPaneSettingsDAO.java 19 headerCommentRequirement Required
28239 src/com/gps/dao/InfoPaneSettingsDAO.java 24 The Logger variable declaration does not contain the static and final modifiers
28240 src/com/gps/dao/InfoPaneSettingsDAO.java 26 Found 'UR'-anomaly for variable 'id' (lines '26'-'51').
28241 src/com/gps/dao/InfoPaneSettingsDAO.java 26 Parameter 'style' is not assigned and could be declared final
28242 src/com/gps/dao/InfoPaneSettingsDAO.java 26 publicMethodCommentRequirement Required
28243 src/com/gps/dao/InfoPaneSettingsDAO.java 27 Found 'DD'-anomaly for variable 'query' (lines '27'-'36').
28244 src/com/gps/dao/InfoPaneSettingsDAO.java 29 Found 'DU'-anomaly for variable 'parameters' (lines '29'-'59').
28245 src/com/gps/dao/InfoPaneSettingsDAO.java 29 Local variable 'parameters' could be declared final
28246 src/com/gps/dao/InfoPaneSettingsDAO.java 31 Found 'DD'-anomaly for variable 'paramList' (lines '31'-'44').
28247 src/com/gps/dao/InfoPaneSettingsDAO.java 31 Found 'DU'-anomaly for variable 'paramList' (lines '31'-'59').
28248 src/com/gps/dao/InfoPaneSettingsDAO.java 32 Found 'DD'-anomaly for variable 'infoPanelIDs' (lines '32'-'47').
28249 src/com/gps/dao/InfoPaneSettingsDAO.java 32 Found 'DU'-anomaly for variable 'infoPanelIDs' (lines '32'-'59').
28250 src/com/gps/dao/InfoPaneSettingsDAO.java 34 Local variable 'infoPanels' could be declared final
28251 src/com/gps/dao/InfoPaneSettingsDAO.java 36 Potential violation of Law of Demeter (method chain calls)
28252 src/com/gps/dao/InfoPaneSettingsDAO.java 39 Avoid if (x != y) ..; else ..;
28253 src/com/gps/dao/InfoPaneSettingsDAO.java 39 Potential violation of Law of Demeter (method chain calls)
28254 src/com/gps/dao/InfoPaneSettingsDAO.java 39 Potential violation of Law of Demeter (object not created locally)
28255 src/com/gps/dao/InfoPaneSettingsDAO.java 40 Avoid appending characters as strings in StringBuffer.append.
28256 src/com/gps/dao/InfoPaneSettingsDAO.java 40 Potential violation of Law of Demeter (object not created locally)
28257 src/com/gps/dao/InfoPaneSettingsDAO.java 43 Avoid using Literals in Conditional Statements
28258 src/com/gps/dao/InfoPaneSettingsDAO.java 43 Potential violation of Law of Demeter (object not created locally)
28259 src/com/gps/dao/InfoPaneSettingsDAO.java 44 Potential violation of Law of Demeter (method chain calls)
28260 src/com/gps/dao/InfoPaneSettingsDAO.java 44 Potential violation of Law of Demeter (object not created locally)
28261 src/com/gps/dao/InfoPaneSettingsDAO.java 45 Avoid using if statements without curly braces
28262 src/com/gps/dao/InfoPaneSettingsDAO.java 45 Potential violation of Law of Demeter (object not created locally)
28263 src/com/gps/dao/InfoPaneSettingsDAO.java 47 Potential violation of Law of Demeter (object not created locally)
28264 src/com/gps/dao/InfoPaneSettingsDAO.java 50 Local variable 'id' could be declared final
28265 src/com/gps/dao/InfoPaneSettingsDAO.java 51 Potential violation of Law of Demeter (object not created locally)
28266 src/com/gps/dao/InfoPaneSettingsDAO.java 53 Avoid using if...else statements without curly braces
28267 src/com/gps/dao/InfoPaneSettingsDAO.java 53 There is log block not surrounded by if
28268 src/com/gps/dao/InfoPaneSettingsDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28269 src/com/gps/dao/InfoPaneSettingsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28270 src/com/gps/dao/LocationProcessDAO.java 3 Avoid unused imports such as 'java.text.SimpleDateFormat'
28271 src/com/gps/dao/LocationProcessDAO.java 4 Avoid unused imports such as 'java.util.ArrayList'
28272 src/com/gps/dao/LocationProcessDAO.java 5 Avoid unused imports such as 'java.util.Calendar'
28273 src/com/gps/dao/LocationProcessDAO.java 6 Avoid unused imports such as 'java.util.HashSet'
28274 src/com/gps/dao/LocationProcessDAO.java 7 Avoid unused imports such as 'java.util.Set'
28275 src/com/gps/dao/LocationProcessDAO.java 8 Avoid unused imports such as 'java.util.List'
28276 src/com/gps/dao/LocationProcessDAO.java 11 Avoid unused imports such as 'org.hibernate.Query'
28277 src/com/gps/dao/LocationProcessDAO.java 14 Avoid unused imports such as 'org.hibernate.exception.ConstraintViolationException'
28278 src/com/gps/dao/LocationProcessDAO.java 16 Avoid unused imports such as 'com.gps.hibernate.Location'
28279 src/com/gps/dao/LocationProcessDAO.java 17 Avoid unused imports such as 'com.gps.hibernate.Organization'
28280 src/com/gps/dao/LocationProcessDAO.java 21 headerCommentRequirement Required
28281 src/com/gps/dao/LocationProcessDAO.java 27 Use explicit scoping instead of the default package private level
28282 src/com/gps/dao/LocationProcessDAO.java 28 Avoid variables with short names like tx
28283 src/com/gps/dao/LocationProcessDAO.java 28 Use explicit scoping instead of the default package private level
28284 src/com/gps/dao/LocationProcessDAO.java 28 fieldCommentRequirement Required
28285 src/com/gps/dao/LocationProcessDAO.java 29 The Logger variable declaration does not contain the static and final modifiers
28286 src/com/gps/dao/LocationProcessDAO.java 29 Use explicit scoping instead of the default package private level
28287 src/com/gps/dao/LocationProcessDAO.java 29 fieldCommentRequirement Required
28288 src/com/gps/dao/LocationProcessDAO.java 31 Parameter 'busname' is not assigned and could be declared final
28289 src/com/gps/dao/LocationProcessDAO.java 31 publicMethodCommentRequirement Required
28290 src/com/gps/dao/LocationProcessDAO.java 33 There is log block not surrounded by if
28291 src/com/gps/dao/LocationProcessDAO.java 33 There is log block not surrounded by if
28292 src/com/gps/dao/LocationProcessDAO.java 34 Local variable 'locationDAO' could be declared final
28293 src/com/gps/dao/LocationProcessDAO.java 35 Found 'DD'-anomaly for variable 'location' (lines '35'-'38').
28294 src/com/gps/dao/LocationProcessDAO.java 37 Avoid declaring a variable if it is unreferenced before a possible exit point.
28295 src/com/gps/dao/LocationProcessDAO.java 37 Avoid unused local variables such as 'stat'.
28296 src/com/gps/dao/LocationProcessDAO.java 37 Found 'DU'-anomaly for variable 'stat' (lines '37'-'46').
28297 src/com/gps/dao/LocationProcessDAO.java 37 Local variable 'stat' could be declared final
28298 src/com/gps/dao/LocationProcessDAO.java 38 Potential violation of Law of Demeter (object not created locally)
28299 src/com/gps/dao/LocationProcessDAO.java 40 A method should have only one exit point, and that should be the last statement in the method
28300 src/com/gps/dao/LocationProcessDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28301 src/com/gps/dao/LocationProcessDAO.java 47 Parameter 'tripid' is not assigned and could be declared final
28302 src/com/gps/dao/LocationProcessDAO.java 47 publicMethodCommentRequirement Required
28303 src/com/gps/dao/LocationProcessDAO.java 49 There is log block not surrounded by if
28304 src/com/gps/dao/LocationProcessDAO.java 49 There is log block not surrounded by if
28305 src/com/gps/dao/LocationProcessDAO.java 50 Local variable 'locationDAO' could be declared final
28306 src/com/gps/dao/LocationProcessDAO.java 51 Found 'DD'-anomaly for variable 'location' (lines '51'-'54').
28307 src/com/gps/dao/LocationProcessDAO.java 53 Avoid declaring a variable if it is unreferenced before a possible exit point.
28308 src/com/gps/dao/LocationProcessDAO.java 53 Avoid unused local variables such as 'stat'.
28309 src/com/gps/dao/LocationProcessDAO.java 53 Found 'DU'-anomaly for variable 'stat' (lines '53'-'61').
28310 src/com/gps/dao/LocationProcessDAO.java 53 Local variable 'stat' could be declared final
28311 src/com/gps/dao/LocationProcessDAO.java 54 Potential violation of Law of Demeter (object not created locally)
28312 src/com/gps/dao/LocationProcessDAO.java 55 A method should have only one exit point, and that should be the last statement in the method
28313 src/com/gps/dao/LocationProcessDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28314 src/com/gps/dao/LocationProcessDAO.java 63 A method/constructor shouldnt explicitly throw java.lang.Exception
28315 src/com/gps/dao/LocationProcessDAO.java 63 Parameter 'args' is not assigned and could be declared final
28316 src/com/gps/dao/LocationProcessDAO.java 63 publicMethodCommentRequirement Required
28317 src/com/gps/dao/LocationProcessDAO.java 64 Document empty method
28318 src/com/gps/dao/LoginProcessDAO.java 4 Avoid unused imports such as 'java.text.SimpleDateFormat'
28319 src/com/gps/dao/LoginProcessDAO.java 6 Avoid unused imports such as 'java.util.Calendar'
28320 src/com/gps/dao/LoginProcessDAO.java 7 Avoid unused imports such as 'java.util.HashSet'
28321 src/com/gps/dao/LoginProcessDAO.java 8 Avoid unused imports such as 'java.util.Set'
28322 src/com/gps/dao/LoginProcessDAO.java 15 Avoid unused imports such as 'org.hibernate.Query'
28323 src/com/gps/dao/LoginProcessDAO.java 18 Avoid unused imports such as 'org.hibernate.exception.ConstraintViolationException'
28324 src/com/gps/dao/LoginProcessDAO.java 19 Avoid unused imports such as 'com.gps.hibernate.Organization'
28325 src/com/gps/dao/LoginProcessDAO.java 24 headerCommentRequirement Required
28326 src/com/gps/dao/LoginProcessDAO.java 30 Use explicit scoping instead of the default package private level
28327 src/com/gps/dao/LoginProcessDAO.java 31 Avoid variables with short names like tx
28328 src/com/gps/dao/LoginProcessDAO.java 31 Use explicit scoping instead of the default package private level
28329 src/com/gps/dao/LoginProcessDAO.java 31 fieldCommentRequirement Required
28330 src/com/gps/dao/LoginProcessDAO.java 32 The Logger variable declaration does not contain the static and final modifiers
28331 src/com/gps/dao/LoginProcessDAO.java 32 Use explicit scoping instead of the default package private level
28332 src/com/gps/dao/LoginProcessDAO.java 32 fieldCommentRequirement Required
28333 src/com/gps/dao/LoginProcessDAO.java 34 Method names should not start with capital letters
28334 src/com/gps/dao/LoginProcessDAO.java 34 Parameter 'password' is not assigned and could be declared final
28335 src/com/gps/dao/LoginProcessDAO.java 34 Parameter 'username' is not assigned and could be declared final
28336 src/com/gps/dao/LoginProcessDAO.java 34 publicMethodCommentRequirement Required
28337 src/com/gps/dao/LoginProcessDAO.java 36 There is log block not surrounded by if
28338 src/com/gps/dao/LoginProcessDAO.java 36 There is log block not surrounded by if
28339 src/com/gps/dao/LoginProcessDAO.java 37 Local variable 'loginDAO' could be declared final
28340 src/com/gps/dao/LoginProcessDAO.java 40 Potential violation of Law of Demeter (object not created locally)
28341 src/com/gps/dao/LoginProcessDAO.java 41 A method should have only one exit point, and that should be the last statement in the method
28342 src/com/gps/dao/LoginProcessDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28343 src/com/gps/dao/LoginProcessDAO.java 50 Method names should not start with capital letters
28344 src/com/gps/dao/LoginProcessDAO.java 50 Parameter 'password' is not assigned and could be declared final
28345 src/com/gps/dao/LoginProcessDAO.java 50 Parameter 'username' is not assigned and could be declared final
28346 src/com/gps/dao/LoginProcessDAO.java 50 publicMethodCommentRequirement Required
28347 src/com/gps/dao/LoginProcessDAO.java 51 Local variable 'loginDAO' could be declared final
28348 src/com/gps/dao/LoginProcessDAO.java 53 Found 'DD'-anomaly for variable 'organization' (lines '53'-'54').
28349 src/com/gps/dao/LoginProcessDAO.java 54 Potential violation of Law of Demeter (object not created locally)
28350 src/com/gps/dao/LoginProcessDAO.java 55 A method should have only one exit point, and that should be the last statement in the method
28351 src/com/gps/dao/LoginProcessDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28352 src/com/gps/dao/LoginProcessDAO.java 63 A method/constructor shouldnt explicitly throw java.lang.Exception
28353 src/com/gps/dao/LoginProcessDAO.java 63 Parameter 'args' is not assigned and could be declared final
28354 src/com/gps/dao/LoginProcessDAO.java 63 publicMethodCommentRequirement Required
28355 src/com/gps/dao/LoginProcessDAO.java 64 Document empty method
28356 src/com/gps/dao/PanelSettingsDAO.java 31 The Logger variable declaration does not contain the static and final modifiers
28357 src/com/gps/dao/PanelSettingsDAO.java 33 Comment is too large: Line too long
28358 src/com/gps/dao/PanelSettingsDAO.java 42 Found 'DD'-anomaly for variable 'queryResult' (lines '42'-'65').
28359 src/com/gps/dao/PanelSettingsDAO.java 44 Found 'DD'-anomaly for variable 'itrResults' (lines '44'-'68').
28360 src/com/gps/dao/PanelSettingsDAO.java 46 Found 'DD'-anomaly for variable 'vehicleLayout' (lines '46'-'93').
28361 src/com/gps/dao/PanelSettingsDAO.java 48 Found 'DD'-anomaly for variable 'infoPanelSettings' (lines '48'-'91').
28362 src/com/gps/dao/PanelSettingsDAO.java 50 Found 'DD'-anomaly for variable 'ipWidth' (lines '50'-'73').
28363 src/com/gps/dao/PanelSettingsDAO.java 52 Found 'DD'-anomaly for variable 'ipHeight' (lines '52'-'74').
28364 src/com/gps/dao/PanelSettingsDAO.java 54 Found 'DD'-anomaly for variable 'displayStyle' (lines '54'-'75').
28365 src/com/gps/dao/PanelSettingsDAO.java 56 Found 'DD'-anomaly for variable 'alertStyle' (lines '56'-'76').
28366 src/com/gps/dao/PanelSettingsDAO.java 58 Found 'DD'-anomaly for variable 'query' (lines '58'-'61').
28367 src/com/gps/dao/PanelSettingsDAO.java 61 Potential violation of Law of Demeter (method chain calls)
28368 src/com/gps/dao/PanelSettingsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
28369 src/com/gps/dao/PanelSettingsDAO.java 73 Assigning an Object to null is a code smell. Consider refactoring.
28370 src/com/gps/dao/PanelSettingsDAO.java 73 Found 'DD'-anomaly for variable 'ipWidth' (lines '73'-'82').
28371 src/com/gps/dao/PanelSettingsDAO.java 74 Assigning an Object to null is a code smell. Consider refactoring.
28372 src/com/gps/dao/PanelSettingsDAO.java 74 Found 'DD'-anomaly for variable 'ipHeight' (lines '74'-'84').
28373 src/com/gps/dao/PanelSettingsDAO.java 75 Assigning an Object to null is a code smell. Consider refactoring.
28374 src/com/gps/dao/PanelSettingsDAO.java 75 Found 'DD'-anomaly for variable 'displayStyle' (lines '75'-'86').
28375 src/com/gps/dao/PanelSettingsDAO.java 76 Assigning an Object to null is a code smell. Consider refactoring.
28376 src/com/gps/dao/PanelSettingsDAO.java 76 Found 'DD'-anomaly for variable 'alertStyle' (lines '76'-'88').
28377 src/com/gps/dao/PanelSettingsDAO.java 78 Local variable 'columns' could be declared final
28378 src/com/gps/dao/PanelSettingsDAO.java 81 Avoid using if statements without curly braces
28379 src/com/gps/dao/PanelSettingsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
28380 src/com/gps/dao/PanelSettingsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
28381 src/com/gps/dao/PanelSettingsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
28382 src/com/gps/dao/PanelSettingsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
28383 src/com/gps/dao/PanelSettingsDAO.java 83 Avoid using if statements without curly braces
28384 src/com/gps/dao/PanelSettingsDAO.java 84 Potential violation of Law of Demeter (method chain calls)
28385 src/com/gps/dao/PanelSettingsDAO.java 84 Potential violation of Law of Demeter (method chain calls)
28386 src/com/gps/dao/PanelSettingsDAO.java 84 Potential violation of Law of Demeter (method chain calls)
28387 src/com/gps/dao/PanelSettingsDAO.java 84 Potential violation of Law of Demeter (method chain calls)
28388 src/com/gps/dao/PanelSettingsDAO.java 85 Avoid using if statements without curly braces
28389 src/com/gps/dao/PanelSettingsDAO.java 86 Potential violation of Law of Demeter (method chain calls)
28390 src/com/gps/dao/PanelSettingsDAO.java 86 Potential violation of Law of Demeter (method chain calls)
28391 src/com/gps/dao/PanelSettingsDAO.java 87 Avoid using if statements without curly braces
28392 src/com/gps/dao/PanelSettingsDAO.java 88 Potential violation of Law of Demeter (method chain calls)
28393 src/com/gps/dao/PanelSettingsDAO.java 88 Potential violation of Law of Demeter (method chain calls)
28394 src/com/gps/dao/PanelSettingsDAO.java 91 Avoid instantiating new objects inside loops
28395 src/com/gps/dao/PanelSettingsDAO.java 93 Avoid instantiating new objects inside loops
28396 src/com/gps/dao/PanelSettingsDAO.java 93 Potential violation of Law of Demeter (method chain calls)
28397 src/com/gps/dao/PanelSettingsDAO.java 93 Potential violation of Law of Demeter (method chain calls)
28398 src/com/gps/dao/PanelSettingsDAO.java 93 Potential violation of Law of Demeter (method chain calls)
28399 src/com/gps/dao/PanelSettingsDAO.java 93 Potential violation of Law of Demeter (method chain calls)
28400 src/com/gps/dao/PanelSettingsDAO.java 93 Potential violation of Law of Demeter (method chain calls)
28401 src/com/gps/dao/PanelSettingsDAO.java 93 Potential violation of Law of Demeter (method chain calls)
28402 src/com/gps/dao/PanelSettingsDAO.java 93 Potential violation of Law of Demeter (method chain calls)
28403 src/com/gps/dao/PanelSettingsDAO.java 93 Potential violation of Law of Demeter (method chain calls)
28404 src/com/gps/dao/PanelSettingsDAO.java 93 Potential violation of Law of Demeter (method chain calls)
28405 src/com/gps/dao/PanelSettingsDAO.java 93 Potential violation of Law of Demeter (method chain calls)
28406 src/com/gps/dao/PanelSettingsDAO.java 93 Potential violation of Law of Demeter (method chain calls)
28407 src/com/gps/dao/PanelSettingsDAO.java 96 Avoid using if statements without curly braces
28408 src/com/gps/dao/PanelSettingsDAO.java 97 Avoid instantiating new objects inside loops
28409 src/com/gps/dao/PanelSettingsDAO.java 101 There is log block not surrounded by if
28410 src/com/gps/dao/PanelSettingsDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28411 src/com/gps/dao/PanelSettingsDAO.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28412 src/com/gps/dao/PanelSettingsDAO.java 112 Comment is too large: Line too long
28413 src/com/gps/dao/PanelSettingsDAO.java 116 Parameter 'organizationId' is not assigned and could be declared final
28414 src/com/gps/dao/PanelSettingsDAO.java 119 Found 'DD'-anomaly for variable 'infoPanel' (lines '119'-'150').
28415 src/com/gps/dao/PanelSettingsDAO.java 121 Found 'DD'-anomaly for variable 'queryResult' (lines '121'-'147').
28416 src/com/gps/dao/PanelSettingsDAO.java 121 Found 'DU'-anomaly for variable 'queryResult' (lines '121'-'185').
28417 src/com/gps/dao/PanelSettingsDAO.java 123 Found 'DD'-anomaly for variable 'itrResults' (lines '123'-'152').
28418 src/com/gps/dao/PanelSettingsDAO.java 123 Found 'DU'-anomaly for variable 'itrResults' (lines '123'-'185').
28419 src/com/gps/dao/PanelSettingsDAO.java 125 Found 'DD'-anomaly for variable 'query' (lines '125'-'134').
28420 src/com/gps/dao/PanelSettingsDAO.java 127 Found 'DU'-anomaly for variable 'parameters' (lines '127'-'185').
28421 src/com/gps/dao/PanelSettingsDAO.java 127 Local variable 'parameters' could be declared final
28422 src/com/gps/dao/PanelSettingsDAO.java 129 Found 'DD'-anomaly for variable 'paramList' (lines '129'-'142').
28423 src/com/gps/dao/PanelSettingsDAO.java 129 Found 'DU'-anomaly for variable 'paramList' (lines '129'-'185').
28424 src/com/gps/dao/PanelSettingsDAO.java 134 Potential violation of Law of Demeter (method chain calls)
28425 src/com/gps/dao/PanelSettingsDAO.java 136 Avoid if (x != y) ..; else ..;
28426 src/com/gps/dao/PanelSettingsDAO.java 136 Potential violation of Law of Demeter (method chain calls)
28427 src/com/gps/dao/PanelSettingsDAO.java 138 Avoid appending characters as strings in StringBuffer.append.
28428 src/com/gps/dao/PanelSettingsDAO.java 141 Avoid using Literals in Conditional Statements
28429 src/com/gps/dao/PanelSettingsDAO.java 142 Potential violation of Law of Demeter (method chain calls)
28430 src/com/gps/dao/PanelSettingsDAO.java 143 Avoid using if statements without curly braces
28431 src/com/gps/dao/PanelSettingsDAO.java 156 Found 'DD'-anomaly for variable 'maxValue' (lines '156'-'167').
28432 src/com/gps/dao/PanelSettingsDAO.java 158 Found 'DD'-anomaly for variable 'minValue' (lines '158'-'165').
28433 src/com/gps/dao/PanelSettingsDAO.java 159 Found 'DD'-anomaly for variable 'infoPanelVO' (lines '159'-'170').
28434 src/com/gps/dao/PanelSettingsDAO.java 161 Local variable 'columns' could be declared final
28435 src/com/gps/dao/PanelSettingsDAO.java 163 Comment is too large: Line too long
28436 src/com/gps/dao/PanelSettingsDAO.java 164 Avoid using if statements without curly braces
28437 src/com/gps/dao/PanelSettingsDAO.java 165 Potential violation of Law of Demeter (method chain calls)
28438 src/com/gps/dao/PanelSettingsDAO.java 165 Potential violation of Law of Demeter (method chain calls)
28439 src/com/gps/dao/PanelSettingsDAO.java 165 Potential violation of Law of Demeter (method chain calls)
28440 src/com/gps/dao/PanelSettingsDAO.java 165 Potential violation of Law of Demeter (method chain calls)
28441 src/com/gps/dao/PanelSettingsDAO.java 166 Avoid using if statements without curly braces
28442 src/com/gps/dao/PanelSettingsDAO.java 167 Potential violation of Law of Demeter (method chain calls)
28443 src/com/gps/dao/PanelSettingsDAO.java 167 Potential violation of Law of Demeter (method chain calls)
28444 src/com/gps/dao/PanelSettingsDAO.java 167 Potential violation of Law of Demeter (method chain calls)
28445 src/com/gps/dao/PanelSettingsDAO.java 167 Potential violation of Law of Demeter (method chain calls)
28446 src/com/gps/dao/PanelSettingsDAO.java 170 Avoid instantiating new objects inside loops
28447 src/com/gps/dao/PanelSettingsDAO.java 170 Potential violation of Law of Demeter (method chain calls)
28448 src/com/gps/dao/PanelSettingsDAO.java 170 Potential violation of Law of Demeter (method chain calls)
28449 src/com/gps/dao/PanelSettingsDAO.java 170 Potential violation of Law of Demeter (method chain calls)
28450 src/com/gps/dao/PanelSettingsDAO.java 170 Potential violation of Law of Demeter (method chain calls)
28451 src/com/gps/dao/PanelSettingsDAO.java 170 Potential violation of Law of Demeter (method chain calls)
28452 src/com/gps/dao/PanelSettingsDAO.java 170 Potential violation of Law of Demeter (method chain calls)
28453 src/com/gps/dao/PanelSettingsDAO.java 175 Avoid using if...else statements without curly braces
28454 src/com/gps/dao/PanelSettingsDAO.java 175 There is log block not surrounded by if
28455 src/com/gps/dao/PanelSettingsDAO.java 175 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28456 src/com/gps/dao/PanelSettingsDAO.java 178 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28457 src/com/gps/dao/PanelSettingsDAO.java 179 There is log block not surrounded by if
28458 src/com/gps/dao/PanelSettingsDAO.java 187 Parameter 'defaultSyle' is not assigned and could be declared final
28459 src/com/gps/dao/PanelSettingsDAO.java 187 publicMethodCommentRequirement Required
28460 src/com/gps/dao/PanelSettingsDAO.java 188 Found 'DD'-anomaly for variable 'query' (lines '188'-'196').
28461 src/com/gps/dao/PanelSettingsDAO.java 190 Found 'DU'-anomaly for variable 'parameters' (lines '190'-'219').
28462 src/com/gps/dao/PanelSettingsDAO.java 190 Local variable 'parameters' could be declared final
28463 src/com/gps/dao/PanelSettingsDAO.java 192 Found 'DD'-anomaly for variable 'paramList' (lines '192'-'205').
28464 src/com/gps/dao/PanelSettingsDAO.java 192 Found 'DU'-anomaly for variable 'paramList' (lines '192'-'219').
28465 src/com/gps/dao/PanelSettingsDAO.java 193 Found 'DD'-anomaly for variable 'result' (lines '193'-'208').
28466 src/com/gps/dao/PanelSettingsDAO.java 193 Found 'DU'-anomaly for variable 'result' (lines '193'-'219').
28467 src/com/gps/dao/PanelSettingsDAO.java 194 Found 'DD'-anomaly for variable 'layoutId' (lines '194'-'212').
28468 src/com/gps/dao/PanelSettingsDAO.java 196 Potential violation of Law of Demeter (method chain calls)
28469 src/com/gps/dao/PanelSettingsDAO.java 199 Avoid if (x != y) ..; else ..;
28470 src/com/gps/dao/PanelSettingsDAO.java 199 Potential violation of Law of Demeter (method chain calls)
28471 src/com/gps/dao/PanelSettingsDAO.java 199 Potential violation of Law of Demeter (object not created locally)
28472 src/com/gps/dao/PanelSettingsDAO.java 201 Avoid appending characters as strings in StringBuffer.append.
28473 src/com/gps/dao/PanelSettingsDAO.java 201 Potential violation of Law of Demeter (object not created locally)
28474 src/com/gps/dao/PanelSettingsDAO.java 204 Avoid using Literals in Conditional Statements
28475 src/com/gps/dao/PanelSettingsDAO.java 204 Potential violation of Law of Demeter (object not created locally)
28476 src/com/gps/dao/PanelSettingsDAO.java 205 Potential violation of Law of Demeter (method chain calls)
28477 src/com/gps/dao/PanelSettingsDAO.java 205 Potential violation of Law of Demeter (object not created locally)
28478 src/com/gps/dao/PanelSettingsDAO.java 206 Avoid using if statements without curly braces
28479 src/com/gps/dao/PanelSettingsDAO.java 206 Potential violation of Law of Demeter (object not created locally)
28480 src/com/gps/dao/PanelSettingsDAO.java 208 Potential violation of Law of Demeter (object not created locally)
28481 src/com/gps/dao/PanelSettingsDAO.java 211 Avoid using if statements without curly braces
28482 src/com/gps/dao/PanelSettingsDAO.java 214 Avoid using if...else statements without curly braces
28483 src/com/gps/dao/PanelSettingsDAO.java 214 There is log block not surrounded by if
28484 src/com/gps/dao/PanelSettingsDAO.java 214 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28485 src/com/gps/dao/PanelSettingsDAO.java 215 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28486 src/com/gps/dao/ProfileProcessDAO.java 4 Avoid unused imports such as 'java.text.SimpleDateFormat'
28487 src/com/gps/dao/ProfileProcessDAO.java 5 Avoid unused imports such as 'java.util.ArrayList'
28488 src/com/gps/dao/ProfileProcessDAO.java 6 Avoid unused imports such as 'java.util.Calendar'
28489 src/com/gps/dao/ProfileProcessDAO.java 7 Avoid unused imports such as 'java.util.HashSet'
28490 src/com/gps/dao/ProfileProcessDAO.java 8 Avoid unused imports such as 'java.util.Set'
28491 src/com/gps/dao/ProfileProcessDAO.java 15 Avoid unused imports such as 'org.hibernate.Query'
28492 src/com/gps/dao/ProfileProcessDAO.java 18 Avoid unused imports such as 'org.hibernate.exception.ConstraintViolationException'
28493 src/com/gps/dao/ProfileProcessDAO.java 20 Avoid unused imports such as 'com.gps.hibernate.Organization'
28494 src/com/gps/dao/ProfileProcessDAO.java 24 headerCommentRequirement Required
28495 src/com/gps/dao/ProfileProcessDAO.java 30 Use explicit scoping instead of the default package private level
28496 src/com/gps/dao/ProfileProcessDAO.java 31 Avoid variables with short names like tx
28497 src/com/gps/dao/ProfileProcessDAO.java 31 Use explicit scoping instead of the default package private level
28498 src/com/gps/dao/ProfileProcessDAO.java 31 fieldCommentRequirement Required
28499 src/com/gps/dao/ProfileProcessDAO.java 32 The Logger variable declaration does not contain the static and final modifiers
28500 src/com/gps/dao/ProfileProcessDAO.java 32 Use explicit scoping instead of the default package private level
28501 src/com/gps/dao/ProfileProcessDAO.java 32 fieldCommentRequirement Required
28502 src/com/gps/dao/ProfileProcessDAO.java 33 Avoid unused private fields such as 'users'.
28503 src/com/gps/dao/ProfileProcessDAO.java 33 fieldCommentRequirement Required
28504 src/com/gps/dao/ProfileProcessDAO.java 34 Avoid using redundant field initializer for 'userlist'
28505 src/com/gps/dao/ProfileProcessDAO.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
28506 src/com/gps/dao/ProfileProcessDAO.java 34 Use explicit scoping instead of the default package private level
28507 src/com/gps/dao/ProfileProcessDAO.java 34 fieldCommentRequirement Required
28508 src/com/gps/dao/ProfileProcessDAO.java 35 Parameter 'userid' is not assigned and could be declared final
28509 src/com/gps/dao/ProfileProcessDAO.java 35 publicMethodCommentRequirement Required
28510 src/com/gps/dao/ProfileProcessDAO.java 36 There is log block not surrounded by if
28511 src/com/gps/dao/ProfileProcessDAO.java 36 There is log block not surrounded by if
28512 src/com/gps/dao/ProfileProcessDAO.java 37 Local variable 'profileDAO' could be declared final
28513 src/com/gps/dao/ProfileProcessDAO.java 39 Avoid unused local variables such as 'stat'.
28514 src/com/gps/dao/ProfileProcessDAO.java 39 Found 'DU'-anomaly for variable 'stat' (lines '39'-'45').
28515 src/com/gps/dao/ProfileProcessDAO.java 39 Local variable 'stat' could be declared final
28516 src/com/gps/dao/ProfileProcessDAO.java 40 Potential violation of Law of Demeter (object not created locally)
28517 src/com/gps/dao/ProfileProcessDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28518 src/com/gps/dao/ProfileProcessDAO.java 47 Parameter 'userid' is not assigned and could be declared final
28519 src/com/gps/dao/ProfileProcessDAO.java 47 publicMethodCommentRequirement Required
28520 src/com/gps/dao/ProfileProcessDAO.java 48 There is log block not surrounded by if
28521 src/com/gps/dao/ProfileProcessDAO.java 48 There is log block not surrounded by if
28522 src/com/gps/dao/ProfileProcessDAO.java 49 Local variable 'profileDAO' could be declared final
28523 src/com/gps/dao/ProfileProcessDAO.java 51 Avoid unused local variables such as 'stat'.
28524 src/com/gps/dao/ProfileProcessDAO.java 51 Found 'DU'-anomaly for variable 'stat' (lines '51'-'56').
28525 src/com/gps/dao/ProfileProcessDAO.java 51 Local variable 'stat' could be declared final
28526 src/com/gps/dao/ProfileProcessDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28527 src/com/gps/dao/ProfileProcessDAO.java 60 A method/constructor shouldnt explicitly throw java.lang.Exception
28528 src/com/gps/dao/ProfileProcessDAO.java 60 Parameter 'args' is not assigned and could be declared final
28529 src/com/gps/dao/ProfileProcessDAO.java 60 publicMethodCommentRequirement Required
28530 src/com/gps/dao/ProfileProcessDAO.java 61 Document empty method
28531 src/com/gps/dao/ReferenceDAO.java 25 The Logger variable declaration does not contain the static and final modifiers
28532 src/com/gps/dao/ReferenceDAO.java 25 Use explicit scoping instead of the default package private level
28533 src/com/gps/dao/ReferenceDAO.java 25 fieldCommentRequirement Required
28534 src/com/gps/dao/ReferenceDAO.java 36 Avoid using implementation types like 'LinkedHashMap'; use the interface instead
28535 src/com/gps/dao/ReferenceDAO.java 36 Parameter 'tripSession' is not assigned and could be declared final
28536 src/com/gps/dao/ReferenceDAO.java 36 Parameter 'tripid' is not assigned and could be declared final
28537 src/com/gps/dao/ReferenceDAO.java 38 Local variable 'referenceRoute' could be declared final
28538 src/com/gps/dao/ReferenceDAO.java 39 Found 'DD'-anomaly for variable 'lstReferenceRoute' (lines '39'-'43').
28539 src/com/gps/dao/ReferenceDAO.java 42 Local variable 'queryObject' could be declared final
28540 src/com/gps/dao/ReferenceDAO.java 42 Potential violation of Law of Demeter (method chain calls)
28541 src/com/gps/dao/ReferenceDAO.java 43 Potential violation of Law of Demeter (object not created locally)
28542 src/com/gps/dao/ReferenceDAO.java 44 Potential violation of Law of Demeter (object not created locally)
28543 src/com/gps/dao/ReferenceDAO.java 44 There is log block not surrounded by if
28544 src/com/gps/dao/ReferenceDAO.java 44 There is log block not surrounded by if
28545 src/com/gps/dao/ReferenceDAO.java 45 Potential violation of Law of Demeter (object not created locally)
28546 src/com/gps/dao/ReferenceDAO.java 47 Potential violation of Law of Demeter (method chain calls)
28547 src/com/gps/dao/ReferenceDAO.java 47 Potential violation of Law of Demeter (method chain calls)
28548 src/com/gps/dao/ReferenceDAO.java 47 Potential violation of Law of Demeter (object not created locally)
28549 src/com/gps/dao/ReferenceDAO.java 47 Potential violation of Law of Demeter (object not created locally)
28550 src/com/gps/dao/ReferenceDAO.java 47 Potential violation of Law of Demeter (object not created locally)
28551 src/com/gps/dao/ReferenceDAO.java 61 Parameter 'tripPointId' is not assigned and could be declared final
28552 src/com/gps/dao/ReferenceDAO.java 61 Parameter 'tripSession' is not assigned and could be declared final
28553 src/com/gps/dao/ReferenceDAO.java 61 Parameter 'tripid' is not assigned and could be declared final
28554 src/com/gps/dao/ReferenceDAO.java 63 Local variable 'referenceRoute' could be declared final
28555 src/com/gps/dao/ReferenceDAO.java 65 Avoid excessively long variable names like lastTraversedPoint
28556 src/com/gps/dao/ReferenceDAO.java 66 There is log block not surrounded by if
28557 src/com/gps/dao/ReferenceDAO.java 66 There is log block not surrounded by if
28558 src/com/gps/dao/ReferenceDAO.java 67 Avoid if (x != y) ..; else ..;
28559 src/com/gps/dao/ReferenceDAO.java 67 Potential violation of Law of Demeter (object not created locally)
28560 src/com/gps/dao/ReferenceDAO.java 67 Useless parentheses.
28561 src/com/gps/dao/ReferenceDAO.java 67 Useless parentheses.
28562 src/com/gps/dao/ReferenceDAO.java 68 Avoid using if...else statements without curly braces
28563 src/com/gps/dao/ReferenceDAO.java 68 Potential violation of Law of Demeter (object not created locally)
28564 src/com/gps/dao/ReferenceDAO.java 68 Useless parentheses.
28565 src/com/gps/dao/ReferenceDAO.java 68 Useless parentheses.
28566 src/com/gps/dao/ReferenceDAO.java 70 Avoid using if...else statements without curly braces
28567 src/com/gps/dao/ReferenceDAO.java 70 Potential violation of Law of Demeter (method chain calls)
28568 src/com/gps/dao/ReferenceDAO.java 70 Potential violation of Law of Demeter (object not created locally)
28569 src/com/gps/dao/ReferenceDAO.java 70 Potential violation of Law of Demeter (object not created locally)
28570 src/com/gps/dao/ReferenceDAO.java 70 This statement may have some unnecessary parentheses
28571 src/com/gps/dao/ReferenceDAO.java 70 Useless parentheses.
28572 src/com/gps/dao/ReferenceDAO.java 70 Useless parentheses.
28573 src/com/gps/dao/ReferenceDAO.java 72 There is log block not surrounded by if
28574 src/com/gps/dao/ReferenceDAO.java 72 There is log block not surrounded by if
28575 src/com/gps/dao/ReferenceDAO.java 82 Parameter 'tripid' is not assigned and could be declared final
28576 src/com/gps/dao/ReferenceDAO.java 84 Local variable 'tripDetails' could be declared final
28577 src/com/gps/dao/ReferenceDAO.java 84 This statement may have some unnecessary parentheses
28578 src/com/gps/dao/ReferenceDAO.java 84 Useless parentheses.
28579 src/com/gps/dao/ReferenceDAO.java 84 Useless parentheses.
28580 src/com/gps/dao/ReferenceDAO.java 85 Local variable 'org' could be declared final
28581 src/com/gps/dao/ReferenceDAO.java 86 Local variable 'orgName' could be declared final
28582 src/com/gps/dao/ReferenceDAO.java 86 Potential violation of Law of Demeter (object not created locally)
28583 src/com/gps/dao/ReferenceDAO.java 97 Parameter 'tripid' is not assigned and could be declared final
28584 src/com/gps/dao/ReferenceDAO.java 99 Local variable 'tripDetails' could be declared final
28585 src/com/gps/dao/ReferenceDAO.java 99 This statement may have some unnecessary parentheses
28586 src/com/gps/dao/ReferenceDAO.java 99 Useless parentheses.
28587 src/com/gps/dao/ReferenceDAO.java 99 Useless parentheses.
28588 src/com/gps/dao/ReferenceDAO.java 100 Local variable 'tripName' could be declared final
28589 src/com/gps/dao/ReportSummaryDAO.java 19 headerCommentRequirement Required
28590 src/com/gps/dao/ReportSummaryDAO.java 21 Avoid unused private fields such as 'log'.
28591 src/com/gps/dao/ReportSummaryDAO.java 21 The Logger variable declaration does not contain the static and final modifiers
28592 src/com/gps/dao/ReportSummaryDAO.java 21 fieldCommentRequirement Required
28593 src/com/gps/dao/ReportSummaryDAO.java 23 Found non-transient, non-static member. Please mark as transient or provide accessors.
28594 src/com/gps/dao/ReportSummaryDAO.java 23 Use explicit scoping instead of the default package private level
28595 src/com/gps/dao/ReportSummaryDAO.java 23 fieldCommentRequirement Required
28596 src/com/gps/dao/ReportSummaryDAO.java 24 Found non-transient, non-static member. Please mark as transient or provide accessors.
28597 src/com/gps/dao/ReportSummaryDAO.java 24 StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
28598 src/com/gps/dao/ReportSummaryDAO.java 24 Use explicit scoping instead of the default package private level
28599 src/com/gps/dao/ReportSummaryDAO.java 24 fieldCommentRequirement Required
28600 src/com/gps/dao/ReportSummaryDAO.java 25 Avoid using implementation types like 'HashMap'; use the interface instead
28601 src/com/gps/dao/ReportSummaryDAO.java 25 Found non-transient, non-static member. Please mark as transient or provide accessors.
28602 src/com/gps/dao/ReportSummaryDAO.java 25 Use explicit scoping instead of the default package private level
28603 src/com/gps/dao/ReportSummaryDAO.java 25 fieldCommentRequirement Required
28604 src/com/gps/dao/ReportSummaryDAO.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
28605 src/com/gps/dao/ReportSummaryDAO.java 26 Use explicit scoping instead of the default package private level
28606 src/com/gps/dao/ReportSummaryDAO.java 26 Variables should start with a lowercase character, 'ReportSummaryList' starts with uppercase character.
28607 src/com/gps/dao/ReportSummaryDAO.java 26 fieldCommentRequirement Required
28608 src/com/gps/dao/ReportSummaryDAO.java 28 Method names should not start with capital letters
28609 src/com/gps/dao/ReportSummaryDAO.java 28 Parameter 'fromDate' is not assigned and could be declared final
28610 src/com/gps/dao/ReportSummaryDAO.java 28 Parameter 'toDate' is not assigned and could be declared final
28611 src/com/gps/dao/ReportSummaryDAO.java 28 Parameter 'vehicleId' is not assigned and could be declared final
28612 src/com/gps/dao/ReportSummaryDAO.java 28 publicMethodCommentRequirement Required
28613 src/com/gps/dao/ReportSummaryDAO.java 30 Found 'DD'-anomaly for variable 'ReportSummaryList' (lines '30'-'42').
28614 src/com/gps/dao/ReportSummaryDAO.java 30 Variables should start with a lowercase character, 'ReportSummaryList' starts with uppercase character.
28615 src/com/gps/dao/ReportSummaryDAO.java 33 Potential violation of Law of Demeter (method chain calls)
28616 src/com/gps/dao/ReportSummaryDAO.java 34 The String literal "@yyyy-MM-dd HH:mm" appears 4 times in this file; the first occurrence is on line 34
28617 src/com/gps/dao/ReportSummaryDAO.java 39 Avoid using Literals in Conditional Statements
28618 src/com/gps/dao/ReportSummaryDAO.java 40 Potential violation of Law of Demeter (method chain calls)
28619 src/com/gps/dao/ReportSummaryDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28620 src/com/gps/dao/ReportSummaryDAO.java 53 Method names should not start with capital letters
28621 src/com/gps/dao/ReportSummaryDAO.java 53 Parameter 'fromDate' is not assigned and could be declared final
28622 src/com/gps/dao/ReportSummaryDAO.java 53 Parameter 'toDate' is not assigned and could be declared final
28623 src/com/gps/dao/ReportSummaryDAO.java 53 Parameter 'vehicleId' is not assigned and could be declared final
28624 src/com/gps/dao/ReportSummaryDAO.java 53 publicMethodCommentRequirement Required
28625 src/com/gps/dao/ReportSummaryDAO.java 57 Potential violation of Law of Demeter (method chain calls)
28626 src/com/gps/dao/ReportSummaryDAO.java 62 Avoid using Literals in Conditional Statements
28627 src/com/gps/dao/ReportSummaryDAO.java 63 Potential violation of Law of Demeter (method chain calls)
28628 src/com/gps/dao/ReportSummaryDAO.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28629 src/com/gps/dao/TraversalDAO.java 31 The Logger variable declaration does not contain the static and final modifiers
28630 src/com/gps/dao/TraversalDAO.java 31 Use explicit scoping instead of the default package private level
28631 src/com/gps/dao/TraversalDAO.java 31 fieldCommentRequirement Required
28632 src/com/gps/dao/TraversalDAO.java 34 Comment is too large: Too many lines
28633 src/com/gps/dao/TraversalDAO.java 44 A method/constructor shouldnt explicitly throw java.lang.Exception
28634 src/com/gps/dao/TraversalDAO.java 44 Parameter 'packetTime' is not assigned and could be declared final
28635 src/com/gps/dao/TraversalDAO.java 44 Parameter 'tripPointId' is not assigned and could be declared final
28636 src/com/gps/dao/TraversalDAO.java 44 Parameter 'tripSession' is not assigned and could be declared final
28637 src/com/gps/dao/TraversalDAO.java 44 Parameter 'tripid' is not assigned and could be declared final
28638 src/com/gps/dao/TraversalDAO.java 46 Found 'DD'-anomaly for variable 'bTraversed' (lines '46'-'88').
28639 src/com/gps/dao/TraversalDAO.java 46 Found 'DD'-anomaly for variable 'bTraversed' (lines '46'-'97').
28640 src/com/gps/dao/TraversalDAO.java 48 Local variable 'sdf' could be declared final
28641 src/com/gps/dao/TraversalDAO.java 48 When instantiating a SimpleDateFormat object, specify a Locale
28642 src/com/gps/dao/TraversalDAO.java 50 Found 'DD'-anomaly for variable 'sTripSession' (lines '50'-'52').
28643 src/com/gps/dao/TraversalDAO.java 50 Found 'DD'-anomaly for variable 'sTripSession' (lines '50'-'55').
28644 src/com/gps/dao/TraversalDAO.java 51 Avoid using Literals in Conditional Statements
28645 src/com/gps/dao/TraversalDAO.java 52 Avoid using if...else statements without curly braces
28646 src/com/gps/dao/TraversalDAO.java 54 Avoid using Literals in Conditional Statements
28647 src/com/gps/dao/TraversalDAO.java 54 Avoid using if statements without curly braces
28648 src/com/gps/dao/TraversalDAO.java 57 Found 'DD'-anomaly for variable 'lstTripTraversal' (lines '57'-'70').
28649 src/com/gps/dao/TraversalDAO.java 58 There is log block not surrounded by if
28650 src/com/gps/dao/TraversalDAO.java 58 There is log block not surrounded by if
28651 src/com/gps/dao/TraversalDAO.java 60 Local variable 'queryString' could be declared final
28652 src/com/gps/dao/TraversalDAO.java 60 StringBuffer constructor is initialized with size 71, but has at least 196 characters appended.
28653 src/com/gps/dao/TraversalDAO.java 61 Potential violation of Law of Demeter (object not created locally)
28654 src/com/gps/dao/TraversalDAO.java 61 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
28655 src/com/gps/dao/TraversalDAO.java 62 Potential violation of Law of Demeter (object not created locally)
28656 src/com/gps/dao/TraversalDAO.java 62 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
28657 src/com/gps/dao/TraversalDAO.java 63 Potential violation of Law of Demeter (object not created locally)
28658 src/com/gps/dao/TraversalDAO.java 63 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
28659 src/com/gps/dao/TraversalDAO.java 64 Potential violation of Law of Demeter (object not created locally)
28660 src/com/gps/dao/TraversalDAO.java 64 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
28661 src/com/gps/dao/TraversalDAO.java 65 Potential violation of Law of Demeter (object not created locally)
28662 src/com/gps/dao/TraversalDAO.java 65 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
28663 src/com/gps/dao/TraversalDAO.java 66 Potential violation of Law of Demeter (object not created locally)
28664 src/com/gps/dao/TraversalDAO.java 66 Potential violation of Law of Demeter (object not created locally)
28665 src/com/gps/dao/TraversalDAO.java 67 Potential violation of Law of Demeter (object not created locally)
28666 src/com/gps/dao/TraversalDAO.java 69 Local variable 'queryObject' could be declared final
28667 src/com/gps/dao/TraversalDAO.java 69 Potential violation of Law of Demeter (method chain calls)
28668 src/com/gps/dao/TraversalDAO.java 69 Potential violation of Law of Demeter (object not created locally)
28669 src/com/gps/dao/TraversalDAO.java 70 Potential violation of Law of Demeter (object not created locally)
28670 src/com/gps/dao/TraversalDAO.java 72 Potential violation of Law of Demeter (object not created locally)
28671 src/com/gps/dao/TraversalDAO.java 72 There is log block not surrounded by if
28672 src/com/gps/dao/TraversalDAO.java 72 There is log block not surrounded by if
28673 src/com/gps/dao/TraversalDAO.java 74 Found 'DD'-anomaly for variable 'iHasTraversed' (lines '74'-'87').
28674 src/com/gps/dao/TraversalDAO.java 74 Found 'DD'-anomaly for variable 'iHasTraversed' (lines '74'-'91').
28675 src/com/gps/dao/TraversalDAO.java 74 Found 'DU'-anomaly for variable 'iHasTraversed' (lines '74'-'104').
28676 src/com/gps/dao/TraversalDAO.java 75 Avoid using Literals in Conditional Statements
28677 src/com/gps/dao/TraversalDAO.java 75 Potential violation of Law of Demeter (object not created locally)
28678 src/com/gps/dao/TraversalDAO.java 75 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
28679 src/com/gps/dao/TraversalDAO.java 77 Found 'DD'-anomaly for variable 'tTraversal' (lines '77'-'81').
28680 src/com/gps/dao/TraversalDAO.java 80 Comment is too large: Line too long
28681 src/com/gps/dao/TraversalDAO.java 81 Potential violation of Law of Demeter (object not created locally)
28682 src/com/gps/dao/TraversalDAO.java 81 Potential violation of Law of Demeter (object not created locally)
28683 src/com/gps/dao/TraversalDAO.java 83 Local variable 'bHasTraversed' could be declared final
28684 src/com/gps/dao/TraversalDAO.java 83 Potential violation of Law of Demeter (object not created locally)
28685 src/com/gps/dao/TraversalDAO.java 84 There is log block not surrounded by if
28686 src/com/gps/dao/TraversalDAO.java 84 There is log block not surrounded by if
28687 src/com/gps/dao/TraversalDAO.java 88 Found 'DD'-anomaly for variable 'bTraversed' (lines '88'-'97').
28688 src/com/gps/dao/TraversalDAO.java 91 Avoid using if...else statements without curly braces
28689 src/com/gps/dao/TraversalDAO.java 93 Avoid using Literals in Conditional Statements
28690 src/com/gps/dao/TraversalDAO.java 95 Potential violation of Law of Demeter (object not created locally)
28691 src/com/gps/dao/TraversalDAO.java 95 There is log block not surrounded by if
28692 src/com/gps/dao/TraversalDAO.java 95 There is log block not surrounded by if
28693 src/com/gps/dao/TraversalDAO.java 96 Potential violation of Law of Demeter (object not created locally)
28694 src/com/gps/dao/TraversalDAO.java 96 Potential violation of Law of Demeter (object not created locally)
28695 src/com/gps/dao/TraversalDAO.java 96 This statement may have some unnecessary parentheses
28696 src/com/gps/dao/TraversalDAO.java 96 Useless parentheses.
28697 src/com/gps/dao/TraversalDAO.java 96 Useless parentheses.
28698 src/com/gps/dao/TraversalDAO.java 114 Parameter 'packetTime' is not assigned and could be declared final
28699 src/com/gps/dao/TraversalDAO.java 114 Parameter 'tripTraversalId' is not assigned and could be declared final
28700 src/com/gps/dao/TraversalDAO.java 114 Parameter 'tripid' is not assigned and could be declared final
28701 src/com/gps/dao/TraversalDAO.java 117 There is log block not surrounded by if
28702 src/com/gps/dao/TraversalDAO.java 117 There is log block not surrounded by if
28703 src/com/gps/dao/TraversalDAO.java 118 Local variable 'timeFormat' could be declared final
28704 src/com/gps/dao/TraversalDAO.java 118 When instantiating a SimpleDateFormat object, specify a Locale
28705 src/com/gps/dao/TraversalDAO.java 119 Local variable 'trpTraversalDAO' could be declared final
28706 src/com/gps/dao/TraversalDAO.java 120 Local variable 'sess' could be declared final
28707 src/com/gps/dao/TraversalDAO.java 120 Potential violation of Law of Demeter (object not created locally)
28708 src/com/gps/dao/TraversalDAO.java 122 Potential violation of Law of Demeter (object not created locally)
28709 src/com/gps/dao/TraversalDAO.java 123 Potential violation of Law of Demeter (object not created locally)
28710 src/com/gps/dao/TraversalDAO.java 125 Potential violation of Law of Demeter (method chain calls)
28711 src/com/gps/dao/TraversalDAO.java 125 Potential violation of Law of Demeter (object not created locally)
28712 src/com/gps/dao/TraversalDAO.java 127 Potential violation of Law of Demeter (object not created locally)
28713 src/com/gps/dao/TraversalDAO.java 128 Potential violation of Law of Demeter (object not created locally)
28714 src/com/gps/dao/TraversalDAO.java 130 Avoid variables with short names like tx
28715 src/com/gps/dao/TraversalDAO.java 130 Local variable 'tx' could be declared final
28716 src/com/gps/dao/TraversalDAO.java 130 Potential violation of Law of Demeter (object not created locally)
28717 src/com/gps/dao/TraversalDAO.java 131 Potential violation of Law of Demeter (object not created locally)
28718 src/com/gps/dao/TraversalDAO.java 132 Potential violation of Law of Demeter (object not created locally)
28719 src/com/gps/dao/TraversalDAO.java 135 Local variable 'queryString' could be declared final
28720 src/com/gps/dao/TraversalDAO.java 135 StringBuffer constructor is initialized with size 57, but has at least 201 characters appended.
28721 src/com/gps/dao/TraversalDAO.java 136 Potential violation of Law of Demeter (object not created locally)
28722 src/com/gps/dao/TraversalDAO.java 136 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
28723 src/com/gps/dao/TraversalDAO.java 137 Potential violation of Law of Demeter (object not created locally)
28724 src/com/gps/dao/TraversalDAO.java 137 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
28725 src/com/gps/dao/TraversalDAO.java 138 Potential violation of Law of Demeter (object not created locally)
28726 src/com/gps/dao/TraversalDAO.java 138 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
28727 src/com/gps/dao/TraversalDAO.java 139 Potential violation of Law of Demeter (object not created locally)
28728 src/com/gps/dao/TraversalDAO.java 139 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
28729 src/com/gps/dao/TraversalDAO.java 140 Potential violation of Law of Demeter (object not created locally)
28730 src/com/gps/dao/TraversalDAO.java 140 Potential violation of Law of Demeter (object not created locally)
28731 src/com/gps/dao/TraversalDAO.java 140 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
28732 src/com/gps/dao/TraversalDAO.java 141 Potential violation of Law of Demeter (object not created locally)
28733 src/com/gps/dao/TraversalDAO.java 141 StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
28734 src/com/gps/dao/TraversalDAO.java 141 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
28735 src/com/gps/dao/TraversalDAO.java 142 Potential violation of Law of Demeter (object not created locally)
28736 src/com/gps/dao/TraversalDAO.java 142 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
28737 src/com/gps/dao/TraversalDAO.java 143 Potential violation of Law of Demeter (object not created locally)
28738 src/com/gps/dao/TraversalDAO.java 143 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
28739 src/com/gps/dao/TraversalDAO.java 144 Potential violation of Law of Demeter (object not created locally)
28740 src/com/gps/dao/TraversalDAO.java 144 Potential violation of Law of Demeter (object not created locally)
28741 src/com/gps/dao/TraversalDAO.java 144 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
28742 src/com/gps/dao/TraversalDAO.java 145 Potential violation of Law of Demeter (object not created locally)
28743 src/com/gps/dao/TraversalDAO.java 146 Potential violation of Law of Demeter (object not created locally)
28744 src/com/gps/dao/TraversalDAO.java 147 Potential violation of Law of Demeter (object not created locally)
28745 src/com/gps/dao/TraversalDAO.java 147 Potential violation of Law of Demeter (object not created locally)
28746 src/com/gps/dao/TraversalDAO.java 149 Local variable 'counter' could be declared final
28747 src/com/gps/dao/TraversalDAO.java 149 Potential violation of Law of Demeter (method chain calls)
28748 src/com/gps/dao/TraversalDAO.java 149 Potential violation of Law of Demeter (object not created locally)
28749 src/com/gps/dao/TraversalDAO.java 151 Found 'DU'-anomaly for variable 'lstTrpTraversal' (lines '151'-'173').
28750 src/com/gps/dao/TraversalDAO.java 151 Local variable 'lstTrpTraversal' could be declared final
28751 src/com/gps/dao/TraversalDAO.java 151 Potential violation of Law of Demeter (object not created locally)
28752 src/com/gps/dao/TraversalDAO.java 155 Potential violation of Law of Demeter (object not created locally)
28753 src/com/gps/dao/TraversalDAO.java 156 Potential violation of Law of Demeter (object not created locally)
28754 src/com/gps/dao/TraversalDAO.java 156 There is log block not surrounded by if
28755 src/com/gps/dao/TraversalDAO.java 156 There is log block not surrounded by if
28756 src/com/gps/dao/TraversalDAO.java 157 Potential violation of Law of Demeter (object not created locally)
28757 src/com/gps/dao/TraversalDAO.java 159 Comment is too large: Line too long
28758 src/com/gps/dao/TraversalDAO.java 160 Comment is too large: Line too long
28759 src/com/gps/dao/TraversalDAO.java 162 Local variable 'objTripDeviation' could be declared final
28760 src/com/gps/dao/TraversalDAO.java 163 Local variable 'tripDetails' could be declared final
28761 src/com/gps/dao/TraversalDAO.java 163 This statement may have some unnecessary parentheses
28762 src/com/gps/dao/TraversalDAO.java 163 This statement may have some unnecessary parentheses
28763 src/com/gps/dao/TraversalDAO.java 163 Useless parentheses.
28764 src/com/gps/dao/TraversalDAO.java 163 Useless parentheses.
28765 src/com/gps/dao/TraversalDAO.java 163 Useless parentheses.
28766 src/com/gps/dao/TraversalDAO.java 163 Useless parentheses.
28767 src/com/gps/dao/TraversalDAO.java 169 Potential violation of Law of Demeter (object not created locally)
28768 src/com/gps/dao/TraversalDAO.java 171 Potential violation of Law of Demeter (object not created locally)
28769 src/com/gps/dao/TraversalDAO.java 172 Potential violation of Law of Demeter (object not created locally)
28770 src/com/gps/dao/TraversalDAO.java 175 Comment is too large: Line too long
28771 src/com/gps/dao/TraversalDAO.java 181 A method/constructor shouldnt explicitly throw java.lang.Exception
28772 src/com/gps/dao/TraversalDAO.java 181 Parameter 'currPktPt' is not assigned and could be declared final
28773 src/com/gps/dao/TraversalDAO.java 183 Found 'DD'-anomaly for variable 'timeDeltaInSecs' (lines '183'-'232').
28774 src/com/gps/dao/TraversalDAO.java 183 Found 'DD'-anomaly for variable 'timeDeltaInSecs' (lines '183'-'249').
28775 src/com/gps/dao/TraversalDAO.java 184 There is log block not surrounded by if
28776 src/com/gps/dao/TraversalDAO.java 184 There is log block not surrounded by if
28777 src/com/gps/dao/TraversalDAO.java 186 Local variable 'sdf' could be declared final
28778 src/com/gps/dao/TraversalDAO.java 186 When instantiating a SimpleDateFormat object, specify a Locale
28779 src/com/gps/dao/TraversalDAO.java 188 Local variable 'tripid' could be declared final
28780 src/com/gps/dao/TraversalDAO.java 188 Potential violation of Law of Demeter (method chain calls)
28781 src/com/gps/dao/TraversalDAO.java 189 Local variable 'tripSession' could be declared final
28782 src/com/gps/dao/TraversalDAO.java 191 Local variable 'cal1' could be declared final
28783 src/com/gps/dao/TraversalDAO.java 193 Found 'DD'-anomaly for variable 'sTripSession' (lines '193'-'195').
28784 src/com/gps/dao/TraversalDAO.java 193 Found 'DD'-anomaly for variable 'sTripSession' (lines '193'-'198').
28785 src/com/gps/dao/TraversalDAO.java 194 Avoid using Literals in Conditional Statements
28786 src/com/gps/dao/TraversalDAO.java 195 Avoid using if...else statements without curly braces
28787 src/com/gps/dao/TraversalDAO.java 197 Avoid using Literals in Conditional Statements
28788 src/com/gps/dao/TraversalDAO.java 197 Avoid using if statements without curly braces
28789 src/com/gps/dao/TraversalDAO.java 200 Local variable 'trpTraversalDAO' could be declared final
28790 src/com/gps/dao/TraversalDAO.java 201 Potential violation of Law of Demeter (object not created locally)
28791 src/com/gps/dao/TraversalDAO.java 203 Potential violation of Law of Demeter (object not created locally)
28792 src/com/gps/dao/TraversalDAO.java 203 Potential violation of Law of Demeter (object not created locally)
28793 src/com/gps/dao/TraversalDAO.java 205 Found 'DD'-anomaly for variable 'trpTraversal' (lines '205'-'208').
28794 src/com/gps/dao/TraversalDAO.java 206 Avoid using Literals in Conditional Statements
28795 src/com/gps/dao/TraversalDAO.java 206 Potential violation of Law of Demeter (method chain calls)
28796 src/com/gps/dao/TraversalDAO.java 206 Potential violation of Law of Demeter (object not created locally)
28797 src/com/gps/dao/TraversalDAO.java 208 Potential violation of Law of Demeter (method chain calls)
28798 src/com/gps/dao/TraversalDAO.java 208 Potential violation of Law of Demeter (method chain calls)
28799 src/com/gps/dao/TraversalDAO.java 208 Potential violation of Law of Demeter (method chain calls)
28800 src/com/gps/dao/TraversalDAO.java 208 Potential violation of Law of Demeter (object not created locally)
28801 src/com/gps/dao/TraversalDAO.java 208 Potential violation of Law of Demeter (object not created locally)
28802 src/com/gps/dao/TraversalDAO.java 211 Potential violation of Law of Demeter (object not created locally)
28803 src/com/gps/dao/TraversalDAO.java 212 Local variable 'trpReferenceDAO' could be declared final
28804 src/com/gps/dao/TraversalDAO.java 213 Potential violation of Law of Demeter (object not created locally)
28805 src/com/gps/dao/TraversalDAO.java 214 Found 'DD'-anomaly for variable 'tripPointId' (lines '214'-'218').
28806 src/com/gps/dao/TraversalDAO.java 214 Found 'DU'-anomaly for variable 'tripPointId' (lines '214'-'254').
28807 src/com/gps/dao/TraversalDAO.java 215 Found 'DD'-anomaly for variable 'trpReference' (lines '215'-'222').
28808 src/com/gps/dao/TraversalDAO.java 215 Found 'DD'-anomaly for variable 'trpReference' (lines '215'-'238').
28809 src/com/gps/dao/TraversalDAO.java 216 Avoid if (x != y) ..; else ..;
28810 src/com/gps/dao/TraversalDAO.java 218 Potential violation of Law of Demeter (method chain calls)
28811 src/com/gps/dao/TraversalDAO.java 218 Potential violation of Law of Demeter (object not created locally)
28812 src/com/gps/dao/TraversalDAO.java 220 Potential violation of Law of Demeter (object not created locally)
28813 src/com/gps/dao/TraversalDAO.java 222 Potential violation of Law of Demeter (method chain calls)
28814 src/com/gps/dao/TraversalDAO.java 222 Potential violation of Law of Demeter (object not created locally)
28815 src/com/gps/dao/TraversalDAO.java 223 Potential violation of Law of Demeter (object not created locally)
28816 src/com/gps/dao/TraversalDAO.java 225 Potential violation of Law of Demeter (object not created locally)
28817 src/com/gps/dao/TraversalDAO.java 225 Potential violation of Law of Demeter (object not created locally)
28818 src/com/gps/dao/TraversalDAO.java 226 Avoid excessively long variable names like lastTraversedPtTimeInSecs
28819 src/com/gps/dao/TraversalDAO.java 226 Local variable 'lastTraversedPtTimeInSecs' could be declared final
28820 src/com/gps/dao/TraversalDAO.java 226 Potential violation of Law of Demeter (object not created locally)
28821 src/com/gps/dao/TraversalDAO.java 226 Potential violation of Law of Demeter (object not created locally)
28822 src/com/gps/dao/TraversalDAO.java 226 Potential violation of Law of Demeter (object not created locally)
28823 src/com/gps/dao/TraversalDAO.java 226 Potential violation of Law of Demeter (object not created locally)
28824 src/com/gps/dao/TraversalDAO.java 226 Potential violation of Law of Demeter (object not created locally)
28825 src/com/gps/dao/TraversalDAO.java 226 Potential violation of Law of Demeter (object not created locally)
28826 src/com/gps/dao/TraversalDAO.java 226 Useless parentheses.
28827 src/com/gps/dao/TraversalDAO.java 226 Useless parentheses.
28828 src/com/gps/dao/TraversalDAO.java 226 Useless parentheses.
28829 src/com/gps/dao/TraversalDAO.java 226 Useless parentheses.
28830 src/com/gps/dao/TraversalDAO.java 227 Potential violation of Law of Demeter (method chain calls)
28831 src/com/gps/dao/TraversalDAO.java 227 Potential violation of Law of Demeter (method chain calls)
28832 src/com/gps/dao/TraversalDAO.java 227 Potential violation of Law of Demeter (object not created locally)
28833 src/com/gps/dao/TraversalDAO.java 227 There is log block not surrounded by if
28834 src/com/gps/dao/TraversalDAO.java 227 There is log block not surrounded by if
28835 src/com/gps/dao/TraversalDAO.java 228 Potential violation of Law of Demeter (object not created locally)
28836 src/com/gps/dao/TraversalDAO.java 228 Potential violation of Law of Demeter (object not created locally)
28837 src/com/gps/dao/TraversalDAO.java 229 Local variable 'refPtTimeInSecs' could be declared final
28838 src/com/gps/dao/TraversalDAO.java 229 Potential violation of Law of Demeter (object not created locally)
28839 src/com/gps/dao/TraversalDAO.java 229 Potential violation of Law of Demeter (object not created locally)
28840 src/com/gps/dao/TraversalDAO.java 229 Potential violation of Law of Demeter (object not created locally)
28841 src/com/gps/dao/TraversalDAO.java 229 Potential violation of Law of Demeter (object not created locally)
28842 src/com/gps/dao/TraversalDAO.java 229 Potential violation of Law of Demeter (object not created locally)
28843 src/com/gps/dao/TraversalDAO.java 229 Potential violation of Law of Demeter (object not created locally)
28844 src/com/gps/dao/TraversalDAO.java 229 Useless parentheses.
28845 src/com/gps/dao/TraversalDAO.java 229 Useless parentheses.
28846 src/com/gps/dao/TraversalDAO.java 229 Useless parentheses.
28847 src/com/gps/dao/TraversalDAO.java 229 Useless parentheses.
28848 src/com/gps/dao/TraversalDAO.java 230 Potential violation of Law of Demeter (object not created locally)
28849 src/com/gps/dao/TraversalDAO.java 230 There is log block not surrounded by if
28850 src/com/gps/dao/TraversalDAO.java 230 There is log block not surrounded by if
28851 src/com/gps/dao/TraversalDAO.java 237 Potential violation of Law of Demeter (object not created locally)
28852 src/com/gps/dao/TraversalDAO.java 238 Potential violation of Law of Demeter (method chain calls)
28853 src/com/gps/dao/TraversalDAO.java 238 Potential violation of Law of Demeter (object not created locally)
28854 src/com/gps/dao/TraversalDAO.java 239 Potential violation of Law of Demeter (object not created locally)
28855 src/com/gps/dao/TraversalDAO.java 241 Potential violation of Law of Demeter (object not created locally)
28856 src/com/gps/dao/TraversalDAO.java 243 Avoid excessively long variable names like lastTraversedPtTimeInSecs
28857 src/com/gps/dao/TraversalDAO.java 243 Local variable 'lastTraversedPtTimeInSecs' could be declared final
28858 src/com/gps/dao/TraversalDAO.java 243 Potential violation of Law of Demeter (object not created locally)
28859 src/com/gps/dao/TraversalDAO.java 243 Potential violation of Law of Demeter (object not created locally)
28860 src/com/gps/dao/TraversalDAO.java 243 Potential violation of Law of Demeter (object not created locally)
28861 src/com/gps/dao/TraversalDAO.java 243 Potential violation of Law of Demeter (object not created locally)
28862 src/com/gps/dao/TraversalDAO.java 243 Potential violation of Law of Demeter (object not created locally)
28863 src/com/gps/dao/TraversalDAO.java 243 Potential violation of Law of Demeter (object not created locally)
28864 src/com/gps/dao/TraversalDAO.java 243 Useless parentheses.
28865 src/com/gps/dao/TraversalDAO.java 243 Useless parentheses.
28866 src/com/gps/dao/TraversalDAO.java 243 Useless parentheses.
28867 src/com/gps/dao/TraversalDAO.java 243 Useless parentheses.
28868 src/com/gps/dao/TraversalDAO.java 244 There is log block not surrounded by if
28869 src/com/gps/dao/TraversalDAO.java 244 There is log block not surrounded by if
28870 src/com/gps/dao/TraversalDAO.java 245 Potential violation of Law of Demeter (object not created locally)
28871 src/com/gps/dao/TraversalDAO.java 245 Potential violation of Law of Demeter (object not created locally)
28872 src/com/gps/dao/TraversalDAO.java 246 Local variable 'refPtTimeInSecs' could be declared final
28873 src/com/gps/dao/TraversalDAO.java 246 Potential violation of Law of Demeter (object not created locally)
28874 src/com/gps/dao/TraversalDAO.java 246 Potential violation of Law of Demeter (object not created locally)
28875 src/com/gps/dao/TraversalDAO.java 246 Potential violation of Law of Demeter (object not created locally)
28876 src/com/gps/dao/TraversalDAO.java 246 Potential violation of Law of Demeter (object not created locally)
28877 src/com/gps/dao/TraversalDAO.java 246 Potential violation of Law of Demeter (object not created locally)
28878 src/com/gps/dao/TraversalDAO.java 246 Potential violation of Law of Demeter (object not created locally)
28879 src/com/gps/dao/TraversalDAO.java 246 Useless parentheses.
28880 src/com/gps/dao/TraversalDAO.java 246 Useless parentheses.
28881 src/com/gps/dao/TraversalDAO.java 246 Useless parentheses.
28882 src/com/gps/dao/TraversalDAO.java 246 Useless parentheses.
28883 src/com/gps/dao/TraversalDAO.java 247 Potential violation of Law of Demeter (object not created locally)
28884 src/com/gps/dao/TraversalDAO.java 247 There is log block not surrounded by if
28885 src/com/gps/dao/TraversalDAO.java 247 There is log block not surrounded by if
28886 src/com/gps/dao/TraversalDAO.java 251 There is log block not surrounded by if
28887 src/com/gps/dao/TraversalDAO.java 251 There is log block not surrounded by if
28888 src/com/gps/dao/TripProcessDAO.java 2 Possible God class (WMC=77, ATFD=121, TCC=0.0)
28889 src/com/gps/dao/TripProcessDAO.java 35 The class 'TripProcessDAO' has a Cyclomatic Complexity of 9 (Highest = 18).
28890 src/com/gps/dao/TripProcessDAO.java 35 headerCommentRequirement Required
28891 src/com/gps/dao/TripProcessDAO.java 41 The Logger variable declaration does not contain the static and final modifiers
28892 src/com/gps/dao/TripProcessDAO.java 41 Use explicit scoping instead of the default package private level
28893 src/com/gps/dao/TripProcessDAO.java 44 Parameter 'vehicleId' is not assigned and could be declared final
28894 src/com/gps/dao/TripProcessDAO.java 46 There is log block not surrounded by if
28895 src/com/gps/dao/TripProcessDAO.java 46 There is log block not surrounded by if
28896 src/com/gps/dao/TripProcessDAO.java 47 Found 'DD'-anomaly for variable 'sess' (lines '47'-'55').
28897 src/com/gps/dao/TripProcessDAO.java 48 Found 'DD'-anomaly for variable 'queryId' (lines '48'-'57').
28898 src/com/gps/dao/TripProcessDAO.java 49 Found 'DD'-anomaly for variable 'paramsList' (lines '49'-'63').
28899 src/com/gps/dao/TripProcessDAO.java 49 Found 'DU'-anomaly for variable 'paramsList' (lines '49'-'72').
28900 src/com/gps/dao/TripProcessDAO.java 50 Found 'DD'-anomaly for variable 'qry' (lines '50'-'62').
28901 src/com/gps/dao/TripProcessDAO.java 50 Found 'DU'-anomaly for variable 'qry' (lines '50'-'72').
28902 src/com/gps/dao/TripProcessDAO.java 51 Found 'DD'-anomaly for variable 'parameters' (lines '51'-'58').
28903 src/com/gps/dao/TripProcessDAO.java 52 Avoid variables with short names like td
28904 src/com/gps/dao/TripProcessDAO.java 52 Local variable 'td' could be declared final
28905 src/com/gps/dao/TripProcessDAO.java 55 Found 'DU'-anomaly for variable 'sess' (lines '55'-'72').
28906 src/com/gps/dao/TripProcessDAO.java 55 Potential violation of Law of Demeter (object not created locally)
28907 src/com/gps/dao/TripProcessDAO.java 57 Found 'DU'-anomaly for variable 'queryId' (lines '57'-'72').
28908 src/com/gps/dao/TripProcessDAO.java 58 Potential violation of Law of Demeter (object not created locally)
28909 src/com/gps/dao/TripProcessDAO.java 58 The String literal ";int" appears 4 times in this file; the first occurrence is on line 58
28910 src/com/gps/dao/TripProcessDAO.java 59 Potential violation of Law of Demeter (object not created locally)
28911 src/com/gps/dao/TripProcessDAO.java 59 There is log block not surrounded by if
28912 src/com/gps/dao/TripProcessDAO.java 59 There is log block not surrounded by if
28913 src/com/gps/dao/TripProcessDAO.java 61 Avoid using Literals in Conditional Statements
28914 src/com/gps/dao/TripProcessDAO.java 61 Potential violation of Law of Demeter (object not created locally)
28915 src/com/gps/dao/TripProcessDAO.java 62 Found 'DD'-anomaly for variable 'qry' (lines '62'-'64').
28916 src/com/gps/dao/TripProcessDAO.java 62 Potential violation of Law of Demeter (object not created locally)
28917 src/com/gps/dao/TripProcessDAO.java 63 Potential violation of Law of Demeter (method chain calls)
28918 src/com/gps/dao/TripProcessDAO.java 63 Potential violation of Law of Demeter (object not created locally)
28919 src/com/gps/dao/TripProcessDAO.java 65 Potential violation of Law of Demeter (object not created locally)
28920 src/com/gps/dao/TripProcessDAO.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28921 src/com/gps/dao/TripProcessDAO.java 69 The String literal "Exception:" appears 5 times in this file; the first occurrence is on line 69
28922 src/com/gps/dao/TripProcessDAO.java 69 There is log block not surrounded by if
28923 src/com/gps/dao/TripProcessDAO.java 74 Avoid really long methods.
28924 src/com/gps/dao/TripProcessDAO.java 74 Parameter 'fromDate' is not assigned and could be declared final
28925 src/com/gps/dao/TripProcessDAO.java 74 Parameter 'toDate' is not assigned and could be declared final
28926 src/com/gps/dao/TripProcessDAO.java 74 Parameter 'trip' is not assigned and could be declared final
28927 src/com/gps/dao/TripProcessDAO.java 74 Parameter 'type' is not assigned and could be declared final
28928 src/com/gps/dao/TripProcessDAO.java 74 The method 'getTripData' has a Cyclomatic Complexity of 14.
28929 src/com/gps/dao/TripProcessDAO.java 74 publicMethodCommentRequirement Required
28930 src/com/gps/dao/TripProcessDAO.java 75 Avoid declaring a variable if it is unreferenced before a possible exit point.
28931 src/com/gps/dao/TripProcessDAO.java 75 Avoid unused local variables such as 'tripParams'.
28932 src/com/gps/dao/TripProcessDAO.java 75 Found 'DU'-anomaly for variable 'tripParams' (lines '75'-'233').
28933 src/com/gps/dao/TripProcessDAO.java 75 Local variable 'tripParams' could be declared final
28934 src/com/gps/dao/TripProcessDAO.java 76 Avoid declaring a variable if it is unreferenced before a possible exit point.
28935 src/com/gps/dao/TripProcessDAO.java 76 Avoid unused local variables such as 'formatter'.
28936 src/com/gps/dao/TripProcessDAO.java 76 Local variable 'formatter' could be declared final
28937 src/com/gps/dao/TripProcessDAO.java 77 Found 'DD'-anomaly for variable 'tripParamList' (lines '77'-'218').
28938 src/com/gps/dao/TripProcessDAO.java 77 Found 'DD'-anomaly for variable 'tripParamList' (lines '77'-'223').
28939 src/com/gps/dao/TripProcessDAO.java 78 Local variable 'query' could be declared final
28940 src/com/gps/dao/TripProcessDAO.java 80 Avoid declaring a variable if it is unreferenced before a possible exit point.
28941 src/com/gps/dao/TripProcessDAO.java 80 Avoid unused local variables such as 'condition'.
28942 src/com/gps/dao/TripProcessDAO.java 80 Found 'DU'-anomaly for variable 'condition' (lines '80'-'233').
28943 src/com/gps/dao/TripProcessDAO.java 80 Local variable 'condition' could be declared final
28944 src/com/gps/dao/TripProcessDAO.java 81 Found 'DD'-anomaly for variable 'dynamicQuery' (lines '81'-'91').
28945 src/com/gps/dao/TripProcessDAO.java 82 Avoid declaring a variable if it is unreferenced before a possible exit point.
28946 src/com/gps/dao/TripProcessDAO.java 82 Avoid unused local variables such as 'paramQuery'.
28947 src/com/gps/dao/TripProcessDAO.java 82 Found 'DU'-anomaly for variable 'paramQuery' (lines '82'-'233').
28948 src/com/gps/dao/TripProcessDAO.java 82 Local variable 'paramQuery' could be declared final
28949 src/com/gps/dao/TripProcessDAO.java 83 Found 'DD'-anomaly for variable 'queryId' (lines '83'-'103').
28950 src/com/gps/dao/TripProcessDAO.java 83 Found 'DD'-anomaly for variable 'queryId' (lines '83'-'110').
28951 src/com/gps/dao/TripProcessDAO.java 83 Found 'DD'-anomaly for variable 'queryId' (lines '83'-'126').
28952 src/com/gps/dao/TripProcessDAO.java 83 Found 'DD'-anomaly for variable 'queryId' (lines '83'-'146').
28953 src/com/gps/dao/TripProcessDAO.java 83 Found 'DD'-anomaly for variable 'queryId' (lines '83'-'165').
28954 src/com/gps/dao/TripProcessDAO.java 83 Found 'DD'-anomaly for variable 'queryId' (lines '83'-'181').
28955 src/com/gps/dao/TripProcessDAO.java 83 Found 'DD'-anomaly for variable 'queryId' (lines '83'-'199').
28956 src/com/gps/dao/TripProcessDAO.java 84 Found 'DD'-anomaly for variable 'parameters' (lines '84'-'104').
28957 src/com/gps/dao/TripProcessDAO.java 84 Found 'DD'-anomaly for variable 'parameters' (lines '84'-'117').
28958 src/com/gps/dao/TripProcessDAO.java 84 Found 'DD'-anomaly for variable 'parameters' (lines '84'-'134').
28959 src/com/gps/dao/TripProcessDAO.java 84 Found 'DD'-anomaly for variable 'parameters' (lines '84'-'154').
28960 src/com/gps/dao/TripProcessDAO.java 84 Found 'DD'-anomaly for variable 'parameters' (lines '84'-'173').
28961 src/com/gps/dao/TripProcessDAO.java 84 Found 'DD'-anomaly for variable 'parameters' (lines '84'-'189').
28962 src/com/gps/dao/TripProcessDAO.java 84 Found 'DD'-anomaly for variable 'parameters' (lines '84'-'208').
28963 src/com/gps/dao/TripProcessDAO.java 85 Found 'DD'-anomaly for variable 'qry' (lines '85'-'215').
28964 src/com/gps/dao/TripProcessDAO.java 85 Found 'DU'-anomaly for variable 'qry' (lines '85'-'233').
28965 src/com/gps/dao/TripProcessDAO.java 86 Found 'DD'-anomaly for variable 'paramsList' (lines '86'-'216').
28966 src/com/gps/dao/TripProcessDAO.java 86 Found 'DU'-anomaly for variable 'paramsList' (lines '86'-'233').
28967 src/com/gps/dao/TripProcessDAO.java 89 Potential violation of Law of Demeter (method chain calls)
28968 src/com/gps/dao/TripProcessDAO.java 90 Found 'DU'-anomaly for variable 'sess' (lines '90'-'233').
28969 src/com/gps/dao/TripProcessDAO.java 91 Potential violation of Law of Demeter (method chain calls)
28970 src/com/gps/dao/TripProcessDAO.java 91 Potential violation of Law of Demeter (method chain calls)
28971 src/com/gps/dao/TripProcessDAO.java 93 Avoid if (x != y) ..; else ..;
28972 src/com/gps/dao/TripProcessDAO.java 94 Position literals first in String comparisons
28973 src/com/gps/dao/TripProcessDAO.java 96 Potential violation of Law of Demeter (object not created locally)
28974 src/com/gps/dao/TripProcessDAO.java 96 Potential violation of Law of Demeter (object not created locally)
28975 src/com/gps/dao/TripProcessDAO.java 97 Comment is too large: Line too long
28976 src/com/gps/dao/TripProcessDAO.java 101 Comment is too large: Line too long
28977 src/com/gps/dao/TripProcessDAO.java 103 Found 'DU'-anomaly for variable 'queryId' (lines '103'-'233').
28978 src/com/gps/dao/TripProcessDAO.java 104 Potential violation of Law of Demeter (object not created locally)
28979 src/com/gps/dao/TripProcessDAO.java 105 Potential violation of Law of Demeter (method chain calls)
28980 src/com/gps/dao/TripProcessDAO.java 105 The String literal ";int&" appears 31 times in this file; the first occurrence is on line 105
28981 src/com/gps/dao/TripProcessDAO.java 107 The String literal ";date" appears 13 times in this file; the first occurrence is on line 107
28982 src/com/gps/dao/TripProcessDAO.java 107 The String literal ";date&" appears 11 times in this file; the first occurrence is on line 107
28983 src/com/gps/dao/TripProcessDAO.java 109 Potential violation of Law of Demeter (object not created locally)
28984 src/com/gps/dao/TripProcessDAO.java 109 Potential violation of Law of Demeter (object not created locally)
28985 src/com/gps/dao/TripProcessDAO.java 110 Found 'DU'-anomaly for variable 'queryId' (lines '110'-'233').
28986 src/com/gps/dao/TripProcessDAO.java 111 Comment is too large: Line too long
28987 src/com/gps/dao/TripProcessDAO.java 113 Comment is too large: Line too long
28988 src/com/gps/dao/TripProcessDAO.java 115 Comment is too large: Line too long
28989 src/com/gps/dao/TripProcessDAO.java 117 Potential violation of Law of Demeter (object not created locally)
28990 src/com/gps/dao/TripProcessDAO.java 117 Potential violation of Law of Demeter (object not created locally)
28991 src/com/gps/dao/TripProcessDAO.java 119 Potential violation of Law of Demeter (method chain calls)
28992 src/com/gps/dao/TripProcessDAO.java 126 Found 'DU'-anomaly for variable 'queryId' (lines '126'-'233').
28993 src/com/gps/dao/TripProcessDAO.java 127 Comment is too large: Line too long
28994 src/com/gps/dao/TripProcessDAO.java 127 Comment is too large: Too many lines
28995 src/com/gps/dao/TripProcessDAO.java 129 Comment is too large: Line too long
28996 src/com/gps/dao/TripProcessDAO.java 133 Comment is too large: Line too long
28997 src/com/gps/dao/TripProcessDAO.java 134 Potential violation of Law of Demeter (object not created locally)
28998 src/com/gps/dao/TripProcessDAO.java 134 Potential violation of Law of Demeter (object not created locally)
28999 src/com/gps/dao/TripProcessDAO.java 135 Potential violation of Law of Demeter (object not created locally)
29000 src/com/gps/dao/TripProcessDAO.java 137 Potential violation of Law of Demeter (method chain calls)
29001 src/com/gps/dao/TripProcessDAO.java 144 Avoid if (x != y) ..; else ..;
29002 src/com/gps/dao/TripProcessDAO.java 144 Potential violation of Law of Demeter (object not created locally)
29003 src/com/gps/dao/TripProcessDAO.java 144 Potential violation of Law of Demeter (object not created locally)
29004 src/com/gps/dao/TripProcessDAO.java 146 Found 'DU'-anomaly for variable 'queryId' (lines '146'-'233').
29005 src/com/gps/dao/TripProcessDAO.java 147 Comment is too large: Line too long
29006 src/com/gps/dao/TripProcessDAO.java 147 Comment is too large: Too many lines
29007 src/com/gps/dao/TripProcessDAO.java 149 Comment is too large: Line too long
29008 src/com/gps/dao/TripProcessDAO.java 150 Comment is too large: Line too long
29009 src/com/gps/dao/TripProcessDAO.java 153 Comment is too large: Line too long
29010 src/com/gps/dao/TripProcessDAO.java 154 Potential violation of Law of Demeter (object not created locally)
29011 src/com/gps/dao/TripProcessDAO.java 154 Potential violation of Law of Demeter (object not created locally)
29012 src/com/gps/dao/TripProcessDAO.java 155 Potential violation of Law of Demeter (object not created locally)
29013 src/com/gps/dao/TripProcessDAO.java 157 Potential violation of Law of Demeter (method chain calls)
29014 src/com/gps/dao/TripProcessDAO.java 163 Potential violation of Law of Demeter (object not created locally)
29015 src/com/gps/dao/TripProcessDAO.java 163 Potential violation of Law of Demeter (object not created locally)
29016 src/com/gps/dao/TripProcessDAO.java 165 Found 'DU'-anomaly for variable 'queryId' (lines '165'-'233').
29017 src/com/gps/dao/TripProcessDAO.java 166 Comment is too large: Line too long
29018 src/com/gps/dao/TripProcessDAO.java 166 Comment is too large: Too many lines
29019 src/com/gps/dao/TripProcessDAO.java 168 Comment is too large: Line too long
29020 src/com/gps/dao/TripProcessDAO.java 169 Comment is too large: Line too long
29021 src/com/gps/dao/TripProcessDAO.java 172 Comment is too large: Line too long
29022 src/com/gps/dao/TripProcessDAO.java 173 Potential violation of Law of Demeter (object not created locally)
29023 src/com/gps/dao/TripProcessDAO.java 173 Potential violation of Law of Demeter (object not created locally)
29024 src/com/gps/dao/TripProcessDAO.java 175 Potential violation of Law of Demeter (method chain calls)
29025 src/com/gps/dao/TripProcessDAO.java 181 Found 'DU'-anomaly for variable 'queryId' (lines '181'-'233').
29026 src/com/gps/dao/TripProcessDAO.java 182 Comment is too large: Line too long
29027 src/com/gps/dao/TripProcessDAO.java 182 Comment is too large: Too many lines
29028 src/com/gps/dao/TripProcessDAO.java 184 Comment is too large: Line too long
29029 src/com/gps/dao/TripProcessDAO.java 185 Comment is too large: Line too long
29030 src/com/gps/dao/TripProcessDAO.java 188 Comment is too large: Line too long
29031 src/com/gps/dao/TripProcessDAO.java 189 Potential violation of Law of Demeter (object not created locally)
29032 src/com/gps/dao/TripProcessDAO.java 190 Potential violation of Law of Demeter (method chain calls)
29033 src/com/gps/dao/TripProcessDAO.java 199 Found 'DU'-anomaly for variable 'queryId' (lines '199'-'233').
29034 src/com/gps/dao/TripProcessDAO.java 201 Comment is too large: Line too long
29035 src/com/gps/dao/TripProcessDAO.java 208 Potential violation of Law of Demeter (object not created locally)
29036 src/com/gps/dao/TripProcessDAO.java 209 Potential violation of Law of Demeter (method chain calls)
29037 src/com/gps/dao/TripProcessDAO.java 214 Avoid using Literals in Conditional Statements
29038 src/com/gps/dao/TripProcessDAO.java 214 Potential violation of Law of Demeter (object not created locally)
29039 src/com/gps/dao/TripProcessDAO.java 215 Found 'DD'-anomaly for variable 'qry' (lines '215'-'217').
29040 src/com/gps/dao/TripProcessDAO.java 215 Potential violation of Law of Demeter (object not created locally)
29041 src/com/gps/dao/TripProcessDAO.java 216 Potential violation of Law of Demeter (method chain calls)
29042 src/com/gps/dao/TripProcessDAO.java 216 Potential violation of Law of Demeter (object not created locally)
29043 src/com/gps/dao/TripProcessDAO.java 218 Found 'DD'-anomaly for variable 'tripParamList' (lines '218'-'223').
29044 src/com/gps/dao/TripProcessDAO.java 218 Potential violation of Law of Demeter (object not created locally)
29045 src/com/gps/dao/TripProcessDAO.java 219 Potential violation of Law of Demeter (object not created locally)
29046 src/com/gps/dao/TripProcessDAO.java 219 There is log block not surrounded by if
29047 src/com/gps/dao/TripProcessDAO.java 219 There is log block not surrounded by if
29048 src/com/gps/dao/TripProcessDAO.java 220 There is log block not surrounded by if
29049 src/com/gps/dao/TripProcessDAO.java 220 There is log block not surrounded by if
29050 src/com/gps/dao/TripProcessDAO.java 223 Potential violation of Law of Demeter (object not created locally)
29051 src/com/gps/dao/TripProcessDAO.java 227 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29052 src/com/gps/dao/TripProcessDAO.java 229 Avoid printStackTrace(); use a logger call instead.
29053 src/com/gps/dao/TripProcessDAO.java 229 Potential violation of Law of Demeter (object not created locally)
29054 src/com/gps/dao/TripProcessDAO.java 236 Avoid really long methods.
29055 src/com/gps/dao/TripProcessDAO.java 236 Found 'UR'-anomaly for variable 'trip' (lines '236'-'264').
29056 src/com/gps/dao/TripProcessDAO.java 236 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
29057 src/com/gps/dao/TripProcessDAO.java 236 Parameter 'fromDate' is not assigned and could be declared final
29058 src/com/gps/dao/TripProcessDAO.java 236 Parameter 'isDist' is not assigned and could be declared final
29059 src/com/gps/dao/TripProcessDAO.java 236 Parameter 'toDate' is not assigned and could be declared final
29060 src/com/gps/dao/TripProcessDAO.java 236 Parameter 'veh' is not assigned and could be declared final
29061 src/com/gps/dao/TripProcessDAO.java 236 Parameter 'vehicle_id' is not assigned and could be declared final
29062 src/com/gps/dao/TripProcessDAO.java 236 The method 'getDistParams' has a Cyclomatic Complexity of 17.
29063 src/com/gps/dao/TripProcessDAO.java 238 Avoid declaring a variable if it is unreferenced before a possible exit point.
29064 src/com/gps/dao/TripProcessDAO.java 238 Avoid unused local variables such as 'tripParams'.
29065 src/com/gps/dao/TripProcessDAO.java 238 Found 'DU'-anomaly for variable 'tripParams' (lines '238'-'353').
29066 src/com/gps/dao/TripProcessDAO.java 238 Local variable 'tripParams' could be declared final
29067 src/com/gps/dao/TripProcessDAO.java 239 Local variable 'tripListDTO' could be declared final
29068 src/com/gps/dao/TripProcessDAO.java 240 Found 'DD'-anomaly for variable 'distDTO' (lines '240'-'321').
29069 src/com/gps/dao/TripProcessDAO.java 240 Found 'DD'-anomaly for variable 'distDTO' (lines '240'-'338').
29070 src/com/gps/dao/TripProcessDAO.java 240 Found 'DD'-anomaly for variable 'distDTO' (lines '240'-'343').
29071 src/com/gps/dao/TripProcessDAO.java 242 Avoid declaring a variable if it is unreferenced before a possible exit point.
29072 src/com/gps/dao/TripProcessDAO.java 242 Avoid unused local variables such as 'filter'.
29073 src/com/gps/dao/TripProcessDAO.java 242 Found 'DU'-anomaly for variable 'filter' (lines '242'-'353').
29074 src/com/gps/dao/TripProcessDAO.java 242 Local variable 'filter' could be declared final
29075 src/com/gps/dao/TripProcessDAO.java 245 Found 'DD'-anomaly for variable 'dynamicQuery' (lines '245'-'260').
29076 src/com/gps/dao/TripProcessDAO.java 246 Found 'DD'-anomaly for variable 'paramList' (lines '246'-'307').
29077 src/com/gps/dao/TripProcessDAO.java 247 Found 'DD'-anomaly for variable 'query' (lines '247'-'304').
29078 src/com/gps/dao/TripProcessDAO.java 247 Found 'DU'-anomaly for variable 'query' (lines '247'-'353').
29079 src/com/gps/dao/TripProcessDAO.java 248 Consider replacing this Hashtable with the newer java.util.Map
29080 src/com/gps/dao/TripProcessDAO.java 248 Found 'DD'-anomaly for variable 'tripTable' (lines '248'-'261').
29081 src/com/gps/dao/TripProcessDAO.java 249 Found 'DD'-anomaly for variable 'queryId' (lines '249'-'271').
29082 src/com/gps/dao/TripProcessDAO.java 249 Found 'DD'-anomaly for variable 'queryId' (lines '249'-'283').
29083 src/com/gps/dao/TripProcessDAO.java 249 Found 'DD'-anomaly for variable 'queryId' (lines '249'-'294').
29084 src/com/gps/dao/TripProcessDAO.java 250 Found 'DD'-anomaly for variable 'parameters' (lines '250'-'272').
29085 src/com/gps/dao/TripProcessDAO.java 250 Found 'DD'-anomaly for variable 'parameters' (lines '250'-'284').
29086 src/com/gps/dao/TripProcessDAO.java 250 Found 'DD'-anomaly for variable 'parameters' (lines '250'-'300').
29087 src/com/gps/dao/TripProcessDAO.java 251 Found 'DD'-anomaly for variable 'paramsList' (lines '251'-'305').
29088 src/com/gps/dao/TripProcessDAO.java 251 Found 'DU'-anomaly for variable 'paramsList' (lines '251'-'353').
29089 src/com/gps/dao/TripProcessDAO.java 253 There is log block not surrounded by if
29090 src/com/gps/dao/TripProcessDAO.java 253 There is log block not surrounded by if
29091 src/com/gps/dao/TripProcessDAO.java 257 Found 'DU'-anomaly for variable 'sess' (lines '257'-'353').
29092 src/com/gps/dao/TripProcessDAO.java 258 Found 'DU'-anomaly for variable 'formatter' (lines '258'-'353').
29093 src/com/gps/dao/TripProcessDAO.java 258 When instantiating a SimpleDateFormat object, specify a Locale
29094 src/com/gps/dao/TripProcessDAO.java 261 Found 'DU'-anomaly for variable 'tripTable' (lines '261'-'353').
29095 src/com/gps/dao/TripProcessDAO.java 262 Local variable 'tripSet' could be declared final
29096 src/com/gps/dao/TripProcessDAO.java 263 Local variable 'trip' could be declared final
29097 src/com/gps/dao/TripProcessDAO.java 267 Avoid if (x != y) ..; else ..;
29098 src/com/gps/dao/TripProcessDAO.java 269 Avoid if (x != y) ..; else ..;
29099 src/com/gps/dao/TripProcessDAO.java 271 Found 'DD'-anomaly for variable 'queryId' (lines '271'-'277').
29100 src/com/gps/dao/TripProcessDAO.java 271 Found 'DU'-anomaly for variable 'queryId' (lines '271'-'353').
29101 src/com/gps/dao/TripProcessDAO.java 277 Found 'DU'-anomaly for variable 'queryId' (lines '277'-'353').
29102 src/com/gps/dao/TripProcessDAO.java 283 Found 'DD'-anomaly for variable 'queryId' (lines '283'-'288').
29103 src/com/gps/dao/TripProcessDAO.java 283 Found 'DU'-anomaly for variable 'queryId' (lines '283'-'353').
29104 src/com/gps/dao/TripProcessDAO.java 288 Found 'DU'-anomaly for variable 'queryId' (lines '288'-'353').
29105 src/com/gps/dao/TripProcessDAO.java 294 Found 'DD'-anomaly for variable 'queryId' (lines '294'-'297').
29106 src/com/gps/dao/TripProcessDAO.java 294 Found 'DU'-anomaly for variable 'queryId' (lines '294'-'353').
29107 src/com/gps/dao/TripProcessDAO.java 297 Found 'DU'-anomaly for variable 'queryId' (lines '297'-'353').
29108 src/com/gps/dao/TripProcessDAO.java 301 The String literal "@yyyy-MM-dd HH:mm" appears 7 times in this file; the first occurrence is on line 301
29109 src/com/gps/dao/TripProcessDAO.java 303 Avoid using Literals in Conditional Statements
29110 src/com/gps/dao/TripProcessDAO.java 304 Found 'DD'-anomaly for variable 'query' (lines '304'-'306').
29111 src/com/gps/dao/TripProcessDAO.java 305 Potential violation of Law of Demeter (method chain calls)
29112 src/com/gps/dao/TripProcessDAO.java 309 Avoid unused local variables such as 'k'.
29113 src/com/gps/dao/TripProcessDAO.java 309 Avoid variables with short names like k
29114 src/com/gps/dao/TripProcessDAO.java 309 Found 'DD'-anomaly for variable 'k' (lines '309'-'328').
29115 src/com/gps/dao/TripProcessDAO.java 309 Found 'DU'-anomaly for variable 'k' (lines '309'-'353').
29116 src/com/gps/dao/TripProcessDAO.java 311 Avoid if (x != y) ..; else ..;
29117 src/com/gps/dao/TripProcessDAO.java 313 Local variable 'paramIter' could be declared final
29118 src/com/gps/dao/TripProcessDAO.java 316 Local variable 'rows' could be declared final
29119 src/com/gps/dao/TripProcessDAO.java 318 Local variable 'packetDate' could be declared final
29120 src/com/gps/dao/TripProcessDAO.java 321 Avoid instantiating new objects inside loops
29121 src/com/gps/dao/TripProcessDAO.java 321 Potential violation of Law of Demeter (method chain calls)
29122 src/com/gps/dao/TripProcessDAO.java 326 There is log block not surrounded by if
29123 src/com/gps/dao/TripProcessDAO.java 326 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29124 src/com/gps/dao/TripProcessDAO.java 328 Found 'DD'-anomaly for variable 'k' (lines '328'-'328').
29125 src/com/gps/dao/TripProcessDAO.java 328 Found 'DU'-anomaly for variable 'k' (lines '328'-'353').
29126 src/com/gps/dao/TripProcessDAO.java 329 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29127 src/com/gps/dao/TripProcessDAO.java 330 There is log block not surrounded by if
29128 src/com/gps/dao/TripProcessDAO.java 337 There is log block not surrounded by if
29129 src/com/gps/dao/TripProcessDAO.java 337 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29130 src/com/gps/dao/TripProcessDAO.java 342 Avoid catching NullPointerException; consider removing the cause of the NPE.
29131 src/com/gps/dao/TripProcessDAO.java 342 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29132 src/com/gps/dao/TripProcessDAO.java 345 There is log block not surrounded by if
29133 src/com/gps/dao/TripProcessDAO.java 347 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29134 src/com/gps/dao/TripProcessDAO.java 350 There is log block not surrounded by if
29135 src/com/gps/dao/TripProcessDAO.java 355 Comment is too large: Line too long
29136 src/com/gps/dao/TripProcessDAO.java 356 Avoid really long methods.
29137 src/com/gps/dao/TripProcessDAO.java 356 Avoid variables with short names like to
29138 src/com/gps/dao/TripProcessDAO.java 356 Avoid variables with short names like v
29139 src/com/gps/dao/TripProcessDAO.java 356 Parameter 'from' is not assigned and could be declared final
29140 src/com/gps/dao/TripProcessDAO.java 356 Parameter 'to' is not assigned and could be declared final
29141 src/com/gps/dao/TripProcessDAO.java 356 Parameter 'v' is not assigned and could be declared final
29142 src/com/gps/dao/TripProcessDAO.java 356 The method 'getParamWhereQuery' has a Cyclomatic Complexity of 18.
29143 src/com/gps/dao/TripProcessDAO.java 356 The method getParamWhereQuery() has an NPath complexity of 3457
29144 src/com/gps/dao/TripProcessDAO.java 357 Parameter 'isSql' is not assigned and could be declared final
29145 src/com/gps/dao/TripProcessDAO.java 359 Avoid variables with short names like r
29146 src/com/gps/dao/TripProcessDAO.java 359 Found 'DU'-anomaly for variable 'r' (lines '359'-'497').
29147 src/com/gps/dao/TripProcessDAO.java 360 Use one line for each declaration, it enhances code readability.
29148 src/com/gps/dao/TripProcessDAO.java 360 Variables should start with a lowercase character, 'ParamEnd' starts with uppercase character.
29149 src/com/gps/dao/TripProcessDAO.java 360 Variables should start with a lowercase character, 'ParamStart' starts with uppercase character.
29150 src/com/gps/dao/TripProcessDAO.java 362 Avoid variables with short names like p
29151 src/com/gps/dao/TripProcessDAO.java 362 Found 'DU'-anomaly for variable 'p' (lines '362'-'497').
29152 src/com/gps/dao/TripProcessDAO.java 363 Avoid variables with short names like q
29153 src/com/gps/dao/TripProcessDAO.java 363 Found 'DU'-anomaly for variable 'q' (lines '363'-'497').
29154 src/com/gps/dao/TripProcessDAO.java 364 Avoid variables with short names like o
29155 src/com/gps/dao/TripProcessDAO.java 364 Found 'DU'-anomaly for variable 'o' (lines '364'-'497').
29156 src/com/gps/dao/TripProcessDAO.java 366 Avoid variables with short names like h
29157 src/com/gps/dao/TripProcessDAO.java 366 Found 'DU'-anomaly for variable 'h' (lines '366'-'497').
29158 src/com/gps/dao/TripProcessDAO.java 367 Avoid variables with short names like d
29159 src/com/gps/dao/TripProcessDAO.java 367 Avoid variables with short names like f
29160 src/com/gps/dao/TripProcessDAO.java 367 Found 'DD'-anomaly for variable 'f' (lines '367'-'391').
29161 src/com/gps/dao/TripProcessDAO.java 367 Use one line for each declaration, it enhances code readability.
29162 src/com/gps/dao/TripProcessDAO.java 368 Found 'DD'-anomaly for variable 'query' (lines '368'-'402').
29163 src/com/gps/dao/TripProcessDAO.java 369 Found 'DD'-anomaly for variable 'query1' (lines '369'-'386').
29164 src/com/gps/dao/TripProcessDAO.java 371 Found 'DD'-anomaly for variable 'sess' (lines '371'-'379').
29165 src/com/gps/dao/TripProcessDAO.java 372 Avoid declaring a variable if it is unreferenced before a possible exit point.
29166 src/com/gps/dao/TripProcessDAO.java 372 Avoid unused local variables such as 'dateFormat'.
29167 src/com/gps/dao/TripProcessDAO.java 372 Local variable 'dateFormat' could be declared final
29168 src/com/gps/dao/TripProcessDAO.java 373 Found 'DD'-anomaly for variable 'dynamicQuery' (lines '373'-'494').
29169 src/com/gps/dao/TripProcessDAO.java 374 Found 'DD'-anomaly for variable 'paramsList' (lines '374'-'384').
29170 src/com/gps/dao/TripProcessDAO.java 375 Found 'DD'-anomaly for variable 'parameters' (lines '375'-'381').
29171 src/com/gps/dao/TripProcessDAO.java 376 Found 'DD'-anomaly for variable 'maxList' (lines '376'-'470').
29172 src/com/gps/dao/TripProcessDAO.java 376 Found 'DU'-anomaly for variable 'maxList' (lines '376'-'497').
29173 src/com/gps/dao/TripProcessDAO.java 380 Found 'DD'-anomaly for variable 'qry' (lines '380'-'385').
29174 src/com/gps/dao/TripProcessDAO.java 380 Potential violation of Law of Demeter (object not created locally)
29175 src/com/gps/dao/TripProcessDAO.java 381 Potential violation of Law of Demeter (object not created locally)
29176 src/com/gps/dao/TripProcessDAO.java 383 Avoid using Literals in Conditional Statements
29177 src/com/gps/dao/TripProcessDAO.java 383 Potential violation of Law of Demeter (object not created locally)
29178 src/com/gps/dao/TripProcessDAO.java 384 Potential violation of Law of Demeter (method chain calls)
29179 src/com/gps/dao/TripProcessDAO.java 384 Potential violation of Law of Demeter (object not created locally)
29180 src/com/gps/dao/TripProcessDAO.java 386 Potential violation of Law of Demeter (object not created locally)
29181 src/com/gps/dao/TripProcessDAO.java 389 Avoid using Literals in Conditional Statements
29182 src/com/gps/dao/TripProcessDAO.java 389 Potential violation of Law of Demeter (object not created locally)
29183 src/com/gps/dao/TripProcessDAO.java 389 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
29184 src/com/gps/dao/TripProcessDAO.java 390 There is log block not surrounded by if
29185 src/com/gps/dao/TripProcessDAO.java 390 There is log block not surrounded by if
29186 src/com/gps/dao/TripProcessDAO.java 393 There is log block not surrounded by if
29187 src/com/gps/dao/TripProcessDAO.java 393 There is log block not surrounded by if
29188 src/com/gps/dao/TripProcessDAO.java 394 Potential violation of Law of Demeter (object not created locally)
29189 src/com/gps/dao/TripProcessDAO.java 394 Potential violation of Law of Demeter (object not created locally)
29190 src/com/gps/dao/TripProcessDAO.java 395 Found 'DD'-anomaly for variable 'qry' (lines '395'-'401').
29191 src/com/gps/dao/TripProcessDAO.java 395 Potential violation of Law of Demeter (object not created locally)
29192 src/com/gps/dao/TripProcessDAO.java 396 Potential violation of Law of Demeter (object not created locally)
29193 src/com/gps/dao/TripProcessDAO.java 399 Avoid using Literals in Conditional Statements
29194 src/com/gps/dao/TripProcessDAO.java 399 Potential violation of Law of Demeter (object not created locally)
29195 src/com/gps/dao/TripProcessDAO.java 400 Potential violation of Law of Demeter (method chain calls)
29196 src/com/gps/dao/TripProcessDAO.java 400 Potential violation of Law of Demeter (object not created locally)
29197 src/com/gps/dao/TripProcessDAO.java 402 Potential violation of Law of Demeter (object not created locally)
29198 src/com/gps/dao/TripProcessDAO.java 405 Avoid using Literals in Conditional Statements
29199 src/com/gps/dao/TripProcessDAO.java 405 Potential violation of Law of Demeter (object not created locally)
29200 src/com/gps/dao/TripProcessDAO.java 405 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
29201 src/com/gps/dao/TripProcessDAO.java 406 There is log block not surrounded by if
29202 src/com/gps/dao/TripProcessDAO.java 406 There is log block not surrounded by if
29203 src/com/gps/dao/TripProcessDAO.java 407 Potential violation of Law of Demeter (object not created locally)
29204 src/com/gps/dao/TripProcessDAO.java 407 Potential violation of Law of Demeter (object not created locally)
29205 src/com/gps/dao/TripProcessDAO.java 408 Found 'DD'-anomaly for variable 'qry' (lines '408'-'414').
29206 src/com/gps/dao/TripProcessDAO.java 408 Potential violation of Law of Demeter (object not created locally)
29207 src/com/gps/dao/TripProcessDAO.java 409 Potential violation of Law of Demeter (object not created locally)
29208 src/com/gps/dao/TripProcessDAO.java 412 Avoid using Literals in Conditional Statements
29209 src/com/gps/dao/TripProcessDAO.java 412 Potential violation of Law of Demeter (object not created locally)
29210 src/com/gps/dao/TripProcessDAO.java 413 Potential violation of Law of Demeter (method chain calls)
29211 src/com/gps/dao/TripProcessDAO.java 413 Potential violation of Law of Demeter (object not created locally)
29212 src/com/gps/dao/TripProcessDAO.java 415 Potential violation of Law of Demeter (object not created locally)
29213 src/com/gps/dao/TripProcessDAO.java 416 Potential violation of Law of Demeter (object not created locally)
29214 src/com/gps/dao/TripProcessDAO.java 419 Avoid using Literals in Conditional Statements
29215 src/com/gps/dao/TripProcessDAO.java 419 Potential violation of Law of Demeter (object not created locally)
29216 src/com/gps/dao/TripProcessDAO.java 419 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
29217 src/com/gps/dao/TripProcessDAO.java 420 Assigning an Object to null is a code smell. Consider refactoring.
29218 src/com/gps/dao/TripProcessDAO.java 421 Assigning an Object to null is a code smell. Consider refactoring.
29219 src/com/gps/dao/TripProcessDAO.java 421 Found 'DD'-anomaly for variable 'ParamEnd' (lines '421'-'452').
29220 src/com/gps/dao/TripProcessDAO.java 422 There is log block not surrounded by if
29221 src/com/gps/dao/TripProcessDAO.java 422 There is log block not surrounded by if
29222 src/com/gps/dao/TripProcessDAO.java 424 Potential violation of Law of Demeter (method chain calls)
29223 src/com/gps/dao/TripProcessDAO.java 424 Potential violation of Law of Demeter (method chain calls)
29224 src/com/gps/dao/TripProcessDAO.java 424 Potential violation of Law of Demeter (object not created locally)
29225 src/com/gps/dao/TripProcessDAO.java 425 Assigning an Object to null is a code smell. Consider refactoring.
29226 src/com/gps/dao/TripProcessDAO.java 426 There is log block not surrounded by if
29227 src/com/gps/dao/TripProcessDAO.java 426 There is log block not surrounded by if
29228 src/com/gps/dao/TripProcessDAO.java 430 Potential violation of Law of Demeter (object not created locally)
29229 src/com/gps/dao/TripProcessDAO.java 431 Potential violation of Law of Demeter (object not created locally)
29230 src/com/gps/dao/TripProcessDAO.java 432 Potential violation of Law of Demeter (object not created locally)
29231 src/com/gps/dao/TripProcessDAO.java 434 Avoid unused local variables such as 'w'.
29232 src/com/gps/dao/TripProcessDAO.java 434 Avoid variables with short names like w
29233 src/com/gps/dao/TripProcessDAO.java 434 Local variable 'w' could be declared final
29234 src/com/gps/dao/TripProcessDAO.java 435 There is log block not surrounded by if
29235 src/com/gps/dao/TripProcessDAO.java 435 There is log block not surrounded by if
29236 src/com/gps/dao/TripProcessDAO.java 437 Local variable 'packet' could be declared final
29237 src/com/gps/dao/TripProcessDAO.java 438 Potential violation of Law of Demeter (method chain calls)
29238 src/com/gps/dao/TripProcessDAO.java 438 Potential violation of Law of Demeter (object not created locally)
29239 src/com/gps/dao/TripProcessDAO.java 439 Potential violation of Law of Demeter (method chain calls)
29240 src/com/gps/dao/TripProcessDAO.java 439 Potential violation of Law of Demeter (object not created locally)
29241 src/com/gps/dao/TripProcessDAO.java 440 Potential violation of Law of Demeter (method chain calls)
29242 src/com/gps/dao/TripProcessDAO.java 440 Potential violation of Law of Demeter (object not created locally)
29243 src/com/gps/dao/TripProcessDAO.java 446 There is log block not surrounded by if
29244 src/com/gps/dao/TripProcessDAO.java 446 There is log block not surrounded by if
29245 src/com/gps/dao/TripProcessDAO.java 447 There is log block not surrounded by if
29246 src/com/gps/dao/TripProcessDAO.java 447 There is log block not surrounded by if
29247 src/com/gps/dao/TripProcessDAO.java 451 There is log block not surrounded by if
29248 src/com/gps/dao/TripProcessDAO.java 451 There is log block not surrounded by if
29249 src/com/gps/dao/TripProcessDAO.java 452 Assigning an Object to null is a code smell. Consider refactoring.
29250 src/com/gps/dao/TripProcessDAO.java 463 Potential violation of Law of Demeter (object not created locally)
29251 src/com/gps/dao/TripProcessDAO.java 463 Potential violation of Law of Demeter (object not created locally)
29252 src/com/gps/dao/TripProcessDAO.java 464 Found 'DD'-anomaly for variable 'qry' (lines '464'-'469').
29253 src/com/gps/dao/TripProcessDAO.java 464 Found 'DU'-anomaly for variable 'qry' (lines '464'-'497').
29254 src/com/gps/dao/TripProcessDAO.java 464 Potential violation of Law of Demeter (object not created locally)
29255 src/com/gps/dao/TripProcessDAO.java 465 Potential violation of Law of Demeter (object not created locally)
29256 src/com/gps/dao/TripProcessDAO.java 467 Avoid using Literals in Conditional Statements
29257 src/com/gps/dao/TripProcessDAO.java 467 Potential violation of Law of Demeter (object not created locally)
29258 src/com/gps/dao/TripProcessDAO.java 468 Potential violation of Law of Demeter (method chain calls)
29259 src/com/gps/dao/TripProcessDAO.java 468 Potential violation of Law of Demeter (object not created locally)
29260 src/com/gps/dao/TripProcessDAO.java 470 Potential violation of Law of Demeter (object not created locally)
29261 src/com/gps/dao/TripProcessDAO.java 473 Potential violation of Law of Demeter (object not created locally)
29262 src/com/gps/dao/TripProcessDAO.java 473 Potential violation of Law of Demeter (object not created locally)
29263 src/com/gps/dao/TripProcessDAO.java 474 Potential violation of Law of Demeter (method chain calls)
29264 src/com/gps/dao/TripProcessDAO.java 474 Potential violation of Law of Demeter (object not created locally)
29265 src/com/gps/dao/TripProcessDAO.java 475 There is log block not surrounded by if
29266 src/com/gps/dao/TripProcessDAO.java 475 There is log block not surrounded by if
29267 src/com/gps/dao/TripProcessDAO.java 482 Avoid if (x != y) ..; else ..;
29268 src/com/gps/dao/TripProcessDAO.java 483 Potential violation of Law of Demeter (object not created locally)
29269 src/com/gps/dao/TripProcessDAO.java 484 Potential violation of Law of Demeter (object not created locally)
29270 src/com/gps/dao/TripProcessDAO.java 488 Potential violation of Law of Demeter (object not created locally)
29271 src/com/gps/dao/TripProcessDAO.java 492 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29272 src/com/gps/dao/TripProcessDAO.java 493 There is log block not surrounded by if
29273 src/com/gps/dao/TripProcessDAO.java 494 Assigning an Object to null is a code smell. Consider refactoring.
29274 src/com/gps/dao/TripProcessDAO.java 500 Parameter 'dateValue' is not assigned and could be declared final
29275 src/com/gps/dao/TripProcessDAO.java 500 Parameter 'vehicleId' is not assigned and could be declared final
29276 src/com/gps/dao/TripProcessDAO.java 500 publicMethodCommentRequirement Required
29277 src/com/gps/dao/TripProcessDAO.java 505 Local variable 'parameters' could be declared final
29278 src/com/gps/dao/TripProcessDAO.java 513 Potential violation of Law of Demeter (method chain calls)
29279 src/com/gps/dao/TripProcessDAO.java 514 Avoid appending characters as strings in StringBuffer.append.
29280 src/com/gps/dao/TripProcessDAO.java 514 Avoid appending characters as strings in StringBuffer.append.
29281 src/com/gps/dao/TripProcessDAO.java 514 Potential violation of Law of Demeter (object not created locally)
29282 src/com/gps/dao/TripProcessDAO.java 517 Avoid using Literals in Conditional Statements
29283 src/com/gps/dao/TripProcessDAO.java 517 Potential violation of Law of Demeter (object not created locally)
29284 src/com/gps/dao/TripProcessDAO.java 518 Potential violation of Law of Demeter (method chain calls)
29285 src/com/gps/dao/TripProcessDAO.java 518 Potential violation of Law of Demeter (object not created locally)
29286 src/com/gps/dao/TripProcessDAO.java 519 Avoid using if statements without curly braces
29287 src/com/gps/dao/TripProcessDAO.java 519 Potential violation of Law of Demeter (object not created locally)
29288 src/com/gps/dao/TripProcessDAO.java 522 Potential violation of Law of Demeter (object not created locally)
29289 src/com/gps/dao/TripProcessDAO.java 524 Avoid using if statements without curly braces
29290 src/com/gps/dao/TripProcessDAO.java 527 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29291 src/com/gps/dao/TripProcessDAO.java 535 Parameter 'date' is not assigned and could be declared final
29292 src/com/gps/dao/TripProcessDAO.java 535 Parameter 'eventCode' is not assigned and could be declared final
29293 src/com/gps/dao/TripProcessDAO.java 535 Parameter 'vehicleId' is not assigned and could be declared final
29294 src/com/gps/dao/TripProcessDAO.java 535 publicMethodCommentRequirement Required
29295 src/com/gps/dao/TripProcessDAO.java 540 Local variable 'parameters' could be declared final
29296 src/com/gps/dao/TripProcessDAO.java 540 StringBuffer constructor is initialized with size 16, but has at least 23 characters appended.
29297 src/com/gps/dao/TripProcessDAO.java 554 Avoid if (x != y) ..; else ..;
29298 src/com/gps/dao/TripProcessDAO.java 556 Avoid appending characters as strings in StringBuffer.append.
29299 src/com/gps/dao/TripProcessDAO.java 556 Potential violation of Law of Demeter (object not created locally)
29300 src/com/gps/dao/TripProcessDAO.java 558 Avoid using if...else statements without curly braces
29301 src/com/gps/dao/TripProcessDAO.java 560 Potential violation of Law of Demeter (method chain calls)
29302 src/com/gps/dao/TripProcessDAO.java 561 Avoid appending characters as strings in StringBuffer.append.
29303 src/com/gps/dao/TripProcessDAO.java 561 Avoid appending characters as strings in StringBuffer.append.
29304 src/com/gps/dao/TripProcessDAO.java 561 Avoid appending characters as strings in StringBuffer.append.
29305 src/com/gps/dao/TripProcessDAO.java 561 Potential violation of Law of Demeter (object not created locally)
29306 src/com/gps/dao/TripProcessDAO.java 564 Avoid using Literals in Conditional Statements
29307 src/com/gps/dao/TripProcessDAO.java 564 Potential violation of Law of Demeter (object not created locally)
29308 src/com/gps/dao/TripProcessDAO.java 565 Potential violation of Law of Demeter (method chain calls)
29309 src/com/gps/dao/TripProcessDAO.java 565 Potential violation of Law of Demeter (object not created locally)
29310 src/com/gps/dao/TripProcessDAO.java 566 Avoid using if statements without curly braces
29311 src/com/gps/dao/TripProcessDAO.java 566 Potential violation of Law of Demeter (object not created locally)
29312 src/com/gps/dao/TripProcessDAO.java 569 Potential violation of Law of Demeter (object not created locally)
29313 src/com/gps/dao/TripProcessDAO.java 571 Avoid using if statements without curly braces
29314 src/com/gps/dao/TripProcessDAO.java 574 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29315 src/com/gps/dao/TripProcessDAO.java 581 Parameter 'tripParamId' is not assigned and could be declared final
29316 src/com/gps/dao/TripProcessDAO.java 581 publicMethodCommentRequirement Required
29317 src/com/gps/dao/TripProcessDAO.java 588 Local variable 'parameters' could be declared final
29318 src/com/gps/dao/TripProcessDAO.java 596 Potential violation of Law of Demeter (method chain calls)
29319 src/com/gps/dao/TripProcessDAO.java 597 Avoid appending characters as strings in StringBuffer.append.
29320 src/com/gps/dao/TripProcessDAO.java 597 Potential violation of Law of Demeter (object not created locally)
29321 src/com/gps/dao/TripProcessDAO.java 600 Avoid using Literals in Conditional Statements
29322 src/com/gps/dao/TripProcessDAO.java 600 Potential violation of Law of Demeter (object not created locally)
29323 src/com/gps/dao/TripProcessDAO.java 601 Potential violation of Law of Demeter (method chain calls)
29324 src/com/gps/dao/TripProcessDAO.java 601 Potential violation of Law of Demeter (object not created locally)
29325 src/com/gps/dao/TripProcessDAO.java 602 Avoid using if statements without curly braces
29326 src/com/gps/dao/TripProcessDAO.java 602 Potential violation of Law of Demeter (object not created locally)
29327 src/com/gps/dao/TripProcessDAO.java 605 Potential violation of Law of Demeter (object not created locally)
29328 src/com/gps/dao/TripProcessDAO.java 607 Avoid using if statements without curly braces
29329 src/com/gps/dao/TripProcessDAO.java 611 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29330 src/com/gps/dao/TripProcessDAO.java 619 Parameter 'date' is not assigned and could be declared final
29331 src/com/gps/dao/TripProcessDAO.java 619 Parameter 'tripParamId' is not assigned and could be declared final
29332 src/com/gps/dao/TripProcessDAO.java 619 Parameter 'vehicleId' is not assigned and could be declared final
29333 src/com/gps/dao/TripProcessDAO.java 619 publicMethodCommentRequirement Required
29334 src/com/gps/dao/TripProcessDAO.java 624 Local variable 'parameters' could be declared final
29335 src/com/gps/dao/TripProcessDAO.java 624 StringBuffer constructor is initialized with size 16, but has at least 18 characters appended.
29336 src/com/gps/dao/TripProcessDAO.java 629 Potential violation of Law of Demeter (method chain calls)
29337 src/com/gps/dao/TripProcessDAO.java 630 Avoid appending characters as strings in StringBuffer.append.
29338 src/com/gps/dao/TripProcessDAO.java 630 Avoid appending characters as strings in StringBuffer.append.
29339 src/com/gps/dao/TripProcessDAO.java 630 Avoid appending characters as strings in StringBuffer.append.
29340 src/com/gps/dao/TripProcessDAO.java 630 Potential violation of Law of Demeter (object not created locally)
29341 src/com/gps/dao/TripProcessDAO.java 633 Avoid using Literals in Conditional Statements
29342 src/com/gps/dao/TripProcessDAO.java 633 Potential violation of Law of Demeter (object not created locally)
29343 src/com/gps/dao/TripProcessDAO.java 634 Potential violation of Law of Demeter (method chain calls)
29344 src/com/gps/dao/TripProcessDAO.java 634 Potential violation of Law of Demeter (object not created locally)
29345 src/com/gps/dao/TripProcessDAO.java 635 Avoid using if statements without curly braces
29346 src/com/gps/dao/TripProcessDAO.java 635 Potential violation of Law of Demeter (object not created locally)
29347 src/com/gps/dao/TripProcessDAO.java 638 Potential violation of Law of Demeter (object not created locally)
29348 src/com/gps/dao/TripProcessDAO.java 641 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29349 src/com/gps/dao/TripProcessDAO.java 648 Parameter 'orgid' is not assigned and could be declared final
29350 src/com/gps/dao/TripProcessDAO.java 648 publicMethodCommentRequirement Required
29351 src/com/gps/dao/TripProcessDAO.java 656 Potential violation of Law of Demeter (method chain calls)
29352 src/com/gps/dao/TripProcessDAO.java 656 Potential violation of Law of Demeter (object not created locally)
29353 src/com/gps/dao/TripProcessDAO.java 657 Potential violation of Law of Demeter (object not created locally)
29354 src/com/gps/dao/TripProcessDAO.java 658 Potential violation of Law of Demeter (method chain calls)
29355 src/com/gps/dao/TripProcessDAO.java 660 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29356 src/com/gps/dao/TripProcessDAO.java 662 Avoid printStackTrace(); use a logger call instead.
29357 src/com/gps/dao/TripProcessDAO.java 662 Potential violation of Law of Demeter (object not created locally)
29358 src/com/gps/dao/UserLayoutSettingDAO.java 1 Possible God class (WMC=51, ATFD=32, TCC=0.0)
29359 src/com/gps/dao/UserLayoutSettingDAO.java 34 Comment is too large: Line too long
29360 src/com/gps/dao/UserLayoutSettingDAO.java 38 The class 'UserLayoutSettingDAO' has a Cyclomatic Complexity of 9 (Highest = 14).
29361 src/com/gps/dao/UserLayoutSettingDAO.java 43 The Logger variable declaration does not contain the static and final modifiers
29362 src/com/gps/dao/UserLayoutSettingDAO.java 46 Comment is too large: Line too long
29363 src/com/gps/dao/UserLayoutSettingDAO.java 48 Comment is too large: Line too long
29364 src/com/gps/dao/UserLayoutSettingDAO.java 52 Parameter 'userId' is not assigned and could be declared final
29365 src/com/gps/dao/UserLayoutSettingDAO.java 54 Local variable 'userDAO' could be declared final
29366 src/com/gps/dao/UserLayoutSettingDAO.java 56 Found 'DD'-anomaly for variable 'loggedInUser' (lines '56'-'70').
29367 src/com/gps/dao/UserLayoutSettingDAO.java 58 Found 'DD'-anomaly for variable 'vehicleSettings' (lines '58'-'78').
29368 src/com/gps/dao/UserLayoutSettingDAO.java 58 Found 'DU'-anomaly for variable 'vehicleSettings' (lines '58'-'102').
29369 src/com/gps/dao/UserLayoutSettingDAO.java 60 Found 'DD'-anomaly for variable 'userPane' (lines '60'-'74').
29370 src/com/gps/dao/UserLayoutSettingDAO.java 62 Found 'DD'-anomaly for variable 'layouts' (lines '62'-'75').
29371 src/com/gps/dao/UserLayoutSettingDAO.java 62 Found 'DU'-anomaly for variable 'layouts' (lines '62'-'102').
29372 src/com/gps/dao/UserLayoutSettingDAO.java 64 Found 'DD'-anomaly for variable 'itrUserPanes' (lines '64'-'81').
29373 src/com/gps/dao/UserLayoutSettingDAO.java 64 Found 'DU'-anomaly for variable 'itrUserPanes' (lines '64'-'102').
29374 src/com/gps/dao/UserLayoutSettingDAO.java 70 Potential violation of Law of Demeter (object not created locally)
29375 src/com/gps/dao/UserLayoutSettingDAO.java 72 Avoid if (x != y) ..; else ..;
29376 src/com/gps/dao/UserLayoutSettingDAO.java 73 Potential violation of Law of Demeter (object not created locally)
29377 src/com/gps/dao/UserLayoutSettingDAO.java 73 There is log block not surrounded by if
29378 src/com/gps/dao/UserLayoutSettingDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29379 src/com/gps/dao/UserLayoutSettingDAO.java 75 Found 'DD'-anomaly for variable 'layouts' (lines '75'-'89').
29380 src/com/gps/dao/UserLayoutSettingDAO.java 78 Potential violation of Law of Demeter (object not created locally)
29381 src/com/gps/dao/UserLayoutSettingDAO.java 81 Potential violation of Law of Demeter (object not created locally)
29382 src/com/gps/dao/UserLayoutSettingDAO.java 84 Avoid using if...else statements without curly braces
29383 src/com/gps/dao/UserLayoutSettingDAO.java 84 Potential violation of Law of Demeter (method chain calls)
29384 src/com/gps/dao/UserLayoutSettingDAO.java 84 Potential violation of Law of Demeter (method chain calls)
29385 src/com/gps/dao/UserLayoutSettingDAO.java 84 Potential violation of Law of Demeter (object not created locally)
29386 src/com/gps/dao/UserLayoutSettingDAO.java 86 Avoid using if...else statements without curly braces
29387 src/com/gps/dao/UserLayoutSettingDAO.java 86 Potential violation of Law of Demeter (method chain calls)
29388 src/com/gps/dao/UserLayoutSettingDAO.java 86 Potential violation of Law of Demeter (method chain calls)
29389 src/com/gps/dao/UserLayoutSettingDAO.java 86 Potential violation of Law of Demeter (object not created locally)
29390 src/com/gps/dao/UserLayoutSettingDAO.java 91 Potential violation of Law of Demeter (object not created locally)
29391 src/com/gps/dao/UserLayoutSettingDAO.java 92 Potential violation of Law of Demeter (object not created locally)
29392 src/com/gps/dao/UserLayoutSettingDAO.java 94 Avoid using if...else statements without curly braces
29393 src/com/gps/dao/UserLayoutSettingDAO.java 94 There is log block not surrounded by if
29394 src/com/gps/dao/UserLayoutSettingDAO.java 94 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29395 src/com/gps/dao/UserLayoutSettingDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29396 src/com/gps/dao/UserLayoutSettingDAO.java 97 Potential violation of Law of Demeter (object not created locally)
29397 src/com/gps/dao/UserLayoutSettingDAO.java 97 There is log block not surrounded by if
29398 src/com/gps/dao/UserLayoutSettingDAO.java 106 Comment is too large: Line too long
29399 src/com/gps/dao/UserLayoutSettingDAO.java 107 Comment is too large: Line too long
29400 src/com/gps/dao/UserLayoutSettingDAO.java 111 Found 'UR'-anomaly for variable 'layout' (lines '111'-'162').
29401 src/com/gps/dao/UserLayoutSettingDAO.java 111 Parameter 'userId' is not assigned and could be declared final
29402 src/com/gps/dao/UserLayoutSettingDAO.java 111 The method 'getDefaultInfoPanels' has a Cyclomatic Complexity of 11.
29403 src/com/gps/dao/UserLayoutSettingDAO.java 114 Found 'DD'-anomaly for variable 'defaultSettings' (lines '114'-'143').
29404 src/com/gps/dao/UserLayoutSettingDAO.java 114 Found 'DU'-anomaly for variable 'defaultSettings' (lines '114'-'186').
29405 src/com/gps/dao/UserLayoutSettingDAO.java 116 Found 'DD'-anomaly for variable 'defaultLayouts' (lines '116'-'148').
29406 src/com/gps/dao/UserLayoutSettingDAO.java 120 Found 'DD'-anomaly for variable 'isPresent' (lines '120'-'157').
29407 src/com/gps/dao/UserLayoutSettingDAO.java 120 Found 'DU'-anomaly for variable 'isPresent' (lines '120'-'186').
29408 src/com/gps/dao/UserLayoutSettingDAO.java 122 Found 'DD'-anomaly for variable 'query' (lines '122'-'130').
29409 src/com/gps/dao/UserLayoutSettingDAO.java 124 Found 'DU'-anomaly for variable 'parameters' (lines '124'-'186').
29410 src/com/gps/dao/UserLayoutSettingDAO.java 124 Local variable 'parameters' could be declared final
29411 src/com/gps/dao/UserLayoutSettingDAO.java 126 Found 'DD'-anomaly for variable 'paramList' (lines '126'-'139').
29412 src/com/gps/dao/UserLayoutSettingDAO.java 126 Found 'DU'-anomaly for variable 'paramList' (lines '126'-'186').
29413 src/com/gps/dao/UserLayoutSettingDAO.java 130 Potential violation of Law of Demeter (method chain calls)
29414 src/com/gps/dao/UserLayoutSettingDAO.java 133 Avoid if (x != y) ..; else ..;
29415 src/com/gps/dao/UserLayoutSettingDAO.java 133 Potential violation of Law of Demeter (method chain calls)
29416 src/com/gps/dao/UserLayoutSettingDAO.java 135 Avoid appending characters as strings in StringBuffer.append.
29417 src/com/gps/dao/UserLayoutSettingDAO.java 138 Avoid using Literals in Conditional Statements
29418 src/com/gps/dao/UserLayoutSettingDAO.java 139 Potential violation of Law of Demeter (method chain calls)
29419 src/com/gps/dao/UserLayoutSettingDAO.java 140 Avoid using if statements without curly braces
29420 src/com/gps/dao/UserLayoutSettingDAO.java 150 Local variable 'layoutIterator' could be declared final
29421 src/com/gps/dao/UserLayoutSettingDAO.java 154 Local variable 'columns' could be declared final
29422 src/com/gps/dao/UserLayoutSettingDAO.java 156 Found 'DD'-anomaly for variable 'style' (lines '156'-'156').
29423 src/com/gps/dao/UserLayoutSettingDAO.java 156 Found 'DU'-anomaly for variable 'style' (lines '156'-'186').
29424 src/com/gps/dao/UserLayoutSettingDAO.java 156 Local variable 'style' could be declared final
29425 src/com/gps/dao/UserLayoutSettingDAO.java 156 Potential violation of Law of Demeter (method chain calls)
29426 src/com/gps/dao/UserLayoutSettingDAO.java 156 Potential violation of Law of Demeter (method chain calls)
29427 src/com/gps/dao/UserLayoutSettingDAO.java 156 Potential violation of Law of Demeter (method chain calls)
29428 src/com/gps/dao/UserLayoutSettingDAO.java 157 Found 'DD'-anomaly for variable 'isPresent' (lines '157'-'164').
29429 src/com/gps/dao/UserLayoutSettingDAO.java 159 Avoid instantiating new objects inside loops
29430 src/com/gps/dao/UserLayoutSettingDAO.java 159 Found 'DD'-anomaly for variable 'panelInfo' (lines '159'-'159').
29431 src/com/gps/dao/UserLayoutSettingDAO.java 159 Found 'DU'-anomaly for variable 'panelInfo' (lines '159'-'186').
29432 src/com/gps/dao/UserLayoutSettingDAO.java 159 Local variable 'panelInfo' could be declared final
29433 src/com/gps/dao/UserLayoutSettingDAO.java 159 Potential violation of Law of Demeter (method chain calls)
29434 src/com/gps/dao/UserLayoutSettingDAO.java 159 Potential violation of Law of Demeter (method chain calls)
29435 src/com/gps/dao/UserLayoutSettingDAO.java 159 Potential violation of Law of Demeter (method chain calls)
29436 src/com/gps/dao/UserLayoutSettingDAO.java 159 Potential violation of Law of Demeter (method chain calls)
29437 src/com/gps/dao/UserLayoutSettingDAO.java 160 Comment is too large: Line too long
29438 src/com/gps/dao/UserLayoutSettingDAO.java 161 Local variable 'layout' could be declared final
29439 src/com/gps/dao/UserLayoutSettingDAO.java 162 Potential violation of Law of Demeter (method chain calls)
29440 src/com/gps/dao/UserLayoutSettingDAO.java 163 Potential violation of Law of Demeter (method chain calls)
29441 src/com/gps/dao/UserLayoutSettingDAO.java 168 Comment is too large: Line too long
29442 src/com/gps/dao/UserLayoutSettingDAO.java 170 Avoid instantiating new objects inside loops
29443 src/com/gps/dao/UserLayoutSettingDAO.java 172 Potential violation of Law of Demeter (method chain calls)
29444 src/com/gps/dao/UserLayoutSettingDAO.java 177 Avoid using if...else statements without curly braces
29445 src/com/gps/dao/UserLayoutSettingDAO.java 177 There is log block not surrounded by if
29446 src/com/gps/dao/UserLayoutSettingDAO.java 177 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29447 src/com/gps/dao/UserLayoutSettingDAO.java 180 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29448 src/com/gps/dao/UserLayoutSettingDAO.java 181 There is log block not surrounded by if
29449 src/com/gps/dao/UserLayoutSettingDAO.java 192 Parameter 'settings' is not assigned and could be declared final
29450 src/com/gps/dao/UserLayoutSettingDAO.java 194 Found 'DD'-anomaly for variable 'userId' (lines '194'-'200').
29451 src/com/gps/dao/UserLayoutSettingDAO.java 195 Found 'DD'-anomaly for variable 'layoutPanels' (lines '195'-'202').
29452 src/com/gps/dao/UserLayoutSettingDAO.java 196 Found 'DD'-anomaly for variable 'defaultUserStyle' (lines '196'-'201').
29453 src/com/gps/dao/UserLayoutSettingDAO.java 197 Found 'DD'-anomaly for variable 'isDefaultSuccess' (lines '197'-'204').
29454 src/com/gps/dao/UserLayoutSettingDAO.java 198 Found 'DD'-anomaly for variable 'isLayoutSucccess' (lines '198'-'205').
29455 src/com/gps/dao/UserLayoutSettingDAO.java 207 Useless parentheses.
29456 src/com/gps/dao/UserLayoutSettingDAO.java 207 Useless parentheses.
29457 src/com/gps/dao/UserLayoutSettingDAO.java 215 Found 'UR'-anomaly for variable 'infoPanel' (lines '215'-'253').
29458 src/com/gps/dao/UserLayoutSettingDAO.java 215 Found 'UR'-anomaly for variable 'infoPanel' (lines '215'-'268').
29459 src/com/gps/dao/UserLayoutSettingDAO.java 215 Found 'UR'-anomaly for variable 'layouts' (lines '215'-'248').
29460 src/com/gps/dao/UserLayoutSettingDAO.java 215 Parameter 'panels' is not assigned and could be declared final
29461 src/com/gps/dao/UserLayoutSettingDAO.java 215 Parameter 'userId' is not assigned and could be declared final
29462 src/com/gps/dao/UserLayoutSettingDAO.java 215 The method 'saveUserPanelSettings' has a Cyclomatic Complexity of 14.
29463 src/com/gps/dao/UserLayoutSettingDAO.java 217 Local variable 'userDAO' could be declared final
29464 src/com/gps/dao/UserLayoutSettingDAO.java 219 Found 'DD'-anomaly for variable 'user' (lines '219'-'243').
29465 src/com/gps/dao/UserLayoutSettingDAO.java 221 Found 'DD'-anomaly for variable 'transaction' (lines '221'-'266').
29466 src/com/gps/dao/UserLayoutSettingDAO.java 223 Found 'DD'-anomaly for variable 'session' (lines '223'-'265').
29467 src/com/gps/dao/UserLayoutSettingDAO.java 225 Found 'DD'-anomaly for variable 'vehiclePanel' (lines '225'-'261').
29468 src/com/gps/dao/UserLayoutSettingDAO.java 225 Found 'DU'-anomaly for variable 'vehiclePanel' (lines '225'-'295').
29469 src/com/gps/dao/UserLayoutSettingDAO.java 227 Found 'DD'-anomaly for variable 'infoPanels' (lines '227'-'258').
29470 src/com/gps/dao/UserLayoutSettingDAO.java 229 Found 'DD'-anomaly for variable 'defaultLayoutId' (lines '229'-'248').
29471 src/com/gps/dao/UserLayoutSettingDAO.java 231 Local variable 'panelDAO' could be declared final
29472 src/com/gps/dao/UserLayoutSettingDAO.java 233 Local variable 'infoPanelDAO' could be declared final
29473 src/com/gps/dao/UserLayoutSettingDAO.java 235 Local variable 'infoPanelID' could be declared final
29474 src/com/gps/dao/UserLayoutSettingDAO.java 237 Found 'DU'-anomaly for variable 'loopCounter' (lines '237'-'295').
29475 src/com/gps/dao/UserLayoutSettingDAO.java 239 Found 'DD'-anomaly for variable 'isSuccess' (lines '239'-'282').
29476 src/com/gps/dao/UserLayoutSettingDAO.java 243 Potential violation of Law of Demeter (object not created locally)
29477 src/com/gps/dao/UserLayoutSettingDAO.java 244 Avoid if (x != y) ..; else ..;
29478 src/com/gps/dao/UserLayoutSettingDAO.java 245 Potential violation of Law of Demeter (object not created locally)
29479 src/com/gps/dao/UserLayoutSettingDAO.java 245 There is log block not surrounded by if
29480 src/com/gps/dao/UserLayoutSettingDAO.java 245 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29481 src/com/gps/dao/UserLayoutSettingDAO.java 246 Local variable 'layouts' could be declared final
29482 src/com/gps/dao/UserLayoutSettingDAO.java 248 Potential violation of Law of Demeter (object not created locally)
29483 src/com/gps/dao/UserLayoutSettingDAO.java 248 Potential violation of Law of Demeter (object not created locally)
29484 src/com/gps/dao/UserLayoutSettingDAO.java 250 Avoid if (x != y) ..; else ..;
29485 src/com/gps/dao/UserLayoutSettingDAO.java 250 Potential violation of Law of Demeter (object not created locally)
29486 src/com/gps/dao/UserLayoutSettingDAO.java 252 Local variable 'infoPanel' could be declared final
29487 src/com/gps/dao/UserLayoutSettingDAO.java 252 Potential violation of Law of Demeter (object not created locally)
29488 src/com/gps/dao/UserLayoutSettingDAO.java 253 Potential violation of Law of Demeter (object not created locally)
29489 src/com/gps/dao/UserLayoutSettingDAO.java 253 Potential violation of Law of Demeter (object not created locally)
29490 src/com/gps/dao/UserLayoutSettingDAO.java 254 Avoid appending characters as strings in StringBuffer.append.
29491 src/com/gps/dao/UserLayoutSettingDAO.java 254 Avoid using if statements without curly braces
29492 src/com/gps/dao/UserLayoutSettingDAO.java 254 Potential violation of Law of Demeter (method chain calls)
29493 src/com/gps/dao/UserLayoutSettingDAO.java 254 Potential violation of Law of Demeter (object not created locally)
29494 src/com/gps/dao/UserLayoutSettingDAO.java 254 Potential violation of Law of Demeter (object not created locally)
29495 src/com/gps/dao/UserLayoutSettingDAO.java 255 Found 'DU'-anomaly for variable 'loopCounter' (lines '255'-'295').
29496 src/com/gps/dao/UserLayoutSettingDAO.java 258 Potential violation of Law of Demeter (object not created locally)
29497 src/com/gps/dao/UserLayoutSettingDAO.java 258 Potential violation of Law of Demeter (object not created locally)
29498 src/com/gps/dao/UserLayoutSettingDAO.java 259 Avoid if (x != y) ..; else ..;
29499 src/com/gps/dao/UserLayoutSettingDAO.java 259 Potential violation of Law of Demeter (object not created locally)
29500 src/com/gps/dao/UserLayoutSettingDAO.java 261 Found 'DD'-anomaly for variable 'vehiclePanel' (lines '261'-'261').
29501 src/com/gps/dao/UserLayoutSettingDAO.java 261 Found 'DU'-anomaly for variable 'vehiclePanel' (lines '261'-'295').
29502 src/com/gps/dao/UserLayoutSettingDAO.java 261 Potential violation of Law of Demeter (object not created locally)
29503 src/com/gps/dao/UserLayoutSettingDAO.java 266 Potential violation of Law of Demeter (object not created locally)
29504 src/com/gps/dao/UserLayoutSettingDAO.java 267 Local variable 'infoPanel' could be declared final
29505 src/com/gps/dao/UserLayoutSettingDAO.java 268 Avoid instantiating new objects inside loops
29506 src/com/gps/dao/UserLayoutSettingDAO.java 268 Local variable 'settingsId' could be declared final
29507 src/com/gps/dao/UserLayoutSettingDAO.java 268 Potential violation of Law of Demeter (object not created locally)
29508 src/com/gps/dao/UserLayoutSettingDAO.java 269 Avoid instantiating new objects inside loops
29509 src/com/gps/dao/UserLayoutSettingDAO.java 269 Local variable 'settings' could be declared final
29510 src/com/gps/dao/UserLayoutSettingDAO.java 270 Potential violation of Law of Demeter (object not created locally)
29511 src/com/gps/dao/UserLayoutSettingDAO.java 272 Potential violation of Law of Demeter (object not created locally)
29512 src/com/gps/dao/UserLayoutSettingDAO.java 273 Avoid using if...else statements without curly braces
29513 src/com/gps/dao/UserLayoutSettingDAO.java 273 There is log block not surrounded by if
29514 src/com/gps/dao/UserLayoutSettingDAO.java 273 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29515 src/com/gps/dao/UserLayoutSettingDAO.java 274 Avoid using if...else statements without curly braces
29516 src/com/gps/dao/UserLayoutSettingDAO.java 274 Potential violation of Law of Demeter (object not created locally)
29517 src/com/gps/dao/UserLayoutSettingDAO.java 274 There is log block not surrounded by if
29518 src/com/gps/dao/UserLayoutSettingDAO.java 274 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29519 src/com/gps/dao/UserLayoutSettingDAO.java 278 There is log block not surrounded by if
29520 src/com/gps/dao/UserLayoutSettingDAO.java 278 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29521 src/com/gps/dao/UserLayoutSettingDAO.java 281 Avoid printStackTrace(); use a logger call instead.
29522 src/com/gps/dao/UserLayoutSettingDAO.java 281 Potential violation of Law of Demeter (object not created locally)
29523 src/com/gps/dao/UserLayoutSettingDAO.java 282 Found 'DD'-anomaly for variable 'isSuccess' (lines '282'-'288').
29524 src/com/gps/dao/UserLayoutSettingDAO.java 284 Avoid using if statements without curly braces
29525 src/com/gps/dao/UserLayoutSettingDAO.java 284 Potential violation of Law of Demeter (object not created locally)
29526 src/com/gps/dao/UserLayoutSettingDAO.java 285 There is log block not surrounded by if
29527 src/com/gps/dao/UserLayoutSettingDAO.java 287 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29528 src/com/gps/dao/UserLayoutSettingDAO.java 292 Avoid using if statements without curly braces
29529 src/com/gps/dao/UserLayoutSettingDAO.java 292 Potential violation of Law of Demeter (object not created locally)
29530 src/com/gps/dao/UserLayoutSettingDAO.java 299 Comment is too large: Line too long
29531 src/com/gps/dao/UserLayoutSettingDAO.java 303 Parameter 'layoutId' is not assigned and could be declared final
29532 src/com/gps/dao/UserLayoutSettingDAO.java 303 Parameter 'userId' is not assigned and could be declared final
29533 src/com/gps/dao/UserLayoutSettingDAO.java 303 The method 'removePanels' has a Cyclomatic Complexity of 10.
29534 src/com/gps/dao/UserLayoutSettingDAO.java 305 Found 'DD'-anomaly for variable 'query' (lines '305'-'317').
29535 src/com/gps/dao/UserLayoutSettingDAO.java 307 Found 'DU'-anomaly for variable 'parameters' (lines '307'-'349').
29536 src/com/gps/dao/UserLayoutSettingDAO.java 307 Local variable 'parameters' could be declared final
29537 src/com/gps/dao/UserLayoutSettingDAO.java 309 Found 'DD'-anomaly for variable 'paramList' (lines '309'-'325').
29538 src/com/gps/dao/UserLayoutSettingDAO.java 309 Found 'DU'-anomaly for variable 'paramList' (lines '309'-'349').
29539 src/com/gps/dao/UserLayoutSettingDAO.java 311 Found 'DD'-anomaly for variable 'transaction' (lines '311'-'329').
29540 src/com/gps/dao/UserLayoutSettingDAO.java 313 Found 'DD'-anomaly for variable 'session' (lines '313'-'328').
29541 src/com/gps/dao/UserLayoutSettingDAO.java 315 Found 'DD'-anomaly for variable 'status' (lines '315'-'331').
29542 src/com/gps/dao/UserLayoutSettingDAO.java 315 Found 'DU'-anomaly for variable 'status' (lines '315'-'349').
29543 src/com/gps/dao/UserLayoutSettingDAO.java 317 Potential violation of Law of Demeter (method chain calls)
29544 src/com/gps/dao/UserLayoutSettingDAO.java 319 Potential violation of Law of Demeter (method chain calls)
29545 src/com/gps/dao/UserLayoutSettingDAO.java 319 Potential violation of Law of Demeter (object not created locally)
29546 src/com/gps/dao/UserLayoutSettingDAO.java 321 Avoid appending characters as strings in StringBuffer.append.
29547 src/com/gps/dao/UserLayoutSettingDAO.java 321 Avoid appending characters as strings in StringBuffer.append.
29548 src/com/gps/dao/UserLayoutSettingDAO.java 321 Potential violation of Law of Demeter (object not created locally)
29549 src/com/gps/dao/UserLayoutSettingDAO.java 324 Avoid using Literals in Conditional Statements
29550 src/com/gps/dao/UserLayoutSettingDAO.java 324 Potential violation of Law of Demeter (object not created locally)
29551 src/com/gps/dao/UserLayoutSettingDAO.java 325 Potential violation of Law of Demeter (method chain calls)
29552 src/com/gps/dao/UserLayoutSettingDAO.java 325 Potential violation of Law of Demeter (object not created locally)
29553 src/com/gps/dao/UserLayoutSettingDAO.java 326 Avoid using if statements without curly braces
29554 src/com/gps/dao/UserLayoutSettingDAO.java 326 Potential violation of Law of Demeter (object not created locally)
29555 src/com/gps/dao/UserLayoutSettingDAO.java 329 Potential violation of Law of Demeter (object not created locally)
29556 src/com/gps/dao/UserLayoutSettingDAO.java 331 Potential violation of Law of Demeter (object not created locally)
29557 src/com/gps/dao/UserLayoutSettingDAO.java 332 Potential violation of Law of Demeter (object not created locally)
29558 src/com/gps/dao/UserLayoutSettingDAO.java 334 Avoid using Literals in Conditional Statements
29559 src/com/gps/dao/UserLayoutSettingDAO.java 335 There is log block not surrounded by if
29560 src/com/gps/dao/UserLayoutSettingDAO.java 335 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29561 src/com/gps/dao/UserLayoutSettingDAO.java 341 Avoid using if statements without curly braces
29562 src/com/gps/dao/UserLayoutSettingDAO.java 341 Potential violation of Law of Demeter (object not created locally)
29563 src/com/gps/dao/UserLayoutSettingDAO.java 342 There is log block not surrounded by if
29564 src/com/gps/dao/UserLayoutSettingDAO.java 344 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29565 src/com/gps/dao/UserLayoutSettingDAO.java 347 Avoid using if statements without curly braces
29566 src/com/gps/dao/UserLayoutSettingDAO.java 347 Potential violation of Law of Demeter (object not created locally)
29567 src/com/gps/dao/UserLayoutSettingDAO.java 358 Found 'UR'-anomaly for variable 'vehicleLayout' (lines '358'-'400').
29568 src/com/gps/dao/UserLayoutSettingDAO.java 358 Parameter 'defaultStyle' is not assigned and could be declared final
29569 src/com/gps/dao/UserLayoutSettingDAO.java 358 Parameter 'userId' is not assigned and could be declared final
29570 src/com/gps/dao/UserLayoutSettingDAO.java 358 The method 'saveDefaultUserSettngs' has a Cyclomatic Complexity of 11.
29571 src/com/gps/dao/UserLayoutSettingDAO.java 360 Found 'DU'-anomaly for variable 'userDAO' (lines '360'-'445').
29572 src/com/gps/dao/UserLayoutSettingDAO.java 360 Local variable 'userDAO' could be declared final
29573 src/com/gps/dao/UserLayoutSettingDAO.java 362 Found 'DD'-anomaly for variable 'user' (lines '362'-'389').
29574 src/com/gps/dao/UserLayoutSettingDAO.java 362 Found 'DU'-anomaly for variable 'user' (lines '362'-'445').
29575 src/com/gps/dao/UserLayoutSettingDAO.java 364 Found 'DD'-anomaly for variable 'defaultLayoutId' (lines '364'-'383').
29576 src/com/gps/dao/UserLayoutSettingDAO.java 366 Found 'DD'-anomaly for variable 'isPresent' (lines '366'-'401').
29577 src/com/gps/dao/UserLayoutSettingDAO.java 366 Found 'DU'-anomaly for variable 'isPresent' (lines '366'-'445').
29578 src/com/gps/dao/UserLayoutSettingDAO.java 368 Local variable 'panelDAO' could be declared final
29579 src/com/gps/dao/UserLayoutSettingDAO.java 370 Found 'DD'-anomaly for variable 'settings' (lines '370'-'395').
29580 src/com/gps/dao/UserLayoutSettingDAO.java 370 Found 'DU'-anomaly for variable 'settings' (lines '370'-'445').
29581 src/com/gps/dao/UserLayoutSettingDAO.java 372 Found 'DU'-anomaly for variable 'vehiclePanelDAO' (lines '372'-'445').
29582 src/com/gps/dao/UserLayoutSettingDAO.java 372 Local variable 'vehiclePanelDAO' could be declared final
29583 src/com/gps/dao/UserLayoutSettingDAO.java 374 Found 'DD'-anomaly for variable 'transaction' (lines '374'-'416').
29584 src/com/gps/dao/UserLayoutSettingDAO.java 376 Found 'DD'-anomaly for variable 'session' (lines '376'-'414').
29585 src/com/gps/dao/UserLayoutSettingDAO.java 378 Found 'DD'-anomaly for variable 'vehiclePanel' (lines '378'-'409').
29586 src/com/gps/dao/UserLayoutSettingDAO.java 378 Found 'DU'-anomaly for variable 'vehiclePanel' (lines '378'-'445').
29587 src/com/gps/dao/UserLayoutSettingDAO.java 380 Found 'DD'-anomaly for variable 'isSuccess' (lines '380'-'425').
29588 src/com/gps/dao/UserLayoutSettingDAO.java 380 Found 'DD'-anomaly for variable 'isSuccess' (lines '380'-'432').
29589 src/com/gps/dao/UserLayoutSettingDAO.java 383 Potential violation of Law of Demeter (object not created locally)
29590 src/com/gps/dao/UserLayoutSettingDAO.java 386 Avoid if (x != y) ..; else ..;
29591 src/com/gps/dao/UserLayoutSettingDAO.java 389 Potential violation of Law of Demeter (object not created locally)
29592 src/com/gps/dao/UserLayoutSettingDAO.java 392 Avoid if (x != y) ..; else ..;
29593 src/com/gps/dao/UserLayoutSettingDAO.java 393 Potential violation of Law of Demeter (object not created locally)
29594 src/com/gps/dao/UserLayoutSettingDAO.java 393 There is log block not surrounded by if
29595 src/com/gps/dao/UserLayoutSettingDAO.java 393 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29596 src/com/gps/dao/UserLayoutSettingDAO.java 395 Potential violation of Law of Demeter (object not created locally)
29597 src/com/gps/dao/UserLayoutSettingDAO.java 397 Potential violation of Law of Demeter (object not created locally)
29598 src/com/gps/dao/UserLayoutSettingDAO.java 399 Local variable 'vehicleLayout' could be declared final
29599 src/com/gps/dao/UserLayoutSettingDAO.java 400 Potential violation of Law of Demeter (method chain calls)
29600 src/com/gps/dao/UserLayoutSettingDAO.java 400 Potential violation of Law of Demeter (object not created locally)
29601 src/com/gps/dao/UserLayoutSettingDAO.java 409 Potential violation of Law of Demeter (object not created locally)
29602 src/com/gps/dao/UserLayoutSettingDAO.java 411 Potential violation of Law of Demeter (object not created locally)
29603 src/com/gps/dao/UserLayoutSettingDAO.java 412 Potential violation of Law of Demeter (object not created locally)
29604 src/com/gps/dao/UserLayoutSettingDAO.java 416 Potential violation of Law of Demeter (object not created locally)
29605 src/com/gps/dao/UserLayoutSettingDAO.java 418 Potential violation of Law of Demeter (object not created locally)
29606 src/com/gps/dao/UserLayoutSettingDAO.java 420 Potential violation of Law of Demeter (object not created locally)
29607 src/com/gps/dao/UserLayoutSettingDAO.java 422 Potential violation of Law of Demeter (object not created locally)
29608 src/com/gps/dao/UserLayoutSettingDAO.java 425 Found 'DD'-anomaly for variable 'isSuccess' (lines '425'-'432').
29609 src/com/gps/dao/UserLayoutSettingDAO.java 426 There is log block not surrounded by if
29610 src/com/gps/dao/UserLayoutSettingDAO.java 426 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29611 src/com/gps/dao/UserLayoutSettingDAO.java 429 Avoid using if...else statements without curly braces
29612 src/com/gps/dao/UserLayoutSettingDAO.java 429 There is log block not surrounded by if
29613 src/com/gps/dao/UserLayoutSettingDAO.java 429 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29614 src/com/gps/dao/UserLayoutSettingDAO.java 432 Found 'DD'-anomaly for variable 'isSuccess' (lines '432'-'438').
29615 src/com/gps/dao/UserLayoutSettingDAO.java 434 Avoid using if statements without curly braces
29616 src/com/gps/dao/UserLayoutSettingDAO.java 434 Potential violation of Law of Demeter (object not created locally)
29617 src/com/gps/dao/UserLayoutSettingDAO.java 435 There is log block not surrounded by if
29618 src/com/gps/dao/UserLayoutSettingDAO.java 437 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29619 src/com/gps/dao/UserLayoutSettingDAO.java 442 Avoid using if statements without curly braces
29620 src/com/gps/dao/UserLayoutSettingDAO.java 442 Potential violation of Law of Demeter (object not created locally)
29621 src/com/gps/dao/VehicleProcessDAO.java 1 Comment is too large: Too many lines
29622 src/com/gps/dao/VehicleProcessDAO.java 12 Comment is too large: Too many lines
29623 src/com/gps/dao/VehicleProcessDAO.java 16 Comment is too large: Line too long
29624 src/com/gps/dao/VehicleProcessDAO.java 17 Comment is too large: Line too long
29625 src/com/gps/dao/VehicleProcessDAO.java 29 Possible God class (WMC=62, ATFD=31, TCC=0.0)
29626 src/com/gps/dao/VehicleProcessDAO.java 42 Avoid unused imports such as 'com.gps.hibernate.Device'
29627 src/com/gps/dao/VehicleProcessDAO.java 43 Avoid unused imports such as 'com.gps.hibernate.DeviceDAO'
29628 src/com/gps/dao/VehicleProcessDAO.java 46 Avoid unused imports such as 'com.gps.dto.TripParamDTO'
29629 src/com/gps/dao/VehicleProcessDAO.java 57 headerCommentRequirement Required
29630 src/com/gps/dao/VehicleProcessDAO.java 61 The Logger variable declaration does not contain the static and final modifiers
29631 src/com/gps/dao/VehicleProcessDAO.java 61 Use explicit scoping instead of the default package private level
29632 src/com/gps/dao/VehicleProcessDAO.java 63 Found 'UR'-anomaly for variable 'deviceTripDTO' (lines '63'-'78').
29633 src/com/gps/dao/VehicleProcessDAO.java 63 publicMethodCommentRequirement Required
29634 src/com/gps/dao/VehicleProcessDAO.java 65 Found 'DD'-anomaly for variable 'tripList' (lines '65'-'69').
29635 src/com/gps/dao/VehicleProcessDAO.java 73 Avoid if (x != y) ..; else ..;
29636 src/com/gps/dao/VehicleProcessDAO.java 75 There is log block not surrounded by if
29637 src/com/gps/dao/VehicleProcessDAO.java 75 There is log block not surrounded by if
29638 src/com/gps/dao/VehicleProcessDAO.java 76 Found 'DU'-anomaly for variable 'typeDAO' (lines '76'-'104').
29639 src/com/gps/dao/VehicleProcessDAO.java 76 Local variable 'typeDAO' could be declared final
29640 src/com/gps/dao/VehicleProcessDAO.java 77 Local variable 'deviceTripDTO' could be declared final
29641 src/com/gps/dao/VehicleProcessDAO.java 78 Avoid if (x != y) ..; else ..;
29642 src/com/gps/dao/VehicleProcessDAO.java 80 Potential violation of Law of Demeter (method chain calls)
29643 src/com/gps/dao/VehicleProcessDAO.java 80 Potential violation of Law of Demeter (method chain calls)
29644 src/com/gps/dao/VehicleProcessDAO.java 87 Local variable 'GeoVehicle' could be declared final
29645 src/com/gps/dao/VehicleProcessDAO.java 87 Variables should start with a lowercase character, 'GeoVehicle' starts with uppercase character.
29646 src/com/gps/dao/VehicleProcessDAO.java 88 Avoid using Literals in Conditional Statements
29647 src/com/gps/dao/VehicleProcessDAO.java 88 Potential violation of Law of Demeter (object not created locally)
29648 src/com/gps/dao/VehicleProcessDAO.java 88 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
29649 src/com/gps/dao/VehicleProcessDAO.java 90 Potential violation of Law of Demeter (method chain calls)
29650 src/com/gps/dao/VehicleProcessDAO.java 90 Potential violation of Law of Demeter (method chain calls)
29651 src/com/gps/dao/VehicleProcessDAO.java 90 Potential violation of Law of Demeter (method chain calls)
29652 src/com/gps/dao/VehicleProcessDAO.java 90 Potential violation of Law of Demeter (method chain calls)
29653 src/com/gps/dao/VehicleProcessDAO.java 90 Potential violation of Law of Demeter (object not created locally)
29654 src/com/gps/dao/VehicleProcessDAO.java 90 Potential violation of Law of Demeter (object not created locally)
29655 src/com/gps/dao/VehicleProcessDAO.java 90 There is log block not surrounded by if
29656 src/com/gps/dao/VehicleProcessDAO.java 90 There is log block not surrounded by if
29657 src/com/gps/dao/VehicleProcessDAO.java 91 Potential violation of Law of Demeter (method chain calls)
29658 src/com/gps/dao/VehicleProcessDAO.java 91 Potential violation of Law of Demeter (method chain calls)
29659 src/com/gps/dao/VehicleProcessDAO.java 91 Potential violation of Law of Demeter (object not created locally)
29660 src/com/gps/dao/VehicleProcessDAO.java 92 Potential violation of Law of Demeter (method chain calls)
29661 src/com/gps/dao/VehicleProcessDAO.java 92 Potential violation of Law of Demeter (method chain calls)
29662 src/com/gps/dao/VehicleProcessDAO.java 92 Potential violation of Law of Demeter (object not created locally)
29663 src/com/gps/dao/VehicleProcessDAO.java 98 Avoid using if...else statements without curly braces
29664 src/com/gps/dao/VehicleProcessDAO.java 98 There is log block not surrounded by if
29665 src/com/gps/dao/VehicleProcessDAO.java 98 There is log block not surrounded by if
29666 src/com/gps/dao/VehicleProcessDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29667 src/com/gps/dao/VehicleProcessDAO.java 101 There is log block not surrounded by if
29668 src/com/gps/dao/VehicleProcessDAO.java 107 Method names should not start with capital letters
29669 src/com/gps/dao/VehicleProcessDAO.java 107 Parameter 'vehicleId' is not assigned and could be declared final
29670 src/com/gps/dao/VehicleProcessDAO.java 109 Found 'DD'-anomaly for variable 'GeoVehicle' (lines '109'-'113').
29671 src/com/gps/dao/VehicleProcessDAO.java 109 Variables should start with a lowercase character, 'GeoVehicle' starts with uppercase character.
29672 src/com/gps/dao/VehicleProcessDAO.java 112 There is log block not surrounded by if
29673 src/com/gps/dao/VehicleProcessDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29674 src/com/gps/dao/VehicleProcessDAO.java 115 Avoid catching NullPointerException; consider removing the cause of the NPE.
29675 src/com/gps/dao/VehicleProcessDAO.java 115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29676 src/com/gps/dao/VehicleProcessDAO.java 117 There is log block not surrounded by if
29677 src/com/gps/dao/VehicleProcessDAO.java 124 Parameter 'vehicleId' is not assigned and could be declared final
29678 src/com/gps/dao/VehicleProcessDAO.java 124 publicMethodCommentRequirement Required
29679 src/com/gps/dao/VehicleProcessDAO.java 126 Found 'DD'-anomaly for variable 'trip' (lines '126'-'132').
29680 src/com/gps/dao/VehicleProcessDAO.java 127 Found 'DD'-anomaly for variable 'tripInfo' (lines '127'-'139').
29681 src/com/gps/dao/VehicleProcessDAO.java 137 Avoid using Literals in Conditional Statements
29682 src/com/gps/dao/VehicleProcessDAO.java 137 Potential violation of Law of Demeter (object not created locally)
29683 src/com/gps/dao/VehicleProcessDAO.java 137 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
29684 src/com/gps/dao/VehicleProcessDAO.java 139 Found 'DD'-anomaly for variable 'tripInfo' (lines '139'-'140').
29685 src/com/gps/dao/VehicleProcessDAO.java 140 Potential violation of Law of Demeter (object not created locally)
29686 src/com/gps/dao/VehicleProcessDAO.java 144 There is log block not surrounded by if
29687 src/com/gps/dao/VehicleProcessDAO.java 144 There is log block not surrounded by if
29688 src/com/gps/dao/VehicleProcessDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29689 src/com/gps/dao/VehicleProcessDAO.java 148 There is log block not surrounded by if
29690 src/com/gps/dao/VehicleProcessDAO.java 155 Parameter 'vehicleid' is not assigned and could be declared final
29691 src/com/gps/dao/VehicleProcessDAO.java 155 publicMethodCommentRequirement Required
29692 src/com/gps/dao/VehicleProcessDAO.java 159 Found 'DD'-anomaly for variable 'vehicle' (lines '159'-'165').
29693 src/com/gps/dao/VehicleProcessDAO.java 164 Avoid using Literals in Conditional Statements
29694 src/com/gps/dao/VehicleProcessDAO.java 164 Avoid using if statements without curly braces
29695 src/com/gps/dao/VehicleProcessDAO.java 164 Potential violation of Law of Demeter (object not created locally)
29696 src/com/gps/dao/VehicleProcessDAO.java 164 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
29697 src/com/gps/dao/VehicleProcessDAO.java 165 Potential violation of Law of Demeter (object not created locally)
29698 src/com/gps/dao/VehicleProcessDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29699 src/com/gps/dao/VehicleProcessDAO.java 170 There is log block not surrounded by if
29700 src/com/gps/dao/VehicleProcessDAO.java 175 Parameter 'vehicleId' is not assigned and could be declared final
29701 src/com/gps/dao/VehicleProcessDAO.java 175 publicMethodCommentRequirement Required
29702 src/com/gps/dao/VehicleProcessDAO.java 178 Found 'DD'-anomaly for variable 'tripList' (lines '178'-'199').
29703 src/com/gps/dao/VehicleProcessDAO.java 179 Found 'DD'-anomaly for variable 'paramIdList' (lines '179'-'187').
29704 src/com/gps/dao/VehicleProcessDAO.java 180 Avoid declaring a variable if it is unreferenced before a possible exit point.
29705 src/com/gps/dao/VehicleProcessDAO.java 180 Avoid unused local variables such as 'tripInfo'.
29706 src/com/gps/dao/VehicleProcessDAO.java 180 Found 'DU'-anomaly for variable 'tripInfo' (lines '180'-'218').
29707 src/com/gps/dao/VehicleProcessDAO.java 180 Local variable 'tripInfo' could be declared final
29708 src/com/gps/dao/VehicleProcessDAO.java 184 There is log block not surrounded by if
29709 src/com/gps/dao/VehicleProcessDAO.java 184 There is log block not surrounded by if
29710 src/com/gps/dao/VehicleProcessDAO.java 189 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29711 src/com/gps/dao/VehicleProcessDAO.java 191 Avoid printStackTrace(); use a logger call instead.
29712 src/com/gps/dao/VehicleProcessDAO.java 194 System.out.print is used
29713 src/com/gps/dao/VehicleProcessDAO.java 195 There is log block not surrounded by if
29714 src/com/gps/dao/VehicleProcessDAO.java 195 There is log block not surrounded by if
29715 src/com/gps/dao/VehicleProcessDAO.java 198 Avoid using if statements without curly braces
29716 src/com/gps/dao/VehicleProcessDAO.java 203 Avoid using Literals in Conditional Statements
29717 src/com/gps/dao/VehicleProcessDAO.java 203 Potential violation of Law of Demeter (method chain calls)
29718 src/com/gps/dao/VehicleProcessDAO.java 205 System.out.print is used
29719 src/com/gps/dao/VehicleProcessDAO.java 206 Potential violation of Law of Demeter (method chain calls)
29720 src/com/gps/dao/VehicleProcessDAO.java 208 A method should have only one exit point, and that should be the last statement in the method
29721 src/com/gps/dao/VehicleProcessDAO.java 212 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29722 src/com/gps/dao/VehicleProcessDAO.java 213 There is log block not surrounded by if
29723 src/com/gps/dao/VehicleProcessDAO.java 220 Parameter 'vehicleId' is not assigned and could be declared final
29724 src/com/gps/dao/VehicleProcessDAO.java 220 publicMethodCommentRequirement Required
29725 src/com/gps/dao/VehicleProcessDAO.java 223 Found 'DD'-anomaly for variable 'headingvalue' (lines '223'-'230').
29726 src/com/gps/dao/VehicleProcessDAO.java 226 Local variable 'query' could be declared final
29727 src/com/gps/dao/VehicleProcessDAO.java 227 Local variable 'heading' could be declared final
29728 src/com/gps/dao/VehicleProcessDAO.java 230 Potential violation of Law of Demeter (object not created locally)
29729 src/com/gps/dao/VehicleProcessDAO.java 236 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29730 src/com/gps/dao/VehicleProcessDAO.java 237 There is log block not surrounded by if
29731 src/com/gps/dao/VehicleProcessDAO.java 245 publicMethodCommentRequirement Required
29732 src/com/gps/dao/VehicleProcessDAO.java 247 Found 'DD'-anomaly for variable 'tripList' (lines '247'-'270').
29733 src/com/gps/dao/VehicleProcessDAO.java 248 Found 'DD'-anomaly for variable 'paramIdList' (lines '248'-'254').
29734 src/com/gps/dao/VehicleProcessDAO.java 249 Local variable 'tripInfo' could be declared final
29735 src/com/gps/dao/VehicleProcessDAO.java 253 There is log block not surrounded by if
29736 src/com/gps/dao/VehicleProcessDAO.java 253 There is log block not surrounded by if
29737 src/com/gps/dao/VehicleProcessDAO.java 260 Avoid if (x != y) ..; else ..;
29738 src/com/gps/dao/VehicleProcessDAO.java 261 Avoid appending characters as strings in StringBuffer.append.
29739 src/com/gps/dao/VehicleProcessDAO.java 261 Avoid using if...else statements without curly braces
29740 src/com/gps/dao/VehicleProcessDAO.java 261 Potential violation of Law of Demeter (method chain calls)
29741 src/com/gps/dao/VehicleProcessDAO.java 263 Avoid using if...else statements without curly braces
29742 src/com/gps/dao/VehicleProcessDAO.java 263 Potential violation of Law of Demeter (method chain calls)
29743 src/com/gps/dao/VehicleProcessDAO.java 266 There is log block not surrounded by if
29744 src/com/gps/dao/VehicleProcessDAO.java 266 There is log block not surrounded by if
29745 src/com/gps/dao/VehicleProcessDAO.java 269 Avoid using Literals in Conditional Statements
29746 src/com/gps/dao/VehicleProcessDAO.java 269 Avoid using if statements without curly braces
29747 src/com/gps/dao/VehicleProcessDAO.java 274 Avoid using if statements without curly braces
29748 src/com/gps/dao/VehicleProcessDAO.java 275 There is log block not surrounded by if
29749 src/com/gps/dao/VehicleProcessDAO.java 275 There is log block not surrounded by if
29750 src/com/gps/dao/VehicleProcessDAO.java 278 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29751 src/com/gps/dao/VehicleProcessDAO.java 286 Parameter 'vehicleId' is not assigned and could be declared final
29752 src/com/gps/dao/VehicleProcessDAO.java 286 publicMethodCommentRequirement Required
29753 src/com/gps/dao/VehicleProcessDAO.java 288 Found 'DD'-anomaly for variable 'tripList' (lines '288'-'292').
29754 src/com/gps/dao/VehicleProcessDAO.java 295 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29755 src/com/gps/dao/VehicleProcessDAO.java 296 There is log block not surrounded by if
29756 src/com/gps/dao/VehicleProcessDAO.java 304 A method/constructor shouldnt explicitly throw java.lang.Exception
29757 src/com/gps/dao/VehicleProcessDAO.java 304 Parameter 'organizationId' is not assigned and could be declared final
29758 src/com/gps/dao/VehicleProcessDAO.java 304 publicMethodCommentRequirement Required
29759 src/com/gps/dao/VehicleProcessDAO.java 306 There is log block not surrounded by if
29760 src/com/gps/dao/VehicleProcessDAO.java 306 There is log block not surrounded by if
29761 src/com/gps/dao/VehicleProcessDAO.java 307 Local variable 'vdao' could be declared final
29762 src/com/gps/dao/VehicleProcessDAO.java 308 Found 'DD'-anomaly for variable 'vehicles' (lines '308'-'315').
29763 src/com/gps/dao/VehicleProcessDAO.java 309 Found 'DD'-anomaly for variable 'sess' (lines '309'-'312').
29764 src/com/gps/dao/VehicleProcessDAO.java 312 Potential violation of Law of Demeter (object not created locally)
29765 src/com/gps/dao/VehicleProcessDAO.java 314 Comment is too large: Line too long
29766 src/com/gps/dao/VehicleProcessDAO.java 315 Potential violation of Law of Demeter (method chain calls)
29767 src/com/gps/dao/VehicleProcessDAO.java 315 Potential violation of Law of Demeter (object not created locally)
29768 src/com/gps/dao/VehicleProcessDAO.java 316 Potential violation of Law of Demeter (object not created locally)
29769 src/com/gps/dao/VehicleProcessDAO.java 316 There is log block not surrounded by if
29770 src/com/gps/dao/VehicleProcessDAO.java 316 There is log block not surrounded by if
29771 src/com/gps/dao/VehicleProcessDAO.java 321 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29772 src/com/gps/dao/VehicleProcessDAO.java 323 There is log block not surrounded by if
29773 src/com/gps/dao/VehicleProcessDAO.java 329 Parameter 'deviceNumber' is not assigned and could be declared final
29774 src/com/gps/dao/VehicleProcessDAO.java 329 Parameter 'regNo' is not assigned and could be declared final
29775 src/com/gps/dao/VehicleProcessDAO.java 329 publicMethodCommentRequirement Required
29776 src/com/gps/dao/VehicleProcessDAO.java 330 Found 'DD'-anomaly for variable 'vehicle' (lines '330'-'346').
29777 src/com/gps/dao/VehicleProcessDAO.java 331 Found 'DD'-anomaly for variable 'queryVehicle' (lines '331'-'343').
29778 src/com/gps/dao/VehicleProcessDAO.java 332 Local variable 'vdao' could be declared final
29779 src/com/gps/dao/VehicleProcessDAO.java 333 Found 'DD'-anomaly for variable 'regQry' (lines '333'-'341').
29780 src/com/gps/dao/VehicleProcessDAO.java 334 Found 'DD'-anomaly for variable 'deviceQry' (lines '334'-'338').
29781 src/com/gps/dao/VehicleProcessDAO.java 337 Avoid using if statements without curly braces
29782 src/com/gps/dao/VehicleProcessDAO.java 340 Avoid using if statements without curly braces
29783 src/com/gps/dao/VehicleProcessDAO.java 343 Potential violation of Law of Demeter (method chain calls)
29784 src/com/gps/dao/VehicleProcessDAO.java 343 Potential violation of Law of Demeter (object not created locally)
29785 src/com/gps/dao/VehicleProcessDAO.java 345 Avoid using if statements without curly braces
29786 src/com/gps/dao/VehicleProcessDAO.java 346 Potential violation of Law of Demeter (object not created locally)
29787 src/com/gps/dao/VehicleProcessDAO.java 348 Avoid using Literals in Conditional Statements
29788 src/com/gps/dao/VehicleProcessDAO.java 348 Potential violation of Law of Demeter (object not created locally)
29789 src/com/gps/dao/VehicleProcessDAO.java 348 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
29790 src/com/gps/dao/VehicleProcessDAO.java 349 Potential violation of Law of Demeter (method chain calls)
29791 src/com/gps/dao/VehicleProcessDAO.java 349 Potential violation of Law of Demeter (method chain calls)
29792 src/com/gps/dao/VehicleProcessDAO.java 349 Potential violation of Law of Demeter (object not created locally)
29793 src/com/gps/dao/VehicleProcessDAO.java 349 There is log block not surrounded by if
29794 src/com/gps/dao/VehicleProcessDAO.java 349 There is log block not surrounded by if
29795 src/com/gps/dao/VehicleProcessDAO.java 350 A method should have only one exit point, and that should be the last statement in the method
29796 src/com/gps/dao/VehicleProcessDAO.java 350 Potential violation of Law of Demeter (object not created locally)
29797 src/com/gps/dao/VehicleProcessDAO.java 352 There is log block not surrounded by if
29798 src/com/gps/dao/VehicleProcessDAO.java 352 There is log block not surrounded by if
29799 src/com/gps/dao/VehicleProcessDAO.java 355 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29800 src/com/gps/dao/VehicleProcessDAO.java 357 There is log block not surrounded by if
29801 src/com/gps/dao/VehicleProcessDAO.java 364 Parameter 'reset' is not assigned and could be declared final
29802 src/com/gps/dao/VehicleProcessDAO.java 364 Parameter 'vehicleId' is not assigned and could be declared final
29803 src/com/gps/dao/VehicleProcessDAO.java 364 publicMethodCommentRequirement Required
29804 src/com/gps/dao/VehicleProcessDAO.java 365 Found 'DD'-anomaly for variable 'sess' (lines '365'-'371').
29805 src/com/gps/dao/VehicleProcessDAO.java 366 Local variable 'dao' could be declared final
29806 src/com/gps/dao/VehicleProcessDAO.java 367 Avoid variables with short names like tx
29807 src/com/gps/dao/VehicleProcessDAO.java 371 Potential violation of Law of Demeter (object not created locally)
29808 src/com/gps/dao/VehicleProcessDAO.java 372 Potential violation of Law of Demeter (object not created locally)
29809 src/com/gps/dao/VehicleProcessDAO.java 374 Local variable 'vehicle' could be declared final
29810 src/com/gps/dao/VehicleProcessDAO.java 374 Potential violation of Law of Demeter (object not created locally)
29811 src/com/gps/dao/VehicleProcessDAO.java 375 Potential violation of Law of Demeter (object not created locally)
29812 src/com/gps/dao/VehicleProcessDAO.java 377 Potential violation of Law of Demeter (object not created locally)
29813 src/com/gps/dao/VehicleProcessDAO.java 378 Potential violation of Law of Demeter (object not created locally)
29814 src/com/gps/dao/VehicleProcessDAO.java 379 Potential violation of Law of Demeter (object not created locally)
29815 src/com/gps/dao/VehicleProcessDAO.java 380 Potential violation of Law of Demeter (object not created locally)
29816 src/com/gps/dao/VehicleProcessDAO.java 382 There is log block not surrounded by if
29817 src/com/gps/dao/VehicleProcessDAO.java 382 There is log block not surrounded by if
29818 src/com/gps/dao/VehicleProcessDAO.java 384 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29819 src/com/gps/dao/VehicleProcessDAO.java 386 There is log block not surrounded by if
29820 src/com/gps/dao/VehicleProcessDAO.java 390 Parameter 'deviceTripDTO' is not assigned and could be declared final
29821 src/com/gps/dao/VehicleProcessDAO.java 390 publicMethodCommentRequirement Required
29822 src/com/gps/dao/VehicleProcessDAO.java 391 Found 'DD'-anomaly for variable 'vehicleObj' (lines '391'-'394').
29823 src/com/gps/dao/VehicleProcessDAO.java 396 Potential violation of Law of Demeter (object not created locally)
29824 src/com/gps/dao/VehicleProcessDAO.java 396 Potential violation of Law of Demeter (object not created locally)
29825 src/com/gps/dao/VehicleProcessDAO.java 396 There is log block not surrounded by if
29826 src/com/gps/dao/VehicleProcessDAO.java 396 There is log block not surrounded by if
29827 src/com/gps/dao/VehicleProcessDAO.java 397 Potential violation of Law of Demeter (object not created locally)
29828 src/com/gps/dao/VehicleProcessDAO.java 398 Potential violation of Law of Demeter (object not created locally)
29829 src/com/gps/dao/VehicleProcessDAO.java 399 Found 'DU'-anomaly for variable 'typeDAO' (lines '399'-'421').
29830 src/com/gps/dao/VehicleProcessDAO.java 399 Local variable 'typeDAO' could be declared final
29831 src/com/gps/dao/VehicleProcessDAO.java 400 Avoid if (x != y) ..; else ..;
29832 src/com/gps/dao/VehicleProcessDAO.java 400 Potential violation of Law of Demeter (method chain calls)
29833 src/com/gps/dao/VehicleProcessDAO.java 400 Potential violation of Law of Demeter (object not created locally)
29834 src/com/gps/dao/VehicleProcessDAO.java 400 Potential violation of Law of Demeter (object not created locally)
29835 src/com/gps/dao/VehicleProcessDAO.java 402 Potential violation of Law of Demeter (method chain calls)
29836 src/com/gps/dao/VehicleProcessDAO.java 402 Potential violation of Law of Demeter (method chain calls)
29837 src/com/gps/dao/VehicleProcessDAO.java 402 Potential violation of Law of Demeter (object not created locally)
29838 src/com/gps/dao/VehicleProcessDAO.java 409 Local variable 'GeoVehicle' could be declared final
29839 src/com/gps/dao/VehicleProcessDAO.java 409 Variables should start with a lowercase character, 'GeoVehicle' starts with uppercase character.
29840 src/com/gps/dao/VehicleProcessDAO.java 410 Avoid using Literals in Conditional Statements
29841 src/com/gps/dao/VehicleProcessDAO.java 410 Potential violation of Law of Demeter (object not created locally)
29842 src/com/gps/dao/VehicleProcessDAO.java 410 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
29843 src/com/gps/dao/VehicleProcessDAO.java 412 Potential violation of Law of Demeter (method chain calls)
29844 src/com/gps/dao/VehicleProcessDAO.java 412 Potential violation of Law of Demeter (method chain calls)
29845 src/com/gps/dao/VehicleProcessDAO.java 412 Potential violation of Law of Demeter (method chain calls)
29846 src/com/gps/dao/VehicleProcessDAO.java 412 Potential violation of Law of Demeter (method chain calls)
29847 src/com/gps/dao/VehicleProcessDAO.java 412 Potential violation of Law of Demeter (object not created locally)
29848 src/com/gps/dao/VehicleProcessDAO.java 412 Potential violation of Law of Demeter (object not created locally)
29849 src/com/gps/dao/VehicleProcessDAO.java 412 There is log block not surrounded by if
29850 src/com/gps/dao/VehicleProcessDAO.java 412 There is log block not surrounded by if
29851 src/com/gps/dao/VehicleProcessDAO.java 413 Potential violation of Law of Demeter (method chain calls)
29852 src/com/gps/dao/VehicleProcessDAO.java 413 Potential violation of Law of Demeter (method chain calls)
29853 src/com/gps/dao/VehicleProcessDAO.java 413 Potential violation of Law of Demeter (object not created locally)
29854 src/com/gps/dao/VehicleProcessDAO.java 414 Potential violation of Law of Demeter (method chain calls)
29855 src/com/gps/dao/VehicleProcessDAO.java 414 Potential violation of Law of Demeter (method chain calls)
29856 src/com/gps/dao/VehicleProcessDAO.java 414 Potential violation of Law of Demeter (object not created locally)
29857 src/com/gps/dao/VehicleProcessDAO.java 417 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29858 src/com/gps/dao/VehicleProcessDAO.java 418 There is log block not surrounded by if
29859 src/com/gps/dao/VehicleProcessDAO.java 428 Parameter 'orgId' is not assigned and could be declared final
29860 src/com/gps/dao/VehicleProcessDAO.java 428 publicMethodCommentRequirement Required
29861 src/com/gps/dao/VehicleProcessDAO.java 430 Local variable 'vehicleDao' could be declared final
29862 src/com/gps/dao/VehicleProcessDAO.java 431 Found 'DD'-anomaly for variable 'sess' (lines '431'-'434').
29863 src/com/gps/dao/VehicleProcessDAO.java 432 Found 'DD'-anomaly for variable 'vehList' (lines '432'-'439').
29864 src/com/gps/dao/VehicleProcessDAO.java 434 Potential violation of Law of Demeter (object not created locally)
29865 src/com/gps/dao/VehicleProcessDAO.java 436 Do not add empty strings
29866 src/com/gps/dao/VehicleProcessDAO.java 436 There is log block not surrounded by if
29867 src/com/gps/dao/VehicleProcessDAO.java 436 There is log block not surrounded by if
29868 src/com/gps/dao/VehicleProcessDAO.java 437 Do not add empty strings
29869 src/com/gps/dao/VehicleProcessDAO.java 437 Local variable 'vehQuery' could be declared final
29870 src/com/gps/dao/VehicleProcessDAO.java 437 Potential violation of Law of Demeter (object not created locally)
29871 src/com/gps/dao/VehicleProcessDAO.java 439 Potential violation of Law of Demeter (object not created locally)
29872 src/com/gps/dao/VehicleProcessDAO.java 441 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29873 src/com/gps/dao/VehicleProcessDAO.java 442 There is log block not surrounded by if
29874 src/com/gps/dao/VehicleProcessDAO.java 446 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29875 src/com/gps/dao/VehicleProcessDAO.java 447 There is log block not surrounded by if
29876 src/com/gps/dao/VehicleProcessDAO.java 454 Parameter 'vehicleId' is not assigned and could be declared final
29877 src/com/gps/dao/VehicleProcessDAO.java 454 publicMethodCommentRequirement Required
29878 src/com/gps/dao/VehicleProcessDAO.java 455 Found 'DD'-anomaly for variable 'vehicleObj' (lines '455'-'459').
29879 src/com/gps/dao/VehicleProcessDAO.java 456 Found 'DD'-anomaly for variable 'tankCapacity' (lines '456'-'462').
29880 src/com/gps/dao/VehicleProcessDAO.java 456 Found 'DD'-anomaly for variable 'tankCapacity' (lines '456'-'464').
29881 src/com/gps/dao/VehicleProcessDAO.java 457 Found 'DD'-anomaly for variable 'typeDAO' (lines '457'-'460').
29882 src/com/gps/dao/VehicleProcessDAO.java 460 Found 'DU'-anomaly for variable 'typeDAO' (lines '460'-'471').
29883 src/com/gps/dao/VehicleProcessDAO.java 461 Avoid if (x != y) ..; else ..;
29884 src/com/gps/dao/VehicleProcessDAO.java 461 Potential violation of Law of Demeter (method chain calls)
29885 src/com/gps/dao/VehicleProcessDAO.java 461 Potential violation of Law of Demeter (method chain calls)
29886 src/com/gps/dao/VehicleProcessDAO.java 461 Potential violation of Law of Demeter (object not created locally)
29887 src/com/gps/dao/VehicleProcessDAO.java 461 Potential violation of Law of Demeter (object not created locally)
29888 src/com/gps/dao/VehicleProcessDAO.java 462 Potential violation of Law of Demeter (method chain calls)
29889 src/com/gps/dao/VehicleProcessDAO.java 462 Potential violation of Law of Demeter (object not created locally)
29890 src/com/gps/dao/VehicleProcessDAO.java 462 Potential violation of Law of Demeter (object not created locally)
29891 src/com/gps/dao/VehicleProcessDAO.java 466 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29892 src/com/gps/dao/VehicleProcessDAO.java 478 Parameter 'vehicleid' is not assigned and could be declared final
29893 src/com/gps/dao/VehicleProcessDAO.java 479 Found 'DD'-anomaly for variable 'parameters' (lines '479'-'488').
29894 src/com/gps/dao/VehicleProcessDAO.java 480 Found 'DD'-anomaly for variable 'paramsList' (lines '480'-'491').
29895 src/com/gps/dao/VehicleProcessDAO.java 480 Found 'DU'-anomaly for variable 'paramsList' (lines '480'-'504').
29896 src/com/gps/dao/VehicleProcessDAO.java 483 Found 'DD'-anomaly for variable 'vehicle' (lines '483'-'495').
29897 src/com/gps/dao/VehicleProcessDAO.java 487 Found 'DD'-anomaly for variable 'vehProcessQry' (lines '487'-'492').
29898 src/com/gps/dao/VehicleProcessDAO.java 487 Found 'DU'-anomaly for variable 'vehProcessQry' (lines '487'-'504').
29899 src/com/gps/dao/VehicleProcessDAO.java 487 Potential violation of Law of Demeter (method chain calls)
29900 src/com/gps/dao/VehicleProcessDAO.java 488 Potential violation of Law of Demeter (object not created locally)
29901 src/com/gps/dao/VehicleProcessDAO.java 490 Avoid using Literals in Conditional Statements
29902 src/com/gps/dao/VehicleProcessDAO.java 490 Potential violation of Law of Demeter (object not created locally)
29903 src/com/gps/dao/VehicleProcessDAO.java 491 Potential violation of Law of Demeter (method chain calls)
29904 src/com/gps/dao/VehicleProcessDAO.java 491 Potential violation of Law of Demeter (object not created locally)
29905 src/com/gps/dao/VehicleProcessDAO.java 493 Potential violation of Law of Demeter (object not created locally)
29906 src/com/gps/dao/VehicleProcessDAO.java 494 Avoid using if statements without curly braces
29907 src/com/gps/dao/VehicleProcessDAO.java 494 Potential violation of Law of Demeter (object not created locally)
29908 src/com/gps/dao/VehicleProcessDAO.java 495 Potential violation of Law of Demeter (object not created locally)
29909 src/com/gps/dao/VehicleProcessDAO.java 499 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29910 src/com/gps/dao/VehicleProcessDAO.java 513 A method/constructor shouldnt explicitly throw java.lang.Exception
29911 src/com/gps/dao/VehicleProcessDAO.java 513 Parameter 'organizationIds' is not assigned and could be declared final
29912 src/com/gps/dao/VehicleProcessDAO.java 515 Found 'DD'-anomaly for variable 'parameters' (lines '515'-'523').
29913 src/com/gps/dao/VehicleProcessDAO.java 516 Found 'DD'-anomaly for variable 'paramsList' (lines '516'-'526').
29914 src/com/gps/dao/VehicleProcessDAO.java 516 Found 'DU'-anomaly for variable 'paramsList' (lines '516'-'537').
29915 src/com/gps/dao/VehicleProcessDAO.java 518 Avoid declaring a variable if it is unreferenced before a possible exit point.
29916 src/com/gps/dao/VehicleProcessDAO.java 518 Avoid unused local variables such as 'vdao'.
29917 src/com/gps/dao/VehicleProcessDAO.java 518 Found 'DU'-anomaly for variable 'vdao' (lines '518'-'537').
29918 src/com/gps/dao/VehicleProcessDAO.java 518 Local variable 'vdao' could be declared final
29919 src/com/gps/dao/VehicleProcessDAO.java 519 Found 'DD'-anomaly for variable 'vehicles' (lines '519'-'528').
29920 src/com/gps/dao/VehicleProcessDAO.java 522 Found 'DD'-anomaly for variable 'getOrgQry' (lines '522'-'527').
29921 src/com/gps/dao/VehicleProcessDAO.java 522 Found 'DU'-anomaly for variable 'getOrgQry' (lines '522'-'537').
29922 src/com/gps/dao/VehicleProcessDAO.java 522 Potential violation of Law of Demeter (method chain calls)
29923 src/com/gps/dao/VehicleProcessDAO.java 523 Potential violation of Law of Demeter (object not created locally)
29924 src/com/gps/dao/VehicleProcessDAO.java 525 Avoid using Literals in Conditional Statements
29925 src/com/gps/dao/VehicleProcessDAO.java 525 Potential violation of Law of Demeter (object not created locally)
29926 src/com/gps/dao/VehicleProcessDAO.java 526 Potential violation of Law of Demeter (method chain calls)
29927 src/com/gps/dao/VehicleProcessDAO.java 526 Potential violation of Law of Demeter (object not created locally)
29928 src/com/gps/dao/VehicleProcessDAO.java 528 Potential violation of Law of Demeter (object not created locally)
29929 src/com/gps/dao/VehicleProcessDAO.java 532 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29930 src/com/gps/dashboard/DistanceHandler.java 31 The class 'DistanceHandler' has a Cyclomatic Complexity of 10 (Highest = 10).
29931 src/com/gps/dashboard/DistanceHandler.java 35 The Logger variable declaration does not contain the static and final modifiers
29932 src/com/gps/dashboard/DistanceHandler.java 39 Found 'UR'-anomaly for variable 's' (lines '39'-'63').
29933 src/com/gps/dashboard/DistanceHandler.java 39 Parameter 'vehicleId' is not assigned and could be declared final
29934 src/com/gps/dashboard/DistanceHandler.java 39 The method 'getDistanceInMeter' has a Cyclomatic Complexity of 10.
29935 src/com/gps/dashboard/DistanceHandler.java 39 publicMethodCommentRequirement Required
29936 src/com/gps/dashboard/DistanceHandler.java 41 Found 'DD'-anomaly for variable 'tripMeter' (lines '41'-'112').
29937 src/com/gps/dashboard/DistanceHandler.java 43 Local variable 'getData' could be declared final
29938 src/com/gps/dashboard/DistanceHandler.java 44 Found 'DD'-anomaly for variable 'vehicleNameValue' (lines '44'-'56').
29939 src/com/gps/dashboard/DistanceHandler.java 45 Found 'DD'-anomaly for variable 'tripIdValue' (lines '45'-'55').
29940 src/com/gps/dashboard/DistanceHandler.java 46 Local variable 'tripDAO' could be declared final
29941 src/com/gps/dashboard/DistanceHandler.java 47 Local variable 'formatter' could be declared final
29942 src/com/gps/dashboard/DistanceHandler.java 47 When instantiating a SimpleDateFormat object, specify a Locale
29943 src/com/gps/dashboard/DistanceHandler.java 48 Local variable 'fenceDAO' could be declared final
29944 src/com/gps/dashboard/DistanceHandler.java 49 Found 'DD'-anomaly for variable 'trip' (lines '49'-'53').
29945 src/com/gps/dashboard/DistanceHandler.java 56 Potential violation of Law of Demeter (method chain calls)
29946 src/com/gps/dashboard/DistanceHandler.java 59 Local variable 'eventCode' could be declared final
29947 src/com/gps/dashboard/DistanceHandler.java 60 Found 'DD'-anomaly for variable 'event' (lines '60'-'63').
29948 src/com/gps/dashboard/DistanceHandler.java 60 Found 'DU'-anomaly for variable 'event' (lines '60'-'117').
29949 src/com/gps/dashboard/DistanceHandler.java 61 Found 'DU'-anomaly for variable 'incr' (lines '61'-'117').
29950 src/com/gps/dashboard/DistanceHandler.java 62 Local variable 's' could be declared final
29951 src/com/gps/dashboard/DistanceHandler.java 63 Found 'DD'-anomaly for variable 'event' (lines '63'-'63').
29952 src/com/gps/dashboard/DistanceHandler.java 63 Found 'DU'-anomaly for variable 'event' (lines '63'-'117').
29953 src/com/gps/dashboard/DistanceHandler.java 64 Found 'DU'-anomaly for variable 'incr' (lines '64'-'117').
29954 src/com/gps/dashboard/DistanceHandler.java 66 Local variable 'calendar' could be declared final
29955 src/com/gps/dashboard/DistanceHandler.java 67 Local variable 'currentDate' could be declared final
29956 src/com/gps/dashboard/DistanceHandler.java 69 Local variable 'maxTripParamId' could be declared final
29957 src/com/gps/dashboard/DistanceHandler.java 71 Avoid if (x != y) ..; else ..;
29958 src/com/gps/dashboard/DistanceHandler.java 74 Avoid variables with short names like no
29959 src/com/gps/dashboard/DistanceHandler.java 74 Found 'DD'-anomaly for variable 'no' (lines '74'-'76').
29960 src/com/gps/dashboard/DistanceHandler.java 79 Local variable 'records' could be declared final
29961 src/com/gps/dashboard/DistanceHandler.java 81 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
29962 src/com/gps/dashboard/DistanceHandler.java 83 Avoid using Literals in Conditional Statements
29963 src/com/gps/dashboard/DistanceHandler.java 85 Local variable 'first' could be declared final
29964 src/com/gps/dashboard/DistanceHandler.java 86 Local variable 'second' could be declared final
29965 src/com/gps/dashboard/DistanceHandler.java 87 Local variable 'destLat' could be declared final
29966 src/com/gps/dashboard/DistanceHandler.java 88 Local variable 'destLan' could be declared final
29967 src/com/gps/dashboard/DistanceHandler.java 90 Local variable 'srsLat' could be declared final
29968 src/com/gps/dashboard/DistanceHandler.java 91 Local variable 'srcLan' could be declared final
29969 src/com/gps/dashboard/DistanceHandler.java 99 There is log block not surrounded by if
29970 src/com/gps/dashboard/DistanceHandler.java 99 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29971 src/com/gps/dashboard/DistanceHandler.java 105 There is log block not surrounded by if
29972 src/com/gps/dashboard/DistanceHandler.java 105 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29973 src/com/gps/dashboard/DistanceHandler.java 109 There is log block not surrounded by if
29974 src/com/gps/dashboard/DistanceHandler.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29975 src/com/gps/dashboard/DistanceHandler.java 114 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29976 src/com/gps/dashboard/DistanceHandler.java 121 Found 'UR'-anomaly for variable 'date' (lines '121'-'162').
29977 src/com/gps/dashboard/DistanceHandler.java 121 Found 'UR'-anomaly for variable 'trip' (lines '121'-'158').
29978 src/com/gps/dashboard/DistanceHandler.java 121 Found 'UR'-anomaly for variable 'tripDist' (lines '121'-'163').
29979 src/com/gps/dashboard/DistanceHandler.java 121 Parameter 'organizationId' is not assigned and could be declared final
29980 src/com/gps/dashboard/DistanceHandler.java 121 Parameter 'vehicleId' is not assigned and could be declared final
29981 src/com/gps/dashboard/DistanceHandler.java 121 publicMethodCommentRequirement Required
29982 src/com/gps/dashboard/DistanceHandler.java 122 Found 'DD'-anomaly for variable 'distanceOutput' (lines '122'-'173').
29983 src/com/gps/dashboard/DistanceHandler.java 123 Local variable 'distReport' could be declared final
29984 src/com/gps/dashboard/DistanceHandler.java 124 Local variable 'inputs' could be declared final
29985 src/com/gps/dashboard/DistanceHandler.java 125 Found 'DD'-anomaly for variable 'fromDate' (lines '125'-'139').
29986 src/com/gps/dashboard/DistanceHandler.java 126 Found 'DD'-anomaly for variable 'toDate' (lines '126'-'145').
29987 src/com/gps/dashboard/DistanceHandler.java 127 Local variable 'calendar' could be declared final
29988 src/com/gps/dashboard/DistanceHandler.java 128 Local variable 'formatter' could be declared final
29989 src/com/gps/dashboard/DistanceHandler.java 128 When instantiating a SimpleDateFormat object, specify a Locale
29990 src/com/gps/dashboard/DistanceHandler.java 129 Found 'DD'-anomaly for variable 'tripDistance' (lines '129'-'154').
29991 src/com/gps/dashboard/DistanceHandler.java 157 Local variable 'trip' could be declared final
29992 src/com/gps/dashboard/DistanceHandler.java 159 Avoid using if statements without curly braces
29993 src/com/gps/dashboard/DistanceHandler.java 161 Local variable 'date' could be declared final
29994 src/com/gps/dashboard/DistanceHandler.java 162 Local variable 'tripDist' could be declared final
29995 src/com/gps/dashboard/DistanceHandler.java 163 Avoid if (x != y) ..; else ..;
29996 src/com/gps/dashboard/DistanceHandler.java 163 Potential violation of Law of Demeter (method chain calls)
29997 src/com/gps/dashboard/DistanceHandler.java 164 Avoid using if...else statements without curly braces
29998 src/com/gps/dashboard/DistanceHandler.java 166 Avoid using if...else statements without curly braces
29999 src/com/gps/dashboard/DistanceHandler.java 175 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30000 src/com/gps/dashboard/DistanceHandler.java 176 There is log block not surrounded by if
30001 src/com/gps/dashboard/RFIDSwipeInfo.java 24 The class 'RFIDSwipeInfo' has a Cyclomatic Complexity of 20 (Highest = 19).
30002 src/com/gps/dashboard/RFIDSwipeInfo.java 30 Avoid unused private fields such as 'log'.
30003 src/com/gps/dashboard/RFIDSwipeInfo.java 30 The Logger variable declaration does not contain the static and final modifiers
30004 src/com/gps/dashboard/RFIDSwipeInfo.java 34 Parameter 'tripId' is not assigned and could be declared final
30005 src/com/gps/dashboard/RFIDSwipeInfo.java 34 The method 'getSwipeInfo' has a Cyclomatic Complexity of 19.
30006 src/com/gps/dashboard/RFIDSwipeInfo.java 34 The method getSwipeInfo() has an NPath complexity of 1409
30007 src/com/gps/dashboard/RFIDSwipeInfo.java 34 publicMethodCommentRequirement Required
30008 src/com/gps/dashboard/RFIDSwipeInfo.java 36 Local variable 'calendar' could be declared final
30009 src/com/gps/dashboard/RFIDSwipeInfo.java 37 Local variable 'currentDate' could be declared final
30010 src/com/gps/dashboard/RFIDSwipeInfo.java 38 Found 'DD'-anomaly for variable 'rfidcount' (lines '38'-'95').
30011 src/com/gps/dashboard/RFIDSwipeInfo.java 39 Avoid excessively long variable names like swipedMoreThanOnce
30012 src/com/gps/dashboard/RFIDSwipeInfo.java 39 Found 'DD'-anomaly for variable 'swipedMoreThanOnce' (lines '39'-'99').
30013 src/com/gps/dashboard/RFIDSwipeInfo.java 40 Found 'DD'-anomaly for variable 'isInSchool' (lines '40'-'105').
30014 src/com/gps/dashboard/RFIDSwipeInfo.java 41 Local variable 'sdf' could be declared final
30015 src/com/gps/dashboard/RFIDSwipeInfo.java 41 When instantiating a SimpleDateFormat object, specify a Locale
30016 src/com/gps/dashboard/RFIDSwipeInfo.java 42 Found 'DD'-anomaly for variable 'swipeVo' (lines '42'-'76').
30017 src/com/gps/dashboard/RFIDSwipeInfo.java 43 Found 'DD'-anomaly for variable 'swipeObj' (lines '43'-'83').
30018 src/com/gps/dashboard/RFIDSwipeInfo.java 44 Found 'DD'-anomaly for variable 'tempSwipeObj' (lines '44'-'114').
30019 src/com/gps/dashboard/RFIDSwipeInfo.java 46 Found 'DD'-anomaly for variable 'toTime' (lines '46'-'67').
30020 src/com/gps/dashboard/RFIDSwipeInfo.java 47 Local variable 'fenceDAO' could be declared final
30021 src/com/gps/dashboard/RFIDSwipeInfo.java 48 Local variable 'rfidDAO' could be declared final
30022 src/com/gps/dashboard/RFIDSwipeInfo.java 51 Avoid calling toString() on String objects; this is unnecessary.
30023 src/com/gps/dashboard/RFIDSwipeInfo.java 51 Potential violation of Law of Demeter (method chain calls)
30024 src/com/gps/dashboard/RFIDSwipeInfo.java 54 System.out.print is used
30025 src/com/gps/dashboard/RFIDSwipeInfo.java 57 Avoid calling toString() on String objects; this is unnecessary.
30026 src/com/gps/dashboard/RFIDSwipeInfo.java 57 Potential violation of Law of Demeter (method chain calls)
30027 src/com/gps/dashboard/RFIDSwipeInfo.java 60 System.out.print is used
30028 src/com/gps/dashboard/RFIDSwipeInfo.java 69 Local variable 'sessionVal' could be declared final
30029 src/com/gps/dashboard/RFIDSwipeInfo.java 70 Found 'DD'-anomaly for variable 'session' (lines '70'-'72').
30030 src/com/gps/dashboard/RFIDSwipeInfo.java 71 Avoid using if statements without curly braces
30031 src/com/gps/dashboard/RFIDSwipeInfo.java 73 System.out.print is used
30032 src/com/gps/dashboard/RFIDSwipeInfo.java 74 Local variable 'fenceList' could be declared final
30033 src/com/gps/dashboard/RFIDSwipeInfo.java 76 Found 'DD'-anomaly for variable 'swipeVo' (lines '76'-'118').
30034 src/com/gps/dashboard/RFIDSwipeInfo.java 79 Local variable 'fenceId' could be declared final
30035 src/com/gps/dashboard/RFIDSwipeInfo.java 79 Potential violation of Law of Demeter (method chain calls)
30036 src/com/gps/dashboard/RFIDSwipeInfo.java 82 Local variable 'rflist' could be declared final
30037 src/com/gps/dashboard/RFIDSwipeInfo.java 83 Avoid instantiating new objects inside loops
30038 src/com/gps/dashboard/RFIDSwipeInfo.java 83 Found 'DD'-anomaly for variable 'swipeObj' (lines '83'-'109').
30039 src/com/gps/dashboard/RFIDSwipeInfo.java 83 Found 'DU'-anomaly for variable 'swipeObj' (lines '83'-'127').
30040 src/com/gps/dashboard/RFIDSwipeInfo.java 84 System.out.print is used
30041 src/com/gps/dashboard/RFIDSwipeInfo.java 87 Local variable 'rfidno' could be declared final
30042 src/com/gps/dashboard/RFIDSwipeInfo.java 87 Potential violation of Law of Demeter (method chain calls)
30043 src/com/gps/dashboard/RFIDSwipeInfo.java 90 Local variable 'countlist' could be declared final
30044 src/com/gps/dashboard/RFIDSwipeInfo.java 92 Local variable 'countiter' could be declared final
30045 src/com/gps/dashboard/RFIDSwipeInfo.java 94 Local variable 'valuecount' could be declared final
30046 src/com/gps/dashboard/RFIDSwipeInfo.java 95 Found 'DD'-anomaly for variable 'rfidcount' (lines '95'-'95').
30047 src/com/gps/dashboard/RFIDSwipeInfo.java 98 Avoid using Literals in Conditional Statements
30048 src/com/gps/dashboard/RFIDSwipeInfo.java 103 Position literals first in String comparisons for EqualsIgnoreCase
30049 src/com/gps/dashboard/RFIDSwipeInfo.java 106 Position literals first in String comparisons for EqualsIgnoreCase
30050 src/com/gps/dashboard/RFIDSwipeInfo.java 109 Avoid instantiating new objects inside loops
30051 src/com/gps/dashboard/RFIDSwipeInfo.java 109 Found 'DD'-anomaly for variable 'swipeObj' (lines '109'-'109').
30052 src/com/gps/dashboard/RFIDSwipeInfo.java 109 Found 'DD'-anomaly for variable 'swipeObj' (lines '109'-'83').
30053 src/com/gps/dashboard/RFIDSwipeInfo.java 109 Found 'DU'-anomaly for variable 'swipeObj' (lines '109'-'127').
30054 src/com/gps/dashboard/RFIDSwipeInfo.java 112 Found 'DD'-anomaly for variable 'rfidcount' (lines '112'-'95').
30055 src/com/gps/dashboard/RFIDSwipeInfo.java 112 Found 'DU'-anomaly for variable 'rfidcount' (lines '112'-'127').
30056 src/com/gps/dashboard/RFIDSwipeInfo.java 114 Avoid instantiating new objects inside loops
30057 src/com/gps/dashboard/RFIDSwipeInfo.java 115 System.arraycopy is more efficient
30058 src/com/gps/dashboard/RFIDSwipeInfo.java 118 Avoid instantiating new objects inside loops
30059 src/com/gps/dashboard/RFIDSwipeInfo.java 118 Found 'DD'-anomaly for variable 'swipeVo' (lines '118'-'118').
30060 src/com/gps/dashboard/RFIDSwipeInfo.java 118 Potential violation of Law of Demeter (method chain calls)
30061 src/com/gps/dashboard/RFIDSwipeInfo.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30062 src/com/gps/dashboard/RFIDSwipeInfo.java 122 Avoid printStackTrace(); use a logger call instead.
30063 src/com/gps/dto/DeviceTripDTO.java 30 Too many fields
30064 src/com/gps/dto/DeviceTripDTO.java 30 headerCommentRequirement Required
30065 src/com/gps/dto/DeviceTripDTO.java 32 fieldCommentRequirement Required
30066 src/com/gps/dto/DeviceTripDTO.java 33 fieldCommentRequirement Required
30067 src/com/gps/dto/DeviceTripDTO.java 34 fieldCommentRequirement Required
30068 src/com/gps/dto/DeviceTripDTO.java 35 fieldCommentRequirement Required
30069 src/com/gps/dto/DeviceTripDTO.java 36 fieldCommentRequirement Required
30070 src/com/gps/dto/DeviceTripDTO.java 37 fieldCommentRequirement Required
30071 src/com/gps/dto/DeviceTripDTO.java 38 fieldCommentRequirement Required
30072 src/com/gps/dto/DeviceTripDTO.java 39 fieldCommentRequirement Required
30073 src/com/gps/dto/DeviceTripDTO.java 40 fieldCommentRequirement Required
30074 src/com/gps/dto/DeviceTripDTO.java 41 fieldCommentRequirement Required
30075 src/com/gps/dto/DeviceTripDTO.java 42 fieldCommentRequirement Required
30076 src/com/gps/dto/DeviceTripDTO.java 43 fieldCommentRequirement Required
30077 src/com/gps/dto/DeviceTripDTO.java 44 fieldCommentRequirement Required
30078 src/com/gps/dto/DeviceTripDTO.java 46 Variables should start with a lowercase character, 'InFenceTime' starts with uppercase character.
30079 src/com/gps/dto/DeviceTripDTO.java 46 fieldCommentRequirement Required
30080 src/com/gps/dto/DeviceTripDTO.java 47 Variables should start with a lowercase character, 'FenceId' starts with uppercase character.
30081 src/com/gps/dto/DeviceTripDTO.java 47 fieldCommentRequirement Required
30082 src/com/gps/dto/DeviceTripDTO.java 50 fieldCommentRequirement Required
30083 src/com/gps/dto/DeviceTripDTO.java 52 fieldCommentRequirement Required
30084 src/com/gps/dto/DeviceTripDTO.java 53 fieldCommentRequirement Required
30085 src/com/gps/dto/DeviceTripDTO.java 54 fieldCommentRequirement Required
30086 src/com/gps/dto/DeviceTripDTO.java 55 publicMethodCommentRequirement Required
30087 src/com/gps/dto/DeviceTripDTO.java 59 Parameter 'speed' is not assigned and could be declared final
30088 src/com/gps/dto/DeviceTripDTO.java 59 publicMethodCommentRequirement Required
30089 src/com/gps/dto/DeviceTripDTO.java 63 publicMethodCommentRequirement Required
30090 src/com/gps/dto/DeviceTripDTO.java 67 Parameter 'fenceId' is not assigned and could be declared final
30091 src/com/gps/dto/DeviceTripDTO.java 67 publicMethodCommentRequirement Required
30092 src/com/gps/dto/DeviceTripDTO.java 70 publicMethodCommentRequirement Required
30093 src/com/gps/dto/DeviceTripDTO.java 74 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
30094 src/com/gps/dto/DeviceTripDTO.java 74 Parameter 'inFenceTime' is not assigned and could be declared final
30095 src/com/gps/dto/DeviceTripDTO.java 74 publicMethodCommentRequirement Required
30096 src/com/gps/dto/DeviceTripDTO.java 78 Document empty constructor
30097 src/com/gps/dto/DeviceTripDTO.java 78 publicMethodCommentRequirement Required
30098 src/com/gps/dto/DeviceTripDTO.java 83 Parameter 'deviceId' is not assigned and could be declared final
30099 src/com/gps/dto/DeviceTripDTO.java 83 Parameter 'vehicleId' is not assigned and could be declared final
30100 src/com/gps/dto/DeviceTripDTO.java 83 publicMethodCommentRequirement Required
30101 src/com/gps/dto/DeviceTripDTO.java 84 Parameter 'organization' is not assigned and could be declared final
30102 src/com/gps/dto/DeviceTripDTO.java 84 Parameter 'resetDistance' is not assigned and could be declared final
30103 src/com/gps/dto/DeviceTripDTO.java 84 Parameter 'stableFuelValue' is not assigned and could be declared final
30104 src/com/gps/dto/DeviceTripDTO.java 84 Parameter 'vehicleName' is not assigned and could be declared final
30105 src/com/gps/dto/DeviceTripDTO.java 84 Parameter 'vehicleType' is not assigned and could be declared final
30106 src/com/gps/dto/DeviceTripDTO.java 95 Parameter 'deviceId' is not assigned and could be declared final
30107 src/com/gps/dto/DeviceTripDTO.java 95 Parameter 'vehicleId' is not assigned and could be declared final
30108 src/com/gps/dto/DeviceTripDTO.java 95 publicMethodCommentRequirement Required
30109 src/com/gps/dto/DeviceTripDTO.java 96 Parameter 'esnNumber' is not assigned and could be declared final
30110 src/com/gps/dto/DeviceTripDTO.java 96 Parameter 'organization' is not assigned and could be declared final
30111 src/com/gps/dto/DeviceTripDTO.java 96 Parameter 'resetDistance' is not assigned and could be declared final
30112 src/com/gps/dto/DeviceTripDTO.java 96 Parameter 'stableFuelValue' is not assigned and could be declared final
30113 src/com/gps/dto/DeviceTripDTO.java 96 Parameter 'vehicleName' is not assigned and could be declared final
30114 src/com/gps/dto/DeviceTripDTO.java 96 Parameter 'vehicleType' is not assigned and could be declared final
30115 src/com/gps/dto/DeviceTripDTO.java 108 Parameter 'deviceId' is not assigned and could be declared final
30116 src/com/gps/dto/DeviceTripDTO.java 108 Parameter 'vehicleId' is not assigned and could be declared final
30117 src/com/gps/dto/DeviceTripDTO.java 108 publicMethodCommentRequirement Required
30118 src/com/gps/dto/DeviceTripDTO.java 109 Parameter 'organization' is not assigned and could be declared final
30119 src/com/gps/dto/DeviceTripDTO.java 109 Parameter 'resetDistance' is not assigned and could be declared final
30120 src/com/gps/dto/DeviceTripDTO.java 109 Parameter 'vehicleName' is not assigned and could be declared final
30121 src/com/gps/dto/DeviceTripDTO.java 119 Parameter 'deviceId' is not assigned and could be declared final
30122 src/com/gps/dto/DeviceTripDTO.java 119 Parameter 'vehicleId' is not assigned and could be declared final
30123 src/com/gps/dto/DeviceTripDTO.java 119 publicMethodCommentRequirement Required
30124 src/com/gps/dto/DeviceTripDTO.java 120 Parameter 'esnNumber' is not assigned and could be declared final
30125 src/com/gps/dto/DeviceTripDTO.java 120 Parameter 'organization' is not assigned and could be declared final
30126 src/com/gps/dto/DeviceTripDTO.java 120 Parameter 'resetDistance' is not assigned and could be declared final
30127 src/com/gps/dto/DeviceTripDTO.java 120 Parameter 'vehicleName' is not assigned and could be declared final
30128 src/com/gps/dto/DeviceTripDTO.java 130 Parameter 'deviceId' is not assigned and could be declared final
30129 src/com/gps/dto/DeviceTripDTO.java 130 Parameter 'vehicleId' is not assigned and could be declared final
30130 src/com/gps/dto/DeviceTripDTO.java 130 publicMethodCommentRequirement Required
30131 src/com/gps/dto/DeviceTripDTO.java 131 Parameter 'esnNumber' is not assigned and could be declared final
30132 src/com/gps/dto/DeviceTripDTO.java 131 Parameter 'organization' is not assigned and could be declared final
30133 src/com/gps/dto/DeviceTripDTO.java 131 Parameter 'vehicleName' is not assigned and could be declared final
30134 src/com/gps/dto/DeviceTripDTO.java 143 Parameter 'deviceId' is not assigned and could be declared final
30135 src/com/gps/dto/DeviceTripDTO.java 143 Parameter 'vehicleId' is not assigned and could be declared final
30136 src/com/gps/dto/DeviceTripDTO.java 143 publicMethodCommentRequirement Required
30137 src/com/gps/dto/DeviceTripDTO.java 144 Parameter 'organization' is not assigned and could be declared final
30138 src/com/gps/dto/DeviceTripDTO.java 144 Parameter 'vehicleName' is not assigned and could be declared final
30139 src/com/gps/dto/DeviceTripDTO.java 166 Parameter 'resetDistance' is not assigned and could be declared final
30140 src/com/gps/dto/DeviceTripDTO.java 170 Parameter 'creationTime' is not assigned and could be declared final
30141 src/com/gps/dto/DeviceTripDTO.java 170 Parameter 'lattitude' is not assigned and could be declared final
30142 src/com/gps/dto/DeviceTripDTO.java 170 Parameter 'longitude' is not assigned and could be declared final
30143 src/com/gps/dto/DeviceTripDTO.java 170 Parameter 'vehicleId' is not assigned and could be declared final
30144 src/com/gps/dto/DeviceTripDTO.java 170 publicMethodCommentRequirement Required
30145 src/com/gps/dto/DeviceTripDTO.java 178 Parameter 'batteryStatus' is not assigned and could be declared final
30146 src/com/gps/dto/DeviceTripDTO.java 178 Parameter 'creationTime' is not assigned and could be declared final
30147 src/com/gps/dto/DeviceTripDTO.java 178 Parameter 'heading' is not assigned and could be declared final
30148 src/com/gps/dto/DeviceTripDTO.java 178 Parameter 'lattitude' is not assigned and could be declared final
30149 src/com/gps/dto/DeviceTripDTO.java 178 Parameter 'longitude' is not assigned and could be declared final
30150 src/com/gps/dto/DeviceTripDTO.java 178 Parameter 'speed' is not assigned and could be declared final
30151 src/com/gps/dto/DeviceTripDTO.java 178 Parameter 'tripParamId' is not assigned and could be declared final
30152 src/com/gps/dto/DeviceTripDTO.java 178 Parameter 'tripid' is not assigned and could be declared final
30153 src/com/gps/dto/DeviceTripDTO.java 178 Parameter 'vehicleId' is not assigned and could be declared final
30154 src/com/gps/dto/DeviceTripDTO.java 178 publicMethodCommentRequirement Required
30155 src/com/gps/dto/DeviceTripDTO.java 185 Useless parentheses.
30156 src/com/gps/dto/DeviceTripDTO.java 185 Useless parentheses.
30157 src/com/gps/dto/DeviceTripDTO.java 192 Parameter 'creationTime' is not assigned and could be declared final
30158 src/com/gps/dto/DeviceTripDTO.java 192 Parameter 'lattitude' is not assigned and could be declared final
30159 src/com/gps/dto/DeviceTripDTO.java 192 Parameter 'longitude' is not assigned and could be declared final
30160 src/com/gps/dto/DeviceTripDTO.java 192 Parameter 'speed' is not assigned and could be declared final
30161 src/com/gps/dto/DeviceTripDTO.java 192 Parameter 'vehicleId' is not assigned and could be declared final
30162 src/com/gps/dto/DeviceTripDTO.java 192 publicMethodCommentRequirement Required
30163 src/com/gps/dto/DeviceTripDTO.java 198 Useless parentheses.
30164 src/com/gps/dto/DeviceTripDTO.java 198 Useless parentheses.
30165 src/com/gps/dto/DeviceTripDTO.java 211 Parameter 'creationTime' is not assigned and could be declared final
30166 src/com/gps/dto/DeviceTripDTO.java 224 Parameter 'vehicleId' is not assigned and could be declared final
30167 src/com/gps/dto/DeviceTripDTO.java 236 Parameter 'deviceId' is not assigned and could be declared final
30168 src/com/gps/dto/DeviceTripDTO.java 248 Parameter 'vehicleName' is not assigned and could be declared final
30169 src/com/gps/dto/DeviceTripDTO.java 260 Parameter 'organization' is not assigned and could be declared final
30170 src/com/gps/dto/DeviceTripDTO.java 274 Parameter 'lattitude' is not assigned and could be declared final
30171 src/com/gps/dto/DeviceTripDTO.java 288 Parameter 'longitude' is not assigned and could be declared final
30172 src/com/gps/dto/DeviceTripDTO.java 292 Parameter 'stableFuelValue' is not assigned and could be declared final
30173 src/com/gps/dto/DeviceTripDTO.java 292 publicMethodCommentRequirement Required
30174 src/com/gps/dto/DeviceTripDTO.java 296 publicMethodCommentRequirement Required
30175 src/com/gps/dto/DeviceTripDTO.java 300 Parameter 'vehicleType' is not assigned and could be declared final
30176 src/com/gps/dto/DeviceTripDTO.java 300 publicMethodCommentRequirement Required
30177 src/com/gps/dto/DeviceTripDTO.java 304 publicMethodCommentRequirement Required
30178 src/com/gps/dto/DeviceTripDTO.java 308 Parameter 'tankCapacity' is not assigned and could be declared final
30179 src/com/gps/dto/DeviceTripDTO.java 308 publicMethodCommentRequirement Required
30180 src/com/gps/dto/DeviceTripDTO.java 312 publicMethodCommentRequirement Required
30181 src/com/gps/dto/DeviceTripDTO.java 317 publicMethodCommentRequirement Required
30182 src/com/gps/dto/DeviceTripDTO.java 321 Parameter 'esnNumber' is not assigned and could be declared final
30183 src/com/gps/dto/DeviceTripDTO.java 321 publicMethodCommentRequirement Required
30184 src/com/gps/dto/DeviceTripDTO.java 325 publicMethodCommentRequirement Required
30185 src/com/gps/dto/DeviceTripDTO.java 329 Parameter 'tripId' is not assigned and could be declared final
30186 src/com/gps/dto/DeviceTripDTO.java 329 publicMethodCommentRequirement Required
30187 src/com/gps/dto/DeviceTripDTO.java 333 publicMethodCommentRequirement Required
30188 src/com/gps/dto/DeviceTripDTO.java 337 Parameter 'tripParamId' is not assigned and could be declared final
30189 src/com/gps/dto/DeviceTripDTO.java 337 publicMethodCommentRequirement Required
30190 src/com/gps/dto/DeviceTripDTO.java 341 publicMethodCommentRequirement Required
30191 src/com/gps/dto/DeviceTripDTO.java 345 Parameter 'batteryStatus' is not assigned and could be declared final
30192 src/com/gps/dto/DeviceTripDTO.java 345 publicMethodCommentRequirement Required
30193 src/com/gps/dto/DeviceTripDTO.java 349 publicMethodCommentRequirement Required
30194 src/com/gps/dto/DeviceTripDTO.java 353 Parameter 'heading' is not assigned and could be declared final
30195 src/com/gps/dto/DeviceTripDTO.java 353 publicMethodCommentRequirement Required
30196 src/com/gps/dto/DistParamsDTO.java 7 headerCommentRequirement Required
30197 src/com/gps/dto/DistParamsDTO.java 9 Use explicit scoping instead of the default package private level
30198 src/com/gps/dto/DistParamsDTO.java 9 fieldCommentRequirement Required
30199 src/com/gps/dto/DistParamsDTO.java 10 Use explicit scoping instead of the default package private level
30200 src/com/gps/dto/DistParamsDTO.java 10 fieldCommentRequirement Required
30201 src/com/gps/dto/DistParamsDTO.java 11 Use explicit scoping instead of the default package private level
30202 src/com/gps/dto/DistParamsDTO.java 11 fieldCommentRequirement Required
30203 src/com/gps/dto/DistParamsDTO.java 12 Use explicit scoping instead of the default package private level
30204 src/com/gps/dto/DistParamsDTO.java 12 fieldCommentRequirement Required
30205 src/com/gps/dto/DistParamsDTO.java 13 Use explicit scoping instead of the default package private level
30206 src/com/gps/dto/DistParamsDTO.java 13 fieldCommentRequirement Required
30207 src/com/gps/dto/DistParamsDTO.java 14 Use explicit scoping instead of the default package private level
30208 src/com/gps/dto/DistParamsDTO.java 14 fieldCommentRequirement Required
30209 src/com/gps/dto/DistParamsDTO.java 15 Use explicit scoping instead of the default package private level
30210 src/com/gps/dto/DistParamsDTO.java 15 fieldCommentRequirement Required
30211 src/com/gps/dto/DistParamsDTO.java 16 Use explicit scoping instead of the default package private level
30212 src/com/gps/dto/DistParamsDTO.java 16 fieldCommentRequirement Required
30213 src/com/gps/dto/DistParamsDTO.java 18 Parameter 'creationTime' is not assigned and could be declared final
30214 src/com/gps/dto/DistParamsDTO.java 18 Parameter 'tripDetails' is not assigned and could be declared final
30215 src/com/gps/dto/DistParamsDTO.java 18 Parameter 'vehicleDetails' is not assigned and could be declared final
30216 src/com/gps/dto/DistParamsDTO.java 18 publicMethodCommentRequirement Required
30217 src/com/gps/dto/DistParamsDTO.java 19 Parameter 'lattitude' is not assigned and could be declared final
30218 src/com/gps/dto/DistParamsDTO.java 19 Parameter 'longitude' is not assigned and could be declared final
30219 src/com/gps/dto/DistParamsDTO.java 19 Parameter 'speed' is not assigned and could be declared final
30220 src/com/gps/dto/DistParamsDTO.java 29 Parameter 'creationTime' is not assigned and could be declared final
30221 src/com/gps/dto/DistParamsDTO.java 29 Parameter 'tripDetails' is not assigned and could be declared final
30222 src/com/gps/dto/DistParamsDTO.java 29 Parameter 'vehicleDetails' is not assigned and could be declared final
30223 src/com/gps/dto/DistParamsDTO.java 29 publicMethodCommentRequirement Required
30224 src/com/gps/dto/DistParamsDTO.java 30 Parameter 'lattitude' is not assigned and could be declared final
30225 src/com/gps/dto/DistParamsDTO.java 30 Parameter 'longitude' is not assigned and could be declared final
30226 src/com/gps/dto/DistParamsDTO.java 39 Parameter 'creationTime' is not assigned and could be declared final
30227 src/com/gps/dto/DistParamsDTO.java 39 Parameter 'tripDetails' is not assigned and could be declared final
30228 src/com/gps/dto/DistParamsDTO.java 39 publicMethodCommentRequirement Required
30229 src/com/gps/dto/DistParamsDTO.java 40 Parameter 'lattitude' is not assigned and could be declared final
30230 src/com/gps/dto/DistParamsDTO.java 40 Parameter 'longitude' is not assigned and could be declared final
30231 src/com/gps/dto/DistParamsDTO.java 49 Parameter 'creationTime' is not assigned and could be declared final
30232 src/com/gps/dto/DistParamsDTO.java 49 Parameter 'tripDetails' is not assigned and could be declared final
30233 src/com/gps/dto/DistParamsDTO.java 49 Parameter 'vehicleDetails' is not assigned and could be declared final
30234 src/com/gps/dto/DistParamsDTO.java 49 publicMethodCommentRequirement Required
30235 src/com/gps/dto/DistParamsDTO.java 50 Parameter 'event' is not assigned and could be declared final
30236 src/com/gps/dto/DistParamsDTO.java 50 Parameter 'lattitude' is not assigned and could be declared final
30237 src/com/gps/dto/DistParamsDTO.java 50 Parameter 'longitude' is not assigned and could be declared final
30238 src/com/gps/dto/DistParamsDTO.java 50 Parameter 'speed' is not assigned and could be declared final
30239 src/com/gps/dto/DistParamsDTO.java 71 Parameter 'vehicleDetails' is not assigned and could be declared final
30240 src/com/gps/dto/DistParamsDTO.java 87 Parameter 'tripDetails' is not assigned and could be declared final
30241 src/com/gps/dto/DistParamsDTO.java 101 Parameter 'creationTime' is not assigned and could be declared final
30242 src/com/gps/dto/DistParamsDTO.java 113 Parameter 'lattitude' is not assigned and could be declared final
30243 src/com/gps/dto/DistParamsDTO.java 125 Parameter 'longitude' is not assigned and could be declared final
30244 src/com/gps/dto/DistParamsDTO.java 137 Parameter 'speed' is not assigned and could be declared final
30245 src/com/gps/dto/DistParamsDTO.java 149 Parameter 'event' is not assigned and could be declared final
30246 src/com/gps/dto/DistParamsDTO.java 162 Parameter 'distance' is not assigned and could be declared final
30247 src/com/gps/dto/FrequentTripDTO.java 3 headerCommentRequirement Required
30248 src/com/gps/dto/FrequentTripDTO.java 5 fieldCommentRequirement Required
30249 src/com/gps/dto/FrequentTripDTO.java 6 fieldCommentRequirement Required
30250 src/com/gps/dto/FrequentTripDTO.java 7 fieldCommentRequirement Required
30251 src/com/gps/dto/FrequentTripDTO.java 8 Parameter 'day' is not assigned and could be declared final
30252 src/com/gps/dto/FrequentTripDTO.java 8 Parameter 'time' is not assigned and could be declared final
30253 src/com/gps/dto/FrequentTripDTO.java 8 Parameter 'tripid' is not assigned and could be declared final
30254 src/com/gps/dto/FrequentTripDTO.java 8 publicMethodCommentRequirement Required
30255 src/com/gps/dto/FrequentTripDTO.java 14 publicMethodCommentRequirement Required
30256 src/com/gps/dto/FrequentTripDTO.java 17 Parameter 'tripid' is not assigned and could be declared final
30257 src/com/gps/dto/FrequentTripDTO.java 17 publicMethodCommentRequirement Required
30258 src/com/gps/dto/FrequentTripDTO.java 20 publicMethodCommentRequirement Required
30259 src/com/gps/dto/FrequentTripDTO.java 23 Parameter 'day' is not assigned and could be declared final
30260 src/com/gps/dto/FrequentTripDTO.java 23 publicMethodCommentRequirement Required
30261 src/com/gps/dto/FrequentTripDTO.java 26 publicMethodCommentRequirement Required
30262 src/com/gps/dto/FrequentTripDTO.java 29 Parameter 'time' is not assigned and could be declared final
30263 src/com/gps/dto/FrequentTripDTO.java 29 publicMethodCommentRequirement Required
30264 src/com/gps/dto/Packet.java 6 headerCommentRequirement Required
30265 src/com/gps/dto/Packet.java 8 fieldCommentRequirement Required
30266 src/com/gps/dto/Packet.java 9 fieldCommentRequirement Required
30267 src/com/gps/dto/Packet.java 10 fieldCommentRequirement Required
30268 src/com/gps/dto/Packet.java 12 Parameter 'dbdate' is not assigned and could be declared final
30269 src/com/gps/dto/Packet.java 12 Parameter 'end' is not assigned and could be declared final
30270 src/com/gps/dto/Packet.java 12 Parameter 'start' is not assigned and could be declared final
30271 src/com/gps/dto/Packet.java 12 publicMethodCommentRequirement Required
30272 src/com/gps/dto/Packet.java 18 Parameter 'dbdate' is not assigned and could be declared final
30273 src/com/gps/dto/Packet.java 18 publicMethodCommentRequirement Required
30274 src/com/gps/dto/Packet.java 21 publicMethodCommentRequirement Required
30275 src/com/gps/dto/Packet.java 25 Parameter 'start' is not assigned and could be declared final
30276 src/com/gps/dto/Packet.java 25 publicMethodCommentRequirement Required
30277 src/com/gps/dto/Packet.java 28 publicMethodCommentRequirement Required
30278 src/com/gps/dto/Packet.java 31 Parameter 'end' is not assigned and could be declared final
30279 src/com/gps/dto/Packet.java 31 publicMethodCommentRequirement Required
30280 src/com/gps/dto/Packet.java 34 publicMethodCommentRequirement Required
30281 src/com/gps/dto/RFIDInfoHistoryDTO.java 5 headerCommentRequirement Required
30282 src/com/gps/dto/RFIDInfoHistoryDTO.java 7 fieldCommentRequirement Required
30283 src/com/gps/dto/RFIDInfoHistoryDTO.java 8 fieldCommentRequirement Required
30284 src/com/gps/dto/RFIDInfoHistoryDTO.java 9 fieldCommentRequirement Required
30285 src/com/gps/dto/RFIDInfoHistoryDTO.java 10 fieldCommentRequirement Required
30286 src/com/gps/dto/RFIDInfoHistoryDTO.java 11 fieldCommentRequirement Required
30287 src/com/gps/dto/RFIDInfoHistoryDTO.java 12 fieldCommentRequirement Required
30288 src/com/gps/dto/RFIDInfoHistoryDTO.java 13 fieldCommentRequirement Required
30289 src/com/gps/dto/RFIDInfoHistoryDTO.java 17 Parameter 'contactNo' is not assigned and could be declared final
30290 src/com/gps/dto/RFIDInfoHistoryDTO.java 17 Parameter 'fenceName' is not assigned and could be declared final
30291 src/com/gps/dto/RFIDInfoHistoryDTO.java 17 Parameter 'name' is not assigned and could be declared final
30292 src/com/gps/dto/RFIDInfoHistoryDTO.java 17 Parameter 'swipeTime' is not assigned and could be declared final
30293 src/com/gps/dto/RFIDInfoHistoryDTO.java 17 Parameter 'userId' is not assigned and could be declared final
30294 src/com/gps/dto/RFIDInfoHistoryDTO.java 17 publicMethodCommentRequirement Required
30295 src/com/gps/dto/RFIDInfoHistoryDTO.java 18 Parameter 'intrSession' is not assigned and could be declared final
30296 src/com/gps/dto/RFIDInfoHistoryDTO.java 18 Parameter 'tripName' is not assigned and could be declared final
30297 src/com/gps/dto/RFIDInfoHistoryDTO.java 29 Parameter 'userId' is not assigned and could be declared final
30298 src/com/gps/dto/RFIDInfoHistoryDTO.java 29 publicMethodCommentRequirement Required
30299 src/com/gps/dto/RFIDInfoHistoryDTO.java 43 Parameter 'userId' is not assigned and could be declared final
30300 src/com/gps/dto/RFIDInfoHistoryDTO.java 57 Parameter 'swipeTime' is not assigned and could be declared final
30301 src/com/gps/dto/RFIDInfoHistoryDTO.java 71 Parameter 'fenceName' is not assigned and could be declared final
30302 src/com/gps/dto/RFIDInfoHistoryDTO.java 85 Parameter 'intrSession' is not assigned and could be declared final
30303 src/com/gps/dto/RFIDInfoHistoryDTO.java 99 Parameter 'name' is not assigned and could be declared final
30304 src/com/gps/dto/RFIDInfoHistoryDTO.java 113 Parameter 'contactNo' is not assigned and could be declared final
30305 src/com/gps/dto/RFIDInfoHistoryDTO.java 117 Parameter 'tripName' is not assigned and could be declared final
30306 src/com/gps/dto/RFIDInfoHistoryDTO.java 117 publicMethodCommentRequirement Required
30307 src/com/gps/dto/RFIDInfoHistoryDTO.java 121 publicMethodCommentRequirement Required
30308 src/com/gps/dto/TripByVehicleDTO.java 1 This class has a bunch of public methods and attributes
30309 src/com/gps/dto/TripByVehicleDTO.java 5 Too many fields
30310 src/com/gps/dto/TripByVehicleDTO.java 5 headerCommentRequirement Required
30311 src/com/gps/dto/TripByVehicleDTO.java 7 fieldCommentRequirement Required
30312 src/com/gps/dto/TripByVehicleDTO.java 8 fieldCommentRequirement Required
30313 src/com/gps/dto/TripByVehicleDTO.java 9 fieldCommentRequirement Required
30314 src/com/gps/dto/TripByVehicleDTO.java 10 fieldCommentRequirement Required
30315 src/com/gps/dto/TripByVehicleDTO.java 11 fieldCommentRequirement Required
30316 src/com/gps/dto/TripByVehicleDTO.java 12 fieldCommentRequirement Required
30317 src/com/gps/dto/TripByVehicleDTO.java 13 fieldCommentRequirement Required
30318 src/com/gps/dto/TripByVehicleDTO.java 14 fieldCommentRequirement Required
30319 src/com/gps/dto/TripByVehicleDTO.java 15 fieldCommentRequirement Required
30320 src/com/gps/dto/TripByVehicleDTO.java 16 fieldCommentRequirement Required
30321 src/com/gps/dto/TripByVehicleDTO.java 17 fieldCommentRequirement Required
30322 src/com/gps/dto/TripByVehicleDTO.java 18 fieldCommentRequirement Required
30323 src/com/gps/dto/TripByVehicleDTO.java 19 fieldCommentRequirement Required
30324 src/com/gps/dto/TripByVehicleDTO.java 20 fieldCommentRequirement Required
30325 src/com/gps/dto/TripByVehicleDTO.java 21 fieldCommentRequirement Required
30326 src/com/gps/dto/TripByVehicleDTO.java 22 fieldCommentRequirement Required
30327 src/com/gps/dto/TripByVehicleDTO.java 23 fieldCommentRequirement Required
30328 src/com/gps/dto/TripByVehicleDTO.java 24 fieldCommentRequirement Required
30329 src/com/gps/dto/TripByVehicleDTO.java 25 fieldCommentRequirement Required
30330 src/com/gps/dto/TripByVehicleDTO.java 26 fieldCommentRequirement Required
30331 src/com/gps/dto/TripByVehicleDTO.java 27 fieldCommentRequirement Required
30332 src/com/gps/dto/TripByVehicleDTO.java 28 fieldCommentRequirement Required
30333 src/com/gps/dto/TripByVehicleDTO.java 29 fieldCommentRequirement Required
30334 src/com/gps/dto/TripByVehicleDTO.java 31 publicMethodCommentRequirement Required
30335 src/com/gps/dto/TripByVehicleDTO.java 36 Parameter 'gsmStatus' is not assigned and could be declared final
30336 src/com/gps/dto/TripByVehicleDTO.java 36 publicMethodCommentRequirement Required
30337 src/com/gps/dto/TripByVehicleDTO.java 41 publicMethodCommentRequirement Required
30338 src/com/gps/dto/TripByVehicleDTO.java 46 Parameter 'cellId' is not assigned and could be declared final
30339 src/com/gps/dto/TripByVehicleDTO.java 46 publicMethodCommentRequirement Required
30340 src/com/gps/dto/TripByVehicleDTO.java 51 Avoid long parameter lists.
30341 src/com/gps/dto/TripByVehicleDTO.java 51 Parameter 'tripDesc' is not assigned and could be declared final
30342 src/com/gps/dto/TripByVehicleDTO.java 51 Parameter 'tripName' is not assigned and could be declared final
30343 src/com/gps/dto/TripByVehicleDTO.java 51 Parameter 'tripid' is not assigned and could be declared final
30344 src/com/gps/dto/TripByVehicleDTO.java 51 publicMethodCommentRequirement Required
30345 src/com/gps/dto/TripByVehicleDTO.java 52 Parameter 'returndate' is not assigned and could be declared final
30346 src/com/gps/dto/TripByVehicleDTO.java 52 Parameter 'startTime' is not assigned and could be declared final
30347 src/com/gps/dto/TripByVehicleDTO.java 52 Parameter 'startdate' is not assigned and could be declared final
30348 src/com/gps/dto/TripByVehicleDTO.java 53 Parameter 'destination' is not assigned and could be declared final
30349 src/com/gps/dto/TripByVehicleDTO.java 53 Parameter 'returnTime' is not assigned and could be declared final
30350 src/com/gps/dto/TripByVehicleDTO.java 53 Parameter 'sourceLocation' is not assigned and could be declared final
30351 src/com/gps/dto/TripByVehicleDTO.java 54 Parameter 'lattitude' is not assigned and could be declared final
30352 src/com/gps/dto/TripByVehicleDTO.java 54 Parameter 'longitude' is not assigned and could be declared final
30353 src/com/gps/dto/TripByVehicleDTO.java 54 Parameter 'tripParamid' is not assigned and could be declared final
30354 src/com/gps/dto/TripByVehicleDTO.java 55 Parameter 'address' is not assigned and could be declared final
30355 src/com/gps/dto/TripByVehicleDTO.java 55 Parameter 'altitude' is not assigned and could be declared final
30356 src/com/gps/dto/TripByVehicleDTO.java 55 Parameter 'heading' is not assigned and could be declared final
30357 src/com/gps/dto/TripByVehicleDTO.java 55 Parameter 'speed' is not assigned and could be declared final
30358 src/com/gps/dto/TripByVehicleDTO.java 56 Parameter 'batteryStatus' is not assigned and could be declared final
30359 src/com/gps/dto/TripByVehicleDTO.java 56 Parameter 'creationTime' is not assigned and could be declared final
30360 src/com/gps/dto/TripByVehicleDTO.java 56 Parameter 'description' is not assigned and could be declared final
30361 src/com/gps/dto/TripByVehicleDTO.java 56 Parameter 'fuelContent' is not assigned and could be declared final
30362 src/com/gps/dto/TripByVehicleDTO.java 83 Avoid long parameter lists.
30363 src/com/gps/dto/TripByVehicleDTO.java 83 Parameter 'tripDesc' is not assigned and could be declared final
30364 src/com/gps/dto/TripByVehicleDTO.java 83 Parameter 'tripName' is not assigned and could be declared final
30365 src/com/gps/dto/TripByVehicleDTO.java 83 Parameter 'tripid' is not assigned and could be declared final
30366 src/com/gps/dto/TripByVehicleDTO.java 83 publicMethodCommentRequirement Required
30367 src/com/gps/dto/TripByVehicleDTO.java 84 Parameter 'returndate' is not assigned and could be declared final
30368 src/com/gps/dto/TripByVehicleDTO.java 84 Parameter 'startTime' is not assigned and could be declared final
30369 src/com/gps/dto/TripByVehicleDTO.java 84 Parameter 'startdate' is not assigned and could be declared final
30370 src/com/gps/dto/TripByVehicleDTO.java 85 Parameter 'destination' is not assigned and could be declared final
30371 src/com/gps/dto/TripByVehicleDTO.java 85 Parameter 'returnTime' is not assigned and could be declared final
30372 src/com/gps/dto/TripByVehicleDTO.java 85 Parameter 'sourceLocation' is not assigned and could be declared final
30373 src/com/gps/dto/TripByVehicleDTO.java 86 Parameter 'lattitude' is not assigned and could be declared final
30374 src/com/gps/dto/TripByVehicleDTO.java 86 Parameter 'longitude' is not assigned and could be declared final
30375 src/com/gps/dto/TripByVehicleDTO.java 86 Parameter 'tripParamid' is not assigned and could be declared final
30376 src/com/gps/dto/TripByVehicleDTO.java 87 Parameter 'address' is not assigned and could be declared final
30377 src/com/gps/dto/TripByVehicleDTO.java 87 Parameter 'altitude' is not assigned and could be declared final
30378 src/com/gps/dto/TripByVehicleDTO.java 87 Parameter 'heading' is not assigned and could be declared final
30379 src/com/gps/dto/TripByVehicleDTO.java 87 Parameter 'speed' is not assigned and could be declared final
30380 src/com/gps/dto/TripByVehicleDTO.java 88 Parameter 'batteryStatus' is not assigned and could be declared final
30381 src/com/gps/dto/TripByVehicleDTO.java 88 Parameter 'creationTime' is not assigned and could be declared final
30382 src/com/gps/dto/TripByVehicleDTO.java 88 Parameter 'eventCode' is not assigned and could be declared final
30383 src/com/gps/dto/TripByVehicleDTO.java 88 Parameter 'fuelContent' is not assigned and could be declared final
30384 src/com/gps/dto/TripByVehicleDTO.java 115 publicMethodCommentRequirement Required
30385 src/com/gps/dto/TripByVehicleDTO.java 118 Parameter 'tripid' is not assigned and could be declared final
30386 src/com/gps/dto/TripByVehicleDTO.java 118 publicMethodCommentRequirement Required
30387 src/com/gps/dto/TripByVehicleDTO.java 121 publicMethodCommentRequirement Required
30388 src/com/gps/dto/TripByVehicleDTO.java 133 Parameter 'eventCode' is not assigned and could be declared final
30389 src/com/gps/dto/TripByVehicleDTO.java 136 Parameter 'tripName' is not assigned and could be declared final
30390 src/com/gps/dto/TripByVehicleDTO.java 136 publicMethodCommentRequirement Required
30391 src/com/gps/dto/TripByVehicleDTO.java 139 publicMethodCommentRequirement Required
30392 src/com/gps/dto/TripByVehicleDTO.java 142 Parameter 'tripDesc' is not assigned and could be declared final
30393 src/com/gps/dto/TripByVehicleDTO.java 142 publicMethodCommentRequirement Required
30394 src/com/gps/dto/TripByVehicleDTO.java 145 publicMethodCommentRequirement Required
30395 src/com/gps/dto/TripByVehicleDTO.java 148 Parameter 'startdate' is not assigned and could be declared final
30396 src/com/gps/dto/TripByVehicleDTO.java 148 publicMethodCommentRequirement Required
30397 src/com/gps/dto/TripByVehicleDTO.java 151 publicMethodCommentRequirement Required
30398 src/com/gps/dto/TripByVehicleDTO.java 154 Parameter 'startTime' is not assigned and could be declared final
30399 src/com/gps/dto/TripByVehicleDTO.java 154 publicMethodCommentRequirement Required
30400 src/com/gps/dto/TripByVehicleDTO.java 157 publicMethodCommentRequirement Required
30401 src/com/gps/dto/TripByVehicleDTO.java 160 Parameter 'returndate' is not assigned and could be declared final
30402 src/com/gps/dto/TripByVehicleDTO.java 160 publicMethodCommentRequirement Required
30403 src/com/gps/dto/TripByVehicleDTO.java 163 publicMethodCommentRequirement Required
30404 src/com/gps/dto/TripByVehicleDTO.java 166 Parameter 'returnTime' is not assigned and could be declared final
30405 src/com/gps/dto/TripByVehicleDTO.java 166 publicMethodCommentRequirement Required
30406 src/com/gps/dto/TripByVehicleDTO.java 171 publicMethodCommentRequirement Required
30407 src/com/gps/dto/TripByVehicleDTO.java 174 Parameter 'tripParamid' is not assigned and could be declared final
30408 src/com/gps/dto/TripByVehicleDTO.java 174 publicMethodCommentRequirement Required
30409 src/com/gps/dto/TripByVehicleDTO.java 177 publicMethodCommentRequirement Required
30410 src/com/gps/dto/TripByVehicleDTO.java 180 Parameter 'lattitude' is not assigned and could be declared final
30411 src/com/gps/dto/TripByVehicleDTO.java 180 publicMethodCommentRequirement Required
30412 src/com/gps/dto/TripByVehicleDTO.java 183 publicMethodCommentRequirement Required
30413 src/com/gps/dto/TripByVehicleDTO.java 186 Parameter 'longitude' is not assigned and could be declared final
30414 src/com/gps/dto/TripByVehicleDTO.java 186 publicMethodCommentRequirement Required
30415 src/com/gps/dto/TripByVehicleDTO.java 189 publicMethodCommentRequirement Required
30416 src/com/gps/dto/TripByVehicleDTO.java 192 Parameter 'speed' is not assigned and could be declared final
30417 src/com/gps/dto/TripByVehicleDTO.java 192 publicMethodCommentRequirement Required
30418 src/com/gps/dto/TripByVehicleDTO.java 195 publicMethodCommentRequirement Required
30419 src/com/gps/dto/TripByVehicleDTO.java 198 Parameter 'heading' is not assigned and could be declared final
30420 src/com/gps/dto/TripByVehicleDTO.java 198 publicMethodCommentRequirement Required
30421 src/com/gps/dto/TripByVehicleDTO.java 201 publicMethodCommentRequirement Required
30422 src/com/gps/dto/TripByVehicleDTO.java 204 Parameter 'altitude' is not assigned and could be declared final
30423 src/com/gps/dto/TripByVehicleDTO.java 204 publicMethodCommentRequirement Required
30424 src/com/gps/dto/TripByVehicleDTO.java 207 publicMethodCommentRequirement Required
30425 src/com/gps/dto/TripByVehicleDTO.java 210 Parameter 'address' is not assigned and could be declared final
30426 src/com/gps/dto/TripByVehicleDTO.java 210 publicMethodCommentRequirement Required
30427 src/com/gps/dto/TripByVehicleDTO.java 213 publicMethodCommentRequirement Required
30428 src/com/gps/dto/TripByVehicleDTO.java 216 Parameter 'fuelContent' is not assigned and could be declared final
30429 src/com/gps/dto/TripByVehicleDTO.java 216 publicMethodCommentRequirement Required
30430 src/com/gps/dto/TripByVehicleDTO.java 219 publicMethodCommentRequirement Required
30431 src/com/gps/dto/TripByVehicleDTO.java 222 Parameter 'creationTime' is not assigned and could be declared final
30432 src/com/gps/dto/TripByVehicleDTO.java 222 publicMethodCommentRequirement Required
30433 src/com/gps/dto/TripByVehicleDTO.java 225 publicMethodCommentRequirement Required
30434 src/com/gps/dto/TripByVehicleDTO.java 228 Parameter 'batteryStatus' is not assigned and could be declared final
30435 src/com/gps/dto/TripByVehicleDTO.java 228 publicMethodCommentRequirement Required
30436 src/com/gps/dto/TripByVehicleDTO.java 231 publicMethodCommentRequirement Required
30437 src/com/gps/dto/TripByVehicleDTO.java 234 Parameter 'sourceLocation' is not assigned and could be declared final
30438 src/com/gps/dto/TripByVehicleDTO.java 234 publicMethodCommentRequirement Required
30439 src/com/gps/dto/TripByVehicleDTO.java 238 publicMethodCommentRequirement Required
30440 src/com/gps/dto/TripByVehicleDTO.java 242 Parameter 'destination' is not assigned and could be declared final
30441 src/com/gps/dto/TripByVehicleDTO.java 242 publicMethodCommentRequirement Required
30442 src/com/gps/dto/TripByVehicleDTO.java 247 Avoid long parameter lists.
30443 src/com/gps/dto/TripByVehicleDTO.java 247 Parameter 'lattitude' is not assigned and could be declared final
30444 src/com/gps/dto/TripByVehicleDTO.java 247 Parameter 'tripName' is not assigned and could be declared final
30445 src/com/gps/dto/TripByVehicleDTO.java 247 Parameter 'tripid' is not assigned and could be declared final
30446 src/com/gps/dto/TripByVehicleDTO.java 247 publicMethodCommentRequirement Required
30447 src/com/gps/dto/TripByVehicleDTO.java 248 Parameter 'batteryStatus' is not assigned and could be declared final
30448 src/com/gps/dto/TripByVehicleDTO.java 248 Parameter 'cellId' is not assigned and could be declared final
30449 src/com/gps/dto/TripByVehicleDTO.java 248 Parameter 'creationTime' is not assigned and could be declared final
30450 src/com/gps/dto/TripByVehicleDTO.java 248 Parameter 'description' is not assigned and could be declared final
30451 src/com/gps/dto/TripByVehicleDTO.java 248 Parameter 'gsmStatus' is not assigned and could be declared final
30452 src/com/gps/dto/TripByVehicleDTO.java 248 Parameter 'heading' is not assigned and could be declared final
30453 src/com/gps/dto/TripByVehicleDTO.java 248 Parameter 'longitude' is not assigned and could be declared final
30454 src/com/gps/dto/TripByVehicleDTO.java 248 Parameter 'speed' is not assigned and could be declared final
30455 src/com/gps/dto/TripByVehicleDTO.java 264 Parameter 'creationTime' is not assigned and could be declared final
30456 src/com/gps/dto/TripByVehicleDTO.java 264 publicMethodCommentRequirement Required
30457 src/com/gps/dto/TripByVehicleDTO.java 269 Parameter 'lattitude' is not assigned and could be declared final
30458 src/com/gps/dto/TripByVehicleDTO.java 269 Parameter 'longitude' is not assigned and could be declared final
30459 src/com/gps/dto/TripByVehicleDTO.java 269 publicMethodCommentRequirement Required
30460 src/com/gps/dto/TripByVehicleDTO.java 274 Parameter 'description' is not assigned and could be declared final
30461 src/com/gps/dto/TripByVehicleDTO.java 274 publicMethodCommentRequirement Required
30462 src/com/gps/dto/TripByVehicleDTO.java 277 publicMethodCommentRequirement Required
30463 src/com/gps/dto/TripDistanceDTO.java 5 headerCommentRequirement Required
30464 src/com/gps/dto/TripDistanceDTO.java 7 Use explicit scoping instead of the default package private level
30465 src/com/gps/dto/TripDistanceDTO.java 7 fieldCommentRequirement Required
30466 src/com/gps/dto/TripDistanceDTO.java 8 Use explicit scoping instead of the default package private level
30467 src/com/gps/dto/TripDistanceDTO.java 8 fieldCommentRequirement Required
30468 src/com/gps/dto/TripDistanceDTO.java 9 Use explicit scoping instead of the default package private level
30469 src/com/gps/dto/TripDistanceDTO.java 9 fieldCommentRequirement Required
30470 src/com/gps/dto/TripDistanceDTO.java 10 Use explicit scoping instead of the default package private level
30471 src/com/gps/dto/TripDistanceDTO.java 10 fieldCommentRequirement Required
30472 src/com/gps/dto/TripDistanceDTO.java 11 Use explicit scoping instead of the default package private level
30473 src/com/gps/dto/TripDistanceDTO.java 11 fieldCommentRequirement Required
30474 src/com/gps/dto/TripDistanceDTO.java 12 Use explicit scoping instead of the default package private level
30475 src/com/gps/dto/TripDistanceDTO.java 12 fieldCommentRequirement Required
30476 src/com/gps/dto/TripDistanceDTO.java 13 Use explicit scoping instead of the default package private level
30477 src/com/gps/dto/TripDistanceDTO.java 13 fieldCommentRequirement Required
30478 src/com/gps/dto/TripDistanceDTO.java 14 Use explicit scoping instead of the default package private level
30479 src/com/gps/dto/TripDistanceDTO.java 14 fieldCommentRequirement Required
30480 src/com/gps/dto/TripDistanceDTO.java 17 Parameter 'creationTime' is not assigned and could be declared final
30481 src/com/gps/dto/TripDistanceDTO.java 17 Parameter 'regNo' is not assigned and could be declared final
30482 src/com/gps/dto/TripDistanceDTO.java 17 Parameter 'tripName' is not assigned and could be declared final
30483 src/com/gps/dto/TripDistanceDTO.java 17 publicMethodCommentRequirement Required
30484 src/com/gps/dto/TripDistanceDTO.java 18 Parameter 'lattitude' is not assigned and could be declared final
30485 src/com/gps/dto/TripDistanceDTO.java 18 Parameter 'longitude' is not assigned and could be declared final
30486 src/com/gps/dto/TripDistanceDTO.java 28 Parameter 'creationTime' is not assigned and could be declared final
30487 src/com/gps/dto/TripDistanceDTO.java 28 Parameter 'regNo' is not assigned and could be declared final
30488 src/com/gps/dto/TripDistanceDTO.java 28 Parameter 'tripName' is not assigned and could be declared final
30489 src/com/gps/dto/TripDistanceDTO.java 28 publicMethodCommentRequirement Required
30490 src/com/gps/dto/TripDistanceDTO.java 29 Parameter 'lattitude' is not assigned and could be declared final
30491 src/com/gps/dto/TripDistanceDTO.java 29 Parameter 'longitude' is not assigned and could be declared final
30492 src/com/gps/dto/TripDistanceDTO.java 29 Parameter 'speed' is not assigned and could be declared final
30493 src/com/gps/dto/TripDistanceDTO.java 40 Parameter 'creationTime' is not assigned and could be declared final
30494 src/com/gps/dto/TripDistanceDTO.java 40 Parameter 'regNo' is not assigned and could be declared final
30495 src/com/gps/dto/TripDistanceDTO.java 40 Parameter 'tripName' is not assigned and could be declared final
30496 src/com/gps/dto/TripDistanceDTO.java 40 publicMethodCommentRequirement Required
30497 src/com/gps/dto/TripDistanceDTO.java 41 Parameter 'distance' is not assigned and could be declared final
30498 src/com/gps/dto/TripDistanceDTO.java 41 Parameter 'lattitude' is not assigned and could be declared final
30499 src/com/gps/dto/TripDistanceDTO.java 41 Parameter 'longitude' is not assigned and could be declared final
30500 src/com/gps/dto/TripDistanceDTO.java 41 Parameter 'speed' is not assigned and could be declared final
30501 src/com/gps/dto/TripDistanceDTO.java 54 Parameter 'creationTime' is not assigned and could be declared final
30502 src/com/gps/dto/TripDistanceDTO.java 54 Parameter 'regNo' is not assigned and could be declared final
30503 src/com/gps/dto/TripDistanceDTO.java 54 Parameter 'tripName' is not assigned and could be declared final
30504 src/com/gps/dto/TripDistanceDTO.java 54 publicMethodCommentRequirement Required
30505 src/com/gps/dto/TripDistanceDTO.java 55 Parameter 'event' is not assigned and could be declared final
30506 src/com/gps/dto/TripDistanceDTO.java 55 Parameter 'lattitude' is not assigned and could be declared final
30507 src/com/gps/dto/TripDistanceDTO.java 55 Parameter 'longitude' is not assigned and could be declared final
30508 src/com/gps/dto/TripDistanceDTO.java 66 publicMethodCommentRequirement Required
30509 src/com/gps/dto/TripDistanceDTO.java 80 Parameter 'regNo' is not assigned and could be declared final
30510 src/com/gps/dto/TripDistanceDTO.java 94 Parameter 'tripName' is not assigned and could be declared final
30511 src/com/gps/dto/TripDistanceDTO.java 108 Parameter 'creationTime' is not assigned and could be declared final
30512 src/com/gps/dto/TripDistanceDTO.java 122 Parameter 'lattitude' is not assigned and could be declared final
30513 src/com/gps/dto/TripDistanceDTO.java 136 Parameter 'longitude' is not assigned and could be declared final
30514 src/com/gps/dto/TripDistanceDTO.java 150 Parameter 'event' is not assigned and could be declared final
30515 src/com/gps/dto/TripDistanceDTO.java 164 Parameter 'speed' is not assigned and could be declared final
30516 src/com/gps/dto/TripDistanceDTO.java 179 Parameter 'distance' is not assigned and could be declared final
30517 src/com/gps/dto/TripParamDTO.java 5 headerCommentRequirement Required
30518 src/com/gps/dto/TripParamDTO.java 7 fieldCommentRequirement Required
30519 src/com/gps/dto/TripParamDTO.java 8 fieldCommentRequirement Required
30520 src/com/gps/dto/TripParamDTO.java 9 fieldCommentRequirement Required
30521 src/com/gps/dto/TripParamDTO.java 10 fieldCommentRequirement Required
30522 src/com/gps/dto/TripParamDTO.java 11 fieldCommentRequirement Required
30523 src/com/gps/dto/TripParamDTO.java 12 fieldCommentRequirement Required
30524 src/com/gps/dto/TripParamDTO.java 15 Avoid long parameter lists.
30525 src/com/gps/dto/TripParamDTO.java 15 Parameter 'creationTime' is not assigned and could be declared final
30526 src/com/gps/dto/TripParamDTO.java 15 Parameter 'vehicleId' is not assigned and could be declared final
30527 src/com/gps/dto/TripParamDTO.java 15 publicMethodCommentRequirement Required
30528 src/com/gps/dto/TripParamDTO.java 16 Parameter 'batteryStatus' is not assigned and could be declared final
30529 src/com/gps/dto/TripParamDTO.java 16 Parameter 'lattitude' is not assigned and could be declared final
30530 src/com/gps/dto/TripParamDTO.java 16 Parameter 'longitude' is not assigned and could be declared final
30531 src/com/gps/dto/TripParamDTO.java 16 Parameter 'speed' is not assigned and could be declared final
30532 src/com/gps/dto/TripParamDTO.java 17 Parameter 'fuelContent' is not assigned and could be declared final
30533 src/com/gps/dto/TripParamDTO.java 17 Parameter 'tripId' is not assigned and could be declared final
30534 src/com/gps/dto/TripParamDTO.java 17 Parameter 'tripParamId' is not assigned and could be declared final
30535 src/com/gps/dto/TripParamDTO.java 18 Parameter 'eventCode' is not assigned and could be declared final
30536 src/com/gps/dto/TripParamDTO.java 18 Parameter 'heading' is not assigned and could be declared final
30537 src/com/gps/dto/TripParamDTO.java 28 publicMethodCommentRequirement Required
30538 src/com/gps/dto/TripParamDTO.java 32 Parameter 'batteryStatus' is not assigned and could be declared final
30539 src/com/gps/dto/TripParamDTO.java 32 publicMethodCommentRequirement Required
30540 src/com/gps/dto/TripParamDTO.java 35 publicMethodCommentRequirement Required
30541 src/com/gps/dto/TripParamDTO.java 39 Parameter 'fuelContent' is not assigned and could be declared final
30542 src/com/gps/dto/TripParamDTO.java 39 publicMethodCommentRequirement Required
30543 src/com/gps/dto/TripParamDTO.java 43 publicMethodCommentRequirement Required
30544 src/com/gps/dto/TripParamDTO.java 47 Parameter 'tripId' is not assigned and could be declared final
30545 src/com/gps/dto/TripParamDTO.java 47 publicMethodCommentRequirement Required
30546 src/com/gps/dto/TripParamDTO.java 51 publicMethodCommentRequirement Required
30547 src/com/gps/dto/TripParamDTO.java 55 Parameter 'tripParamId' is not assigned and could be declared final
30548 src/com/gps/dto/TripParamDTO.java 55 publicMethodCommentRequirement Required
30549 src/com/gps/dto/TripParamDTO.java 59 publicMethodCommentRequirement Required
30550 src/com/gps/dto/TripParamDTO.java 63 Parameter 'eventCode' is not assigned and could be declared final
30551 src/com/gps/dto/TripParamDTO.java 63 publicMethodCommentRequirement Required
30552 src/com/gps/dto/TripParamDTO.java 67 publicMethodCommentRequirement Required
30553 src/com/gps/dto/TripParamDTO.java 71 Parameter 'heading' is not assigned and could be declared final
30554 src/com/gps/dto/TripParamDTO.java 71 publicMethodCommentRequirement Required
30555 src/com/gps/dto/VehicleInfoDTO.java 13 Comment is too large: Line too long
30556 src/com/gps/dto/VehicleInfoDTO.java 21 Comment is too large: Line too long
30557 src/com/gps/dto/VehicleInfoDTO.java 30 Too many fields
30558 src/com/gps/dto/VehicleInfoDTO.java 30 headerCommentRequirement Required
30559 src/com/gps/dto/VehicleInfoDTO.java 32 Use explicit scoping instead of the default package private level
30560 src/com/gps/dto/VehicleInfoDTO.java 32 Variables should start with a lowercase character, 'RegNo' starts with uppercase character.
30561 src/com/gps/dto/VehicleInfoDTO.java 32 fieldCommentRequirement Required
30562 src/com/gps/dto/VehicleInfoDTO.java 33 Use explicit scoping instead of the default package private level
30563 src/com/gps/dto/VehicleInfoDTO.java 33 Variables should start with a lowercase character, 'Location' starts with uppercase character.
30564 src/com/gps/dto/VehicleInfoDTO.java 33 fieldCommentRequirement Required
30565 src/com/gps/dto/VehicleInfoDTO.java 34 Use explicit scoping instead of the default package private level
30566 src/com/gps/dto/VehicleInfoDTO.java 34 Variables should start with a lowercase character, 'Speed' starts with uppercase character.
30567 src/com/gps/dto/VehicleInfoDTO.java 34 fieldCommentRequirement Required
30568 src/com/gps/dto/VehicleInfoDTO.java 35 Use explicit scoping instead of the default package private level
30569 src/com/gps/dto/VehicleInfoDTO.java 35 Variables should start with a lowercase character, 'Color' starts with uppercase character.
30570 src/com/gps/dto/VehicleInfoDTO.java 35 fieldCommentRequirement Required
30571 src/com/gps/dto/VehicleInfoDTO.java 36 Use explicit scoping instead of the default package private level
30572 src/com/gps/dto/VehicleInfoDTO.java 36 fieldCommentRequirement Required
30573 src/com/gps/dto/VehicleInfoDTO.java 37 Use explicit scoping instead of the default package private level
30574 src/com/gps/dto/VehicleInfoDTO.java 37 fieldCommentRequirement Required
30575 src/com/gps/dto/VehicleInfoDTO.java 38 Use explicit scoping instead of the default package private level
30576 src/com/gps/dto/VehicleInfoDTO.java 38 fieldCommentRequirement Required
30577 src/com/gps/dto/VehicleInfoDTO.java 39 Use explicit scoping instead of the default package private level
30578 src/com/gps/dto/VehicleInfoDTO.java 39 fieldCommentRequirement Required
30579 src/com/gps/dto/VehicleInfoDTO.java 40 Use explicit scoping instead of the default package private level
30580 src/com/gps/dto/VehicleInfoDTO.java 40 fieldCommentRequirement Required
30581 src/com/gps/dto/VehicleInfoDTO.java 41 Use explicit scoping instead of the default package private level
30582 src/com/gps/dto/VehicleInfoDTO.java 41 fieldCommentRequirement Required
30583 src/com/gps/dto/VehicleInfoDTO.java 42 Use explicit scoping instead of the default package private level
30584 src/com/gps/dto/VehicleInfoDTO.java 42 Variables should start with a lowercase character, 'TankCpty' starts with uppercase character.
30585 src/com/gps/dto/VehicleInfoDTO.java 42 fieldCommentRequirement Required
30586 src/com/gps/dto/VehicleInfoDTO.java 43 Use explicit scoping instead of the default package private level
30587 src/com/gps/dto/VehicleInfoDTO.java 43 Variables should start with a lowercase character, 'FuelVolt' starts with uppercase character.
30588 src/com/gps/dto/VehicleInfoDTO.java 43 fieldCommentRequirement Required
30589 src/com/gps/dto/VehicleInfoDTO.java 44 Use explicit scoping instead of the default package private level
30590 src/com/gps/dto/VehicleInfoDTO.java 44 Variables should start with a lowercase character, 'Idletime' starts with uppercase character.
30591 src/com/gps/dto/VehicleInfoDTO.java 44 fieldCommentRequirement Required
30592 src/com/gps/dto/VehicleInfoDTO.java 45 fieldCommentRequirement Required
30593 src/com/gps/dto/VehicleInfoDTO.java 46 fieldCommentRequirement Required
30594 src/com/gps/dto/VehicleInfoDTO.java 47 fieldCommentRequirement Required
30595 src/com/gps/dto/VehicleInfoDTO.java 49 Use explicit scoping instead of the default package private level
30596 src/com/gps/dto/VehicleInfoDTO.java 49 Variables should start with a lowercase character, 'Fenceduration' starts with uppercase character.
30597 src/com/gps/dto/VehicleInfoDTO.java 49 fieldCommentRequirement Required
30598 src/com/gps/dto/VehicleInfoDTO.java 50 Use explicit scoping instead of the default package private level
30599 src/com/gps/dto/VehicleInfoDTO.java 50 fieldCommentRequirement Required
30600 src/com/gps/dto/VehicleInfoDTO.java 53 publicMethodCommentRequirement Required
30601 src/com/gps/dto/VehicleInfoDTO.java 57 Parameter 'tankCpty' is not assigned and could be declared final
30602 src/com/gps/dto/VehicleInfoDTO.java 57 publicMethodCommentRequirement Required
30603 src/com/gps/dto/VehicleInfoDTO.java 61 publicMethodCommentRequirement Required
30604 src/com/gps/dto/VehicleInfoDTO.java 65 Parameter 'fuelVolt' is not assigned and could be declared final
30605 src/com/gps/dto/VehicleInfoDTO.java 65 publicMethodCommentRequirement Required
30606 src/com/gps/dto/VehicleInfoDTO.java 69 publicMethodCommentRequirement Required
30607 src/com/gps/dto/VehicleInfoDTO.java 73 Parameter 'lattitude' is not assigned and could be declared final
30608 src/com/gps/dto/VehicleInfoDTO.java 73 publicMethodCommentRequirement Required
30609 src/com/gps/dto/VehicleInfoDTO.java 77 publicMethodCommentRequirement Required
30610 src/com/gps/dto/VehicleInfoDTO.java 81 Parameter 'longitude' is not assigned and could be declared final
30611 src/com/gps/dto/VehicleInfoDTO.java 81 publicMethodCommentRequirement Required
30612 src/com/gps/dto/VehicleInfoDTO.java 85 publicMethodCommentRequirement Required
30613 src/com/gps/dto/VehicleInfoDTO.java 89 Parameter 'eventCode' is not assigned and could be declared final
30614 src/com/gps/dto/VehicleInfoDTO.java 89 publicMethodCommentRequirement Required
30615 src/com/gps/dto/VehicleInfoDTO.java 93 publicMethodCommentRequirement Required
30616 src/com/gps/dto/VehicleInfoDTO.java 97 Parameter 'idletime' is not assigned and could be declared final
30617 src/com/gps/dto/VehicleInfoDTO.java 97 publicMethodCommentRequirement Required
30618 src/com/gps/dto/VehicleInfoDTO.java 101 publicMethodCommentRequirement Required
30619 src/com/gps/dto/VehicleInfoDTO.java 105 Parameter 'fenceduration' is not assigned and could be declared final
30620 src/com/gps/dto/VehicleInfoDTO.java 105 publicMethodCommentRequirement Required
30621 src/com/gps/dto/VehicleInfoDTO.java 109 publicMethodCommentRequirement Required
30622 src/com/gps/dto/VehicleInfoDTO.java 128 Parameter 'location' is not assigned and could be declared final
30623 src/com/gps/dto/VehicleInfoDTO.java 128 Parameter 'regNo' is not assigned and could be declared final
30624 src/com/gps/dto/VehicleInfoDTO.java 128 Parameter 'speed' is not assigned and could be declared final
30625 src/com/gps/dto/VehicleInfoDTO.java 129 Parameter 'color' is not assigned and could be declared final
30626 src/com/gps/dto/VehicleInfoDTO.java 129 Parameter 'packetTime' is not assigned and could be declared final
30627 src/com/gps/dto/VehicleInfoDTO.java 146 Parameter 'regNo' is not assigned and could be declared final
30628 src/com/gps/dto/VehicleInfoDTO.java 158 Parameter 'location' is not assigned and could be declared final
30629 src/com/gps/dto/VehicleInfoDTO.java 170 Parameter 'speed' is not assigned and could be declared final
30630 src/com/gps/dto/VehicleInfoDTO.java 182 Parameter 'color' is not assigned and could be declared final
30631 src/com/gps/dto/VehicleInfoDTO.java 194 Parameter 'packetTime' is not assigned and could be declared final
30632 src/com/gps/dto/VehicleInfoDTO.java 208 Parameter 'eventName' is not assigned and could be declared final
30633 src/com/gps/dto/VehicleInfoDTO.java 222 Parameter 'alert' is not assigned and could be declared final
30634 src/com/gps/dto/VehicleInfoDTO.java 232 Parameter 'eventCode' is not assigned and could be declared final
30635 src/com/gps/dto/VehicleInfoDTO.java 232 Parameter 'packetTime' is not assigned and could be declared final
30636 src/com/gps/dto/VehicleInfoDTO.java 232 Parameter 'regNo' is not assigned and could be declared final
30637 src/com/gps/dto/VehicleInfoDTO.java 233 Parameter 'eventName' is not assigned and could be declared final
30638 src/com/gps/dto/VehicleInfoDTO.java 241 publicMethodCommentRequirement Required
30639 src/com/gps/dto/VehicleInfoDTO.java 245 Parameter 'tripDistance' is not assigned and could be declared final
30640 src/com/gps/dto/VehicleInfoDTO.java 245 publicMethodCommentRequirement Required
30641 src/com/gps/dto/VehicleInfoDTO.java 249 publicMethodCommentRequirement Required
30642 src/com/gps/dto/VehicleInfoDTO.java 253 Parameter 'nonTripDistance' is not assigned and could be declared final
30643 src/com/gps/dto/VehicleInfoDTO.java 253 publicMethodCommentRequirement Required
30644 src/com/gps/dto/VehicleInfoDTO.java 257 publicMethodCommentRequirement Required
30645 src/com/gps/dto/VehicleInfoDTO.java 261 Parameter 'swipeInfo' is not assigned and could be declared final
30646 src/com/gps/dto/VehicleInfoDTO.java 261 publicMethodCommentRequirement Required
30647 src/com/gps/dto/VehicleInfoDTO.java 265 publicMethodCommentRequirement Required
30648 src/com/gps/dto/VehicleInfoDTO.java 269 Parameter 'heading' is not assigned and could be declared final
30649 src/com/gps/dto/VehicleInfoDTO.java 269 publicMethodCommentRequirement Required
30650 src/com/gps/exception/ExceptionHandler.java 3 headerCommentRequirement Required
30651 src/com/gps/exception/ExceptionHandler.java 5 fieldCommentRequirement Required
30652 src/com/gps/exception/ExceptionHandler.java 6 fieldCommentRequirement Required
30653 src/com/gps/exception/ExceptionHandler.java 18 Parameter 'message' is not assigned and could be declared final
30654 src/com/gps/exception/ExceptionHandler.java 32 Parameter 'type' is not assigned and could be declared final
30655 src/com/gps/filter/DashFilter.java 7 headerCommentRequirement Required
30656 src/com/gps/filter/DashFilter.java 10 Parameter 'request' is not assigned and could be declared final
30657 src/com/gps/filter/DashFilter.java 10 publicMethodCommentRequirement Required
30658 src/com/gps/filter/DashFilter.java 11 Parameter 'response' is not assigned and could be declared final
30659 src/com/gps/filter/DashFilter.java 13 Potential violation of Law of Demeter (method chain calls)
30660 src/com/gps/filter/DashFilter.java 14 Potential violation of Law of Demeter (method chain calls)
30661 src/com/gps/filter/DashFilter.java 16 Potential violation of Law of Demeter (method chain calls)
30662 src/com/gps/filter/DashFilter.java 18 Potential violation of Law of Demeter (method chain calls)
30663 src/com/gps/form/GLatLng.java 3 headerCommentRequirement Required
30664 src/com/gps/form/GLatLng.java 5 Use explicit scoping instead of the default package private level
30665 src/com/gps/form/GLatLng.java 5 fieldCommentRequirement Required
30666 src/com/gps/form/GLatLng.java 6 Use explicit scoping instead of the default package private level
30667 src/com/gps/form/GLatLng.java 6 fieldCommentRequirement Required
30668 src/com/gps/form/GLatLng.java 8 Parameter 'lat' is not assigned and could be declared final
30669 src/com/gps/form/GLatLng.java 8 Parameter 'lon' is not assigned and could be declared final
30670 src/com/gps/form/GLatLng.java 8 publicMethodCommentRequirement Required
30671 src/com/gps/form/GLatLng.java 13 publicMethodCommentRequirement Required
30672 src/com/gps/form/GLatLng.java 17 Parameter 'longitude' is not assigned and could be declared final
30673 src/com/gps/form/GLatLng.java 17 publicMethodCommentRequirement Required
30674 src/com/gps/form/GLatLng.java 21 publicMethodCommentRequirement Required
30675 src/com/gps/form/GLatLng.java 25 Parameter 'latitude' is not assigned and could be declared final
30676 src/com/gps/form/GLatLng.java 25 publicMethodCommentRequirement Required
30677 src/com/gps/helper/ConnectionHelper.java 2 Avoid unused imports such as 'java.io.File'
30678 src/com/gps/helper/ConnectionHelper.java 18 headerCommentRequirement Required
30679 src/com/gps/helper/ConnectionHelper.java 20 fieldCommentRequirement Required
30680 src/com/gps/helper/ConnectionHelper.java 21 The Logger variable declaration does not contain the static and final modifiers
30681 src/com/gps/helper/ConnectionHelper.java 21 fieldCommentRequirement Required
30682 src/com/gps/helper/ConnectionHelper.java 25 Avoid using implementation types like 'Hashtable'; use the interface instead
30683 src/com/gps/helper/ConnectionHelper.java 25 Consider replacing this Hashtable with the newer java.util.Map
30684 src/com/gps/helper/ConnectionHelper.java 25 Parameter 'type' is not assigned and could be declared final
30685 src/com/gps/helper/ConnectionHelper.java 28 Consider replacing this Hashtable with the newer java.util.Map
30686 src/com/gps/helper/ConnectionHelper.java 28 Found 'DD'-anomaly for variable 'conn' (lines '28'-'39').
30687 src/com/gps/helper/ConnectionHelper.java 33 Potential violation of Law of Demeter (method chain calls)
30688 src/com/gps/helper/ConnectionHelper.java 34 Potential violation of Law of Demeter (method chain calls)
30689 src/com/gps/helper/ConnectionHelper.java 34 Potential violation of Law of Demeter (method chain calls)
30690 src/com/gps/helper/ConnectionHelper.java 34 There is log block not surrounded by if
30691 src/com/gps/helper/ConnectionHelper.java 34 There is log block not surrounded by if
30692 src/com/gps/helper/ConnectionHelper.java 37 Local variable 'nodeList' could be declared final
30693 src/com/gps/helper/ConnectionHelper.java 41 Avoid using Literals in Conditional Statements
30694 src/com/gps/helper/ConnectionHelper.java 44 Local variable 'firstNode' could be declared final
30695 src/com/gps/helper/ConnectionHelper.java 45 Local variable 'firstElmnt' could be declared final
30696 src/com/gps/helper/ConnectionHelper.java 47 Local variable 'fstNmElmntLst' could be declared final
30697 src/com/gps/helper/ConnectionHelper.java 47 Potential violation of Law of Demeter (object not created locally)
30698 src/com/gps/helper/ConnectionHelper.java 50 Local variable 'conNode' could be declared final
30699 src/com/gps/helper/ConnectionHelper.java 50 Potential violation of Law of Demeter (object not created locally)
30700 src/com/gps/helper/ConnectionHelper.java 53 Local variable 'list' could be declared final
30701 src/com/gps/helper/ConnectionHelper.java 53 Potential violation of Law of Demeter (object not created locally)
30702 src/com/gps/helper/ConnectionHelper.java 55 Avoid using Literals in Conditional Statements
30703 src/com/gps/helper/ConnectionHelper.java 55 Potential violation of Law of Demeter (object not created locally)
30704 src/com/gps/helper/ConnectionHelper.java 59 Potential violation of Law of Demeter (object not created locally)
30705 src/com/gps/helper/ConnectionHelper.java 61 Potential violation of Law of Demeter (method chain calls)
30706 src/com/gps/helper/ConnectionHelper.java 61 Potential violation of Law of Demeter (method chain calls)
30707 src/com/gps/helper/ConnectionHelper.java 61 Potential violation of Law of Demeter (method chain calls)
30708 src/com/gps/helper/ConnectionHelper.java 61 Potential violation of Law of Demeter (method chain calls)
30709 src/com/gps/helper/ConnectionHelper.java 61 Potential violation of Law of Demeter (object not created locally)
30710 src/com/gps/helper/ConnectionHelper.java 61 Potential violation of Law of Demeter (object not created locally)
30711 src/com/gps/helper/ConnectionHelper.java 63 Potential violation of Law of Demeter (method chain calls)
30712 src/com/gps/helper/ConnectionHelper.java 63 Potential violation of Law of Demeter (method chain calls)
30713 src/com/gps/helper/ConnectionHelper.java 63 Potential violation of Law of Demeter (method chain calls)
30714 src/com/gps/helper/ConnectionHelper.java 63 Potential violation of Law of Demeter (method chain calls)
30715 src/com/gps/helper/ConnectionHelper.java 63 Potential violation of Law of Demeter (object not created locally)
30716 src/com/gps/helper/ConnectionHelper.java 63 Potential violation of Law of Demeter (object not created locally)
30717 src/com/gps/helper/ConnectionHelper.java 68 There is log block not surrounded by if
30718 src/com/gps/helper/ConnectionHelper.java 68 There is log block not surrounded by if
30719 src/com/gps/helper/ConnectionHelper.java 72 There is log block not surrounded by if
30720 src/com/gps/helper/ConnectionHelper.java 72 There is log block not surrounded by if
30721 src/com/gps/helper/ConnectionHelper.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30722 src/com/gps/helper/ConnectionHelper.java 77 There is log block not surrounded by if
30723 src/com/gps/helper/ConnectionHelper.java 85 Parameter 'type' is not assigned and could be declared final
30724 src/com/gps/helper/ConnectionHelper.java 87 Found 'DD'-anomaly for variable 'className' (lines '87'-'106').
30725 src/com/gps/helper/ConnectionHelper.java 91 Local variable 'doc' could be declared final
30726 src/com/gps/helper/ConnectionHelper.java 92 Potential violation of Law of Demeter (method chain calls)
30727 src/com/gps/helper/ConnectionHelper.java 92 Potential violation of Law of Demeter (object not created locally)
30728 src/com/gps/helper/ConnectionHelper.java 93 Potential violation of Law of Demeter (method chain calls)
30729 src/com/gps/helper/ConnectionHelper.java 93 Potential violation of Law of Demeter (method chain calls)
30730 src/com/gps/helper/ConnectionHelper.java 93 Potential violation of Law of Demeter (object not created locally)
30731 src/com/gps/helper/ConnectionHelper.java 93 There is log block not surrounded by if
30732 src/com/gps/helper/ConnectionHelper.java 93 There is log block not surrounded by if
30733 src/com/gps/helper/ConnectionHelper.java 97 Local variable 'nodeType' could be declared final
30734 src/com/gps/helper/ConnectionHelper.java 97 Potential violation of Law of Demeter (object not created locally)
30735 src/com/gps/helper/ConnectionHelper.java 99 Avoid using Literals in Conditional Statements
30736 src/com/gps/helper/ConnectionHelper.java 99 Potential violation of Law of Demeter (object not created locally)
30737 src/com/gps/helper/ConnectionHelper.java 101 Local variable 'list' could be declared final
30738 src/com/gps/helper/ConnectionHelper.java 101 Potential violation of Law of Demeter (object not created locally)
30739 src/com/gps/helper/ConnectionHelper.java 102 Local variable 'firstElmnt' could be declared final
30740 src/com/gps/helper/ConnectionHelper.java 105 Local variable 'innerNode' could be declared final
30741 src/com/gps/helper/ConnectionHelper.java 105 Potential violation of Law of Demeter (object not created locally)
30742 src/com/gps/helper/ConnectionHelper.java 106 Potential violation of Law of Demeter (method chain calls)
30743 src/com/gps/helper/ConnectionHelper.java 106 Potential violation of Law of Demeter (object not created locally)
30744 src/com/gps/helper/ConnectionHelper.java 108 There is log block not surrounded by if
30745 src/com/gps/helper/ConnectionHelper.java 108 There is log block not surrounded by if
30746 src/com/gps/helper/ConnectionHelper.java 112 There is log block not surrounded by if
30747 src/com/gps/helper/ConnectionHelper.java 112 There is log block not surrounded by if
30748 src/com/gps/helper/ConnectionHelper.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30749 src/com/gps/helper/ConnectionHelper.java 118 Potential violation of Law of Demeter (object not created locally)
30750 src/com/gps/helper/ConnectionHelper.java 118 There is log block not surrounded by if
30751 src/com/gps/helper/ConnectionHelper.java 126 publicMethodCommentRequirement Required
30752 src/com/gps/helper/ConnectionHelper.java 128 Local variable 'dbf' could be declared final
30753 src/com/gps/helper/ConnectionHelper.java 129 Avoid variables with short names like db
30754 src/com/gps/helper/ConnectionHelper.java 130 Found 'DD'-anomaly for variable 'document' (lines '130'-'137').
30755 src/com/gps/helper/ConnectionHelper.java 131 Avoid variables with short names like is
30756 src/com/gps/helper/ConnectionHelper.java 134 Potential violation of Law of Demeter (object not created locally)
30757 src/com/gps/helper/ConnectionHelper.java 135 Potential violation of Law of Demeter (object not created locally)
30758 src/com/gps/helper/ConnectionHelper.java 137 Potential violation of Law of Demeter (object not created locally)
30759 src/com/gps/helper/ConnectionHelper.java 142 Potential violation of Law of Demeter (object not created locally)
30760 src/com/gps/helper/ConnectionHelper.java 142 There is log block not surrounded by if
30761 src/com/gps/helper/ConnectionHelper.java 146 Potential violation of Law of Demeter (object not created locally)
30762 src/com/gps/helper/ConnectionHelper.java 146 There is log block not surrounded by if
30763 src/com/gps/helper/ConnectionHelper.java 149 Potential violation of Law of Demeter (object not created locally)
30764 src/com/gps/helper/ConnectionHelper.java 149 There is log block not surrounded by if
30765 src/com/gps/helper/ConnectionHelper.java 157 Parameter 'group' is not assigned and could be declared final
30766 src/com/gps/helper/ConnectionHelper.java 157 Parameter 'type' is not assigned and could be declared final
30767 src/com/gps/helper/ConnectionHelper.java 159 Found 'DD'-anomaly for variable 'recepients' (lines '159'-'186').
30768 src/com/gps/helper/ConnectionHelper.java 165 Potential violation of Law of Demeter (method chain calls)
30769 src/com/gps/helper/ConnectionHelper.java 165 Potential violation of Law of Demeter (object not created locally)
30770 src/com/gps/helper/ConnectionHelper.java 166 Potential violation of Law of Demeter (method chain calls)
30771 src/com/gps/helper/ConnectionHelper.java 166 Potential violation of Law of Demeter (method chain calls)
30772 src/com/gps/helper/ConnectionHelper.java 166 Potential violation of Law of Demeter (object not created locally)
30773 src/com/gps/helper/ConnectionHelper.java 166 There is log block not surrounded by if
30774 src/com/gps/helper/ConnectionHelper.java 166 There is log block not surrounded by if
30775 src/com/gps/helper/ConnectionHelper.java 169 Local variable 'nodeList' could be declared final
30776 src/com/gps/helper/ConnectionHelper.java 169 Potential violation of Law of Demeter (object not created locally)
30777 src/com/gps/helper/ConnectionHelper.java 171 Avoid using Literals in Conditional Statements
30778 src/com/gps/helper/ConnectionHelper.java 171 Potential violation of Law of Demeter (object not created locally)
30779 src/com/gps/helper/ConnectionHelper.java 174 Local variable 'firstNode' could be declared final
30780 src/com/gps/helper/ConnectionHelper.java 174 Potential violation of Law of Demeter (object not created locally)
30781 src/com/gps/helper/ConnectionHelper.java 175 Local variable 'firstElmnt' could be declared final
30782 src/com/gps/helper/ConnectionHelper.java 178 Local variable 'fstNmElmntLst' could be declared final
30783 src/com/gps/helper/ConnectionHelper.java 178 Potential violation of Law of Demeter (object not created locally)
30784 src/com/gps/helper/ConnectionHelper.java 179 Local variable 'grpNode' could be declared final
30785 src/com/gps/helper/ConnectionHelper.java 179 Potential violation of Law of Demeter (object not created locally)
30786 src/com/gps/helper/ConnectionHelper.java 180 Local variable 'grpElt' could be declared final
30787 src/com/gps/helper/ConnectionHelper.java 183 Local variable 'grpList' could be declared final
30788 src/com/gps/helper/ConnectionHelper.java 183 Potential violation of Law of Demeter (object not created locally)
30789 src/com/gps/helper/ConnectionHelper.java 184 Local variable 'value' could be declared final
30790 src/com/gps/helper/ConnectionHelper.java 184 Potential violation of Law of Demeter (method chain calls)
30791 src/com/gps/helper/ConnectionHelper.java 184 Potential violation of Law of Demeter (object not created locally)
30792 src/com/gps/helper/ConnectionHelper.java 185 There is log block not surrounded by if
30793 src/com/gps/helper/ConnectionHelper.java 185 There is log block not surrounded by if
30794 src/com/gps/helper/ConnectionHelper.java 186 Potential violation of Law of Demeter (object not created locally)
30795 src/com/gps/helper/ConnectionHelper.java 190 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30796 src/com/gps/helper/ConnectionHelper.java 192 Do not add empty strings
30797 src/com/gps/helper/ConnectionHelper.java 192 Potential violation of Law of Demeter (object not created locally)
30798 src/com/gps/helper/ConnectionHelper.java 192 There is log block not surrounded by if
30799 src/com/gps/helper/ConnectionHelper.java 198 Parameter 'args' is not assigned and could be declared final
30800 src/com/gps/helper/ConnectionHelper.java 198 publicMethodCommentRequirement Required
30801 src/com/gps/helper/ConnectionHelper.java 201 Local variable 'helper' could be declared final
30802 src/com/gps/helper/DeviationHelper.java 22 Comment is too large: Line too long
30803 src/com/gps/helper/DeviationHelper.java 31 Avoid excessively long variable names like DEVIATION_PROPERTIES
30804 src/com/gps/helper/DeviationHelper.java 31 fieldCommentRequirement Required
30805 src/com/gps/helper/DeviationHelper.java 32 Avoid excessively long variable names like PERMISSIBLE_RADIUS
30806 src/com/gps/helper/DeviationHelper.java 32 fieldCommentRequirement Required
30807 src/com/gps/helper/DeviationHelper.java 33 Avoid excessively long variable names like SMS_DEVIATION_TIME_INTERVAL
30808 src/com/gps/helper/DeviationHelper.java 33 fieldCommentRequirement Required
30809 src/com/gps/helper/DeviationHelper.java 34 Avoid excessively long variable names like SMS_MOTION_TIME_INTERVAL
30810 src/com/gps/helper/DeviationHelper.java 34 fieldCommentRequirement Required
30811 src/com/gps/helper/DeviationHelper.java 35 Avoid excessively long variable names like ALLOWED_TIME_FOR_PKTS_OF_SPEED_0
30812 src/com/gps/helper/DeviationHelper.java 35 fieldCommentRequirement Required
30813 src/com/gps/helper/DeviationHelper.java 36 Avoid excessively long variable names like REASON_CODE_ROUTE_DEVIATION
30814 src/com/gps/helper/DeviationHelper.java 36 fieldCommentRequirement Required
30815 src/com/gps/helper/DeviationHelper.java 37 Avoid excessively long variable names like REASON_CODE_VEHICLE_NOT_MOVING
30816 src/com/gps/helper/DeviationHelper.java 37 fieldCommentRequirement Required
30817 src/com/gps/helper/DeviationHelper.java 38 fieldCommentRequirement Required
30818 src/com/gps/helper/DeviationHelper.java 40 The Logger variable declaration does not contain the static and final modifiers
30819 src/com/gps/helper/DeviationHelper.java 40 Use explicit scoping instead of the default package private level
30820 src/com/gps/helper/DeviationHelper.java 40 fieldCommentRequirement Required
30821 src/com/gps/helper/DeviationHelper.java 42 Comment is too large: Too many lines
30822 src/com/gps/helper/DeviationHelper.java 43 Comment is too large: Line too long
30823 src/com/gps/helper/DeviationHelper.java 51 A method/constructor shouldnt explicitly throw java.lang.Exception
30824 src/com/gps/helper/DeviationHelper.java 51 Avoid really long methods.
30825 src/com/gps/helper/DeviationHelper.java 51 Parameter 'packetTime' is not assigned and could be declared final
30826 src/com/gps/helper/DeviationHelper.java 51 Parameter 'tripid' is not assigned and could be declared final
30827 src/com/gps/helper/DeviationHelper.java 53 There is log block not surrounded by if
30828 src/com/gps/helper/DeviationHelper.java 53 There is log block not surrounded by if
30829 src/com/gps/helper/DeviationHelper.java 55 Found 'DD'-anomaly for variable 'bVehNotMoving' (lines '55'-'167').
30830 src/com/gps/helper/DeviationHelper.java 56 Local variable 'trpParamDao' could be declared final
30831 src/com/gps/helper/DeviationHelper.java 57 Local variable 'sess' could be declared final
30832 src/com/gps/helper/DeviationHelper.java 57 Potential violation of Law of Demeter (object not created locally)
30833 src/com/gps/helper/DeviationHelper.java 58 Found 'DD'-anomaly for variable 'trpParams' (lines '58'-'77').
30834 src/com/gps/helper/DeviationHelper.java 59 Local variable 'timeFormat' could be declared final
30835 src/com/gps/helper/DeviationHelper.java 59 When instantiating a SimpleDateFormat object, specify a Locale
30836 src/com/gps/helper/DeviationHelper.java 60 Comment is too large: Line too long
30837 src/com/gps/helper/DeviationHelper.java 62 Local variable 'queryString' could be declared final
30838 src/com/gps/helper/DeviationHelper.java 62 StringBuffer constructor is initialized with size 49, but has at least 173 characters appended.
30839 src/com/gps/helper/DeviationHelper.java 63 Potential violation of Law of Demeter (object not created locally)
30840 src/com/gps/helper/DeviationHelper.java 63 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
30841 src/com/gps/helper/DeviationHelper.java 64 Potential violation of Law of Demeter (object not created locally)
30842 src/com/gps/helper/DeviationHelper.java 64 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
30843 src/com/gps/helper/DeviationHelper.java 65 Potential violation of Law of Demeter (object not created locally)
30844 src/com/gps/helper/DeviationHelper.java 65 Potential violation of Law of Demeter (object not created locally)
30845 src/com/gps/helper/DeviationHelper.java 65 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
30846 src/com/gps/helper/DeviationHelper.java 66 Potential violation of Law of Demeter (object not created locally)
30847 src/com/gps/helper/DeviationHelper.java 66 StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
30848 src/com/gps/helper/DeviationHelper.java 66 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
30849 src/com/gps/helper/DeviationHelper.java 67 Potential violation of Law of Demeter (object not created locally)
30850 src/com/gps/helper/DeviationHelper.java 67 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
30851 src/com/gps/helper/DeviationHelper.java 68 Potential violation of Law of Demeter (object not created locally)
30852 src/com/gps/helper/DeviationHelper.java 68 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
30853 src/com/gps/helper/DeviationHelper.java 69 Potential violation of Law of Demeter (object not created locally)
30854 src/com/gps/helper/DeviationHelper.java 69 Potential violation of Law of Demeter (object not created locally)
30855 src/com/gps/helper/DeviationHelper.java 69 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
30856 src/com/gps/helper/DeviationHelper.java 70 Potential violation of Law of Demeter (object not created locally)
30857 src/com/gps/helper/DeviationHelper.java 71 Potential violation of Law of Demeter (object not created locally)
30858 src/com/gps/helper/DeviationHelper.java 73 There is log block not surrounded by if
30859 src/com/gps/helper/DeviationHelper.java 73 There is log block not surrounded by if
30860 src/com/gps/helper/DeviationHelper.java 75 Local variable 'query' could be declared final
30861 src/com/gps/helper/DeviationHelper.java 75 Potential violation of Law of Demeter (object not created locally)
30862 src/com/gps/helper/DeviationHelper.java 75 Potential violation of Law of Demeter (object not created locally)
30863 src/com/gps/helper/DeviationHelper.java 77 Potential violation of Law of Demeter (object not created locally)
30864 src/com/gps/helper/DeviationHelper.java 78 Found 'DD'-anomaly for variable 'isAlreadySent' (lines '78'-'111').
30865 src/com/gps/helper/DeviationHelper.java 78 Found 'DU'-anomaly for variable 'isAlreadySent' (lines '78'-'173').
30866 src/com/gps/helper/DeviationHelper.java 79 Local variable 'listSize' could be declared final
30867 src/com/gps/helper/DeviationHelper.java 79 Potential violation of Law of Demeter (object not created locally)
30868 src/com/gps/helper/DeviationHelper.java 81 Avoid using Literals in Conditional Statements
30869 src/com/gps/helper/DeviationHelper.java 83 Local variable 'lastPointLon' could be declared final
30870 src/com/gps/helper/DeviationHelper.java 83 Potential violation of Law of Demeter (object not created locally)
30871 src/com/gps/helper/DeviationHelper.java 84 Local variable 'lastPointLat' could be declared final
30872 src/com/gps/helper/DeviationHelper.java 84 Potential violation of Law of Demeter (object not created locally)
30873 src/com/gps/helper/DeviationHelper.java 85 Avoid excessively long variable names like fourthLastPointLon
30874 src/com/gps/helper/DeviationHelper.java 85 Local variable 'fourthLastPointLon' could be declared final
30875 src/com/gps/helper/DeviationHelper.java 85 Potential violation of Law of Demeter (object not created locally)
30876 src/com/gps/helper/DeviationHelper.java 86 Avoid excessively long variable names like fourthLastPointLat
30877 src/com/gps/helper/DeviationHelper.java 86 Local variable 'fourthLastPointLat' could be declared final
30878 src/com/gps/helper/DeviationHelper.java 86 Potential violation of Law of Demeter (object not created locally)
30879 src/com/gps/helper/DeviationHelper.java 88 Local variable 'distance' could be declared final
30880 src/com/gps/helper/DeviationHelper.java 90 There is log block not surrounded by if
30881 src/com/gps/helper/DeviationHelper.java 90 There is log block not surrounded by if
30882 src/com/gps/helper/DeviationHelper.java 91 Comment is too large: Line too long
30883 src/com/gps/helper/DeviationHelper.java 94 Local variable 'lastPointDate' could be declared final
30884 src/com/gps/helper/DeviationHelper.java 95 Avoid excessively long variable names like fourthLastPointDate
30885 src/com/gps/helper/DeviationHelper.java 95 Local variable 'fourthLastPointDate' could be declared final
30886 src/com/gps/helper/DeviationHelper.java 97 Potential violation of Law of Demeter (method chain calls)
30887 src/com/gps/helper/DeviationHelper.java 97 Potential violation of Law of Demeter (object not created locally)
30888 src/com/gps/helper/DeviationHelper.java 97 Potential violation of Law of Demeter (object not created locally)
30889 src/com/gps/helper/DeviationHelper.java 98 Potential violation of Law of Demeter (method chain calls)
30890 src/com/gps/helper/DeviationHelper.java 98 Potential violation of Law of Demeter (object not created locally)
30891 src/com/gps/helper/DeviationHelper.java 98 Potential violation of Law of Demeter (object not created locally)
30892 src/com/gps/helper/DeviationHelper.java 99 Local variable 'diff' could be declared final
30893 src/com/gps/helper/DeviationHelper.java 99 Potential violation of Law of Demeter (object not created locally)
30894 src/com/gps/helper/DeviationHelper.java 99 Potential violation of Law of Demeter (object not created locally)
30895 src/com/gps/helper/DeviationHelper.java 101 There is log block not surrounded by if
30896 src/com/gps/helper/DeviationHelper.java 101 There is log block not surrounded by if
30897 src/com/gps/helper/DeviationHelper.java 102 Local variable 'properties' could be declared final
30898 src/com/gps/helper/DeviationHelper.java 103 Potential violation of Law of Demeter (method chain calls)
30899 src/com/gps/helper/DeviationHelper.java 103 Potential violation of Law of Demeter (method chain calls)
30900 src/com/gps/helper/DeviationHelper.java 103 Potential violation of Law of Demeter (object not created locally)
30901 src/com/gps/helper/DeviationHelper.java 106 Avoid excessively long variable names like allowedTimeInterval
30902 src/com/gps/helper/DeviationHelper.java 106 Avoid instantiating Long objects.Call Long.valueOf() instead
30903 src/com/gps/helper/DeviationHelper.java 106 Local variable 'allowedTimeInterval' could be declared final
30904 src/com/gps/helper/DeviationHelper.java 106 Potential violation of Law of Demeter (object not created locally)
30905 src/com/gps/helper/DeviationHelper.java 108 Deeply nested if..then statements are hard to read
30906 src/com/gps/helper/DeviationHelper.java 112 There is log block not surrounded by if
30907 src/com/gps/helper/DeviationHelper.java 112 There is log block not surrounded by if
30908 src/com/gps/helper/DeviationHelper.java 113 Avoid unnecessary comparisons in boolean expressions
30909 src/com/gps/helper/DeviationHelper.java 113 Avoid using Literals in Conditional Statements
30910 src/com/gps/helper/DeviationHelper.java 115 Local variable 'organizationName' could be declared final
30911 src/com/gps/helper/DeviationHelper.java 115 This statement may have some unnecessary parentheses
30912 src/com/gps/helper/DeviationHelper.java 115 Useless parentheses.
30913 src/com/gps/helper/DeviationHelper.java 115 Useless parentheses.
30914 src/com/gps/helper/DeviationHelper.java 116 There is log block not surrounded by if
30915 src/com/gps/helper/DeviationHelper.java 116 There is log block not surrounded by if
30916 src/com/gps/helper/DeviationHelper.java 118 Local variable 'tripName' could be declared final
30917 src/com/gps/helper/DeviationHelper.java 118 This statement may have some unnecessary parentheses
30918 src/com/gps/helper/DeviationHelper.java 118 This statement may have some unnecessary parentheses
30919 src/com/gps/helper/DeviationHelper.java 118 Useless parentheses.
30920 src/com/gps/helper/DeviationHelper.java 118 Useless parentheses.
30921 src/com/gps/helper/DeviationHelper.java 118 Useless parentheses.
30922 src/com/gps/helper/DeviationHelper.java 118 Useless parentheses.
30923 src/com/gps/helper/DeviationHelper.java 119 There is log block not surrounded by if
30924 src/com/gps/helper/DeviationHelper.java 119 There is log block not surrounded by if
30925 src/com/gps/helper/DeviationHelper.java 121 Avoid unused local variables such as 'group'.
30926 src/com/gps/helper/DeviationHelper.java 121 Found 'DU'-anomaly for variable 'group' (lines '121'-'173').
30927 src/com/gps/helper/DeviationHelper.java 121 Local variable 'group' could be declared final
30928 src/com/gps/helper/DeviationHelper.java 131 Local variable 'subject' could be declared final
30929 src/com/gps/helper/DeviationHelper.java 132 Potential violation of Law of Demeter (object not created locally)
30930 src/com/gps/helper/DeviationHelper.java 132 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
30931 src/com/gps/helper/DeviationHelper.java 133 Potential violation of Law of Demeter (object not created locally)
30932 src/com/gps/helper/DeviationHelper.java 133 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
30933 src/com/gps/helper/DeviationHelper.java 134 Potential violation of Law of Demeter (object not created locally)
30934 src/com/gps/helper/DeviationHelper.java 134 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
30935 src/com/gps/helper/DeviationHelper.java 135 Potential violation of Law of Demeter (object not created locally)
30936 src/com/gps/helper/DeviationHelper.java 135 StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
30937 src/com/gps/helper/DeviationHelper.java 135 StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
30938 src/com/gps/helper/DeviationHelper.java 136 Potential violation of Law of Demeter (object not created locally)
30939 src/com/gps/helper/DeviationHelper.java 138 Local variable 'message' could be declared final
30940 src/com/gps/helper/DeviationHelper.java 139 Potential violation of Law of Demeter (object not created locally)
30941 src/com/gps/helper/DeviationHelper.java 139 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
30942 src/com/gps/helper/DeviationHelper.java 140 Potential violation of Law of Demeter (object not created locally)
30943 src/com/gps/helper/DeviationHelper.java 140 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
30944 src/com/gps/helper/DeviationHelper.java 141 Potential violation of Law of Demeter (object not created locally)
30945 src/com/gps/helper/DeviationHelper.java 141 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
30946 src/com/gps/helper/DeviationHelper.java 142 Potential violation of Law of Demeter (object not created locally)
30947 src/com/gps/helper/DeviationHelper.java 142 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
30948 src/com/gps/helper/DeviationHelper.java 143 Potential violation of Law of Demeter (object not created locally)
30949 src/com/gps/helper/DeviationHelper.java 143 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
30950 src/com/gps/helper/DeviationHelper.java 144 Potential violation of Law of Demeter (object not created locally)
30951 src/com/gps/helper/DeviationHelper.java 144 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
30952 src/com/gps/helper/DeviationHelper.java 145 Avoid appending characters as strings in StringBuffer.append.
30953 src/com/gps/helper/DeviationHelper.java 145 Potential violation of Law of Demeter (object not created locally)
30954 src/com/gps/helper/DeviationHelper.java 145 StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
30955 src/com/gps/helper/DeviationHelper.java 145 StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
30956 src/com/gps/helper/DeviationHelper.java 145 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
30957 src/com/gps/helper/DeviationHelper.java 146 Potential violation of Law of Demeter (object not created locally)
30958 src/com/gps/helper/DeviationHelper.java 146 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
30959 src/com/gps/helper/DeviationHelper.java 147 Potential violation of Law of Demeter (object not created locally)
30960 src/com/gps/helper/DeviationHelper.java 147 Potential violation of Law of Demeter (object not created locally)
30961 src/com/gps/helper/DeviationHelper.java 148 Potential violation of Law of Demeter (object not created locally)
30962 src/com/gps/helper/DeviationHelper.java 150 Potential violation of Law of Demeter (object not created locally)
30963 src/com/gps/helper/DeviationHelper.java 150 There is log block not surrounded by if
30964 src/com/gps/helper/DeviationHelper.java 150 There is log block not surrounded by if
30965 src/com/gps/helper/DeviationHelper.java 155 Local variable 'objSmsRegister' could be declared final
30966 src/com/gps/helper/DeviationHelper.java 157 Potential violation of Law of Demeter (object not created locally)
30967 src/com/gps/helper/DeviationHelper.java 158 Potential violation of Law of Demeter (object not created locally)
30968 src/com/gps/helper/DeviationHelper.java 159 Potential violation of Law of Demeter (object not created locally)
30969 src/com/gps/helper/DeviationHelper.java 161 Avoid variables with short names like tx
30970 src/com/gps/helper/DeviationHelper.java 161 Local variable 'tx' could be declared final
30971 src/com/gps/helper/DeviationHelper.java 161 Potential violation of Law of Demeter (object not created locally)
30972 src/com/gps/helper/DeviationHelper.java 162 Potential violation of Law of Demeter (object not created locally)
30973 src/com/gps/helper/DeviationHelper.java 163 Potential violation of Law of Demeter (object not created locally)
30974 src/com/gps/helper/DeviationHelper.java 164 Potential violation of Law of Demeter (object not created locally)
30975 src/com/gps/helper/DeviationHelper.java 165 Potential violation of Law of Demeter (object not created locally)
30976 src/com/gps/helper/DeviationHelper.java 183 Parameter 'packetTime' is not assigned and could be declared final
30977 src/com/gps/helper/DeviationHelper.java 184 Local variable 'cal' could be declared final
30978 src/com/gps/helper/DeviationHelper.java 185 Potential violation of Law of Demeter (object not created locally)
30979 src/com/gps/helper/DeviationHelper.java 186 Potential violation of Law of Demeter (object not created locally)
30980 src/com/gps/helper/DeviationHelper.java 196 A method/constructor shouldnt explicitly throw java.lang.Exception
30981 src/com/gps/helper/DeviationHelper.java 199 Local variable 'properties' could be declared final
30982 src/com/gps/helper/DeviationHelper.java 200 Potential violation of Law of Demeter (method chain calls)
30983 src/com/gps/helper/DeviationHelper.java 200 Potential violation of Law of Demeter (method chain calls)
30984 src/com/gps/helper/DeviationHelper.java 201 Avoid excessively long variable names like strPermissibleDelta
30985 src/com/gps/helper/DeviationHelper.java 201 Local variable 'strPermissibleDelta' could be declared final
30986 src/com/gps/helper/DeviationHelper.java 203 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
30987 src/com/gps/helper/DeviationHelper.java 203 Local variable 'timeDelta' could be declared final
30988 src/com/gps/helper/DeviationHelper.java 207 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30989 src/com/gps/helper/DeviationHelper.java 208 There is log block not surrounded by if
30990 src/com/gps/helper/DeviationHelper.java 220 A method/constructor shouldnt explicitly throw java.lang.Exception
30991 src/com/gps/helper/DeviationHelper.java 223 Local variable 'properties' could be declared final
30992 src/com/gps/helper/DeviationHelper.java 224 Potential violation of Law of Demeter (method chain calls)
30993 src/com/gps/helper/DeviationHelper.java 224 Potential violation of Law of Demeter (method chain calls)
30994 src/com/gps/helper/DeviationHelper.java 225 Avoid excessively long variable names like strPermissibleRadius
30995 src/com/gps/helper/DeviationHelper.java 225 Local variable 'strPermissibleRadius' could be declared final
30996 src/com/gps/helper/DeviationHelper.java 227 Avoid excessively long variable names like dPermissibleRadius
30997 src/com/gps/helper/DeviationHelper.java 227 Local variable 'dPermissibleRadius' could be declared final
30998 src/com/gps/helper/DeviationHelper.java 231 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30999 src/com/gps/helper/DeviationHelper.java 232 There is log block not surrounded by if
31000 src/com/gps/helper/DeviationHelper.java 237 A method/constructor shouldnt explicitly throw java.lang.Exception
31001 src/com/gps/helper/DeviationHelper.java 237 Parameter 'propertyName' is not assigned and could be declared final
31002 src/com/gps/helper/DeviationHelper.java 237 publicMethodCommentRequirement Required
31003 src/com/gps/helper/DeviationHelper.java 239 Local variable 'properties' could be declared final
31004 src/com/gps/helper/DeviationHelper.java 240 Potential violation of Law of Demeter (method chain calls)
31005 src/com/gps/helper/DeviationHelper.java 240 Potential violation of Law of Demeter (method chain calls)
31006 src/com/gps/helper/DeviationHelper.java 241 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
31007 src/com/gps/helper/DeviationHelper.java 241 Local variable 'smsReasonCode' could be declared final
31008 src/com/gps/helper/DeviationHelper.java 248 Comment is too large: Line too long
31009 src/com/gps/helper/DeviationHelper.java 255 A method/constructor shouldnt explicitly throw java.lang.Exception
31010 src/com/gps/helper/DeviationHelper.java 255 Parameter 'smsReasonCode' is not assigned and could be declared final
31011 src/com/gps/helper/DeviationHelper.java 258 There is log block not surrounded by if
31012 src/com/gps/helper/DeviationHelper.java 258 There is log block not surrounded by if
31013 src/com/gps/helper/DeviationHelper.java 259 Local variable 'properties' could be declared final
31014 src/com/gps/helper/DeviationHelper.java 260 Potential violation of Law of Demeter (method chain calls)
31015 src/com/gps/helper/DeviationHelper.java 260 Potential violation of Law of Demeter (method chain calls)
31016 src/com/gps/helper/DeviationHelper.java 260 Potential violation of Law of Demeter (object not created locally)
31017 src/com/gps/helper/DeviationHelper.java 261 Avoid excessively long variable names like strSmsTimeInterval
31018 src/com/gps/helper/DeviationHelper.java 261 Found 'DD'-anomaly for variable 'strSmsTimeInterval' (lines '261'-'264').
31019 src/com/gps/helper/DeviationHelper.java 261 Found 'DD'-anomaly for variable 'strSmsTimeInterval' (lines '261'-'268').
31020 src/com/gps/helper/DeviationHelper.java 262 Use equals() to compare object references.
31021 src/com/gps/helper/DeviationHelper.java 264 Potential violation of Law of Demeter (object not created locally)
31022 src/com/gps/helper/DeviationHelper.java 267 Use equals() to compare object references.
31023 src/com/gps/helper/DeviationHelper.java 268 Potential violation of Law of Demeter (object not created locally)
31024 src/com/gps/helper/DeviationHelper.java 272 Avoid instantiating Long objects.Call Long.valueOf() instead
31025 src/com/gps/helper/DeviationHelper.java 272 Local variable 'lSmsTimeInterval' could be declared final
31026 src/com/gps/helper/DeviationHelper.java 276 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31027 src/com/gps/helper/DeviationHelper.java 277 There is log block not surrounded by if
31028 src/com/gps/helper/DeviationHelper.java 288 Parameter 'point1lat' is not assigned and could be declared final
31029 src/com/gps/helper/DeviationHelper.java 288 Parameter 'point1lon' is not assigned and could be declared final
31030 src/com/gps/helper/DeviationHelper.java 288 Parameter 'point2lat' is not assigned and could be declared final
31031 src/com/gps/helper/DeviationHelper.java 288 Parameter 'point2lon' is not assigned and could be declared final
31032 src/com/gps/helper/DeviationHelper.java 290 There is log block not surrounded by if
31033 src/com/gps/helper/DeviationHelper.java 290 There is log block not surrounded by if
31034 src/com/gps/helper/DeviationHelper.java 291 There is log block not surrounded by if
31035 src/com/gps/helper/DeviationHelper.java 291 There is log block not surrounded by if
31036 src/com/gps/helper/DeviationHelper.java 292 Avoid variables with short names like R
31037 src/com/gps/helper/DeviationHelper.java 292 Local variable 'R' could be declared final
31038 src/com/gps/helper/DeviationHelper.java 292 Variables should start with a lowercase character, 'R' starts with uppercase character.
31039 src/com/gps/helper/DeviationHelper.java 293 Local variable 'lon1' could be declared final
31040 src/com/gps/helper/DeviationHelper.java 294 Local variable 'lat1' could be declared final
31041 src/com/gps/helper/DeviationHelper.java 295 Local variable 'lon2' could be declared final
31042 src/com/gps/helper/DeviationHelper.java 296 Local variable 'lat2' could be declared final
31043 src/com/gps/helper/DeviationHelper.java 297 Local variable 'deltaLat' could be declared final
31044 src/com/gps/helper/DeviationHelper.java 298 Local variable 'deltaLon' could be declared final
31045 src/com/gps/helper/DeviationHelper.java 299 Local variable 'step1' could be declared final
31046 src/com/gps/helper/DeviationHelper.java 300 Local variable 'step2' could be declared final
31047 src/com/gps/helper/DeviationHelper.java 304 Comment is too large: Too many lines
31048 src/com/gps/helper/DeviationHelper.java 305 Comment is too large: Line too long
31049 src/com/gps/helper/DeviationHelper.java 313 A method/constructor shouldnt explicitly throw java.lang.Exception
31050 src/com/gps/helper/DeviationHelper.java 313 Parameter 'packetPoint' is not assigned and could be declared final
31051 src/com/gps/helper/DeviationHelper.java 313 Parameter 'tripPointId' is not assigned and could be declared final
31052 src/com/gps/helper/DeviationHelper.java 313 Parameter 'tripid' is not assigned and could be declared final
31053 src/com/gps/helper/DeviationHelper.java 316 Found 'DD'-anomaly for variable 'isAlreadySent' (lines '316'-'318').
31054 src/com/gps/helper/DeviationHelper.java 317 There is log block not surrounded by if
31055 src/com/gps/helper/DeviationHelper.java 317 There is log block not surrounded by if
31056 src/com/gps/helper/DeviationHelper.java 319 There is log block not surrounded by if
31057 src/com/gps/helper/DeviationHelper.java 319 There is log block not surrounded by if
31058 src/com/gps/helper/DeviationHelper.java 320 Avoid unnecessary comparisons in boolean expressions
31059 src/com/gps/helper/DeviationHelper.java 320 Avoid using Literals in Conditional Statements
31060 src/com/gps/helper/DeviationHelper.java 322 Local variable 'currentTime' could be declared final
31061 src/com/gps/helper/DeviationHelper.java 323 Potential violation of Law of Demeter (object not created locally)
31062 src/com/gps/helper/DeviationHelper.java 325 There is log block not surrounded by if
31063 src/com/gps/helper/DeviationHelper.java 325 There is log block not surrounded by if
31064 src/com/gps/helper/DeviationHelper.java 326 There is log block not surrounded by if
31065 src/com/gps/helper/DeviationHelper.java 326 There is log block not surrounded by if
31066 src/com/gps/helper/DeviationHelper.java 328 Local variable 'packetLat' could be declared final
31067 src/com/gps/helper/DeviationHelper.java 329 Local variable 'packetLon' could be declared final
31068 src/com/gps/helper/DeviationHelper.java 331 Local variable 'packetTime' could be declared final
31069 src/com/gps/helper/DeviationHelper.java 331 Potential violation of Law of Demeter (method chain calls)
31070 src/com/gps/helper/DeviationHelper.java 333 Local variable 'organizationName' could be declared final
31071 src/com/gps/helper/DeviationHelper.java 333 This statement may have some unnecessary parentheses
31072 src/com/gps/helper/DeviationHelper.java 333 Useless parentheses.
31073 src/com/gps/helper/DeviationHelper.java 333 Useless parentheses.
31074 src/com/gps/helper/DeviationHelper.java 334 There is log block not surrounded by if
31075 src/com/gps/helper/DeviationHelper.java 334 There is log block not surrounded by if
31076 src/com/gps/helper/DeviationHelper.java 336 Local variable 'tripName' could be declared final
31077 src/com/gps/helper/DeviationHelper.java 336 This statement may have some unnecessary parentheses
31078 src/com/gps/helper/DeviationHelper.java 336 This statement may have some unnecessary parentheses
31079 src/com/gps/helper/DeviationHelper.java 336 Useless parentheses.
31080 src/com/gps/helper/DeviationHelper.java 336 Useless parentheses.
31081 src/com/gps/helper/DeviationHelper.java 336 Useless parentheses.
31082 src/com/gps/helper/DeviationHelper.java 336 Useless parentheses.
31083 src/com/gps/helper/DeviationHelper.java 338 There is log block not surrounded by if
31084 src/com/gps/helper/DeviationHelper.java 338 There is log block not surrounded by if
31085 src/com/gps/helper/DeviationHelper.java 340 Avoid unused local variables such as 'group'.
31086 src/com/gps/helper/DeviationHelper.java 340 Found 'DU'-anomaly for variable 'group' (lines '340'-'395').
31087 src/com/gps/helper/DeviationHelper.java 340 Local variable 'group' could be declared final
31088 src/com/gps/helper/DeviationHelper.java 351 Local variable 'subject' could be declared final
31089 src/com/gps/helper/DeviationHelper.java 352 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
31090 src/com/gps/helper/DeviationHelper.java 353 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
31091 src/com/gps/helper/DeviationHelper.java 354 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
31092 src/com/gps/helper/DeviationHelper.java 358 Local variable 'message' could be declared final
31093 src/com/gps/helper/DeviationHelper.java 359 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
31094 src/com/gps/helper/DeviationHelper.java 360 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
31095 src/com/gps/helper/DeviationHelper.java 361 Potential violation of Law of Demeter (object not created locally)
31096 src/com/gps/helper/DeviationHelper.java 361 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
31097 src/com/gps/helper/DeviationHelper.java 362 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
31098 src/com/gps/helper/DeviationHelper.java 363 Potential violation of Law of Demeter (object not created locally)
31099 src/com/gps/helper/DeviationHelper.java 363 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
31100 src/com/gps/helper/DeviationHelper.java 364 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
31101 src/com/gps/helper/DeviationHelper.java 365 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
31102 src/com/gps/helper/DeviationHelper.java 366 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
31103 src/com/gps/helper/DeviationHelper.java 367 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
31104 src/com/gps/helper/DeviationHelper.java 368 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
31105 src/com/gps/helper/DeviationHelper.java 369 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
31106 src/com/gps/helper/DeviationHelper.java 370 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
31107 src/com/gps/helper/DeviationHelper.java 371 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
31108 src/com/gps/helper/DeviationHelper.java 372 Avoid appending characters as strings in StringBuffer.append.
31109 src/com/gps/helper/DeviationHelper.java 375 There is log block not surrounded by if
31110 src/com/gps/helper/DeviationHelper.java 375 There is log block not surrounded by if
31111 src/com/gps/helper/DeviationHelper.java 380 Local variable 'srd' could be declared final
31112 src/com/gps/helper/DeviationHelper.java 381 Local variable 'sess' could be declared final
31113 src/com/gps/helper/DeviationHelper.java 382 Local variable 'objSmsRegister' could be declared final
31114 src/com/gps/helper/DeviationHelper.java 386 Potential violation of Law of Demeter (object not created locally)
31115 src/com/gps/helper/DeviationHelper.java 388 Avoid variables with short names like tx
31116 src/com/gps/helper/DeviationHelper.java 388 Local variable 'tx' could be declared final
31117 src/com/gps/helper/DeviationHelper.java 388 Potential violation of Law of Demeter (object not created locally)
31118 src/com/gps/helper/DeviationHelper.java 389 Potential violation of Law of Demeter (object not created locally)
31119 src/com/gps/helper/DeviationHelper.java 390 Potential violation of Law of Demeter (object not created locally)
31120 src/com/gps/helper/DeviationHelper.java 391 Potential violation of Law of Demeter (object not created locally)
31121 src/com/gps/helper/DeviationHelper.java 392 Potential violation of Law of Demeter (object not created locally)
31122 src/com/gps/helper/DeviationHelper.java 398 A method/constructor shouldnt explicitly throw java.lang.Exception
31123 src/com/gps/helper/DeviationHelper.java 398 Parameter 'smsReasonCode' is not assigned and could be declared final
31124 src/com/gps/helper/DeviationHelper.java 398 Parameter 'tripid' is not assigned and could be declared final
31125 src/com/gps/helper/DeviationHelper.java 398 publicMethodCommentRequirement Required
31126 src/com/gps/helper/DeviationHelper.java 401 Found 'DD'-anomaly for variable 'bAlreadySent' (lines '401'-'451').
31127 src/com/gps/helper/DeviationHelper.java 401 Found 'DD'-anomaly for variable 'bAlreadySent' (lines '401'-'453').
31128 src/com/gps/helper/DeviationHelper.java 401 Found 'DD'-anomaly for variable 'bAlreadySent' (lines '401'-'458').
31129 src/com/gps/helper/DeviationHelper.java 401 Found 'DU'-anomaly for variable 'bAlreadySent' (lines '401'-'467').
31130 src/com/gps/helper/DeviationHelper.java 403 Local variable 'cal' could be declared final
31131 src/com/gps/helper/DeviationHelper.java 404 Local variable 'tripSession' could be declared final
31132 src/com/gps/helper/DeviationHelper.java 404 Potential violation of Law of Demeter (object not created locally)
31133 src/com/gps/helper/DeviationHelper.java 405 Found 'DD'-anomaly for variable 'strpSession' (lines '405'-'408').
31134 src/com/gps/helper/DeviationHelper.java 405 Found 'DD'-anomaly for variable 'strpSession' (lines '405'-'412').
31135 src/com/gps/helper/DeviationHelper.java 406 Avoid using Literals in Conditional Statements
31136 src/com/gps/helper/DeviationHelper.java 415 Local variable 'srd' could be declared final
31137 src/com/gps/helper/DeviationHelper.java 416 Local variable 'sess' could be declared final
31138 src/com/gps/helper/DeviationHelper.java 416 Potential violation of Law of Demeter (object not created locally)
31139 src/com/gps/helper/DeviationHelper.java 417 Found 'DD'-anomaly for variable 'srdetails' (lines '417'-'428').
31140 src/com/gps/helper/DeviationHelper.java 419 Local variable 'queryString' could be declared final
31141 src/com/gps/helper/DeviationHelper.java 419 StringBuffer constructor is initialized with size 57, but has at least 146 characters appended.
31142 src/com/gps/helper/DeviationHelper.java 420 Potential violation of Law of Demeter (object not created locally)
31143 src/com/gps/helper/DeviationHelper.java 420 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
31144 src/com/gps/helper/DeviationHelper.java 421 Potential violation of Law of Demeter (object not created locally)
31145 src/com/gps/helper/DeviationHelper.java 421 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
31146 src/com/gps/helper/DeviationHelper.java 422 Potential violation of Law of Demeter (object not created locally)
31147 src/com/gps/helper/DeviationHelper.java 422 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
31148 src/com/gps/helper/DeviationHelper.java 423 Potential violation of Law of Demeter (object not created locally)
31149 src/com/gps/helper/DeviationHelper.java 423 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
31150 src/com/gps/helper/DeviationHelper.java 424 Potential violation of Law of Demeter (object not created locally)
31151 src/com/gps/helper/DeviationHelper.java 425 Potential violation of Law of Demeter (object not created locally)
31152 src/com/gps/helper/DeviationHelper.java 427 Local variable 'query' could be declared final
31153 src/com/gps/helper/DeviationHelper.java 427 Potential violation of Law of Demeter (object not created locally)
31154 src/com/gps/helper/DeviationHelper.java 427 Potential violation of Law of Demeter (object not created locally)
31155 src/com/gps/helper/DeviationHelper.java 428 Potential violation of Law of Demeter (object not created locally)
31156 src/com/gps/helper/DeviationHelper.java 430 Potential violation of Law of Demeter (object not created locally)
31157 src/com/gps/helper/DeviationHelper.java 430 There is log block not surrounded by if
31158 src/com/gps/helper/DeviationHelper.java 430 There is log block not surrounded by if
31159 src/com/gps/helper/DeviationHelper.java 431 Found 'DU'-anomaly for variable 'smsSentTime' (lines '431'-'467').
31160 src/com/gps/helper/DeviationHelper.java 431 Local variable 'smsSentTime' could be declared final
31161 src/com/gps/helper/DeviationHelper.java 433 Avoid using Literals in Conditional Statements
31162 src/com/gps/helper/DeviationHelper.java 433 Potential violation of Law of Demeter (object not created locally)
31163 src/com/gps/helper/DeviationHelper.java 433 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
31164 src/com/gps/helper/DeviationHelper.java 435 Local variable 'smr' could be declared final
31165 src/com/gps/helper/DeviationHelper.java 435 Potential violation of Law of Demeter (object not created locally)
31166 src/com/gps/helper/DeviationHelper.java 435 Potential violation of Law of Demeter (object not created locally)
31167 src/com/gps/helper/DeviationHelper.java 436 Potential violation of Law of Demeter (object not created locally)
31168 src/com/gps/helper/DeviationHelper.java 436 Potential violation of Law of Demeter (object not created locally)
31169 src/com/gps/helper/DeviationHelper.java 437 Potential violation of Law of Demeter (object not created locally)
31170 src/com/gps/helper/DeviationHelper.java 437 There is log block not surrounded by if
31171 src/com/gps/helper/DeviationHelper.java 437 There is log block not surrounded by if
31172 src/com/gps/helper/DeviationHelper.java 439 Found 'DD'-anomaly for variable 'smsTimeInterval' (lines '439'-'440').
31173 src/com/gps/helper/DeviationHelper.java 441 There is log block not surrounded by if
31174 src/com/gps/helper/DeviationHelper.java 441 There is log block not surrounded by if
31175 src/com/gps/helper/DeviationHelper.java 443 Found 'DD'-anomaly for variable 'diff' (lines '443'-'446').
31176 src/com/gps/helper/DeviationHelper.java 443 Found 'DU'-anomaly for variable 'diff' (lines '443'-'467').
31177 src/com/gps/helper/DeviationHelper.java 446 Potential violation of Law of Demeter (object not created locally)
31178 src/com/gps/helper/DeviationHelper.java 446 Potential violation of Law of Demeter (object not created locally)
31179 src/com/gps/helper/DeviationHelper.java 446 Useless parentheses.
31180 src/com/gps/helper/DeviationHelper.java 446 Useless parentheses.
31181 src/com/gps/helper/DeviationHelper.java 446 Useless parentheses.
31182 src/com/gps/helper/DeviationHelper.java 446 Useless parentheses.
31183 src/com/gps/helper/DeviationHelper.java 447 There is log block not surrounded by if
31184 src/com/gps/helper/DeviationHelper.java 447 There is log block not surrounded by if
31185 src/com/gps/helper/DeviationHelper.java 448 Potential violation of Law of Demeter (object not created locally)
31186 src/com/gps/helper/DeviationHelper.java 448 There is log block not surrounded by if
31187 src/com/gps/helper/DeviationHelper.java 448 There is log block not surrounded by if
31188 src/com/gps/helper/DeviationHelper.java 449 There is log block not surrounded by if
31189 src/com/gps/helper/DeviationHelper.java 449 There is log block not surrounded by if
31190 src/com/gps/helper/DeviationHelper.java 451 Avoid using if...else statements without curly braces
31191 src/com/gps/helper/DeviationHelper.java 451 Found 'DU'-anomaly for variable 'bAlreadySent' (lines '451'-'467').
31192 src/com/gps/helper/DeviationHelper.java 453 Avoid using if...else statements without curly braces
31193 src/com/gps/helper/DeviationHelper.java 453 Found 'DU'-anomaly for variable 'bAlreadySent' (lines '453'-'467').
31194 src/com/gps/helper/DeviationHelper.java 458 Found 'DU'-anomaly for variable 'bAlreadySent' (lines '458'-'467').
31195 src/com/gps/helper/DeviationHelper.java 460 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31196 src/com/gps/helper/DeviationHelper.java 463 Avoid throwing raw exception types.
31197 src/com/gps/helper/DistanceHelper.java 3 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
31198 src/com/gps/helper/DistanceHelper.java 3 headerCommentRequirement Required
31199 src/com/gps/helper/DistanceHelper.java 6 Parameter 'lat1' is not assigned and could be declared final
31200 src/com/gps/helper/DistanceHelper.java 6 Parameter 'lat2' is not assigned and could be declared final
31201 src/com/gps/helper/DistanceHelper.java 6 Parameter 'lng1' is not assigned and could be declared final
31202 src/com/gps/helper/DistanceHelper.java 6 Parameter 'lng2' is not assigned and could be declared final
31203 src/com/gps/helper/DistanceHelper.java 8 Local variable 'earthRadius' could be declared final
31204 src/com/gps/helper/DistanceHelper.java 9 Local variable 'dLat' could be declared final
31205 src/com/gps/helper/DistanceHelper.java 10 Local variable 'dLng' could be declared final
31206 src/com/gps/helper/DistanceHelper.java 11 Avoid variables with short names like a
31207 src/com/gps/helper/DistanceHelper.java 11 Local variable 'a' could be declared final
31208 src/com/gps/helper/DistanceHelper.java 14 Avoid variables with short names like c
31209 src/com/gps/helper/DistanceHelper.java 14 Local variable 'c' could be declared final
31210 src/com/gps/helper/DistanceHelper.java 15 Local variable 'dist' could be declared final
31211 src/com/gps/helper/DistanceHelper.java 16 Local variable 'kmConversion' could be declared final
31212 src/com/gps/helper/DistanceHelper.java 17 Local variable 'distance' could be declared final
31213 src/com/gps/hibernate/AlertHistoryBean.java 13 Avoid variables with short names like id
31214 src/com/gps/hibernate/AlertHistoryBean.java 13 fieldCommentRequirement Required
31215 src/com/gps/hibernate/AlertHistoryBean.java 14 fieldCommentRequirement Required
31216 src/com/gps/hibernate/AlertHistoryBean.java 15 fieldCommentRequirement Required
31217 src/com/gps/hibernate/AlertHistoryBean.java 16 fieldCommentRequirement Required
31218 src/com/gps/hibernate/AlertHistoryBean.java 17 fieldCommentRequirement Required
31219 src/com/gps/hibernate/AlertHistoryBean.java 18 fieldCommentRequirement Required
31220 src/com/gps/hibernate/AlertHistoryBean.java 19 fieldCommentRequirement Required
31221 src/com/gps/hibernate/AlertHistoryBean.java 20 fieldCommentRequirement Required
31222 src/com/gps/hibernate/AlertHistoryBean.java 22 Document empty constructor
31223 src/com/gps/hibernate/AlertHistoryBean.java 22 publicMethodCommentRequirement Required
31224 src/com/gps/hibernate/AlertHistoryBean.java 24 Parameter 'alertId' is not assigned and could be declared final
31225 src/com/gps/hibernate/AlertHistoryBean.java 24 Parameter 'organizationId' is not assigned and could be declared final
31226 src/com/gps/hibernate/AlertHistoryBean.java 24 Parameter 'tripParamid' is not assigned and could be declared final
31227 src/com/gps/hibernate/AlertHistoryBean.java 24 Parameter 'tripid' is not assigned and could be declared final
31228 src/com/gps/hibernate/AlertHistoryBean.java 24 Parameter 'vehicleId' is not assigned and could be declared final
31229 src/com/gps/hibernate/AlertHistoryBean.java 24 publicMethodCommentRequirement Required
31230 src/com/gps/hibernate/AlertHistoryBean.java 33 Parameter 'organizationId' is not assigned and could be declared final
31231 src/com/gps/hibernate/AlertHistoryBean.java 33 Parameter 'tripParamid' is not assigned and could be declared final
31232 src/com/gps/hibernate/AlertHistoryBean.java 33 publicMethodCommentRequirement Required
31233 src/com/gps/hibernate/AlertHistoryBean.java 34 Parameter 'alertId' is not assigned and could be declared final
31234 src/com/gps/hibernate/AlertHistoryBean.java 34 Parameter 'timeStamp' is not assigned and could be declared final
31235 src/com/gps/hibernate/AlertHistoryBean.java 34 Parameter 'tripid' is not assigned and could be declared final
31236 src/com/gps/hibernate/AlertHistoryBean.java 34 Parameter 'vehicleId' is not assigned and could be declared final
31237 src/com/gps/hibernate/AlertHistoryBean.java 44 Parameter 'organizationId' is not assigned and could be declared final
31238 src/com/gps/hibernate/AlertHistoryBean.java 44 Parameter 'tripParamid' is not assigned and could be declared final
31239 src/com/gps/hibernate/AlertHistoryBean.java 44 publicMethodCommentRequirement Required
31240 src/com/gps/hibernate/AlertHistoryBean.java 45 Parameter 'alertId' is not assigned and could be declared final
31241 src/com/gps/hibernate/AlertHistoryBean.java 45 Parameter 'data' is not assigned and could be declared final
31242 src/com/gps/hibernate/AlertHistoryBean.java 45 Parameter 'timeStamp' is not assigned and could be declared final
31243 src/com/gps/hibernate/AlertHistoryBean.java 45 Parameter 'tripid' is not assigned and could be declared final
31244 src/com/gps/hibernate/AlertHistoryBean.java 45 Parameter 'vehicleId' is not assigned and could be declared final
31245 src/com/gps/hibernate/AlertHistoryBean.java 55 Avoid variables with short names like id
31246 src/com/gps/hibernate/AlertHistoryBean.java 55 Parameter 'id' is not assigned and could be declared final
31247 src/com/gps/hibernate/AlertHistoryBean.java 55 Parameter 'organizationId' is not assigned and could be declared final
31248 src/com/gps/hibernate/AlertHistoryBean.java 55 publicMethodCommentRequirement Required
31249 src/com/gps/hibernate/AlertHistoryBean.java 56 Parameter 'tripParamid' is not assigned and could be declared final
31250 src/com/gps/hibernate/AlertHistoryBean.java 56 Parameter 'tripid' is not assigned and could be declared final
31251 src/com/gps/hibernate/AlertHistoryBean.java 56 Parameter 'vehicleId' is not assigned and could be declared final
31252 src/com/gps/hibernate/AlertHistoryBean.java 57 Parameter 'alertId' is not assigned and could be declared final
31253 src/com/gps/hibernate/AlertHistoryBean.java 57 Parameter 'data' is not assigned and could be declared final
31254 src/com/gps/hibernate/AlertHistoryBean.java 57 Parameter 'timeStamp' is not assigned and could be declared final
31255 src/com/gps/hibernate/AlertHistoryBean.java 69 publicMethodCommentRequirement Required
31256 src/com/gps/hibernate/AlertHistoryBean.java 73 Avoid variables with short names like id
31257 src/com/gps/hibernate/AlertHistoryBean.java 73 Parameter 'id' is not assigned and could be declared final
31258 src/com/gps/hibernate/AlertHistoryBean.java 73 publicMethodCommentRequirement Required
31259 src/com/gps/hibernate/AlertHistoryBean.java 77 publicMethodCommentRequirement Required
31260 src/com/gps/hibernate/AlertHistoryBean.java 81 Parameter 'organizationId' is not assigned and could be declared final
31261 src/com/gps/hibernate/AlertHistoryBean.java 81 publicMethodCommentRequirement Required
31262 src/com/gps/hibernate/AlertHistoryBean.java 85 publicMethodCommentRequirement Required
31263 src/com/gps/hibernate/AlertHistoryBean.java 89 Parameter 'tripParamid' is not assigned and could be declared final
31264 src/com/gps/hibernate/AlertHistoryBean.java 89 publicMethodCommentRequirement Required
31265 src/com/gps/hibernate/AlertHistoryBean.java 93 publicMethodCommentRequirement Required
31266 src/com/gps/hibernate/AlertHistoryBean.java 97 Parameter 'tripid' is not assigned and could be declared final
31267 src/com/gps/hibernate/AlertHistoryBean.java 97 publicMethodCommentRequirement Required
31268 src/com/gps/hibernate/AlertHistoryBean.java 101 publicMethodCommentRequirement Required
31269 src/com/gps/hibernate/AlertHistoryBean.java 105 Parameter 'vehicleId' is not assigned and could be declared final
31270 src/com/gps/hibernate/AlertHistoryBean.java 105 publicMethodCommentRequirement Required
31271 src/com/gps/hibernate/AlertHistoryBean.java 109 publicMethodCommentRequirement Required
31272 src/com/gps/hibernate/AlertHistoryBean.java 113 Parameter 'alertId' is not assigned and could be declared final
31273 src/com/gps/hibernate/AlertHistoryBean.java 113 publicMethodCommentRequirement Required
31274 src/com/gps/hibernate/AlertHistoryBean.java 117 publicMethodCommentRequirement Required
31275 src/com/gps/hibernate/AlertHistoryBean.java 121 Parameter 'data' is not assigned and could be declared final
31276 src/com/gps/hibernate/AlertHistoryBean.java 121 publicMethodCommentRequirement Required
31277 src/com/gps/hibernate/AlertHistoryBean.java 125 publicMethodCommentRequirement Required
31278 src/com/gps/hibernate/AlertHistoryBean.java 129 Parameter 'timeStamp' is not assigned and could be declared final
31279 src/com/gps/hibernate/AlertHistoryBean.java 129 publicMethodCommentRequirement Required
31280 src/com/gps/hibernate/AlertHistoryDAO.java 13 The Logger variable declaration does not contain the static and final modifiers
31281 src/com/gps/hibernate/AlertHistoryDAO.java 13 Use explicit scoping instead of the default package private level
31282 src/com/gps/hibernate/AlertHistoryDAO.java 13 fieldCommentRequirement Required
31283 src/com/gps/hibernate/AlertHistoryDAO.java 15 Parameter 'alert' is not assigned and could be declared final
31284 src/com/gps/hibernate/AlertHistoryDAO.java 15 publicMethodCommentRequirement Required
31285 src/com/gps/hibernate/AlertHistoryDAO.java 16 Local variable 'session' could be declared final
31286 src/com/gps/hibernate/AlertHistoryDAO.java 17 Avoid variables with short names like tx
31287 src/com/gps/hibernate/AlertHistoryDAO.java 17 Found 'DD'-anomaly for variable 'tx' (lines '17'-'19').
31288 src/com/gps/hibernate/AlertHistoryDAO.java 19 Potential violation of Law of Demeter (object not created locally)
31289 src/com/gps/hibernate/AlertHistoryDAO.java 20 Potential violation of Law of Demeter (object not created locally)
31290 src/com/gps/hibernate/AlertHistoryDAO.java 21 Potential violation of Law of Demeter (object not created locally)
31291 src/com/gps/hibernate/AlertHistoryDAO.java 22 There is log block not surrounded by if
31292 src/com/gps/hibernate/AlertHistoryDAO.java 22 There is log block not surrounded by if
31293 src/com/gps/hibernate/AlertHistoryDAO.java 23 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31294 src/com/gps/hibernate/AlertHistoryDAO.java 24 There is log block not surrounded by if
31295 src/com/gps/hibernate/BaseHibernateDAO.java 18 The Logger variable declaration does not contain the static and final modifiers
31296 src/com/gps/hibernate/BaseHibernateDAO.java 18 fieldCommentRequirement Required
31297 src/com/gps/hibernate/BaseHibernateDAO.java 19 Avoid using redundant field initializer for 'ds'
31298 src/com/gps/hibernate/BaseHibernateDAO.java 19 Avoid variables with short names like ds
31299 src/com/gps/hibernate/BaseHibernateDAO.java 19 Use explicit scoping instead of the default package private level
31300 src/com/gps/hibernate/BaseHibernateDAO.java 19 fieldCommentRequirement Required
31301 src/com/gps/hibernate/BaseHibernateDAO.java 20 Avoid variables with short names like rs
31302 src/com/gps/hibernate/BaseHibernateDAO.java 20 Use explicit scoping instead of the default package private level
31303 src/com/gps/hibernate/BaseHibernateDAO.java 20 fieldCommentRequirement Required
31304 src/com/gps/hibernate/BaseHibernateDAO.java 21 publicMethodCommentRequirement Required
31305 src/com/gps/hibernate/BaseHibernateDAO.java 24 Local variable 'session' could be declared final
31306 src/com/gps/hibernate/BaseHibernateDAO.java 34 Avoid excessively long variable names like connectionIterator
31307 src/com/gps/hibernate/BaseHibernateDAO.java 34 Local variable 'connectionIterator' could be declared final
31308 src/com/gps/hibernate/BaseHibernateDAO.java 34 Potential violation of Law of Demeter (method chain calls)
31309 src/com/gps/hibernate/BaseHibernateDAO.java 39 Local variable 'stacktrace' could be declared final
31310 src/com/gps/hibernate/BaseHibernateDAO.java 39 Potential violation of Law of Demeter (method chain calls)
31311 src/com/gps/hibernate/BaseHibernateDAO.java 40 Avoid variables with short names like e
31312 src/com/gps/hibernate/BaseHibernateDAO.java 40 Local variable 'e' could be declared final
31313 src/com/gps/hibernate/BaseHibernateDAO.java 42 Potential violation of Law of Demeter (method chain calls)
31314 src/com/gps/hibernate/BaseHibernateDAO.java 42 Potential violation of Law of Demeter (method chain calls)
31315 src/com/gps/hibernate/BaseHibernateDAO.java 42 Potential violation of Law of Demeter (object not created locally)
31316 src/com/gps/hibernate/BaseHibernateDAO.java 42 Potential violation of Law of Demeter (object not created locally)
31317 src/com/gps/hibernate/BaseHibernateDAO.java 42 Potential violation of Law of Demeter (object not created locally)
31318 src/com/gps/hibernate/BaseHibernateDAO.java 42 There is log block not surrounded by if
31319 src/com/gps/hibernate/BaseHibernateDAO.java 42 There is log block not surrounded by if
31320 src/com/gps/hibernate/BaseHibernateDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31321 src/com/gps/hibernate/BaseHibernateDAO.java 46 Potential violation of Law of Demeter (object not created locally)
31322 src/com/gps/hibernate/BaseHibernateDAO.java 46 There is log block not surrounded by if
31323 src/com/gps/hibernate/BaseHibernateDAO.java 46 There is log block not surrounded by if
31324 src/com/gps/hibernate/Device.java 14 Classes implementing Serializable should set a serialVersionUID
31325 src/com/gps/hibernate/Device.java 18 fieldCommentRequirement Required
31326 src/com/gps/hibernate/Device.java 19 fieldCommentRequirement Required
31327 src/com/gps/hibernate/Device.java 20 fieldCommentRequirement Required
31328 src/com/gps/hibernate/Device.java 21 Avoid excessively long variable names like lastPacketReceivedTime
31329 src/com/gps/hibernate/Device.java 21 fieldCommentRequirement Required
31330 src/com/gps/hibernate/Device.java 22 fieldCommentRequirement Required
31331 src/com/gps/hibernate/Device.java 23 fieldCommentRequirement Required
31332 src/com/gps/hibernate/Device.java 24 fieldCommentRequirement Required
31333 src/com/gps/hibernate/Device.java 25 fieldCommentRequirement Required
31334 src/com/gps/hibernate/Device.java 26 fieldCommentRequirement Required
31335 src/com/gps/hibernate/Device.java 27 fieldCommentRequirement Required
31336 src/com/gps/hibernate/Device.java 28 fieldCommentRequirement Required
31337 src/com/gps/hibernate/Device.java 29 publicMethodCommentRequirement Required
31338 src/com/gps/hibernate/Device.java 33 Parameter 'workStatus' is not assigned and could be declared final
31339 src/com/gps/hibernate/Device.java 33 publicMethodCommentRequirement Required
31340 src/com/gps/hibernate/Device.java 37 publicMethodCommentRequirement Required
31341 src/com/gps/hibernate/Device.java 41 Parameter 'inuseStatus' is not assigned and could be declared final
31342 src/com/gps/hibernate/Device.java 41 publicMethodCommentRequirement Required
31343 src/com/gps/hibernate/Device.java 45 publicMethodCommentRequirement Required
31344 src/com/gps/hibernate/Device.java 49 Parameter 'enableStatus' is not assigned and could be declared final
31345 src/com/gps/hibernate/Device.java 49 publicMethodCommentRequirement Required
31346 src/com/gps/hibernate/Device.java 53 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
31347 src/com/gps/hibernate/Device.java 53 fieldCommentRequirement Required
31348 src/com/gps/hibernate/Device.java 58 Document empty constructor
31349 src/com/gps/hibernate/Device.java 62 Avoid excessively long variable names like lastPacketReceivedTime
31350 src/com/gps/hibernate/Device.java 62 Parameter 'imeiNumber' is not assigned and could be declared final
31351 src/com/gps/hibernate/Device.java 62 Parameter 'lastPacketReceivedTime' is not assigned and could be declared final
31352 src/com/gps/hibernate/Device.java 63 Parameter 'firmwareVersion' is not assigned and could be declared final
31353 src/com/gps/hibernate/Device.java 63 Parameter 'lastKnownIp' is not assigned and could be declared final
31354 src/com/gps/hibernate/Device.java 63 Parameter 'mobileNumber' is not assigned and could be declared final
31355 src/com/gps/hibernate/Device.java 72 Avoid excessively long variable names like lastPacketReceivedTime
31356 src/com/gps/hibernate/Device.java 72 Parameter 'imeiNumber' is not assigned and could be declared final
31357 src/com/gps/hibernate/Device.java 72 Parameter 'lastPacketReceivedTime' is not assigned and could be declared final
31358 src/com/gps/hibernate/Device.java 73 Parameter 'firmwareVersion' is not assigned and could be declared final
31359 src/com/gps/hibernate/Device.java 73 Parameter 'lastKnownIp' is not assigned and could be declared final
31360 src/com/gps/hibernate/Device.java 73 Parameter 'mobileNumber' is not assigned and could be declared final
31361 src/com/gps/hibernate/Device.java 74 Parameter 'vehicleDetailses' is not assigned and could be declared final
31362 src/com/gps/hibernate/Device.java 88 publicMethodCommentRequirement Required
31363 src/com/gps/hibernate/Device.java 92 publicMethodCommentRequirement Required
31364 src/com/gps/hibernate/Device.java 96 Parameter 'aliasName' is not assigned and could be declared final
31365 src/com/gps/hibernate/Device.java 96 publicMethodCommentRequirement Required
31366 src/com/gps/hibernate/Device.java 100 Parameter 'deviceId' is not assigned and could be declared final
31367 src/com/gps/hibernate/Device.java 100 publicMethodCommentRequirement Required
31368 src/com/gps/hibernate/Device.java 104 publicMethodCommentRequirement Required
31369 src/com/gps/hibernate/Device.java 108 Parameter 'imeiNumber' is not assigned and could be declared final
31370 src/com/gps/hibernate/Device.java 108 publicMethodCommentRequirement Required
31371 src/com/gps/hibernate/Device.java 112 publicMethodCommentRequirement Required
31372 src/com/gps/hibernate/Device.java 116 Avoid excessively long variable names like lastPacketReceivedTime
31373 src/com/gps/hibernate/Device.java 116 Parameter 'lastPacketReceivedTime' is not assigned and could be declared final
31374 src/com/gps/hibernate/Device.java 116 publicMethodCommentRequirement Required
31375 src/com/gps/hibernate/Device.java 120 publicMethodCommentRequirement Required
31376 src/com/gps/hibernate/Device.java 124 Parameter 'lastKnownIp' is not assigned and could be declared final
31377 src/com/gps/hibernate/Device.java 124 publicMethodCommentRequirement Required
31378 src/com/gps/hibernate/Device.java 128 publicMethodCommentRequirement Required
31379 src/com/gps/hibernate/Device.java 132 Parameter 'firmwareVersion' is not assigned and could be declared final
31380 src/com/gps/hibernate/Device.java 132 publicMethodCommentRequirement Required
31381 src/com/gps/hibernate/Device.java 136 publicMethodCommentRequirement Required
31382 src/com/gps/hibernate/Device.java 140 Parameter 'mobileNumber' is not assigned and could be declared final
31383 src/com/gps/hibernate/Device.java 140 publicMethodCommentRequirement Required
31384 src/com/gps/hibernate/Device.java 144 publicMethodCommentRequirement Required
31385 src/com/gps/hibernate/Device.java 148 Parameter 'vehicleDetailses' is not assigned and could be declared final
31386 src/com/gps/hibernate/Device.java 148 publicMethodCommentRequirement Required
31387 src/com/gps/hibernate/Device.java 152 publicMethodCommentRequirement Required
31388 src/com/gps/hibernate/Device.java 156 Parameter 'organization' is not assigned and could be declared final
31389 src/com/gps/hibernate/Device.java 156 publicMethodCommentRequirement Required
31390 src/com/gps/hibernate/DeviceDAO.java 4 Avoid unused imports such as 'java.util.Date'
31391 src/com/gps/hibernate/DeviceDAO.java 6 Avoid unused imports such as 'java.util.Set'
31392 src/com/gps/hibernate/DeviceDAO.java 13 Comment is too large: Too many lines
31393 src/com/gps/hibernate/DeviceDAO.java 25 This class has too many methods, consider refactoring it.
31394 src/com/gps/hibernate/DeviceDAO.java 26 Logger should be defined private static final and have the correct class
31395 src/com/gps/hibernate/DeviceDAO.java 26 Variables that are final and static should be all capitals, 'log' is not all capitals.
31396 src/com/gps/hibernate/DeviceDAO.java 26 fieldCommentRequirement Required
31397 src/com/gps/hibernate/DeviceDAO.java 28 fieldCommentRequirement Required
31398 src/com/gps/hibernate/DeviceDAO.java 29 fieldCommentRequirement Required
31399 src/com/gps/hibernate/DeviceDAO.java 30 fieldCommentRequirement Required
31400 src/com/gps/hibernate/DeviceDAO.java 31 fieldCommentRequirement Required
31401 src/com/gps/hibernate/DeviceDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
31402 src/com/gps/hibernate/DeviceDAO.java 33 publicMethodCommentRequirement Required
31403 src/com/gps/hibernate/DeviceDAO.java 34 There is log block not surrounded by if
31404 src/com/gps/hibernate/DeviceDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31405 src/com/gps/hibernate/DeviceDAO.java 36 Potential violation of Law of Demeter (method chain calls)
31406 src/com/gps/hibernate/DeviceDAO.java 37 There is log block not surrounded by if
31407 src/com/gps/hibernate/DeviceDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31408 src/com/gps/hibernate/DeviceDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31409 src/com/gps/hibernate/DeviceDAO.java 39 There is log block not surrounded by if
31410 src/com/gps/hibernate/DeviceDAO.java 44 Avoid excessively long variable names like persistentInstance
31411 src/com/gps/hibernate/DeviceDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
31412 src/com/gps/hibernate/DeviceDAO.java 44 publicMethodCommentRequirement Required
31413 src/com/gps/hibernate/DeviceDAO.java 45 There is log block not surrounded by if
31414 src/com/gps/hibernate/DeviceDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31415 src/com/gps/hibernate/DeviceDAO.java 47 Potential violation of Law of Demeter (method chain calls)
31416 src/com/gps/hibernate/DeviceDAO.java 48 There is log block not surrounded by if
31417 src/com/gps/hibernate/DeviceDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31418 src/com/gps/hibernate/DeviceDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31419 src/com/gps/hibernate/DeviceDAO.java 50 There is log block not surrounded by if
31420 src/com/gps/hibernate/DeviceDAO.java 55 Avoid variables with short names like id
31421 src/com/gps/hibernate/DeviceDAO.java 55 Parameter 'id' is not assigned and could be declared final
31422 src/com/gps/hibernate/DeviceDAO.java 55 publicMethodCommentRequirement Required
31423 src/com/gps/hibernate/DeviceDAO.java 56 There is log block not surrounded by if
31424 src/com/gps/hibernate/DeviceDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31425 src/com/gps/hibernate/DeviceDAO.java 58 Local variable 'instance' could be declared final
31426 src/com/gps/hibernate/DeviceDAO.java 58 Potential violation of Law of Demeter (method chain calls)
31427 src/com/gps/hibernate/DeviceDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31428 src/com/gps/hibernate/DeviceDAO.java 62 There is log block not surrounded by if
31429 src/com/gps/hibernate/DeviceDAO.java 67 Parameter 'instance' is not assigned and could be declared final
31430 src/com/gps/hibernate/DeviceDAO.java 67 publicMethodCommentRequirement Required
31431 src/com/gps/hibernate/DeviceDAO.java 68 There is log block not surrounded by if
31432 src/com/gps/hibernate/DeviceDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31433 src/com/gps/hibernate/DeviceDAO.java 70 Local variable 'results' could be declared final
31434 src/com/gps/hibernate/DeviceDAO.java 70 Potential violation of Law of Demeter (method chain calls)
31435 src/com/gps/hibernate/DeviceDAO.java 70 Potential violation of Law of Demeter (method chain calls)
31436 src/com/gps/hibernate/DeviceDAO.java 70 Potential violation of Law of Demeter (method chain calls)
31437 src/com/gps/hibernate/DeviceDAO.java 73 There is log block not surrounded by if
31438 src/com/gps/hibernate/DeviceDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31439 src/com/gps/hibernate/DeviceDAO.java 74 Potential violation of Law of Demeter (object not created locally)
31440 src/com/gps/hibernate/DeviceDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31441 src/com/gps/hibernate/DeviceDAO.java 77 There is log block not surrounded by if
31442 src/com/gps/hibernate/DeviceDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
31443 src/com/gps/hibernate/DeviceDAO.java 82 Parameter 'value' is not assigned and could be declared final
31444 src/com/gps/hibernate/DeviceDAO.java 82 publicMethodCommentRequirement Required
31445 src/com/gps/hibernate/DeviceDAO.java 83 There is log block not surrounded by if
31446 src/com/gps/hibernate/DeviceDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31447 src/com/gps/hibernate/DeviceDAO.java 86 Local variable 'queryString' could be declared final
31448 src/com/gps/hibernate/DeviceDAO.java 88 Local variable 'queryObject' could be declared final
31449 src/com/gps/hibernate/DeviceDAO.java 88 Potential violation of Law of Demeter (method chain calls)
31450 src/com/gps/hibernate/DeviceDAO.java 89 Potential violation of Law of Demeter (object not created locally)
31451 src/com/gps/hibernate/DeviceDAO.java 90 Potential violation of Law of Demeter (object not created locally)
31452 src/com/gps/hibernate/DeviceDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31453 src/com/gps/hibernate/DeviceDAO.java 92 There is log block not surrounded by if
31454 src/com/gps/hibernate/DeviceDAO.java 97 Parameter 'imeiNumber' is not assigned and could be declared final
31455 src/com/gps/hibernate/DeviceDAO.java 97 publicMethodCommentRequirement Required
31456 src/com/gps/hibernate/DeviceDAO.java 101 Parameter 'lastKnownIp' is not assigned and could be declared final
31457 src/com/gps/hibernate/DeviceDAO.java 101 publicMethodCommentRequirement Required
31458 src/com/gps/hibernate/DeviceDAO.java 105 Parameter 'firmwareVersion' is not assigned and could be declared final
31459 src/com/gps/hibernate/DeviceDAO.java 105 publicMethodCommentRequirement Required
31460 src/com/gps/hibernate/DeviceDAO.java 109 Parameter 'mobileNumber' is not assigned and could be declared final
31461 src/com/gps/hibernate/DeviceDAO.java 109 publicMethodCommentRequirement Required
31462 src/com/gps/hibernate/DeviceDAO.java 113 Parameter 'first' is not assigned and could be declared final
31463 src/com/gps/hibernate/DeviceDAO.java 113 Parameter 'last' is not assigned and could be declared final
31464 src/com/gps/hibernate/DeviceDAO.java 113 publicMethodCommentRequirement Required
31465 src/com/gps/hibernate/DeviceDAO.java 114 There is log block not surrounded by if
31466 src/com/gps/hibernate/DeviceDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31467 src/com/gps/hibernate/DeviceDAO.java 116 Local variable 'queryString' could be declared final
31468 src/com/gps/hibernate/DeviceDAO.java 117 Local variable 'queryObject' could be declared final
31469 src/com/gps/hibernate/DeviceDAO.java 117 Potential violation of Law of Demeter (method chain calls)
31470 src/com/gps/hibernate/DeviceDAO.java 118 Potential violation of Law of Demeter (object not created locally)
31471 src/com/gps/hibernate/DeviceDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31472 src/com/gps/hibernate/DeviceDAO.java 120 There is log block not surrounded by if
31473 src/com/gps/hibernate/DeviceDAO.java 125 Parameter 'detachedInstance' is not assigned and could be declared final
31474 src/com/gps/hibernate/DeviceDAO.java 125 publicMethodCommentRequirement Required
31475 src/com/gps/hibernate/DeviceDAO.java 126 There is log block not surrounded by if
31476 src/com/gps/hibernate/DeviceDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31477 src/com/gps/hibernate/DeviceDAO.java 128 Local variable 'result' could be declared final
31478 src/com/gps/hibernate/DeviceDAO.java 128 Potential violation of Law of Demeter (method chain calls)
31479 src/com/gps/hibernate/DeviceDAO.java 129 There is log block not surrounded by if
31480 src/com/gps/hibernate/DeviceDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31481 src/com/gps/hibernate/DeviceDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31482 src/com/gps/hibernate/DeviceDAO.java 132 There is log block not surrounded by if
31483 src/com/gps/hibernate/DeviceDAO.java 137 Parameter 'instance' is not assigned and could be declared final
31484 src/com/gps/hibernate/DeviceDAO.java 137 publicMethodCommentRequirement Required
31485 src/com/gps/hibernate/DeviceDAO.java 138 There is log block not surrounded by if
31486 src/com/gps/hibernate/DeviceDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31487 src/com/gps/hibernate/DeviceDAO.java 140 Potential violation of Law of Demeter (method chain calls)
31488 src/com/gps/hibernate/DeviceDAO.java 141 There is log block not surrounded by if
31489 src/com/gps/hibernate/DeviceDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31490 src/com/gps/hibernate/DeviceDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31491 src/com/gps/hibernate/DeviceDAO.java 143 There is log block not surrounded by if
31492 src/com/gps/hibernate/DeviceDAO.java 148 Parameter 'instance' is not assigned and could be declared final
31493 src/com/gps/hibernate/DeviceDAO.java 148 publicMethodCommentRequirement Required
31494 src/com/gps/hibernate/DeviceDAO.java 149 There is log block not surrounded by if
31495 src/com/gps/hibernate/DeviceDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31496 src/com/gps/hibernate/DeviceDAO.java 151 Potential violation of Law of Demeter (method chain calls)
31497 src/com/gps/hibernate/DeviceDAO.java 152 There is log block not surrounded by if
31498 src/com/gps/hibernate/DeviceDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31499 src/com/gps/hibernate/DeviceDAO.java 153 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31500 src/com/gps/hibernate/DeviceDAO.java 154 There is log block not surrounded by if
31501 src/com/gps/hibernate/EventNotification.java 12 headerCommentRequirement Required
31502 src/com/gps/hibernate/EventNotification.java 14 Variables should start with a lowercase character, 'Alertid' starts with uppercase character.
31503 src/com/gps/hibernate/EventNotification.java 14 fieldCommentRequirement Required
31504 src/com/gps/hibernate/EventNotification.java 15 Variables should start with a lowercase character, 'Orgid' starts with uppercase character.
31505 src/com/gps/hibernate/EventNotification.java 15 fieldCommentRequirement Required
31506 src/com/gps/hibernate/EventNotification.java 16 fieldCommentRequirement Required
31507 src/com/gps/hibernate/EventNotification.java 17 fieldCommentRequirement Required
31508 src/com/gps/hibernate/EventNotification.java 18 fieldCommentRequirement Required
31509 src/com/gps/hibernate/EventNotification.java 19 Variables should start with a lowercase character, 'StartTime' starts with uppercase character.
31510 src/com/gps/hibernate/EventNotification.java 19 fieldCommentRequirement Required
31511 src/com/gps/hibernate/EventNotification.java 20 Variables should start with a lowercase character, 'EndTime' starts with uppercase character.
31512 src/com/gps/hibernate/EventNotification.java 20 fieldCommentRequirement Required
31513 src/com/gps/hibernate/EventNotification.java 22 fieldCommentRequirement Required
31514 src/com/gps/hibernate/EventNotification.java 24 publicMethodCommentRequirement Required
31515 src/com/gps/hibernate/EventNotification.java 27 Parameter 'startTime' is not assigned and could be declared final
31516 src/com/gps/hibernate/EventNotification.java 27 publicMethodCommentRequirement Required
31517 src/com/gps/hibernate/EventNotification.java 30 publicMethodCommentRequirement Required
31518 src/com/gps/hibernate/EventNotification.java 33 Parameter 'endTime' is not assigned and could be declared final
31519 src/com/gps/hibernate/EventNotification.java 33 publicMethodCommentRequirement Required
31520 src/com/gps/hibernate/EventNotification.java 36 publicMethodCommentRequirement Required
31521 src/com/gps/hibernate/EventNotification.java 39 Parameter 'alertid' is not assigned and could be declared final
31522 src/com/gps/hibernate/EventNotification.java 39 publicMethodCommentRequirement Required
31523 src/com/gps/hibernate/EventNotification.java 42 publicMethodCommentRequirement Required
31524 src/com/gps/hibernate/EventNotification.java 45 Parameter 'orgid' is not assigned and could be declared final
31525 src/com/gps/hibernate/EventNotification.java 45 publicMethodCommentRequirement Required
31526 src/com/gps/hibernate/EventNotification.java 48 publicMethodCommentRequirement Required
31527 src/com/gps/hibernate/EventNotification.java 51 Parameter 'phone' is not assigned and could be declared final
31528 src/com/gps/hibernate/EventNotification.java 51 publicMethodCommentRequirement Required
31529 src/com/gps/hibernate/EventNotification.java 54 publicMethodCommentRequirement Required
31530 src/com/gps/hibernate/EventNotification.java 57 Parameter 'event' is not assigned and could be declared final
31531 src/com/gps/hibernate/EventNotification.java 57 publicMethodCommentRequirement Required
31532 src/com/gps/hibernate/EventNotification.java 60 publicMethodCommentRequirement Required
31533 src/com/gps/hibernate/EventNotification.java 63 Parameter 'alertTrip' is not assigned and could be declared final
31534 src/com/gps/hibernate/EventNotification.java 63 publicMethodCommentRequirement Required
31535 src/com/gps/hibernate/EventNotification.java 67 publicMethodCommentRequirement Required
31536 src/com/gps/hibernate/EventNotification.java 70 Parameter 'mode' is not assigned and could be declared final
31537 src/com/gps/hibernate/EventNotification.java 70 publicMethodCommentRequirement Required
31538 src/com/gps/hibernate/EventNotificationDAO.java 9 Avoid unused imports such as 'com.gps.notifier.EventAlertMgr'
31539 src/com/gps/hibernate/EventNotificationDAO.java 12 headerCommentRequirement Required
31540 src/com/gps/hibernate/EventNotificationDAO.java 14 Logger should be defined private static final and have the correct class
31541 src/com/gps/hibernate/EventNotificationDAO.java 14 Variables that are final and static should be all capitals, 'log' is not all capitals.
31542 src/com/gps/hibernate/EventNotificationDAO.java 14 fieldCommentRequirement Required
31543 src/com/gps/hibernate/EventNotificationDAO.java 15 Parameter 'eventCode' is not assigned and could be declared final
31544 src/com/gps/hibernate/EventNotificationDAO.java 15 Parameter 'orgid' is not assigned and could be declared final
31545 src/com/gps/hibernate/EventNotificationDAO.java 15 publicMethodCommentRequirement Required
31546 src/com/gps/hibernate/EventNotificationDAO.java 17 Found 'DD'-anomaly for variable 'SendTo' (lines '17'-'18').
31547 src/com/gps/hibernate/EventNotificationDAO.java 17 Variables should start with a lowercase character, 'SendTo' starts with uppercase character.
31548 src/com/gps/hibernate/EventNotificationDAO.java 18 Potential violation of Law of Demeter (method chain calls)
31549 src/com/gps/hibernate/EventNotificationDAO.java 18 Potential violation of Law of Demeter (method chain calls)
31550 src/com/gps/hibernate/EventNotificationDAO.java 19 There is log block not surrounded by if
31551 src/com/gps/hibernate/EventNotificationDAO.java 19 There is log block not surrounded by if
31552 src/com/gps/hibernate/EventNotificationDAO.java 20 Potential violation of Law of Demeter (object not created locally)
31553 src/com/gps/hibernate/EventNotificationDAO.java 20 There is log block not surrounded by if
31554 src/com/gps/hibernate/EventNotificationDAO.java 20 There is log block not surrounded by if
31555 src/com/gps/hibernate/EventNotificationDAO.java 24 Parameter 'args' is not assigned and could be declared final
31556 src/com/gps/hibernate/EventNotificationDAO.java 24 publicMethodCommentRequirement Required
31557 src/com/gps/hibernate/EventNotificationDAO.java 26 Local variable 'rep' could be declared final
31558 src/com/gps/hibernate/EventNotificationDAO.java 27 Avoid unused local variables such as 'MsgTxt'.
31559 src/com/gps/hibernate/EventNotificationDAO.java 27 Found 'DU'-anomaly for variable 'MsgTxt' (lines '27'-'29').
31560 src/com/gps/hibernate/EventNotificationDAO.java 27 Local variable 'MsgTxt' could be declared final
31561 src/com/gps/hibernate/EventNotificationDAO.java 27 Variables should start with a lowercase character, 'MsgTxt' starts with uppercase character.
31562 src/com/gps/hibernate/FenceHistory.java 11 Classes implementing Serializable should set a serialVersionUID
31563 src/com/gps/hibernate/FenceHistory.java 15 fieldCommentRequirement Required
31564 src/com/gps/hibernate/FenceHistory.java 17 fieldCommentRequirement Required
31565 src/com/gps/hibernate/FenceHistory.java 18 fieldCommentRequirement Required
31566 src/com/gps/hibernate/FenceHistory.java 19 fieldCommentRequirement Required
31567 src/com/gps/hibernate/FenceHistory.java 20 fieldCommentRequirement Required
31568 src/com/gps/hibernate/FenceHistory.java 21 fieldCommentRequirement Required
31569 src/com/gps/hibernate/FenceHistory.java 22 fieldCommentRequirement Required
31570 src/com/gps/hibernate/FenceHistory.java 23 fieldCommentRequirement Required
31571 src/com/gps/hibernate/FenceHistory.java 34 Parameter 'historyId' is not assigned and could be declared final
31572 src/com/gps/hibernate/FenceHistory.java 46 Parameter 'geofence' is not assigned and could be declared final
31573 src/com/gps/hibernate/FenceHistory.java 59 Parameter 'monSms' is not assigned and could be declared final
31574 src/com/gps/hibernate/FenceHistory.java 71 Parameter 'evenSms' is not assigned and could be declared final
31575 src/com/gps/hibernate/FenceHistory.java 83 Parameter 'monSpotOrder' is not assigned and could be declared final
31576 src/com/gps/hibernate/FenceHistory.java 101 Parameter 'session' is not assigned and could be declared final
31577 src/com/gps/hibernate/FenceHistory.java 107 Parameter 'evenSpotOrder' is not assigned and could be declared final
31578 src/com/gps/hibernate/FenceHistory.java 110 publicMethodCommentRequirement Required
31579 src/com/gps/hibernate/FenceHistory.java 113 Parameter 'type' is not assigned and could be declared final
31580 src/com/gps/hibernate/FenceHistory.java 113 publicMethodCommentRequirement Required
31581 src/com/gps/hibernate/FenceHistoryDAO.java 3 Avoid unused imports such as 'java.util.Date'
31582 src/com/gps/hibernate/FenceHistoryDAO.java 11 Comment is too large: Too many lines
31583 src/com/gps/hibernate/FenceHistoryDAO.java 23 This class has too many methods, consider refactoring it.
31584 src/com/gps/hibernate/FenceHistoryDAO.java 24 Logger should be defined private static final and have the correct class
31585 src/com/gps/hibernate/FenceHistoryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
31586 src/com/gps/hibernate/FenceHistoryDAO.java 24 fieldCommentRequirement Required
31587 src/com/gps/hibernate/FenceHistoryDAO.java 26 fieldCommentRequirement Required
31588 src/com/gps/hibernate/FenceHistoryDAO.java 27 fieldCommentRequirement Required
31589 src/com/gps/hibernate/FenceHistoryDAO.java 28 fieldCommentRequirement Required
31590 src/com/gps/hibernate/FenceHistoryDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
31591 src/com/gps/hibernate/FenceHistoryDAO.java 30 publicMethodCommentRequirement Required
31592 src/com/gps/hibernate/FenceHistoryDAO.java 31 There is log block not surrounded by if
31593 src/com/gps/hibernate/FenceHistoryDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31594 src/com/gps/hibernate/FenceHistoryDAO.java 33 Potential violation of Law of Demeter (method chain calls)
31595 src/com/gps/hibernate/FenceHistoryDAO.java 34 There is log block not surrounded by if
31596 src/com/gps/hibernate/FenceHistoryDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31597 src/com/gps/hibernate/FenceHistoryDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31598 src/com/gps/hibernate/FenceHistoryDAO.java 36 There is log block not surrounded by if
31599 src/com/gps/hibernate/FenceHistoryDAO.java 41 Avoid excessively long variable names like persistentInstance
31600 src/com/gps/hibernate/FenceHistoryDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
31601 src/com/gps/hibernate/FenceHistoryDAO.java 41 publicMethodCommentRequirement Required
31602 src/com/gps/hibernate/FenceHistoryDAO.java 42 There is log block not surrounded by if
31603 src/com/gps/hibernate/FenceHistoryDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31604 src/com/gps/hibernate/FenceHistoryDAO.java 44 Potential violation of Law of Demeter (method chain calls)
31605 src/com/gps/hibernate/FenceHistoryDAO.java 45 There is log block not surrounded by if
31606 src/com/gps/hibernate/FenceHistoryDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31607 src/com/gps/hibernate/FenceHistoryDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31608 src/com/gps/hibernate/FenceHistoryDAO.java 47 There is log block not surrounded by if
31609 src/com/gps/hibernate/FenceHistoryDAO.java 52 Avoid variables with short names like id
31610 src/com/gps/hibernate/FenceHistoryDAO.java 52 Parameter 'id' is not assigned and could be declared final
31611 src/com/gps/hibernate/FenceHistoryDAO.java 52 publicMethodCommentRequirement Required
31612 src/com/gps/hibernate/FenceHistoryDAO.java 53 There is log block not surrounded by if
31613 src/com/gps/hibernate/FenceHistoryDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31614 src/com/gps/hibernate/FenceHistoryDAO.java 55 Local variable 'instance' could be declared final
31615 src/com/gps/hibernate/FenceHistoryDAO.java 55 Potential violation of Law of Demeter (method chain calls)
31616 src/com/gps/hibernate/FenceHistoryDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31617 src/com/gps/hibernate/FenceHistoryDAO.java 59 There is log block not surrounded by if
31618 src/com/gps/hibernate/FenceHistoryDAO.java 64 Parameter 'instance' is not assigned and could be declared final
31619 src/com/gps/hibernate/FenceHistoryDAO.java 64 publicMethodCommentRequirement Required
31620 src/com/gps/hibernate/FenceHistoryDAO.java 65 There is log block not surrounded by if
31621 src/com/gps/hibernate/FenceHistoryDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31622 src/com/gps/hibernate/FenceHistoryDAO.java 67 Local variable 'results' could be declared final
31623 src/com/gps/hibernate/FenceHistoryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
31624 src/com/gps/hibernate/FenceHistoryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
31625 src/com/gps/hibernate/FenceHistoryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
31626 src/com/gps/hibernate/FenceHistoryDAO.java 70 There is log block not surrounded by if
31627 src/com/gps/hibernate/FenceHistoryDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31628 src/com/gps/hibernate/FenceHistoryDAO.java 71 Potential violation of Law of Demeter (object not created locally)
31629 src/com/gps/hibernate/FenceHistoryDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31630 src/com/gps/hibernate/FenceHistoryDAO.java 74 There is log block not surrounded by if
31631 src/com/gps/hibernate/FenceHistoryDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
31632 src/com/gps/hibernate/FenceHistoryDAO.java 79 Parameter 'value' is not assigned and could be declared final
31633 src/com/gps/hibernate/FenceHistoryDAO.java 79 publicMethodCommentRequirement Required
31634 src/com/gps/hibernate/FenceHistoryDAO.java 80 There is log block not surrounded by if
31635 src/com/gps/hibernate/FenceHistoryDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31636 src/com/gps/hibernate/FenceHistoryDAO.java 83 Local variable 'queryString' could be declared final
31637 src/com/gps/hibernate/FenceHistoryDAO.java 85 Local variable 'queryObject' could be declared final
31638 src/com/gps/hibernate/FenceHistoryDAO.java 85 Potential violation of Law of Demeter (method chain calls)
31639 src/com/gps/hibernate/FenceHistoryDAO.java 86 Potential violation of Law of Demeter (object not created locally)
31640 src/com/gps/hibernate/FenceHistoryDAO.java 87 Potential violation of Law of Demeter (object not created locally)
31641 src/com/gps/hibernate/FenceHistoryDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31642 src/com/gps/hibernate/FenceHistoryDAO.java 89 There is log block not surrounded by if
31643 src/com/gps/hibernate/FenceHistoryDAO.java 94 Parameter 'monSpotOrder' is not assigned and could be declared final
31644 src/com/gps/hibernate/FenceHistoryDAO.java 94 publicMethodCommentRequirement Required
31645 src/com/gps/hibernate/FenceHistoryDAO.java 98 Parameter 'evenSpotOrder' is not assigned and could be declared final
31646 src/com/gps/hibernate/FenceHistoryDAO.java 98 publicMethodCommentRequirement Required
31647 src/com/gps/hibernate/FenceHistoryDAO.java 102 Parameter 'session' is not assigned and could be declared final
31648 src/com/gps/hibernate/FenceHistoryDAO.java 102 publicMethodCommentRequirement Required
31649 src/com/gps/hibernate/FenceHistoryDAO.java 106 publicMethodCommentRequirement Required
31650 src/com/gps/hibernate/FenceHistoryDAO.java 107 There is log block not surrounded by if
31651 src/com/gps/hibernate/FenceHistoryDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31652 src/com/gps/hibernate/FenceHistoryDAO.java 109 Local variable 'queryString' could be declared final
31653 src/com/gps/hibernate/FenceHistoryDAO.java 110 Local variable 'queryObject' could be declared final
31654 src/com/gps/hibernate/FenceHistoryDAO.java 110 Potential violation of Law of Demeter (method chain calls)
31655 src/com/gps/hibernate/FenceHistoryDAO.java 111 Potential violation of Law of Demeter (object not created locally)
31656 src/com/gps/hibernate/FenceHistoryDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31657 src/com/gps/hibernate/FenceHistoryDAO.java 113 There is log block not surrounded by if
31658 src/com/gps/hibernate/FenceHistoryDAO.java 118 Parameter 'detachedInstance' is not assigned and could be declared final
31659 src/com/gps/hibernate/FenceHistoryDAO.java 118 publicMethodCommentRequirement Required
31660 src/com/gps/hibernate/FenceHistoryDAO.java 119 There is log block not surrounded by if
31661 src/com/gps/hibernate/FenceHistoryDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31662 src/com/gps/hibernate/FenceHistoryDAO.java 121 Local variable 'result' could be declared final
31663 src/com/gps/hibernate/FenceHistoryDAO.java 121 Potential violation of Law of Demeter (method chain calls)
31664 src/com/gps/hibernate/FenceHistoryDAO.java 123 There is log block not surrounded by if
31665 src/com/gps/hibernate/FenceHistoryDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31666 src/com/gps/hibernate/FenceHistoryDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31667 src/com/gps/hibernate/FenceHistoryDAO.java 126 There is log block not surrounded by if
31668 src/com/gps/hibernate/FenceHistoryDAO.java 131 Parameter 'instance' is not assigned and could be declared final
31669 src/com/gps/hibernate/FenceHistoryDAO.java 131 publicMethodCommentRequirement Required
31670 src/com/gps/hibernate/FenceHistoryDAO.java 132 There is log block not surrounded by if
31671 src/com/gps/hibernate/FenceHistoryDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31672 src/com/gps/hibernate/FenceHistoryDAO.java 134 Potential violation of Law of Demeter (method chain calls)
31673 src/com/gps/hibernate/FenceHistoryDAO.java 135 There is log block not surrounded by if
31674 src/com/gps/hibernate/FenceHistoryDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31675 src/com/gps/hibernate/FenceHistoryDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31676 src/com/gps/hibernate/FenceHistoryDAO.java 137 There is log block not surrounded by if
31677 src/com/gps/hibernate/FenceHistoryDAO.java 142 Parameter 'instance' is not assigned and could be declared final
31678 src/com/gps/hibernate/FenceHistoryDAO.java 142 publicMethodCommentRequirement Required
31679 src/com/gps/hibernate/FenceHistoryDAO.java 143 There is log block not surrounded by if
31680 src/com/gps/hibernate/FenceHistoryDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31681 src/com/gps/hibernate/FenceHistoryDAO.java 145 Potential violation of Law of Demeter (method chain calls)
31682 src/com/gps/hibernate/FenceHistoryDAO.java 146 There is log block not surrounded by if
31683 src/com/gps/hibernate/FenceHistoryDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31684 src/com/gps/hibernate/FenceHistoryDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31685 src/com/gps/hibernate/FenceHistoryDAO.java 148 There is log block not surrounded by if
31686 src/com/gps/hibernate/FenceReport.java 11 Classes implementing Serializable should set a serialVersionUID
31687 src/com/gps/hibernate/FenceReport.java 14 fieldCommentRequirement Required
31688 src/com/gps/hibernate/FenceReport.java 16 publicMethodCommentRequirement Required
31689 src/com/gps/hibernate/FenceReport.java 19 Parameter 'tripDetails' is not assigned and could be declared final
31690 src/com/gps/hibernate/FenceReport.java 19 publicMethodCommentRequirement Required
31691 src/com/gps/hibernate/FenceReport.java 23 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
31692 src/com/gps/hibernate/FenceReport.java 23 fieldCommentRequirement Required
31693 src/com/gps/hibernate/FenceReport.java 24 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
31694 src/com/gps/hibernate/FenceReport.java 24 fieldCommentRequirement Required
31695 src/com/gps/hibernate/FenceReport.java 25 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
31696 src/com/gps/hibernate/FenceReport.java 25 fieldCommentRequirement Required
31697 src/com/gps/hibernate/FenceReport.java 26 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
31698 src/com/gps/hibernate/FenceReport.java 26 fieldCommentRequirement Required
31699 src/com/gps/hibernate/FenceReport.java 27 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
31700 src/com/gps/hibernate/FenceReport.java 27 fieldCommentRequirement Required
31701 src/com/gps/hibernate/FenceReport.java 28 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
31702 src/com/gps/hibernate/FenceReport.java 28 fieldCommentRequirement Required
31703 src/com/gps/hibernate/FenceReport.java 29 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
31704 src/com/gps/hibernate/FenceReport.java 29 fieldCommentRequirement Required
31705 src/com/gps/hibernate/FenceReport.java 30 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
31706 src/com/gps/hibernate/FenceReport.java 30 Variables should start with a lowercase character, 'Distance' starts with uppercase character.
31707 src/com/gps/hibernate/FenceReport.java 30 fieldCommentRequirement Required
31708 src/com/gps/hibernate/FenceReport.java 31 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
31709 src/com/gps/hibernate/FenceReport.java 31 fieldCommentRequirement Required
31710 src/com/gps/hibernate/FenceReport.java 32 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
31711 src/com/gps/hibernate/FenceReport.java 32 fieldCommentRequirement Required
31712 src/com/gps/hibernate/FenceReport.java 33 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
31713 src/com/gps/hibernate/FenceReport.java 33 fieldCommentRequirement Required
31714 src/com/gps/hibernate/FenceReport.java 34 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
31715 src/com/gps/hibernate/FenceReport.java 34 fieldCommentRequirement Required
31716 src/com/gps/hibernate/FenceReport.java 35 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
31717 src/com/gps/hibernate/FenceReport.java 35 fieldCommentRequirement Required
31718 src/com/gps/hibernate/FenceReport.java 36 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
31719 src/com/gps/hibernate/FenceReport.java 36 fieldCommentRequirement Required
31720 src/com/gps/hibernate/FenceReport.java 43 Comment is too large: Too many lines
31721 src/com/gps/hibernate/FenceReport.java 55 Avoid long parameter lists.
31722 src/com/gps/hibernate/FenceReport.java 55 Parameter 'geofence' is not assigned and could be declared final
31723 src/com/gps/hibernate/FenceReport.java 55 Parameter 'reportId' is not assigned and could be declared final
31724 src/com/gps/hibernate/FenceReport.java 56 Parameter 'entryTime' is not assigned and could be declared final
31725 src/com/gps/hibernate/FenceReport.java 56 Parameter 'reportDate' is not assigned and could be declared final
31726 src/com/gps/hibernate/FenceReport.java 56 Parameter 'vehicle' is not assigned and could be declared final
31727 src/com/gps/hibernate/FenceReport.java 57 Parameter 'avgSpeed' is not assigned and could be declared final
31728 src/com/gps/hibernate/FenceReport.java 57 Parameter 'createdTime' is not assigned and could be declared final
31729 src/com/gps/hibernate/FenceReport.java 57 Parameter 'distance' is not assigned and could be declared final
31730 src/com/gps/hibernate/FenceReport.java 57 Parameter 'exitTime' is not assigned and could be declared final
31731 src/com/gps/hibernate/FenceReport.java 58 Parameter 'updatedTime' is not assigned and could be declared final
31732 src/com/gps/hibernate/FenceReport.java 71 Comment is too large: Too many lines
31733 src/com/gps/hibernate/FenceReport.java 81 Parameter 'geofence' is not assigned and could be declared final
31734 src/com/gps/hibernate/FenceReport.java 81 Parameter 'reportId' is not assigned and could be declared final
31735 src/com/gps/hibernate/FenceReport.java 82 Parameter 'entryTime' is not assigned and could be declared final
31736 src/com/gps/hibernate/FenceReport.java 82 Parameter 'reportDate' is not assigned and could be declared final
31737 src/com/gps/hibernate/FenceReport.java 82 Parameter 'vehicle' is not assigned and could be declared final
31738 src/com/gps/hibernate/FenceReport.java 83 Parameter 'avgSpeed' is not assigned and could be declared final
31739 src/com/gps/hibernate/FenceReport.java 83 Parameter 'distance' is not assigned and could be declared final
31740 src/com/gps/hibernate/FenceReport.java 83 Parameter 'exitTime' is not assigned and could be declared final
31741 src/com/gps/hibernate/FenceReport.java 94 Comment is too large: Too many lines
31742 src/com/gps/hibernate/FenceReport.java 103 Parameter 'geofence' is not assigned and could be declared final
31743 src/com/gps/hibernate/FenceReport.java 103 Parameter 'vehicle' is not assigned and could be declared final
31744 src/com/gps/hibernate/FenceReport.java 104 Parameter 'avgSpeed' is not assigned and could be declared final
31745 src/com/gps/hibernate/FenceReport.java 104 Parameter 'entryTime' is not assigned and could be declared final
31746 src/com/gps/hibernate/FenceReport.java 104 Parameter 'exitTime' is not assigned and could be declared final
31747 src/com/gps/hibernate/FenceReport.java 104 Parameter 'reportDate' is not assigned and could be declared final
31748 src/com/gps/hibernate/FenceReport.java 105 Parameter 'distance' is not assigned and could be declared final
31749 src/com/gps/hibernate/FenceReport.java 124 Parameter 'reportId' is not assigned and could be declared final
31750 src/com/gps/hibernate/FenceReport.java 136 Parameter 'geofence' is not assigned and could be declared final
31751 src/com/gps/hibernate/FenceReport.java 148 Parameter 'vehicle' is not assigned and could be declared final
31752 src/com/gps/hibernate/FenceReport.java 160 Parameter 'reportDate' is not assigned and could be declared final
31753 src/com/gps/hibernate/FenceReport.java 172 Parameter 'entryTime' is not assigned and could be declared final
31754 src/com/gps/hibernate/FenceReport.java 184 Parameter 'exitTime' is not assigned and could be declared final
31755 src/com/gps/hibernate/FenceReport.java 196 Parameter 'avgSpeed' is not assigned and could be declared final
31756 src/com/gps/hibernate/FenceReport.java 208 Parameter 'distance' is not assigned and could be declared final
31757 src/com/gps/hibernate/FenceReport.java 220 Parameter 'createdTime' is not assigned and could be declared final
31758 src/com/gps/hibernate/FenceReport.java 232 Parameter 'updatedTime' is not assigned and could be declared final
31759 src/com/gps/hibernate/FenceReport.java 244 Parameter 'stopTime' is not assigned and could be declared final
31760 src/com/gps/hibernate/FenceReport.java 256 Parameter 'stopLat' is not assigned and could be declared final
31761 src/com/gps/hibernate/FenceReport.java 268 Parameter 'stopLong' is not assigned and could be declared final
31762 src/com/gps/hibernate/FenceReport.java 280 Parameter 'stopReading' is not assigned and could be declared final
31763 src/com/gps/hibernate/FenceReportDAO.java 1 Possible God class (WMC=48, ATFD=31, TCC=0.0)
31764 src/com/gps/hibernate/FenceReportDAO.java 18 Avoid unused imports such as 'org.hibernate.SQLQuery'
31765 src/com/gps/hibernate/FenceReportDAO.java 22 Avoid unused imports such as 'com.gps.helper.DistanceHelper'
31766 src/com/gps/hibernate/FenceReportDAO.java 24 Avoid unused imports such as 'com.gps.vo.PickUpPoints'
31767 src/com/gps/hibernate/FenceReportDAO.java 26 Comment is too large: Too many lines
31768 src/com/gps/hibernate/FenceReportDAO.java 38 This class has too many methods, consider refactoring it.
31769 src/com/gps/hibernate/FenceReportDAO.java 39 Logger should be defined private static final and have the correct class
31770 src/com/gps/hibernate/FenceReportDAO.java 39 Variables that are final and static should be all capitals, 'log' is not all capitals.
31771 src/com/gps/hibernate/FenceReportDAO.java 39 fieldCommentRequirement Required
31772 src/com/gps/hibernate/FenceReportDAO.java 41 Variables that are final and static should be all capitals, 'Geofence' is not all capitals.
31773 src/com/gps/hibernate/FenceReportDAO.java 41 fieldCommentRequirement Required
31774 src/com/gps/hibernate/FenceReportDAO.java 42 Variables that are final and static should be all capitals, 'Vehicle' is not all capitals.
31775 src/com/gps/hibernate/FenceReportDAO.java 42 fieldCommentRequirement Required
31776 src/com/gps/hibernate/FenceReportDAO.java 43 Variables that are final and static should be all capitals, 'Date' is not all capitals.
31777 src/com/gps/hibernate/FenceReportDAO.java 43 fieldCommentRequirement Required
31778 src/com/gps/hibernate/FenceReportDAO.java 44 Found non-transient, non-static member. Please mark as transient or provide accessors.
31779 src/com/gps/hibernate/FenceReportDAO.java 44 Use explicit scoping instead of the default package private level
31780 src/com/gps/hibernate/FenceReportDAO.java 44 When instantiating a SimpleDateFormat object, specify a Locale
31781 src/com/gps/hibernate/FenceReportDAO.java 44 fieldCommentRequirement Required
31782 src/com/gps/hibernate/FenceReportDAO.java 45 Parameter 'transientInstance' is not assigned and could be declared final
31783 src/com/gps/hibernate/FenceReportDAO.java 45 publicMethodCommentRequirement Required
31784 src/com/gps/hibernate/FenceReportDAO.java 46 There is log block not surrounded by if
31785 src/com/gps/hibernate/FenceReportDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31786 src/com/gps/hibernate/FenceReportDAO.java 48 Potential violation of Law of Demeter (method chain calls)
31787 src/com/gps/hibernate/FenceReportDAO.java 49 There is log block not surrounded by if
31788 src/com/gps/hibernate/FenceReportDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31789 src/com/gps/hibernate/FenceReportDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31790 src/com/gps/hibernate/FenceReportDAO.java 51 There is log block not surrounded by if
31791 src/com/gps/hibernate/FenceReportDAO.java 56 Avoid excessively long variable names like persistentInstance
31792 src/com/gps/hibernate/FenceReportDAO.java 56 Parameter 'persistentInstance' is not assigned and could be declared final
31793 src/com/gps/hibernate/FenceReportDAO.java 56 publicMethodCommentRequirement Required
31794 src/com/gps/hibernate/FenceReportDAO.java 57 There is log block not surrounded by if
31795 src/com/gps/hibernate/FenceReportDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31796 src/com/gps/hibernate/FenceReportDAO.java 59 Potential violation of Law of Demeter (method chain calls)
31797 src/com/gps/hibernate/FenceReportDAO.java 60 There is log block not surrounded by if
31798 src/com/gps/hibernate/FenceReportDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31799 src/com/gps/hibernate/FenceReportDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31800 src/com/gps/hibernate/FenceReportDAO.java 62 There is log block not surrounded by if
31801 src/com/gps/hibernate/FenceReportDAO.java 67 Avoid variables with short names like id
31802 src/com/gps/hibernate/FenceReportDAO.java 67 Parameter 'id' is not assigned and could be declared final
31803 src/com/gps/hibernate/FenceReportDAO.java 67 publicMethodCommentRequirement Required
31804 src/com/gps/hibernate/FenceReportDAO.java 68 There is log block not surrounded by if
31805 src/com/gps/hibernate/FenceReportDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31806 src/com/gps/hibernate/FenceReportDAO.java 70 Local variable 'instance' could be declared final
31807 src/com/gps/hibernate/FenceReportDAO.java 70 Potential violation of Law of Demeter (method chain calls)
31808 src/com/gps/hibernate/FenceReportDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31809 src/com/gps/hibernate/FenceReportDAO.java 74 There is log block not surrounded by if
31810 src/com/gps/hibernate/FenceReportDAO.java 79 Parameter 'instance' is not assigned and could be declared final
31811 src/com/gps/hibernate/FenceReportDAO.java 79 publicMethodCommentRequirement Required
31812 src/com/gps/hibernate/FenceReportDAO.java 80 There is log block not surrounded by if
31813 src/com/gps/hibernate/FenceReportDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31814 src/com/gps/hibernate/FenceReportDAO.java 82 Local variable 'results' could be declared final
31815 src/com/gps/hibernate/FenceReportDAO.java 82 Potential violation of Law of Demeter (method chain calls)
31816 src/com/gps/hibernate/FenceReportDAO.java 82 Potential violation of Law of Demeter (method chain calls)
31817 src/com/gps/hibernate/FenceReportDAO.java 82 Potential violation of Law of Demeter (method chain calls)
31818 src/com/gps/hibernate/FenceReportDAO.java 85 There is log block not surrounded by if
31819 src/com/gps/hibernate/FenceReportDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31820 src/com/gps/hibernate/FenceReportDAO.java 86 Potential violation of Law of Demeter (object not created locally)
31821 src/com/gps/hibernate/FenceReportDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31822 src/com/gps/hibernate/FenceReportDAO.java 89 There is log block not surrounded by if
31823 src/com/gps/hibernate/FenceReportDAO.java 94 Parameter 'propertyName' is not assigned and could be declared final
31824 src/com/gps/hibernate/FenceReportDAO.java 94 Parameter 'value' is not assigned and could be declared final
31825 src/com/gps/hibernate/FenceReportDAO.java 94 publicMethodCommentRequirement Required
31826 src/com/gps/hibernate/FenceReportDAO.java 95 There is log block not surrounded by if
31827 src/com/gps/hibernate/FenceReportDAO.java 95 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31828 src/com/gps/hibernate/FenceReportDAO.java 98 Local variable 'queryString' could be declared final
31829 src/com/gps/hibernate/FenceReportDAO.java 100 Local variable 'queryObject' could be declared final
31830 src/com/gps/hibernate/FenceReportDAO.java 100 Potential violation of Law of Demeter (method chain calls)
31831 src/com/gps/hibernate/FenceReportDAO.java 101 Potential violation of Law of Demeter (object not created locally)
31832 src/com/gps/hibernate/FenceReportDAO.java 102 Potential violation of Law of Demeter (object not created locally)
31833 src/com/gps/hibernate/FenceReportDAO.java 103 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31834 src/com/gps/hibernate/FenceReportDAO.java 104 There is log block not surrounded by if
31835 src/com/gps/hibernate/FenceReportDAO.java 109 Parameter 'date' is not assigned and could be declared final
31836 src/com/gps/hibernate/FenceReportDAO.java 109 publicMethodCommentRequirement Required
31837 src/com/gps/hibernate/FenceReportDAO.java 113 Parameter 'geofence' is not assigned and could be declared final
31838 src/com/gps/hibernate/FenceReportDAO.java 113 publicMethodCommentRequirement Required
31839 src/com/gps/hibernate/FenceReportDAO.java 117 Parameter 'vehicle' is not assigned and could be declared final
31840 src/com/gps/hibernate/FenceReportDAO.java 117 publicMethodCommentRequirement Required
31841 src/com/gps/hibernate/FenceReportDAO.java 121 publicMethodCommentRequirement Required
31842 src/com/gps/hibernate/FenceReportDAO.java 122 There is log block not surrounded by if
31843 src/com/gps/hibernate/FenceReportDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31844 src/com/gps/hibernate/FenceReportDAO.java 124 Local variable 'queryString' could be declared final
31845 src/com/gps/hibernate/FenceReportDAO.java 125 Local variable 'queryObject' could be declared final
31846 src/com/gps/hibernate/FenceReportDAO.java 125 Potential violation of Law of Demeter (method chain calls)
31847 src/com/gps/hibernate/FenceReportDAO.java 126 Potential violation of Law of Demeter (object not created locally)
31848 src/com/gps/hibernate/FenceReportDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31849 src/com/gps/hibernate/FenceReportDAO.java 128 There is log block not surrounded by if
31850 src/com/gps/hibernate/FenceReportDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
31851 src/com/gps/hibernate/FenceReportDAO.java 133 publicMethodCommentRequirement Required
31852 src/com/gps/hibernate/FenceReportDAO.java 134 There is log block not surrounded by if
31853 src/com/gps/hibernate/FenceReportDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31854 src/com/gps/hibernate/FenceReportDAO.java 136 Local variable 'result' could be declared final
31855 src/com/gps/hibernate/FenceReportDAO.java 136 Potential violation of Law of Demeter (method chain calls)
31856 src/com/gps/hibernate/FenceReportDAO.java 138 There is log block not surrounded by if
31857 src/com/gps/hibernate/FenceReportDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31858 src/com/gps/hibernate/FenceReportDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31859 src/com/gps/hibernate/FenceReportDAO.java 141 There is log block not surrounded by if
31860 src/com/gps/hibernate/FenceReportDAO.java 146 Parameter 'instance' is not assigned and could be declared final
31861 src/com/gps/hibernate/FenceReportDAO.java 146 publicMethodCommentRequirement Required
31862 src/com/gps/hibernate/FenceReportDAO.java 147 There is log block not surrounded by if
31863 src/com/gps/hibernate/FenceReportDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31864 src/com/gps/hibernate/FenceReportDAO.java 149 Potential violation of Law of Demeter (method chain calls)
31865 src/com/gps/hibernate/FenceReportDAO.java 150 There is log block not surrounded by if
31866 src/com/gps/hibernate/FenceReportDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31867 src/com/gps/hibernate/FenceReportDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31868 src/com/gps/hibernate/FenceReportDAO.java 152 There is log block not surrounded by if
31869 src/com/gps/hibernate/FenceReportDAO.java 157 Parameter 'instance' is not assigned and could be declared final
31870 src/com/gps/hibernate/FenceReportDAO.java 157 publicMethodCommentRequirement Required
31871 src/com/gps/hibernate/FenceReportDAO.java 158 There is log block not surrounded by if
31872 src/com/gps/hibernate/FenceReportDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31873 src/com/gps/hibernate/FenceReportDAO.java 160 Potential violation of Law of Demeter (method chain calls)
31874 src/com/gps/hibernate/FenceReportDAO.java 161 There is log block not surrounded by if
31875 src/com/gps/hibernate/FenceReportDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31876 src/com/gps/hibernate/FenceReportDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31877 src/com/gps/hibernate/FenceReportDAO.java 163 There is log block not surrounded by if
31878 src/com/gps/hibernate/FenceReportDAO.java 168 Comment is too large: Too many lines
31879 src/com/gps/hibernate/FenceReportDAO.java 211 Parameter 'geofence' is not assigned and could be declared final
31880 src/com/gps/hibernate/FenceReportDAO.java 211 Parameter 'vehicle' is not assigned and could be declared final
31881 src/com/gps/hibernate/FenceReportDAO.java 211 publicMethodCommentRequirement Required
31882 src/com/gps/hibernate/FenceReportDAO.java 212 Parameter 'packetTime' is not assigned and could be declared final
31883 src/com/gps/hibernate/FenceReportDAO.java 212 Parameter 'tripDetails' is not assigned and could be declared final
31884 src/com/gps/hibernate/FenceReportDAO.java 213 Local variable 'conn' could be declared final
31885 src/com/gps/hibernate/FenceReportDAO.java 213 Potential violation of Law of Demeter (method chain calls)
31886 src/com/gps/hibernate/FenceReportDAO.java 216 Local variable 'pkttime' could be declared final
31887 src/com/gps/hibernate/FenceReportDAO.java 217 Local variable 'currdate' could be declared final
31888 src/com/gps/hibernate/FenceReportDAO.java 217 Potential violation of Law of Demeter (method chain calls)
31889 src/com/gps/hibernate/FenceReportDAO.java 218 Local variable 'datestr' could be declared final
31890 src/com/gps/hibernate/FenceReportDAO.java 220 Avoid variables with short names like cs
31891 src/com/gps/hibernate/FenceReportDAO.java 220 Local variable 'cs' could be declared final
31892 src/com/gps/hibernate/FenceReportDAO.java 220 Potential violation of Law of Demeter (object not created locally)
31893 src/com/gps/hibernate/FenceReportDAO.java 223 Local variable 'txn' could be declared final
31894 src/com/gps/hibernate/FenceReportDAO.java 223 Potential violation of Law of Demeter (method chain calls)
31895 src/com/gps/hibernate/FenceReportDAO.java 225 Potential violation of Law of Demeter (method chain calls)
31896 src/com/gps/hibernate/FenceReportDAO.java 225 Potential violation of Law of Demeter (method chain calls)
31897 src/com/gps/hibernate/FenceReportDAO.java 225 Potential violation of Law of Demeter (object not created locally)
31898 src/com/gps/hibernate/FenceReportDAO.java 226 Potential violation of Law of Demeter (method chain calls)
31899 src/com/gps/hibernate/FenceReportDAO.java 226 Potential violation of Law of Demeter (method chain calls)
31900 src/com/gps/hibernate/FenceReportDAO.java 226 Potential violation of Law of Demeter (object not created locally)
31901 src/com/gps/hibernate/FenceReportDAO.java 227 Potential violation of Law of Demeter (object not created locally)
31902 src/com/gps/hibernate/FenceReportDAO.java 228 Potential violation of Law of Demeter (object not created locally)
31903 src/com/gps/hibernate/FenceReportDAO.java 229 Potential violation of Law of Demeter (method chain calls)
31904 src/com/gps/hibernate/FenceReportDAO.java 229 Potential violation of Law of Demeter (method chain calls)
31905 src/com/gps/hibernate/FenceReportDAO.java 229 Potential violation of Law of Demeter (object not created locally)
31906 src/com/gps/hibernate/FenceReportDAO.java 230 Potential violation of Law of Demeter (object not created locally)
31907 src/com/gps/hibernate/FenceReportDAO.java 232 Local variable 'count' could be declared final
31908 src/com/gps/hibernate/FenceReportDAO.java 232 Potential violation of Law of Demeter (object not created locally)
31909 src/com/gps/hibernate/FenceReportDAO.java 233 Potential violation of Law of Demeter (object not created locally)
31910 src/com/gps/hibernate/FenceReportDAO.java 234 There is log block not surrounded by if
31911 src/com/gps/hibernate/FenceReportDAO.java 234 There is log block not surrounded by if
31912 src/com/gps/hibernate/FenceReportDAO.java 235 Potential violation of Law of Demeter (object not created locally)
31913 src/com/gps/hibernate/FenceReportDAO.java 240 Avoid printStackTrace(); use a logger call instead.
31914 src/com/gps/hibernate/FenceReportDAO.java 241 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31915 src/com/gps/hibernate/FenceReportDAO.java 243 Avoid printStackTrace(); use a logger call instead.
31916 src/com/gps/hibernate/FenceReportDAO.java 245 Potential violation of Law of Demeter (object not created locally)
31917 src/com/gps/hibernate/FenceReportDAO.java 251 Parameter 'geofence' is not assigned and could be declared final
31918 src/com/gps/hibernate/FenceReportDAO.java 251 Parameter 'vehicle' is not assigned and could be declared final
31919 src/com/gps/hibernate/FenceReportDAO.java 251 publicMethodCommentRequirement Required
31920 src/com/gps/hibernate/FenceReportDAO.java 252 Parameter 'packetTime' is not assigned and could be declared final
31921 src/com/gps/hibernate/FenceReportDAO.java 252 Parameter 'tripDetail' is not assigned and could be declared final
31922 src/com/gps/hibernate/FenceReportDAO.java 254 Local variable 'conn' could be declared final
31923 src/com/gps/hibernate/FenceReportDAO.java 254 Potential violation of Law of Demeter (method chain calls)
31924 src/com/gps/hibernate/FenceReportDAO.java 259 Local variable 'format' could be declared final
31925 src/com/gps/hibernate/FenceReportDAO.java 259 When instantiating a SimpleDateFormat object, specify a Locale
31926 src/com/gps/hibernate/FenceReportDAO.java 260 Local variable 'newTime' could be declared final
31927 src/com/gps/hibernate/FenceReportDAO.java 261 Local variable 'updatetime' could be declared final
31928 src/com/gps/hibernate/FenceReportDAO.java 261 Potential violation of Law of Demeter (method chain calls)
31929 src/com/gps/hibernate/FenceReportDAO.java 261 Potential violation of Law of Demeter (method chain calls)
31930 src/com/gps/hibernate/FenceReportDAO.java 263 Local variable 'callstmt' could be declared final
31931 src/com/gps/hibernate/FenceReportDAO.java 263 Potential violation of Law of Demeter (object not created locally)
31932 src/com/gps/hibernate/FenceReportDAO.java 264 Local variable 'txn' could be declared final
31933 src/com/gps/hibernate/FenceReportDAO.java 264 Potential violation of Law of Demeter (method chain calls)
31934 src/com/gps/hibernate/FenceReportDAO.java 266 Potential violation of Law of Demeter (object not created locally)
31935 src/com/gps/hibernate/FenceReportDAO.java 267 Potential violation of Law of Demeter (method chain calls)
31936 src/com/gps/hibernate/FenceReportDAO.java 267 Potential violation of Law of Demeter (method chain calls)
31937 src/com/gps/hibernate/FenceReportDAO.java 267 Potential violation of Law of Demeter (object not created locally)
31938 src/com/gps/hibernate/FenceReportDAO.java 268 Potential violation of Law of Demeter (object not created locally)
31939 src/com/gps/hibernate/FenceReportDAO.java 269 Potential violation of Law of Demeter (method chain calls)
31940 src/com/gps/hibernate/FenceReportDAO.java 269 Potential violation of Law of Demeter (method chain calls)
31941 src/com/gps/hibernate/FenceReportDAO.java 269 Potential violation of Law of Demeter (object not created locally)
31942 src/com/gps/hibernate/FenceReportDAO.java 270 Potential violation of Law of Demeter (method chain calls)
31943 src/com/gps/hibernate/FenceReportDAO.java 270 Potential violation of Law of Demeter (method chain calls)
31944 src/com/gps/hibernate/FenceReportDAO.java 270 Potential violation of Law of Demeter (object not created locally)
31945 src/com/gps/hibernate/FenceReportDAO.java 271 Local variable 'updateCount' could be declared final
31946 src/com/gps/hibernate/FenceReportDAO.java 271 Potential violation of Law of Demeter (object not created locally)
31947 src/com/gps/hibernate/FenceReportDAO.java 272 There is log block not surrounded by if
31948 src/com/gps/hibernate/FenceReportDAO.java 272 There is log block not surrounded by if
31949 src/com/gps/hibernate/FenceReportDAO.java 273 Potential violation of Law of Demeter (object not created locally)
31950 src/com/gps/hibernate/FenceReportDAO.java 274 Potential violation of Law of Demeter (object not created locally)
31951 src/com/gps/hibernate/FenceReportDAO.java 275 Potential violation of Law of Demeter (method chain calls)
31952 src/com/gps/hibernate/FenceReportDAO.java 278 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31953 src/com/gps/hibernate/FenceReportDAO.java 279 There is log block not surrounded by if
31954 src/com/gps/hibernate/FenceReportDAO.java 279 There is log block not surrounded by if
31955 src/com/gps/hibernate/FenceReportDAO.java 281 Potential violation of Law of Demeter (object not created locally)
31956 src/com/gps/hibernate/FenceReportDAO.java 285 Parameter 'trip' is not assigned and could be declared final
31957 src/com/gps/hibernate/FenceReportDAO.java 285 publicMethodCommentRequirement Required
31958 src/com/gps/hibernate/FenceReportDAO.java 287 Found 'DD'-anomaly for variable 'fence' (lines '287'-'301').
31959 src/com/gps/hibernate/FenceReportDAO.java 287 Found 'DD'-anomaly for variable 'fence' (lines '287'-'315').
31960 src/com/gps/hibernate/FenceReportDAO.java 289 Found 'DD'-anomaly for variable 'geoList' (lines '289'-'298').
31961 src/com/gps/hibernate/FenceReportDAO.java 290 Found 'DD'-anomaly for variable 'fenceList' (lines '290'-'309').
31962 src/com/gps/hibernate/FenceReportDAO.java 290 Found 'DU'-anomaly for variable 'fenceList' (lines '290'-'324').
31963 src/com/gps/hibernate/FenceReportDAO.java 291 Found 'DD'-anomaly for variable 'condition' (lines '291'-'305').
31964 src/com/gps/hibernate/FenceReportDAO.java 291 Found 'DD'-anomaly for variable 'condition' (lines '291'-'307').
31965 src/com/gps/hibernate/FenceReportDAO.java 291 Found 'DU'-anomaly for variable 'condition' (lines '291'-'324').
31966 src/com/gps/hibernate/FenceReportDAO.java 294 Local variable 'geoQry' could be declared final
31967 src/com/gps/hibernate/FenceReportDAO.java 294 Potential violation of Law of Demeter (method chain calls)
31968 src/com/gps/hibernate/FenceReportDAO.java 297 Potential violation of Law of Demeter (object not created locally)
31969 src/com/gps/hibernate/FenceReportDAO.java 298 Potential violation of Law of Demeter (object not created locally)
31970 src/com/gps/hibernate/FenceReportDAO.java 300 Avoid using Literals in Conditional Statements
31971 src/com/gps/hibernate/FenceReportDAO.java 300 Potential violation of Law of Demeter (object not created locally)
31972 src/com/gps/hibernate/FenceReportDAO.java 300 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
31973 src/com/gps/hibernate/FenceReportDAO.java 301 Avoid using if...else statements without curly braces
31974 src/com/gps/hibernate/FenceReportDAO.java 301 Potential violation of Law of Demeter (method chain calls)
31975 src/com/gps/hibernate/FenceReportDAO.java 301 Potential violation of Law of Demeter (object not created locally)
31976 src/com/gps/hibernate/FenceReportDAO.java 305 Avoid using if...else statements without curly braces
31977 src/com/gps/hibernate/FenceReportDAO.java 307 Avoid using if...else statements without curly braces
31978 src/com/gps/hibernate/FenceReportDAO.java 309 Potential violation of Law of Demeter (method chain calls)
31979 src/com/gps/hibernate/FenceReportDAO.java 309 Potential violation of Law of Demeter (method chain calls)
31980 src/com/gps/hibernate/FenceReportDAO.java 314 Avoid using Literals in Conditional Statements
31981 src/com/gps/hibernate/FenceReportDAO.java 314 Avoid using if statements without curly braces
31982 src/com/gps/hibernate/FenceReportDAO.java 314 Potential violation of Law of Demeter (object not created locally)
31983 src/com/gps/hibernate/FenceReportDAO.java 314 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
31984 src/com/gps/hibernate/FenceReportDAO.java 315 Potential violation of Law of Demeter (object not created locally)
31985 src/com/gps/hibernate/FenceReportDAO.java 318 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31986 src/com/gps/hibernate/FenceReportDAO.java 320 Avoid printStackTrace(); use a logger call instead.
31987 src/com/gps/hibernate/FenceReportDAO.java 320 Potential violation of Law of Demeter (object not created locally)
31988 src/com/gps/hibernate/FenceReportDAO.java 326 Found 'UR'-anomaly for variable 'actualPickUpPoints' (lines '326'-'336').
31989 src/com/gps/hibernate/FenceReportDAO.java 326 Parameter 'tripId' is not assigned and could be declared final
31990 src/com/gps/hibernate/FenceReportDAO.java 326 publicMethodCommentRequirement Required
31991 src/com/gps/hibernate/FenceReportDAO.java 328 Found 'DD'-anomaly for variable 'pickUps' (lines '328'-'330').
31992 src/com/gps/hibernate/FenceReportDAO.java 330 Potential violation of Law of Demeter (method chain calls)
31993 src/com/gps/hibernate/FenceReportDAO.java 330 Potential violation of Law of Demeter (method chain calls)
31994 src/com/gps/hibernate/FenceReportDAO.java 334 Potential violation of Law of Demeter (object not created locally)
31995 src/com/gps/hibernate/FenceReportDAO.java 334 There is log block not surrounded by if
31996 src/com/gps/hibernate/FenceReportDAO.java 334 There is log block not surrounded by if
31997 src/com/gps/hibernate/FenceReportDAO.java 335 Avoid excessively long variable names like actualPickUpPoints
31998 src/com/gps/hibernate/FenceReportDAO.java 335 Local variable 'actualPickUpPoints' could be declared final
31999 src/com/gps/hibernate/FenceReportDAO.java 336 There is log block not surrounded by if
32000 src/com/gps/hibernate/FenceReportDAO.java 336 There is log block not surrounded by if
32001 src/com/gps/hibernate/FenceReportDAO.java 346 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32002 src/com/gps/hibernate/FenceReportDAO.java 348 Avoid printStackTrace(); use a logger call instead.
32003 src/com/gps/hibernate/FenceReportDAO.java 348 Potential violation of Law of Demeter (object not created locally)
32004 src/com/gps/hibernate/FenceReportDAO.java 353 Parameter 'trip' is not assigned and could be declared final
32005 src/com/gps/hibernate/FenceReportDAO.java 353 publicMethodCommentRequirement Required
32006 src/com/gps/hibernate/FenceReportDAO.java 355 Found 'DD'-anomaly for variable 'fenceList' (lines '355'-'370').
32007 src/com/gps/hibernate/FenceReportDAO.java 356 Found 'DD'-anomaly for variable 'repList' (lines '356'-'373').
32008 src/com/gps/hibernate/FenceReportDAO.java 356 Found 'DU'-anomaly for variable 'repList' (lines '356'-'391').
32009 src/com/gps/hibernate/FenceReportDAO.java 357 Found 'DD'-anomaly for variable 'qry' (lines '357'-'366').
32010 src/com/gps/hibernate/FenceReportDAO.java 361 Avoid using if...else statements without curly braces
32011 src/com/gps/hibernate/FenceReportDAO.java 363 Avoid using if...else statements without curly braces
32012 src/com/gps/hibernate/FenceReportDAO.java 365 There is log block not surrounded by if
32013 src/com/gps/hibernate/FenceReportDAO.java 365 There is log block not surrounded by if
32014 src/com/gps/hibernate/FenceReportDAO.java 366 Potential violation of Law of Demeter (method chain calls)
32015 src/com/gps/hibernate/FenceReportDAO.java 366 Potential violation of Law of Demeter (method chain calls)
32016 src/com/gps/hibernate/FenceReportDAO.java 369 There is log block not surrounded by if
32017 src/com/gps/hibernate/FenceReportDAO.java 369 There is log block not surrounded by if
32018 src/com/gps/hibernate/FenceReportDAO.java 370 Potential violation of Law of Demeter (object not created locally)
32019 src/com/gps/hibernate/FenceReportDAO.java 371 Potential violation of Law of Demeter (object not created locally)
32020 src/com/gps/hibernate/FenceReportDAO.java 371 There is log block not surrounded by if
32021 src/com/gps/hibernate/FenceReportDAO.java 371 There is log block not surrounded by if
32022 src/com/gps/hibernate/FenceReportDAO.java 372 Avoid using Literals in Conditional Statements
32023 src/com/gps/hibernate/FenceReportDAO.java 372 Potential violation of Law of Demeter (object not created locally)
32024 src/com/gps/hibernate/FenceReportDAO.java 372 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
32025 src/com/gps/hibernate/FenceReportDAO.java 373 Potential violation of Law of Demeter (method chain calls)
32026 src/com/gps/hibernate/FenceReportDAO.java 373 Potential violation of Law of Demeter (method chain calls)
32027 src/com/gps/hibernate/FenceReportDAO.java 373 Potential violation of Law of Demeter (method chain calls)
32028 src/com/gps/hibernate/FenceReportDAO.java 373 Potential violation of Law of Demeter (method chain calls)
32029 src/com/gps/hibernate/FenceReportDAO.java 376 Potential violation of Law of Demeter (method chain calls)
32030 src/com/gps/hibernate/FenceReportDAO.java 376 Potential violation of Law of Demeter (object not created locally)
32031 src/com/gps/hibernate/FenceReportDAO.java 380 Avoid using Literals in Conditional Statements
32032 src/com/gps/hibernate/FenceReportDAO.java 380 Potential violation of Law of Demeter (object not created locally)
32033 src/com/gps/hibernate/FenceReportDAO.java 380 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
32034 src/com/gps/hibernate/FenceReportDAO.java 381 Potential violation of Law of Demeter (method chain calls)
32035 src/com/gps/hibernate/FenceReportDAO.java 381 Potential violation of Law of Demeter (method chain calls)
32036 src/com/gps/hibernate/FenceReportDAO.java 381 Potential violation of Law of Demeter (method chain calls)
32037 src/com/gps/hibernate/FenceReportDAO.java 381 Potential violation of Law of Demeter (method chain calls)
32038 src/com/gps/hibernate/FenceReportDAO.java 381 Potential violation of Law of Demeter (object not created locally)
32039 src/com/gps/hibernate/FenceReportDAO.java 381 There is log block not surrounded by if
32040 src/com/gps/hibernate/FenceReportDAO.java 381 There is log block not surrounded by if
32041 src/com/gps/hibernate/FenceReportDAO.java 382 A method should have only one exit point, and that should be the last statement in the method
32042 src/com/gps/hibernate/FenceReportDAO.java 382 Potential violation of Law of Demeter (object not created locally)
32043 src/com/gps/hibernate/FenceReportDAO.java 386 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32044 src/com/gps/hibernate/FenceReportDAO.java 388 Avoid printStackTrace(); use a logger call instead.
32045 src/com/gps/hibernate/FenceReportDAO.java 388 Potential violation of Law of Demeter (object not created locally)
32046 src/com/gps/hibernate/FenceReportDAO.java 393 Parameter 'trip' is not assigned and could be declared final
32047 src/com/gps/hibernate/FenceReportDAO.java 393 publicMethodCommentRequirement Required
32048 src/com/gps/hibernate/FenceReportDAO.java 395 Found 'DD'-anomaly for variable 'fenceList' (lines '395'-'404').
32049 src/com/gps/hibernate/FenceReportDAO.java 396 Found 'DD'-anomaly for variable 'repList' (lines '396'-'412').
32050 src/com/gps/hibernate/FenceReportDAO.java 396 Found 'DU'-anomaly for variable 'repList' (lines '396'-'428').
32051 src/com/gps/hibernate/FenceReportDAO.java 400 Avoid using if...else statements without curly braces
32052 src/com/gps/hibernate/FenceReportDAO.java 402 Avoid using if...else statements without curly braces
32053 src/com/gps/hibernate/FenceReportDAO.java 404 Potential violation of Law of Demeter (method chain calls)
32054 src/com/gps/hibernate/FenceReportDAO.java 404 Potential violation of Law of Demeter (method chain calls)
32055 src/com/gps/hibernate/FenceReportDAO.java 404 Potential violation of Law of Demeter (method chain calls)
32056 src/com/gps/hibernate/FenceReportDAO.java 410 Avoid using Literals in Conditional Statements
32057 src/com/gps/hibernate/FenceReportDAO.java 410 Potential violation of Law of Demeter (object not created locally)
32058 src/com/gps/hibernate/FenceReportDAO.java 410 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
32059 src/com/gps/hibernate/FenceReportDAO.java 412 Potential violation of Law of Demeter (method chain calls)
32060 src/com/gps/hibernate/FenceReportDAO.java 412 Potential violation of Law of Demeter (method chain calls)
32061 src/com/gps/hibernate/FenceReportDAO.java 412 Potential violation of Law of Demeter (method chain calls)
32062 src/com/gps/hibernate/FenceReportDAO.java 412 Potential violation of Law of Demeter (method chain calls)
32063 src/com/gps/hibernate/FenceReportDAO.java 415 Potential violation of Law of Demeter (method chain calls)
32064 src/com/gps/hibernate/FenceReportDAO.java 415 Potential violation of Law of Demeter (object not created locally)
32065 src/com/gps/hibernate/FenceReportDAO.java 419 Avoid using Literals in Conditional Statements
32066 src/com/gps/hibernate/FenceReportDAO.java 419 Avoid using if statements without curly braces
32067 src/com/gps/hibernate/FenceReportDAO.java 419 Potential violation of Law of Demeter (object not created locally)
32068 src/com/gps/hibernate/FenceReportDAO.java 419 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
32069 src/com/gps/hibernate/FenceReportDAO.java 420 Potential violation of Law of Demeter (object not created locally)
32070 src/com/gps/hibernate/FenceReportDAO.java 423 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32071 src/com/gps/hibernate/FenceReportDAO.java 425 Avoid printStackTrace(); use a logger call instead.
32072 src/com/gps/hibernate/FenceReportDAO.java 425 Potential violation of Law of Demeter (object not created locally)
32073 src/com/gps/hibernate/FenceReportDAO.java 431 Parameter 'fenceid' is not assigned and could be declared final
32074 src/com/gps/hibernate/FenceReportDAO.java 431 Parameter 'vehicleid' is not assigned and could be declared final
32075 src/com/gps/hibernate/FenceReportDAO.java 431 publicMethodCommentRequirement Required
32076 src/com/gps/hibernate/FenceReportDAO.java 432 Parameter 'packetTime' is not assigned and could be declared final
32077 src/com/gps/hibernate/FenceReportDAO.java 432 Parameter 'tripid' is not assigned and could be declared final
32078 src/com/gps/hibernate/FenceReportDAO.java 434 Ensure that resources like this Connection object are closed after use
32079 src/com/gps/hibernate/FenceReportDAO.java 434 Local variable 'conn' could be declared final
32080 src/com/gps/hibernate/FenceReportDAO.java 434 Potential violation of Law of Demeter (method chain calls)
32081 src/com/gps/hibernate/FenceReportDAO.java 437 Local variable 'cst' could be declared final
32082 src/com/gps/hibernate/FenceReportDAO.java 437 Potential violation of Law of Demeter (object not created locally)
32083 src/com/gps/hibernate/FenceReportDAO.java 438 Potential violation of Law of Demeter (object not created locally)
32084 src/com/gps/hibernate/FenceReportDAO.java 439 Potential violation of Law of Demeter (object not created locally)
32085 src/com/gps/hibernate/FenceReportDAO.java 440 Potential violation of Law of Demeter (object not created locally)
32086 src/com/gps/hibernate/FenceReportDAO.java 441 Local variable 'count' could be declared final
32087 src/com/gps/hibernate/FenceReportDAO.java 441 Potential violation of Law of Demeter (object not created locally)
32088 src/com/gps/hibernate/FenceReportDAO.java 442 System.out.print is used
32089 src/com/gps/hibernate/FenceReportDAO.java 444 Avoid using Literals in Conditional Statements
32090 src/com/gps/hibernate/FenceReportDAO.java 445 Local variable 'reportId' could be declared final
32091 src/com/gps/hibernate/FenceReportDAO.java 445 Potential violation of Law of Demeter (object not created locally)
32092 src/com/gps/hibernate/FenceReportDAO.java 446 System.out.print is used
32093 src/com/gps/hibernate/FenceReportDAO.java 447 Potential violation of Law of Demeter (object not created locally)
32094 src/com/gps/hibernate/FenceReportDAO.java 448 Avoid unused local variables such as 'twoDForm'.
32095 src/com/gps/hibernate/FenceReportDAO.java 448 Found 'DU'-anomaly for variable 'twoDForm' (lines '448'-'475').
32096 src/com/gps/hibernate/FenceReportDAO.java 448 Local variable 'twoDForm' could be declared final
32097 src/com/gps/hibernate/FenceReportDAO.java 451 Local variable 'format' could be declared final
32098 src/com/gps/hibernate/FenceReportDAO.java 451 When instantiating a SimpleDateFormat object, specify a Locale
32099 src/com/gps/hibernate/FenceReportDAO.java 452 Local variable 'newTime' could be declared final
32100 src/com/gps/hibernate/FenceReportDAO.java 453 Local variable 'updatetime' could be declared final
32101 src/com/gps/hibernate/FenceReportDAO.java 453 Potential violation of Law of Demeter (method chain calls)
32102 src/com/gps/hibernate/FenceReportDAO.java 453 Potential violation of Law of Demeter (method chain calls)
32103 src/com/gps/hibernate/FenceReportDAO.java 455 Local variable 'callstmt' could be declared final
32104 src/com/gps/hibernate/FenceReportDAO.java 455 Potential violation of Law of Demeter (object not created locally)
32105 src/com/gps/hibernate/FenceReportDAO.java 456 Local variable 'txn' could be declared final
32106 src/com/gps/hibernate/FenceReportDAO.java 456 Potential violation of Law of Demeter (method chain calls)
32107 src/com/gps/hibernate/FenceReportDAO.java 458 Potential violation of Law of Demeter (object not created locally)
32108 src/com/gps/hibernate/FenceReportDAO.java 459 Potential violation of Law of Demeter (object not created locally)
32109 src/com/gps/hibernate/FenceReportDAO.java 460 Potential violation of Law of Demeter (object not created locally)
32110 src/com/gps/hibernate/FenceReportDAO.java 461 Potential violation of Law of Demeter (object not created locally)
32111 src/com/gps/hibernate/FenceReportDAO.java 461 Potential violation of Law of Demeter (object not created locally)
32112 src/com/gps/hibernate/FenceReportDAO.java 462 Local variable 'instcount' could be declared final
32113 src/com/gps/hibernate/FenceReportDAO.java 462 Potential violation of Law of Demeter (object not created locally)
32114 src/com/gps/hibernate/FenceReportDAO.java 463 System.out.print is used
32115 src/com/gps/hibernate/FenceReportDAO.java 464 Potential violation of Law of Demeter (object not created locally)
32116 src/com/gps/hibernate/FenceReportDAO.java 465 Potential violation of Law of Demeter (object not created locally)
32117 src/com/gps/hibernate/FenceReportDAO.java 466 Potential violation of Law of Demeter (method chain calls)
32118 src/com/gps/hibernate/FenceReportDAO.java 467 Potential violation of Law of Demeter (object not created locally)
32119 src/com/gps/hibernate/FenceReportDAO.java 469 Potential violation of Law of Demeter (object not created locally)
32120 src/com/gps/hibernate/FenceReportDAO.java 470 Potential violation of Law of Demeter (object not created locally)
32121 src/com/gps/hibernate/FenceReportDAO.java 472 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32122 src/com/gps/hibernate/FenceReportDAO.java 473 There is log block not surrounded by if
32123 src/com/gps/hibernate/FenceReportDAO.java 473 There is log block not surrounded by if
32124 src/com/gps/hibernate/FenceReportDAO.java 477 Parameter 'args' is not assigned and could be declared final
32125 src/com/gps/hibernate/FenceReportDAO.java 477 publicMethodCommentRequirement Required
32126 src/com/gps/hibernate/FenceReportDAO.java 479 Local variable 'fenceDAO' could be declared final
32127 src/com/gps/hibernate/FrequentTravellerDetails.java 9 Classes implementing Serializable should set a serialVersionUID
32128 src/com/gps/hibernate/FrequentTravellerDetails.java 13 Avoid variables with short names like id
32129 src/com/gps/hibernate/FrequentTravellerDetails.java 13 fieldCommentRequirement Required
32130 src/com/gps/hibernate/FrequentTravellerDetails.java 18 Document empty constructor
32131 src/com/gps/hibernate/FrequentTravellerDetails.java 22 Avoid variables with short names like id
32132 src/com/gps/hibernate/FrequentTravellerDetails.java 22 Parameter 'id' is not assigned and could be declared final
32133 src/com/gps/hibernate/FrequentTravellerDetails.java 28 publicMethodCommentRequirement Required
32134 src/com/gps/hibernate/FrequentTravellerDetails.java 32 Avoid variables with short names like id
32135 src/com/gps/hibernate/FrequentTravellerDetails.java 32 Parameter 'id' is not assigned and could be declared final
32136 src/com/gps/hibernate/FrequentTravellerDetails.java 32 publicMethodCommentRequirement Required
32137 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 10 Comment is too large: Too many lines
32138 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 24 Logger should be defined private static final and have the correct class
32139 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
32140 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 24 fieldCommentRequirement Required
32141 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
32142 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 29 publicMethodCommentRequirement Required
32143 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 30 There is log block not surrounded by if
32144 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32145 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 32 Potential violation of Law of Demeter (method chain calls)
32146 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 33 There is log block not surrounded by if
32147 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32148 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32149 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 35 There is log block not surrounded by if
32150 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 40 Avoid excessively long variable names like persistentInstance
32151 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
32152 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 40 publicMethodCommentRequirement Required
32153 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 41 There is log block not surrounded by if
32154 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32155 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 43 Potential violation of Law of Demeter (method chain calls)
32156 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 44 There is log block not surrounded by if
32157 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32158 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32159 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 46 There is log block not surrounded by if
32160 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 51 publicMethodCommentRequirement Required
32161 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 52 Avoid variables with short names like id
32162 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 52 Parameter 'id' is not assigned and could be declared final
32163 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 53 There is log block not surrounded by if
32164 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32165 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 55 Local variable 'instance' could be declared final
32166 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 55 Potential violation of Law of Demeter (method chain calls)
32167 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32168 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 59 There is log block not surrounded by if
32169 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 64 Parameter 'instance' is not assigned and could be declared final
32170 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 64 publicMethodCommentRequirement Required
32171 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 65 There is log block not surrounded by if
32172 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32173 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 67 Local variable 'results' could be declared final
32174 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 67 Potential violation of Law of Demeter (method chain calls)
32175 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 67 Potential violation of Law of Demeter (method chain calls)
32176 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 67 Potential violation of Law of Demeter (method chain calls)
32177 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 70 There is log block not surrounded by if
32178 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32179 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 71 Potential violation of Law of Demeter (object not created locally)
32180 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32181 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 74 There is log block not surrounded by if
32182 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
32183 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 79 Parameter 'value' is not assigned and could be declared final
32184 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 79 publicMethodCommentRequirement Required
32185 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 80 There is log block not surrounded by if
32186 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32187 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 83 Local variable 'queryString' could be declared final
32188 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 85 Local variable 'queryObject' could be declared final
32189 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 85 Potential violation of Law of Demeter (method chain calls)
32190 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 86 Potential violation of Law of Demeter (object not created locally)
32191 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 87 Potential violation of Law of Demeter (object not created locally)
32192 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32193 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 89 There is log block not surrounded by if
32194 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 94 publicMethodCommentRequirement Required
32195 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 95 There is log block not surrounded by if
32196 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 95 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32197 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 97 Local variable 'queryString' could be declared final
32198 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 98 Local variable 'queryObject' could be declared final
32199 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 98 Potential violation of Law of Demeter (method chain calls)
32200 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 99 Potential violation of Law of Demeter (object not created locally)
32201 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32202 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 101 There is log block not surrounded by if
32203 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 106 publicMethodCommentRequirement Required
32204 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 107 Parameter 'detachedInstance' is not assigned and could be declared final
32205 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 108 There is log block not surrounded by if
32206 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32207 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 110 Local variable 'result' could be declared final
32208 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 110 Potential violation of Law of Demeter (method chain calls)
32209 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 112 There is log block not surrounded by if
32210 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32211 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 114 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32212 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 115 There is log block not surrounded by if
32213 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 120 Parameter 'instance' is not assigned and could be declared final
32214 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 120 publicMethodCommentRequirement Required
32215 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 121 There is log block not surrounded by if
32216 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32217 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 123 Potential violation of Law of Demeter (method chain calls)
32218 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 124 There is log block not surrounded by if
32219 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32220 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32221 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 126 There is log block not surrounded by if
32222 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 131 Parameter 'instance' is not assigned and could be declared final
32223 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 131 publicMethodCommentRequirement Required
32224 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 132 There is log block not surrounded by if
32225 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32226 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 134 Potential violation of Law of Demeter (method chain calls)
32227 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 135 There is log block not surrounded by if
32228 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32229 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32230 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 137 There is log block not surrounded by if
32231 src/com/gps/hibernate/FrequentTravellerDetailsId.java 9 Classes implementing Serializable should set a serialVersionUID
32232 src/com/gps/hibernate/FrequentTravellerDetailsId.java 13 Avoid excessively long variable names like tripTravelerDetails
32233 src/com/gps/hibernate/FrequentTravellerDetailsId.java 13 fieldCommentRequirement Required
32234 src/com/gps/hibernate/FrequentTravellerDetailsId.java 14 fieldCommentRequirement Required
32235 src/com/gps/hibernate/FrequentTravellerDetailsId.java 19 Document empty constructor
32236 src/com/gps/hibernate/FrequentTravellerDetailsId.java 23 Avoid excessively long variable names like tripTravelerDetails
32237 src/com/gps/hibernate/FrequentTravellerDetailsId.java 23 Parameter 'tripTravelerDetails' is not assigned and could be declared final
32238 src/com/gps/hibernate/FrequentTravellerDetailsId.java 24 Parameter 'day' is not assigned and could be declared final
32239 src/com/gps/hibernate/FrequentTravellerDetailsId.java 31 publicMethodCommentRequirement Required
32240 src/com/gps/hibernate/FrequentTravellerDetailsId.java 35 Avoid excessively long variable names like tripTravelerDetails
32241 src/com/gps/hibernate/FrequentTravellerDetailsId.java 35 Parameter 'tripTravelerDetails' is not assigned and could be declared final
32242 src/com/gps/hibernate/FrequentTravellerDetailsId.java 35 publicMethodCommentRequirement Required
32243 src/com/gps/hibernate/FrequentTravellerDetailsId.java 39 publicMethodCommentRequirement Required
32244 src/com/gps/hibernate/FrequentTravellerDetailsId.java 43 Parameter 'day' is not assigned and could be declared final
32245 src/com/gps/hibernate/FrequentTravellerDetailsId.java 43 publicMethodCommentRequirement Required
32246 src/com/gps/hibernate/FrequentTravellerDetailsId.java 47 Parameter 'other' is not assigned and could be declared final
32247 src/com/gps/hibernate/FrequentTravellerDetailsId.java 47 publicMethodCommentRequirement Required
32248 src/com/gps/hibernate/FrequentTravellerDetailsId.java 48 Avoid using if statements without curly braces
32249 src/com/gps/hibernate/FrequentTravellerDetailsId.java 48 Useless parentheses.
32250 src/com/gps/hibernate/FrequentTravellerDetailsId.java 48 Useless parentheses.
32251 src/com/gps/hibernate/FrequentTravellerDetailsId.java 49 A method should have only one exit point, and that should be the last statement in the method
32252 src/com/gps/hibernate/FrequentTravellerDetailsId.java 50 Avoid using if statements without curly braces
32253 src/com/gps/hibernate/FrequentTravellerDetailsId.java 50 Useless parentheses.
32254 src/com/gps/hibernate/FrequentTravellerDetailsId.java 50 Useless parentheses.
32255 src/com/gps/hibernate/FrequentTravellerDetailsId.java 51 A method should have only one exit point, and that should be the last statement in the method
32256 src/com/gps/hibernate/FrequentTravellerDetailsId.java 52 Avoid using if statements without curly braces
32257 src/com/gps/hibernate/FrequentTravellerDetailsId.java 53 A method should have only one exit point, and that should be the last statement in the method
32258 src/com/gps/hibernate/FrequentTravellerDetailsId.java 54 Local variable 'castOther' could be declared final
32259 src/com/gps/hibernate/FrequentTravellerDetailsId.java 56 Potential violation of Law of Demeter (method chain calls)
32260 src/com/gps/hibernate/FrequentTravellerDetailsId.java 56 Potential violation of Law of Demeter (object not created locally)
32261 src/com/gps/hibernate/FrequentTravellerDetailsId.java 56 Potential violation of Law of Demeter (object not created locally)
32262 src/com/gps/hibernate/FrequentTravellerDetailsId.java 56 Useless parentheses.
32263 src/com/gps/hibernate/FrequentTravellerDetailsId.java 56 Useless parentheses.
32264 src/com/gps/hibernate/FrequentTravellerDetailsId.java 57 Useless parentheses.
32265 src/com/gps/hibernate/FrequentTravellerDetailsId.java 57 Useless parentheses.
32266 src/com/gps/hibernate/FrequentTravellerDetailsId.java 58 Potential violation of Law of Demeter (object not created locally)
32267 src/com/gps/hibernate/FrequentTravellerDetailsId.java 60 Potential violation of Law of Demeter (object not created locally)
32268 src/com/gps/hibernate/FrequentTravellerDetailsId.java 61 Potential violation of Law of Demeter (method chain calls)
32269 src/com/gps/hibernate/FrequentTravellerDetailsId.java 61 Potential violation of Law of Demeter (object not created locally)
32270 src/com/gps/hibernate/FrequentTravellerDetailsId.java 61 Potential violation of Law of Demeter (object not created locally)
32271 src/com/gps/hibernate/FrequentTravellerDetailsId.java 61 Useless parentheses.
32272 src/com/gps/hibernate/FrequentTravellerDetailsId.java 61 Useless parentheses.
32273 src/com/gps/hibernate/FrequentTravellerDetailsId.java 61 Useless parentheses.
32274 src/com/gps/hibernate/FrequentTravellerDetailsId.java 61 Useless parentheses.
32275 src/com/gps/hibernate/FrequentTravellerDetailsId.java 62 Potential violation of Law of Demeter (object not created locally)
32276 src/com/gps/hibernate/FrequentTravellerDetailsId.java 63 Potential violation of Law of Demeter (object not created locally)
32277 src/com/gps/hibernate/FrequentTravellerDetailsId.java 66 publicMethodCommentRequirement Required
32278 src/com/gps/hibernate/FrequentTravellerDetailsId.java 67 Found 'DD'-anomaly for variable 'result' (lines '67'-'69').
32279 src/com/gps/hibernate/FrequentTripDetails.java 9 Classes implementing Serializable should set a serialVersionUID
32280 src/com/gps/hibernate/FrequentTripDetails.java 13 Avoid variables with short names like id
32281 src/com/gps/hibernate/FrequentTripDetails.java 13 fieldCommentRequirement Required
32282 src/com/gps/hibernate/FrequentTripDetails.java 14 fieldCommentRequirement Required
32283 src/com/gps/hibernate/FrequentTripDetails.java 19 Document empty constructor
32284 src/com/gps/hibernate/FrequentTripDetails.java 23 Avoid variables with short names like id
32285 src/com/gps/hibernate/FrequentTripDetails.java 23 Parameter 'id' is not assigned and could be declared final
32286 src/com/gps/hibernate/FrequentTripDetails.java 29 Avoid variables with short names like id
32287 src/com/gps/hibernate/FrequentTripDetails.java 29 Parameter 'id' is not assigned and could be declared final
32288 src/com/gps/hibernate/FrequentTripDetails.java 29 Parameter 'time' is not assigned and could be declared final
32289 src/com/gps/hibernate/FrequentTripDetails.java 36 publicMethodCommentRequirement Required
32290 src/com/gps/hibernate/FrequentTripDetails.java 40 Avoid variables with short names like id
32291 src/com/gps/hibernate/FrequentTripDetails.java 40 Parameter 'id' is not assigned and could be declared final
32292 src/com/gps/hibernate/FrequentTripDetails.java 40 publicMethodCommentRequirement Required
32293 src/com/gps/hibernate/FrequentTripDetails.java 44 publicMethodCommentRequirement Required
32294 src/com/gps/hibernate/FrequentTripDetails.java 48 Parameter 'time' is not assigned and could be declared final
32295 src/com/gps/hibernate/FrequentTripDetails.java 48 publicMethodCommentRequirement Required
32296 src/com/gps/hibernate/FrequentTripDetailsDAO.java 10 Comment is too large: Too many lines
32297 src/com/gps/hibernate/FrequentTripDetailsDAO.java 23 Logger should be defined private static final and have the correct class
32298 src/com/gps/hibernate/FrequentTripDetailsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
32299 src/com/gps/hibernate/FrequentTripDetailsDAO.java 23 fieldCommentRequirement Required
32300 src/com/gps/hibernate/FrequentTripDetailsDAO.java 26 fieldCommentRequirement Required
32301 src/com/gps/hibernate/FrequentTripDetailsDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
32302 src/com/gps/hibernate/FrequentTripDetailsDAO.java 28 publicMethodCommentRequirement Required
32303 src/com/gps/hibernate/FrequentTripDetailsDAO.java 29 There is log block not surrounded by if
32304 src/com/gps/hibernate/FrequentTripDetailsDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32305 src/com/gps/hibernate/FrequentTripDetailsDAO.java 31 Potential violation of Law of Demeter (method chain calls)
32306 src/com/gps/hibernate/FrequentTripDetailsDAO.java 32 There is log block not surrounded by if
32307 src/com/gps/hibernate/FrequentTripDetailsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32308 src/com/gps/hibernate/FrequentTripDetailsDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32309 src/com/gps/hibernate/FrequentTripDetailsDAO.java 34 There is log block not surrounded by if
32310 src/com/gps/hibernate/FrequentTripDetailsDAO.java 39 Avoid excessively long variable names like persistentInstance
32311 src/com/gps/hibernate/FrequentTripDetailsDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
32312 src/com/gps/hibernate/FrequentTripDetailsDAO.java 39 publicMethodCommentRequirement Required
32313 src/com/gps/hibernate/FrequentTripDetailsDAO.java 40 There is log block not surrounded by if
32314 src/com/gps/hibernate/FrequentTripDetailsDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32315 src/com/gps/hibernate/FrequentTripDetailsDAO.java 42 Potential violation of Law of Demeter (method chain calls)
32316 src/com/gps/hibernate/FrequentTripDetailsDAO.java 43 There is log block not surrounded by if
32317 src/com/gps/hibernate/FrequentTripDetailsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32318 src/com/gps/hibernate/FrequentTripDetailsDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32319 src/com/gps/hibernate/FrequentTripDetailsDAO.java 45 There is log block not surrounded by if
32320 src/com/gps/hibernate/FrequentTripDetailsDAO.java 50 publicMethodCommentRequirement Required
32321 src/com/gps/hibernate/FrequentTripDetailsDAO.java 51 Avoid variables with short names like id
32322 src/com/gps/hibernate/FrequentTripDetailsDAO.java 51 Parameter 'id' is not assigned and could be declared final
32323 src/com/gps/hibernate/FrequentTripDetailsDAO.java 52 There is log block not surrounded by if
32324 src/com/gps/hibernate/FrequentTripDetailsDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32325 src/com/gps/hibernate/FrequentTripDetailsDAO.java 54 Local variable 'instance' could be declared final
32326 src/com/gps/hibernate/FrequentTripDetailsDAO.java 54 Potential violation of Law of Demeter (method chain calls)
32327 src/com/gps/hibernate/FrequentTripDetailsDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32328 src/com/gps/hibernate/FrequentTripDetailsDAO.java 58 There is log block not surrounded by if
32329 src/com/gps/hibernate/FrequentTripDetailsDAO.java 63 Parameter 'instance' is not assigned and could be declared final
32330 src/com/gps/hibernate/FrequentTripDetailsDAO.java 63 publicMethodCommentRequirement Required
32331 src/com/gps/hibernate/FrequentTripDetailsDAO.java 64 There is log block not surrounded by if
32332 src/com/gps/hibernate/FrequentTripDetailsDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32333 src/com/gps/hibernate/FrequentTripDetailsDAO.java 66 Local variable 'results' could be declared final
32334 src/com/gps/hibernate/FrequentTripDetailsDAO.java 66 Potential violation of Law of Demeter (method chain calls)
32335 src/com/gps/hibernate/FrequentTripDetailsDAO.java 66 Potential violation of Law of Demeter (method chain calls)
32336 src/com/gps/hibernate/FrequentTripDetailsDAO.java 66 Potential violation of Law of Demeter (method chain calls)
32337 src/com/gps/hibernate/FrequentTripDetailsDAO.java 69 There is log block not surrounded by if
32338 src/com/gps/hibernate/FrequentTripDetailsDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32339 src/com/gps/hibernate/FrequentTripDetailsDAO.java 70 Potential violation of Law of Demeter (object not created locally)
32340 src/com/gps/hibernate/FrequentTripDetailsDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32341 src/com/gps/hibernate/FrequentTripDetailsDAO.java 73 There is log block not surrounded by if
32342 src/com/gps/hibernate/FrequentTripDetailsDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
32343 src/com/gps/hibernate/FrequentTripDetailsDAO.java 78 Parameter 'value' is not assigned and could be declared final
32344 src/com/gps/hibernate/FrequentTripDetailsDAO.java 78 publicMethodCommentRequirement Required
32345 src/com/gps/hibernate/FrequentTripDetailsDAO.java 79 There is log block not surrounded by if
32346 src/com/gps/hibernate/FrequentTripDetailsDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32347 src/com/gps/hibernate/FrequentTripDetailsDAO.java 82 Local variable 'queryString' could be declared final
32348 src/com/gps/hibernate/FrequentTripDetailsDAO.java 84 Local variable 'queryObject' could be declared final
32349 src/com/gps/hibernate/FrequentTripDetailsDAO.java 84 Potential violation of Law of Demeter (method chain calls)
32350 src/com/gps/hibernate/FrequentTripDetailsDAO.java 85 Potential violation of Law of Demeter (object not created locally)
32351 src/com/gps/hibernate/FrequentTripDetailsDAO.java 86 Potential violation of Law of Demeter (object not created locally)
32352 src/com/gps/hibernate/FrequentTripDetailsDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32353 src/com/gps/hibernate/FrequentTripDetailsDAO.java 88 There is log block not surrounded by if
32354 src/com/gps/hibernate/FrequentTripDetailsDAO.java 93 Parameter 'time' is not assigned and could be declared final
32355 src/com/gps/hibernate/FrequentTripDetailsDAO.java 93 publicMethodCommentRequirement Required
32356 src/com/gps/hibernate/FrequentTripDetailsDAO.java 97 publicMethodCommentRequirement Required
32357 src/com/gps/hibernate/FrequentTripDetailsDAO.java 98 There is log block not surrounded by if
32358 src/com/gps/hibernate/FrequentTripDetailsDAO.java 98 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32359 src/com/gps/hibernate/FrequentTripDetailsDAO.java 100 Local variable 'queryString' could be declared final
32360 src/com/gps/hibernate/FrequentTripDetailsDAO.java 101 Local variable 'queryObject' could be declared final
32361 src/com/gps/hibernate/FrequentTripDetailsDAO.java 101 Potential violation of Law of Demeter (method chain calls)
32362 src/com/gps/hibernate/FrequentTripDetailsDAO.java 102 Potential violation of Law of Demeter (object not created locally)
32363 src/com/gps/hibernate/FrequentTripDetailsDAO.java 103 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32364 src/com/gps/hibernate/FrequentTripDetailsDAO.java 104 There is log block not surrounded by if
32365 src/com/gps/hibernate/FrequentTripDetailsDAO.java 109 Parameter 'detachedInstance' is not assigned and could be declared final
32366 src/com/gps/hibernate/FrequentTripDetailsDAO.java 109 publicMethodCommentRequirement Required
32367 src/com/gps/hibernate/FrequentTripDetailsDAO.java 110 There is log block not surrounded by if
32368 src/com/gps/hibernate/FrequentTripDetailsDAO.java 110 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32369 src/com/gps/hibernate/FrequentTripDetailsDAO.java 112 Local variable 'result' could be declared final
32370 src/com/gps/hibernate/FrequentTripDetailsDAO.java 112 Potential violation of Law of Demeter (method chain calls)
32371 src/com/gps/hibernate/FrequentTripDetailsDAO.java 114 There is log block not surrounded by if
32372 src/com/gps/hibernate/FrequentTripDetailsDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32373 src/com/gps/hibernate/FrequentTripDetailsDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32374 src/com/gps/hibernate/FrequentTripDetailsDAO.java 117 There is log block not surrounded by if
32375 src/com/gps/hibernate/FrequentTripDetailsDAO.java 122 Parameter 'instance' is not assigned and could be declared final
32376 src/com/gps/hibernate/FrequentTripDetailsDAO.java 122 publicMethodCommentRequirement Required
32377 src/com/gps/hibernate/FrequentTripDetailsDAO.java 123 There is log block not surrounded by if
32378 src/com/gps/hibernate/FrequentTripDetailsDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32379 src/com/gps/hibernate/FrequentTripDetailsDAO.java 125 Potential violation of Law of Demeter (method chain calls)
32380 src/com/gps/hibernate/FrequentTripDetailsDAO.java 126 There is log block not surrounded by if
32381 src/com/gps/hibernate/FrequentTripDetailsDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32382 src/com/gps/hibernate/FrequentTripDetailsDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32383 src/com/gps/hibernate/FrequentTripDetailsDAO.java 128 There is log block not surrounded by if
32384 src/com/gps/hibernate/FrequentTripDetailsDAO.java 133 Parameter 'instance' is not assigned and could be declared final
32385 src/com/gps/hibernate/FrequentTripDetailsDAO.java 133 publicMethodCommentRequirement Required
32386 src/com/gps/hibernate/FrequentTripDetailsDAO.java 134 There is log block not surrounded by if
32387 src/com/gps/hibernate/FrequentTripDetailsDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32388 src/com/gps/hibernate/FrequentTripDetailsDAO.java 136 Potential violation of Law of Demeter (method chain calls)
32389 src/com/gps/hibernate/FrequentTripDetailsDAO.java 137 There is log block not surrounded by if
32390 src/com/gps/hibernate/FrequentTripDetailsDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32391 src/com/gps/hibernate/FrequentTripDetailsDAO.java 138 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32392 src/com/gps/hibernate/FrequentTripDetailsDAO.java 139 There is log block not surrounded by if
32393 src/com/gps/hibernate/FrequentTripDetailsId.java 9 Classes implementing Serializable should set a serialVersionUID
32394 src/com/gps/hibernate/FrequentTripDetailsId.java 13 fieldCommentRequirement Required
32395 src/com/gps/hibernate/FrequentTripDetailsId.java 14 fieldCommentRequirement Required
32396 src/com/gps/hibernate/FrequentTripDetailsId.java 19 Document empty constructor
32397 src/com/gps/hibernate/FrequentTripDetailsId.java 23 Parameter 'day' is not assigned and could be declared final
32398 src/com/gps/hibernate/FrequentTripDetailsId.java 23 Parameter 'tripDetails' is not assigned and could be declared final
32399 src/com/gps/hibernate/FrequentTripDetailsId.java 30 publicMethodCommentRequirement Required
32400 src/com/gps/hibernate/FrequentTripDetailsId.java 34 Parameter 'tripDetails' is not assigned and could be declared final
32401 src/com/gps/hibernate/FrequentTripDetailsId.java 34 publicMethodCommentRequirement Required
32402 src/com/gps/hibernate/FrequentTripDetailsId.java 38 publicMethodCommentRequirement Required
32403 src/com/gps/hibernate/FrequentTripDetailsId.java 42 Parameter 'day' is not assigned and could be declared final
32404 src/com/gps/hibernate/FrequentTripDetailsId.java 42 publicMethodCommentRequirement Required
32405 src/com/gps/hibernate/FrequentTripDetailsId.java 46 Parameter 'other' is not assigned and could be declared final
32406 src/com/gps/hibernate/FrequentTripDetailsId.java 46 publicMethodCommentRequirement Required
32407 src/com/gps/hibernate/FrequentTripDetailsId.java 47 Avoid using if statements without curly braces
32408 src/com/gps/hibernate/FrequentTripDetailsId.java 47 Useless parentheses.
32409 src/com/gps/hibernate/FrequentTripDetailsId.java 47 Useless parentheses.
32410 src/com/gps/hibernate/FrequentTripDetailsId.java 48 A method should have only one exit point, and that should be the last statement in the method
32411 src/com/gps/hibernate/FrequentTripDetailsId.java 49 Avoid using if statements without curly braces
32412 src/com/gps/hibernate/FrequentTripDetailsId.java 49 Useless parentheses.
32413 src/com/gps/hibernate/FrequentTripDetailsId.java 49 Useless parentheses.
32414 src/com/gps/hibernate/FrequentTripDetailsId.java 50 A method should have only one exit point, and that should be the last statement in the method
32415 src/com/gps/hibernate/FrequentTripDetailsId.java 51 Avoid using if statements without curly braces
32416 src/com/gps/hibernate/FrequentTripDetailsId.java 52 A method should have only one exit point, and that should be the last statement in the method
32417 src/com/gps/hibernate/FrequentTripDetailsId.java 53 Local variable 'castOther' could be declared final
32418 src/com/gps/hibernate/FrequentTripDetailsId.java 55 Potential violation of Law of Demeter (method chain calls)
32419 src/com/gps/hibernate/FrequentTripDetailsId.java 55 Potential violation of Law of Demeter (object not created locally)
32420 src/com/gps/hibernate/FrequentTripDetailsId.java 55 Potential violation of Law of Demeter (object not created locally)
32421 src/com/gps/hibernate/FrequentTripDetailsId.java 55 Useless parentheses.
32422 src/com/gps/hibernate/FrequentTripDetailsId.java 55 Useless parentheses.
32423 src/com/gps/hibernate/FrequentTripDetailsId.java 55 Useless parentheses.
32424 src/com/gps/hibernate/FrequentTripDetailsId.java 55 Useless parentheses.
32425 src/com/gps/hibernate/FrequentTripDetailsId.java 57 Potential violation of Law of Demeter (object not created locally)
32426 src/com/gps/hibernate/FrequentTripDetailsId.java 58 Potential violation of Law of Demeter (object not created locally)
32427 src/com/gps/hibernate/FrequentTripDetailsId.java 59 Potential violation of Law of Demeter (method chain calls)
32428 src/com/gps/hibernate/FrequentTripDetailsId.java 59 Potential violation of Law of Demeter (object not created locally)
32429 src/com/gps/hibernate/FrequentTripDetailsId.java 59 Potential violation of Law of Demeter (object not created locally)
32430 src/com/gps/hibernate/FrequentTripDetailsId.java 59 Useless parentheses.
32431 src/com/gps/hibernate/FrequentTripDetailsId.java 59 Useless parentheses.
32432 src/com/gps/hibernate/FrequentTripDetailsId.java 59 Useless parentheses.
32433 src/com/gps/hibernate/FrequentTripDetailsId.java 59 Useless parentheses.
32434 src/com/gps/hibernate/FrequentTripDetailsId.java 60 Potential violation of Law of Demeter (object not created locally)
32435 src/com/gps/hibernate/FrequentTripDetailsId.java 61 Potential violation of Law of Demeter (object not created locally)
32436 src/com/gps/hibernate/FrequentTripDetailsId.java 64 publicMethodCommentRequirement Required
32437 src/com/gps/hibernate/FrequentTripDetailsId.java 65 Found 'DD'-anomaly for variable 'result' (lines '65'-'67').
32438 src/com/gps/hibernate/FuelCalibration.java 4 Avoid unused imports such as 'java.util.HashSet'
32439 src/com/gps/hibernate/FuelCalibration.java 5 Avoid unused imports such as 'java.util.Set'
32440 src/com/gps/hibernate/FuelCalibration.java 13 Classes implementing Serializable should set a serialVersionUID
32441 src/com/gps/hibernate/FuelCalibration.java 15 Avoid variables with short names like Id
32442 src/com/gps/hibernate/FuelCalibration.java 15 Use explicit scoping instead of the default package private level
32443 src/com/gps/hibernate/FuelCalibration.java 15 Variables should start with a lowercase character, 'Id' starts with uppercase character.
32444 src/com/gps/hibernate/FuelCalibration.java 15 fieldCommentRequirement Required
32445 src/com/gps/hibernate/FuelCalibration.java 16 Use explicit scoping instead of the default package private level
32446 src/com/gps/hibernate/FuelCalibration.java 16 fieldCommentRequirement Required
32447 src/com/gps/hibernate/FuelCalibration.java 17 Use explicit scoping instead of the default package private level
32448 src/com/gps/hibernate/FuelCalibration.java 17 fieldCommentRequirement Required
32449 src/com/gps/hibernate/FuelCalibration.java 18 Use explicit scoping instead of the default package private level
32450 src/com/gps/hibernate/FuelCalibration.java 18 Variables should start with a lowercase character, 'FuelVolt' starts with uppercase character.
32451 src/com/gps/hibernate/FuelCalibration.java 18 fieldCommentRequirement Required
32452 src/com/gps/hibernate/FuelCalibration.java 31 Avoid variables with short names like id
32453 src/com/gps/hibernate/FuelCalibration.java 31 Parameter 'fuelValue' is not assigned and could be declared final
32454 src/com/gps/hibernate/FuelCalibration.java 31 Parameter 'id' is not assigned and could be declared final
32455 src/com/gps/hibernate/FuelCalibration.java 31 Parameter 'typeId' is not assigned and could be declared final
32456 src/com/gps/hibernate/FuelCalibration.java 32 Parameter 'fuelVolt' is not assigned and could be declared final
32457 src/com/gps/hibernate/FuelCalibration.java 48 Avoid variables with short names like id
32458 src/com/gps/hibernate/FuelCalibration.java 48 Parameter 'id' is not assigned and could be declared final
32459 src/com/gps/hibernate/FuelCalibration.java 60 Parameter 'typeId' is not assigned and could be declared final
32460 src/com/gps/hibernate/FuelCalibration.java 72 Parameter 'fuelValue' is not assigned and could be declared final
32461 src/com/gps/hibernate/FuelCalibration.java 84 Parameter 'fuelVolt' is not assigned and could be declared final
32462 src/com/gps/hibernate/FuelCalibrationDAO.java 4 Avoid unused imports such as 'java.util.Set'
32463 src/com/gps/hibernate/FuelCalibrationDAO.java 11 Comment is too large: Too many lines
32464 src/com/gps/hibernate/FuelCalibrationDAO.java 24 Logger should be defined private static final and have the correct class
32465 src/com/gps/hibernate/FuelCalibrationDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
32466 src/com/gps/hibernate/FuelCalibrationDAO.java 24 fieldCommentRequirement Required
32467 src/com/gps/hibernate/FuelCalibrationDAO.java 26 Parameter 'transientInstance' is not assigned and could be declared final
32468 src/com/gps/hibernate/FuelCalibrationDAO.java 26 publicMethodCommentRequirement Required
32469 src/com/gps/hibernate/FuelCalibrationDAO.java 27 There is log block not surrounded by if
32470 src/com/gps/hibernate/FuelCalibrationDAO.java 27 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32471 src/com/gps/hibernate/FuelCalibrationDAO.java 29 Potential violation of Law of Demeter (method chain calls)
32472 src/com/gps/hibernate/FuelCalibrationDAO.java 30 There is log block not surrounded by if
32473 src/com/gps/hibernate/FuelCalibrationDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32474 src/com/gps/hibernate/FuelCalibrationDAO.java 31 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32475 src/com/gps/hibernate/FuelCalibrationDAO.java 32 There is log block not surrounded by if
32476 src/com/gps/hibernate/FuelCalibrationDAO.java 37 Avoid excessively long variable names like persistentInstance
32477 src/com/gps/hibernate/FuelCalibrationDAO.java 37 Parameter 'persistentInstance' is not assigned and could be declared final
32478 src/com/gps/hibernate/FuelCalibrationDAO.java 37 publicMethodCommentRequirement Required
32479 src/com/gps/hibernate/FuelCalibrationDAO.java 38 There is log block not surrounded by if
32480 src/com/gps/hibernate/FuelCalibrationDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32481 src/com/gps/hibernate/FuelCalibrationDAO.java 40 Potential violation of Law of Demeter (method chain calls)
32482 src/com/gps/hibernate/FuelCalibrationDAO.java 41 There is log block not surrounded by if
32483 src/com/gps/hibernate/FuelCalibrationDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32484 src/com/gps/hibernate/FuelCalibrationDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32485 src/com/gps/hibernate/FuelCalibrationDAO.java 43 There is log block not surrounded by if
32486 src/com/gps/hibernate/FuelCalibrationDAO.java 48 Avoid variables with short names like id
32487 src/com/gps/hibernate/FuelCalibrationDAO.java 48 Parameter 'id' is not assigned and could be declared final
32488 src/com/gps/hibernate/FuelCalibrationDAO.java 48 publicMethodCommentRequirement Required
32489 src/com/gps/hibernate/FuelCalibrationDAO.java 49 There is log block not surrounded by if
32490 src/com/gps/hibernate/FuelCalibrationDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32491 src/com/gps/hibernate/FuelCalibrationDAO.java 51 Local variable 'instance' could be declared final
32492 src/com/gps/hibernate/FuelCalibrationDAO.java 51 Potential violation of Law of Demeter (method chain calls)
32493 src/com/gps/hibernate/FuelCalibrationDAO.java 55 Avoid catching NullPointerException; consider removing the cause of the NPE.
32494 src/com/gps/hibernate/FuelCalibrationDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32495 src/com/gps/hibernate/FuelCalibrationDAO.java 57 There is log block not surrounded by if
32496 src/com/gps/hibernate/FuelCalibrationDAO.java 57 There is log block not surrounded by if
32497 src/com/gps/hibernate/FuelCalibrationDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32498 src/com/gps/hibernate/FuelCalibrationDAO.java 61 There is log block not surrounded by if
32499 src/com/gps/hibernate/FuelCalibrationDAO.java 66 Parameter 'instance' is not assigned and could be declared final
32500 src/com/gps/hibernate/FuelCalibrationDAO.java 66 publicMethodCommentRequirement Required
32501 src/com/gps/hibernate/FuelCalibrationDAO.java 67 There is log block not surrounded by if
32502 src/com/gps/hibernate/FuelCalibrationDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32503 src/com/gps/hibernate/FuelCalibrationDAO.java 69 Local variable 'results' could be declared final
32504 src/com/gps/hibernate/FuelCalibrationDAO.java 69 Potential violation of Law of Demeter (method chain calls)
32505 src/com/gps/hibernate/FuelCalibrationDAO.java 69 Potential violation of Law of Demeter (method chain calls)
32506 src/com/gps/hibernate/FuelCalibrationDAO.java 69 Potential violation of Law of Demeter (method chain calls)
32507 src/com/gps/hibernate/FuelCalibrationDAO.java 72 There is log block not surrounded by if
32508 src/com/gps/hibernate/FuelCalibrationDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32509 src/com/gps/hibernate/FuelCalibrationDAO.java 73 Potential violation of Law of Demeter (object not created locally)
32510 src/com/gps/hibernate/FuelCalibrationDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32511 src/com/gps/hibernate/FuelCalibrationDAO.java 76 There is log block not surrounded by if
32512 src/com/gps/hibernate/FuelCalibrationDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
32513 src/com/gps/hibernate/FuelCalibrationDAO.java 81 Parameter 'value' is not assigned and could be declared final
32514 src/com/gps/hibernate/FuelCalibrationDAO.java 81 publicMethodCommentRequirement Required
32515 src/com/gps/hibernate/FuelCalibrationDAO.java 82 There is log block not surrounded by if
32516 src/com/gps/hibernate/FuelCalibrationDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32517 src/com/gps/hibernate/FuelCalibrationDAO.java 85 Local variable 'queryString' could be declared final
32518 src/com/gps/hibernate/FuelCalibrationDAO.java 87 Local variable 'queryObject' could be declared final
32519 src/com/gps/hibernate/FuelCalibrationDAO.java 87 Potential violation of Law of Demeter (method chain calls)
32520 src/com/gps/hibernate/FuelCalibrationDAO.java 88 Potential violation of Law of Demeter (object not created locally)
32521 src/com/gps/hibernate/FuelCalibrationDAO.java 89 Potential violation of Law of Demeter (object not created locally)
32522 src/com/gps/hibernate/FuelCalibrationDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32523 src/com/gps/hibernate/FuelCalibrationDAO.java 91 There is log block not surrounded by if
32524 src/com/gps/hibernate/FuelCalibrationDAO.java 96 Parameter 'first' is not assigned and could be declared final
32525 src/com/gps/hibernate/FuelCalibrationDAO.java 96 Parameter 'last' is not assigned and could be declared final
32526 src/com/gps/hibernate/FuelCalibrationDAO.java 96 publicMethodCommentRequirement Required
32527 src/com/gps/hibernate/FuelCalibrationDAO.java 97 There is log block not surrounded by if
32528 src/com/gps/hibernate/FuelCalibrationDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32529 src/com/gps/hibernate/FuelCalibrationDAO.java 99 Local variable 'queryString' could be declared final
32530 src/com/gps/hibernate/FuelCalibrationDAO.java 100 Local variable 'queryObject' could be declared final
32531 src/com/gps/hibernate/FuelCalibrationDAO.java 100 Potential violation of Law of Demeter (method chain calls)
32532 src/com/gps/hibernate/FuelCalibrationDAO.java 101 Potential violation of Law of Demeter (object not created locally)
32533 src/com/gps/hibernate/FuelCalibrationDAO.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32534 src/com/gps/hibernate/FuelCalibrationDAO.java 103 There is log block not surrounded by if
32535 src/com/gps/hibernate/FuelCalibrationDAO.java 108 Parameter 'detachedInstance' is not assigned and could be declared final
32536 src/com/gps/hibernate/FuelCalibrationDAO.java 108 publicMethodCommentRequirement Required
32537 src/com/gps/hibernate/FuelCalibrationDAO.java 109 There is log block not surrounded by if
32538 src/com/gps/hibernate/FuelCalibrationDAO.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32539 src/com/gps/hibernate/FuelCalibrationDAO.java 111 Local variable 'result' could be declared final
32540 src/com/gps/hibernate/FuelCalibrationDAO.java 111 Potential violation of Law of Demeter (method chain calls)
32541 src/com/gps/hibernate/FuelCalibrationDAO.java 113 There is log block not surrounded by if
32542 src/com/gps/hibernate/FuelCalibrationDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32543 src/com/gps/hibernate/FuelCalibrationDAO.java 115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32544 src/com/gps/hibernate/FuelCalibrationDAO.java 116 There is log block not surrounded by if
32545 src/com/gps/hibernate/FuelCalibrationDAO.java 121 Parameter 'instance' is not assigned and could be declared final
32546 src/com/gps/hibernate/FuelCalibrationDAO.java 121 publicMethodCommentRequirement Required
32547 src/com/gps/hibernate/FuelCalibrationDAO.java 122 There is log block not surrounded by if
32548 src/com/gps/hibernate/FuelCalibrationDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32549 src/com/gps/hibernate/FuelCalibrationDAO.java 124 Potential violation of Law of Demeter (method chain calls)
32550 src/com/gps/hibernate/FuelCalibrationDAO.java 125 There is log block not surrounded by if
32551 src/com/gps/hibernate/FuelCalibrationDAO.java 125 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32552 src/com/gps/hibernate/FuelCalibrationDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32553 src/com/gps/hibernate/FuelCalibrationDAO.java 127 There is log block not surrounded by if
32554 src/com/gps/hibernate/FuelCalibrationDAO.java 132 Parameter 'instance' is not assigned and could be declared final
32555 src/com/gps/hibernate/FuelCalibrationDAO.java 132 publicMethodCommentRequirement Required
32556 src/com/gps/hibernate/FuelCalibrationDAO.java 133 There is log block not surrounded by if
32557 src/com/gps/hibernate/FuelCalibrationDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32558 src/com/gps/hibernate/FuelCalibrationDAO.java 135 Potential violation of Law of Demeter (method chain calls)
32559 src/com/gps/hibernate/FuelCalibrationDAO.java 136 There is log block not surrounded by if
32560 src/com/gps/hibernate/FuelCalibrationDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32561 src/com/gps/hibernate/FuelCalibrationDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32562 src/com/gps/hibernate/FuelCalibrationDAO.java 138 There is log block not surrounded by if
32563 src/com/gps/hibernate/Geofence.java 14 Classes implementing Serializable should set a serialVersionUID
32564 src/com/gps/hibernate/Geofence.java 14 Too many fields
32565 src/com/gps/hibernate/Geofence.java 18 Avoid variables with short names like id
32566 src/com/gps/hibernate/Geofence.java 18 fieldCommentRequirement Required
32567 src/com/gps/hibernate/Geofence.java 19 fieldCommentRequirement Required
32568 src/com/gps/hibernate/Geofence.java 20 fieldCommentRequirement Required
32569 src/com/gps/hibernate/Geofence.java 21 fieldCommentRequirement Required
32570 src/com/gps/hibernate/Geofence.java 22 fieldCommentRequirement Required
32571 src/com/gps/hibernate/Geofence.java 23 fieldCommentRequirement Required
32572 src/com/gps/hibernate/Geofence.java 24 fieldCommentRequirement Required
32573 src/com/gps/hibernate/Geofence.java 25 fieldCommentRequirement Required
32574 src/com/gps/hibernate/Geofence.java 26 fieldCommentRequirement Required
32575 src/com/gps/hibernate/Geofence.java 27 fieldCommentRequirement Required
32576 src/com/gps/hibernate/Geofence.java 28 fieldCommentRequirement Required
32577 src/com/gps/hibernate/Geofence.java 29 fieldCommentRequirement Required
32578 src/com/gps/hibernate/Geofence.java 30 fieldCommentRequirement Required
32579 src/com/gps/hibernate/Geofence.java 31 Variables should start with a lowercase character, 'SeqFenceAM' starts with uppercase character.
32580 src/com/gps/hibernate/Geofence.java 31 fieldCommentRequirement Required
32581 src/com/gps/hibernate/Geofence.java 32 Variables should start with a lowercase character, 'SeqFencePM' starts with uppercase character.
32582 src/com/gps/hibernate/Geofence.java 32 fieldCommentRequirement Required
32583 src/com/gps/hibernate/Geofence.java 33 Variables should start with a lowercase character, 'StopTimeAM' starts with uppercase character.
32584 src/com/gps/hibernate/Geofence.java 33 fieldCommentRequirement Required
32585 src/com/gps/hibernate/Geofence.java 34 Variables should start with a lowercase character, 'StopTimePM' starts with uppercase character.
32586 src/com/gps/hibernate/Geofence.java 34 fieldCommentRequirement Required
32587 src/com/gps/hibernate/Geofence.java 35 fieldCommentRequirement Required
32588 src/com/gps/hibernate/Geofence.java 36 fieldCommentRequirement Required
32589 src/com/gps/hibernate/Geofence.java 37 fieldCommentRequirement Required
32590 src/com/gps/hibernate/Geofence.java 42 Document empty constructor
32591 src/com/gps/hibernate/Geofence.java 44 Parameter 'geoLatitude' is not assigned and could be declared final
32592 src/com/gps/hibernate/Geofence.java 44 Parameter 'geoLongitude' is not assigned and could be declared final
32593 src/com/gps/hibernate/Geofence.java 44 publicMethodCommentRequirement Required
32594 src/com/gps/hibernate/Geofence.java 51 Avoid long parameter lists.
32595 src/com/gps/hibernate/Geofence.java 51 Parameter 'geofenceId' is not assigned and could be declared final
32596 src/com/gps/hibernate/Geofence.java 51 Parameter 'tripDetails' is not assigned and could be declared final
32597 src/com/gps/hibernate/Geofence.java 51 Parameter 'userid' is not assigned and could be declared final
32598 src/com/gps/hibernate/Geofence.java 52 Parameter 'address' is not assigned and could be declared final
32599 src/com/gps/hibernate/Geofence.java 52 Parameter 'countryCode' is not assigned and could be declared final
32600 src/com/gps/hibernate/Geofence.java 52 Parameter 'geoName' is not assigned and could be declared final
32601 src/com/gps/hibernate/Geofence.java 53 Parameter 'geoLatitude' is not assigned and could be declared final
32602 src/com/gps/hibernate/Geofence.java 53 Parameter 'geoLongitude' is not assigned and could be declared final
32603 src/com/gps/hibernate/Geofence.java 53 Parameter 'radius' is not assigned and could be declared final
32604 src/com/gps/hibernate/Geofence.java 54 Parameter 'fenceHistories' is not assigned and could be declared final
32605 src/com/gps/hibernate/Geofence.java 54 Parameter 'insertOrder' is not assigned and could be declared final
32606 src/com/gps/hibernate/Geofence.java 70 publicMethodCommentRequirement Required
32607 src/com/gps/hibernate/Geofence.java 74 Avoid variables with short names like id
32608 src/com/gps/hibernate/Geofence.java 74 Parameter 'id' is not assigned and could be declared final
32609 src/com/gps/hibernate/Geofence.java 74 publicMethodCommentRequirement Required
32610 src/com/gps/hibernate/Geofence.java 78 publicMethodCommentRequirement Required
32611 src/com/gps/hibernate/Geofence.java 82 Parameter 'tripDetails' is not assigned and could be declared final
32612 src/com/gps/hibernate/Geofence.java 82 publicMethodCommentRequirement Required
32613 src/com/gps/hibernate/Geofence.java 86 publicMethodCommentRequirement Required
32614 src/com/gps/hibernate/Geofence.java 90 Parameter 'userid' is not assigned and could be declared final
32615 src/com/gps/hibernate/Geofence.java 90 publicMethodCommentRequirement Required
32616 src/com/gps/hibernate/Geofence.java 94 publicMethodCommentRequirement Required
32617 src/com/gps/hibernate/Geofence.java 98 Parameter 'geofenceId' is not assigned and could be declared final
32618 src/com/gps/hibernate/Geofence.java 98 publicMethodCommentRequirement Required
32619 src/com/gps/hibernate/Geofence.java 102 publicMethodCommentRequirement Required
32620 src/com/gps/hibernate/Geofence.java 106 Parameter 'geoName' is not assigned and could be declared final
32621 src/com/gps/hibernate/Geofence.java 106 publicMethodCommentRequirement Required
32622 src/com/gps/hibernate/Geofence.java 110 publicMethodCommentRequirement Required
32623 src/com/gps/hibernate/Geofence.java 114 Parameter 'address' is not assigned and could be declared final
32624 src/com/gps/hibernate/Geofence.java 114 publicMethodCommentRequirement Required
32625 src/com/gps/hibernate/Geofence.java 118 publicMethodCommentRequirement Required
32626 src/com/gps/hibernate/Geofence.java 122 Parameter 'countryCode' is not assigned and could be declared final
32627 src/com/gps/hibernate/Geofence.java 122 publicMethodCommentRequirement Required
32628 src/com/gps/hibernate/Geofence.java 126 publicMethodCommentRequirement Required
32629 src/com/gps/hibernate/Geofence.java 130 Parameter 'geoLatitude' is not assigned and could be declared final
32630 src/com/gps/hibernate/Geofence.java 130 publicMethodCommentRequirement Required
32631 src/com/gps/hibernate/Geofence.java 134 publicMethodCommentRequirement Required
32632 src/com/gps/hibernate/Geofence.java 138 Parameter 'geoLongitude' is not assigned and could be declared final
32633 src/com/gps/hibernate/Geofence.java 138 publicMethodCommentRequirement Required
32634 src/com/gps/hibernate/Geofence.java 142 publicMethodCommentRequirement Required
32635 src/com/gps/hibernate/Geofence.java 146 Parameter 'radius' is not assigned and could be declared final
32636 src/com/gps/hibernate/Geofence.java 146 publicMethodCommentRequirement Required
32637 src/com/gps/hibernate/Geofence.java 150 publicMethodCommentRequirement Required
32638 src/com/gps/hibernate/Geofence.java 154 Parameter 'insertOrder' is not assigned and could be declared final
32639 src/com/gps/hibernate/Geofence.java 154 publicMethodCommentRequirement Required
32640 src/com/gps/hibernate/Geofence.java 158 publicMethodCommentRequirement Required
32641 src/com/gps/hibernate/Geofence.java 163 Parameter 'landmark' is not assigned and could be declared final
32642 src/com/gps/hibernate/Geofence.java 163 publicMethodCommentRequirement Required
32643 src/com/gps/hibernate/Geofence.java 166 publicMethodCommentRequirement Required
32644 src/com/gps/hibernate/Geofence.java 170 Parameter 'fenceHistories' is not assigned and could be declared final
32645 src/com/gps/hibernate/Geofence.java 170 publicMethodCommentRequirement Required
32646 src/com/gps/hibernate/Geofence.java 173 publicMethodCommentRequirement Required
32647 src/com/gps/hibernate/Geofence.java 176 Parameter 'seqFenceAM' is not assigned and could be declared final
32648 src/com/gps/hibernate/Geofence.java 176 publicMethodCommentRequirement Required
32649 src/com/gps/hibernate/Geofence.java 179 publicMethodCommentRequirement Required
32650 src/com/gps/hibernate/Geofence.java 182 Parameter 'seqFencePM' is not assigned and could be declared final
32651 src/com/gps/hibernate/Geofence.java 182 publicMethodCommentRequirement Required
32652 src/com/gps/hibernate/Geofence.java 185 publicMethodCommentRequirement Required
32653 src/com/gps/hibernate/Geofence.java 188 Parameter 'stopTimeAM' is not assigned and could be declared final
32654 src/com/gps/hibernate/Geofence.java 188 publicMethodCommentRequirement Required
32655 src/com/gps/hibernate/Geofence.java 191 publicMethodCommentRequirement Required
32656 src/com/gps/hibernate/Geofence.java 194 Parameter 'stopTimePM' is not assigned and could be declared final
32657 src/com/gps/hibernate/Geofence.java 194 publicMethodCommentRequirement Required
32658 src/com/gps/hibernate/Geofence.java 206 Parameter 'isValid' is not assigned and could be declared final
32659 src/com/gps/hibernate/GeofenceDAO.java 15 Avoid unused imports such as 'java.util.Set'
32660 src/com/gps/hibernate/GeofenceDAO.java 22 Comment is too large: Too many lines
32661 src/com/gps/hibernate/GeofenceDAO.java 34 This class has too many methods, consider refactoring it.
32662 src/com/gps/hibernate/GeofenceDAO.java 35 Logger should be defined private static final and have the correct class
32663 src/com/gps/hibernate/GeofenceDAO.java 35 Variables that are final and static should be all capitals, 'log' is not all capitals.
32664 src/com/gps/hibernate/GeofenceDAO.java 35 fieldCommentRequirement Required
32665 src/com/gps/hibernate/GeofenceDAO.java 37 fieldCommentRequirement Required
32666 src/com/gps/hibernate/GeofenceDAO.java 38 fieldCommentRequirement Required
32667 src/com/gps/hibernate/GeofenceDAO.java 39 fieldCommentRequirement Required
32668 src/com/gps/hibernate/GeofenceDAO.java 40 fieldCommentRequirement Required
32669 src/com/gps/hibernate/GeofenceDAO.java 41 fieldCommentRequirement Required
32670 src/com/gps/hibernate/GeofenceDAO.java 42 fieldCommentRequirement Required
32671 src/com/gps/hibernate/GeofenceDAO.java 43 fieldCommentRequirement Required
32672 src/com/gps/hibernate/GeofenceDAO.java 44 fieldCommentRequirement Required
32673 src/com/gps/hibernate/GeofenceDAO.java 45 fieldCommentRequirement Required
32674 src/com/gps/hibernate/GeofenceDAO.java 47 Parameter 'transientInstance' is not assigned and could be declared final
32675 src/com/gps/hibernate/GeofenceDAO.java 47 publicMethodCommentRequirement Required
32676 src/com/gps/hibernate/GeofenceDAO.java 48 There is log block not surrounded by if
32677 src/com/gps/hibernate/GeofenceDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32678 src/com/gps/hibernate/GeofenceDAO.java 50 Potential violation of Law of Demeter (method chain calls)
32679 src/com/gps/hibernate/GeofenceDAO.java 51 There is log block not surrounded by if
32680 src/com/gps/hibernate/GeofenceDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32681 src/com/gps/hibernate/GeofenceDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32682 src/com/gps/hibernate/GeofenceDAO.java 53 There is log block not surrounded by if
32683 src/com/gps/hibernate/GeofenceDAO.java 58 Avoid excessively long variable names like persistentInstance
32684 src/com/gps/hibernate/GeofenceDAO.java 58 Parameter 'persistentInstance' is not assigned and could be declared final
32685 src/com/gps/hibernate/GeofenceDAO.java 58 publicMethodCommentRequirement Required
32686 src/com/gps/hibernate/GeofenceDAO.java 59 There is log block not surrounded by if
32687 src/com/gps/hibernate/GeofenceDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32688 src/com/gps/hibernate/GeofenceDAO.java 61 Potential violation of Law of Demeter (method chain calls)
32689 src/com/gps/hibernate/GeofenceDAO.java 62 There is log block not surrounded by if
32690 src/com/gps/hibernate/GeofenceDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32691 src/com/gps/hibernate/GeofenceDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32692 src/com/gps/hibernate/GeofenceDAO.java 64 There is log block not surrounded by if
32693 src/com/gps/hibernate/GeofenceDAO.java 69 Avoid variables with short names like id
32694 src/com/gps/hibernate/GeofenceDAO.java 69 Parameter 'id' is not assigned and could be declared final
32695 src/com/gps/hibernate/GeofenceDAO.java 69 publicMethodCommentRequirement Required
32696 src/com/gps/hibernate/GeofenceDAO.java 71 There is log block not surrounded by if
32697 src/com/gps/hibernate/GeofenceDAO.java 71 There is log block not surrounded by if
32698 src/com/gps/hibernate/GeofenceDAO.java 75 Avoid using if statements without curly braces
32699 src/com/gps/hibernate/GeofenceDAO.java 76 A method should have only one exit point, and that should be the last statement in the method
32700 src/com/gps/hibernate/GeofenceDAO.java 77 Local variable 'obj' could be declared final
32701 src/com/gps/hibernate/GeofenceDAO.java 77 Potential violation of Law of Demeter (method chain calls)
32702 src/com/gps/hibernate/GeofenceDAO.java 79 Avoid if (x != y) ..; else ..;
32703 src/com/gps/hibernate/GeofenceDAO.java 80 Local variable 'instance' could be declared final
32704 src/com/gps/hibernate/GeofenceDAO.java 81 A method should have only one exit point, and that should be the last statement in the method
32705 src/com/gps/hibernate/GeofenceDAO.java 81 Consider simply returning the value vs storing it in local variable 'instance'
32706 src/com/gps/hibernate/GeofenceDAO.java 83 A method should have only one exit point, and that should be the last statement in the method
32707 src/com/gps/hibernate/GeofenceDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32708 src/com/gps/hibernate/GeofenceDAO.java 87 There is log block not surrounded by if
32709 src/com/gps/hibernate/GeofenceDAO.java 92 Parameter 'instance' is not assigned and could be declared final
32710 src/com/gps/hibernate/GeofenceDAO.java 92 publicMethodCommentRequirement Required
32711 src/com/gps/hibernate/GeofenceDAO.java 93 There is log block not surrounded by if
32712 src/com/gps/hibernate/GeofenceDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32713 src/com/gps/hibernate/GeofenceDAO.java 95 Local variable 'results' could be declared final
32714 src/com/gps/hibernate/GeofenceDAO.java 95 Potential violation of Law of Demeter (method chain calls)
32715 src/com/gps/hibernate/GeofenceDAO.java 95 Potential violation of Law of Demeter (method chain calls)
32716 src/com/gps/hibernate/GeofenceDAO.java 95 Potential violation of Law of Demeter (method chain calls)
32717 src/com/gps/hibernate/GeofenceDAO.java 98 There is log block not surrounded by if
32718 src/com/gps/hibernate/GeofenceDAO.java 98 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32719 src/com/gps/hibernate/GeofenceDAO.java 99 Potential violation of Law of Demeter (object not created locally)
32720 src/com/gps/hibernate/GeofenceDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32721 src/com/gps/hibernate/GeofenceDAO.java 102 There is log block not surrounded by if
32722 src/com/gps/hibernate/GeofenceDAO.java 107 Parameter 'propertyName' is not assigned and could be declared final
32723 src/com/gps/hibernate/GeofenceDAO.java 107 Parameter 'value' is not assigned and could be declared final
32724 src/com/gps/hibernate/GeofenceDAO.java 107 publicMethodCommentRequirement Required
32725 src/com/gps/hibernate/GeofenceDAO.java 108 There is log block not surrounded by if
32726 src/com/gps/hibernate/GeofenceDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32727 src/com/gps/hibernate/GeofenceDAO.java 111 Local variable 'queryString' could be declared final
32728 src/com/gps/hibernate/GeofenceDAO.java 113 Local variable 'queryObject' could be declared final
32729 src/com/gps/hibernate/GeofenceDAO.java 113 Potential violation of Law of Demeter (method chain calls)
32730 src/com/gps/hibernate/GeofenceDAO.java 114 Potential violation of Law of Demeter (object not created locally)
32731 src/com/gps/hibernate/GeofenceDAO.java 115 Potential violation of Law of Demeter (object not created locally)
32732 src/com/gps/hibernate/GeofenceDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32733 src/com/gps/hibernate/GeofenceDAO.java 117 There is log block not surrounded by if
32734 src/com/gps/hibernate/GeofenceDAO.java 122 Parameter 'userid' is not assigned and could be declared final
32735 src/com/gps/hibernate/GeofenceDAO.java 122 publicMethodCommentRequirement Required
32736 src/com/gps/hibernate/GeofenceDAO.java 126 Parameter 'geofenceId' is not assigned and could be declared final
32737 src/com/gps/hibernate/GeofenceDAO.java 126 publicMethodCommentRequirement Required
32738 src/com/gps/hibernate/GeofenceDAO.java 130 Parameter 'geoName' is not assigned and could be declared final
32739 src/com/gps/hibernate/GeofenceDAO.java 130 publicMethodCommentRequirement Required
32740 src/com/gps/hibernate/GeofenceDAO.java 134 Parameter 'address' is not assigned and could be declared final
32741 src/com/gps/hibernate/GeofenceDAO.java 134 publicMethodCommentRequirement Required
32742 src/com/gps/hibernate/GeofenceDAO.java 138 Parameter 'countryCode' is not assigned and could be declared final
32743 src/com/gps/hibernate/GeofenceDAO.java 138 publicMethodCommentRequirement Required
32744 src/com/gps/hibernate/GeofenceDAO.java 142 Parameter 'geoLatitude' is not assigned and could be declared final
32745 src/com/gps/hibernate/GeofenceDAO.java 142 publicMethodCommentRequirement Required
32746 src/com/gps/hibernate/GeofenceDAO.java 146 Parameter 'geoLongitude' is not assigned and could be declared final
32747 src/com/gps/hibernate/GeofenceDAO.java 146 publicMethodCommentRequirement Required
32748 src/com/gps/hibernate/GeofenceDAO.java 150 Parameter 'radius' is not assigned and could be declared final
32749 src/com/gps/hibernate/GeofenceDAO.java 150 publicMethodCommentRequirement Required
32750 src/com/gps/hibernate/GeofenceDAO.java 154 Parameter 'insertOrder' is not assigned and could be declared final
32751 src/com/gps/hibernate/GeofenceDAO.java 154 publicMethodCommentRequirement Required
32752 src/com/gps/hibernate/GeofenceDAO.java 158 publicMethodCommentRequirement Required
32753 src/com/gps/hibernate/GeofenceDAO.java 159 There is log block not surrounded by if
32754 src/com/gps/hibernate/GeofenceDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32755 src/com/gps/hibernate/GeofenceDAO.java 161 Local variable 'queryString' could be declared final
32756 src/com/gps/hibernate/GeofenceDAO.java 162 Local variable 'queryObject' could be declared final
32757 src/com/gps/hibernate/GeofenceDAO.java 162 Potential violation of Law of Demeter (method chain calls)
32758 src/com/gps/hibernate/GeofenceDAO.java 163 Potential violation of Law of Demeter (object not created locally)
32759 src/com/gps/hibernate/GeofenceDAO.java 164 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32760 src/com/gps/hibernate/GeofenceDAO.java 165 There is log block not surrounded by if
32761 src/com/gps/hibernate/GeofenceDAO.java 170 Parameter 'detachedInstance' is not assigned and could be declared final
32762 src/com/gps/hibernate/GeofenceDAO.java 170 publicMethodCommentRequirement Required
32763 src/com/gps/hibernate/GeofenceDAO.java 171 There is log block not surrounded by if
32764 src/com/gps/hibernate/GeofenceDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32765 src/com/gps/hibernate/GeofenceDAO.java 173 Local variable 'result' could be declared final
32766 src/com/gps/hibernate/GeofenceDAO.java 173 Potential violation of Law of Demeter (method chain calls)
32767 src/com/gps/hibernate/GeofenceDAO.java 174 There is log block not surrounded by if
32768 src/com/gps/hibernate/GeofenceDAO.java 174 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32769 src/com/gps/hibernate/GeofenceDAO.java 176 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32770 src/com/gps/hibernate/GeofenceDAO.java 177 There is log block not surrounded by if
32771 src/com/gps/hibernate/GeofenceDAO.java 182 Parameter 'instance' is not assigned and could be declared final
32772 src/com/gps/hibernate/GeofenceDAO.java 182 publicMethodCommentRequirement Required
32773 src/com/gps/hibernate/GeofenceDAO.java 183 There is log block not surrounded by if
32774 src/com/gps/hibernate/GeofenceDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32775 src/com/gps/hibernate/GeofenceDAO.java 185 Potential violation of Law of Demeter (method chain calls)
32776 src/com/gps/hibernate/GeofenceDAO.java 186 There is log block not surrounded by if
32777 src/com/gps/hibernate/GeofenceDAO.java 186 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32778 src/com/gps/hibernate/GeofenceDAO.java 187 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32779 src/com/gps/hibernate/GeofenceDAO.java 188 There is log block not surrounded by if
32780 src/com/gps/hibernate/GeofenceDAO.java 193 Parameter 'instance' is not assigned and could be declared final
32781 src/com/gps/hibernate/GeofenceDAO.java 193 publicMethodCommentRequirement Required
32782 src/com/gps/hibernate/GeofenceDAO.java 194 There is log block not surrounded by if
32783 src/com/gps/hibernate/GeofenceDAO.java 194 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32784 src/com/gps/hibernate/GeofenceDAO.java 196 Potential violation of Law of Demeter (method chain calls)
32785 src/com/gps/hibernate/GeofenceDAO.java 197 There is log block not surrounded by if
32786 src/com/gps/hibernate/GeofenceDAO.java 197 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32787 src/com/gps/hibernate/GeofenceDAO.java 198 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32788 src/com/gps/hibernate/GeofenceDAO.java 199 There is log block not surrounded by if
32789 src/com/gps/hibernate/GeovehicleMap.java 5 Avoid unused imports such as 'java.io.Serializable'
32790 src/com/gps/hibernate/GeovehicleMap.java 13 Classes implementing Serializable should set a serialVersionUID
32791 src/com/gps/hibernate/GeovehicleMap.java 13 Unnecessary use of fully qualified name 'java.io.Serializable' due to existing import 'java.io.Serializable'
32792 src/com/gps/hibernate/GeovehicleMap.java 17 Avoid variables with short names like id
32793 src/com/gps/hibernate/GeovehicleMap.java 17 fieldCommentRequirement Required
32794 src/com/gps/hibernate/GeovehicleMap.java 18 fieldCommentRequirement Required
32795 src/com/gps/hibernate/GeovehicleMap.java 19 fieldCommentRequirement Required
32796 src/com/gps/hibernate/GeovehicleMap.java 20 fieldCommentRequirement Required
32797 src/com/gps/hibernate/GeovehicleMap.java 22 Variables should start with a lowercase character, 'InFenceTime' starts with uppercase character.
32798 src/com/gps/hibernate/GeovehicleMap.java 22 fieldCommentRequirement Required
32799 src/com/gps/hibernate/GeovehicleMap.java 24 publicMethodCommentRequirement Required
32800 src/com/gps/hibernate/GeovehicleMap.java 27 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
32801 src/com/gps/hibernate/GeovehicleMap.java 27 Parameter 'inFenceTime' is not assigned and could be declared final
32802 src/com/gps/hibernate/GeovehicleMap.java 27 publicMethodCommentRequirement Required
32803 src/com/gps/hibernate/GeovehicleMap.java 38 Avoid variables with short names like id
32804 src/com/gps/hibernate/GeovehicleMap.java 38 Parameter 'geofenceId' is not assigned and could be declared final
32805 src/com/gps/hibernate/GeovehicleMap.java 38 Parameter 'id' is not assigned and could be declared final
32806 src/com/gps/hibernate/GeovehicleMap.java 38 publicMethodCommentRequirement Required
32807 src/com/gps/hibernate/GeovehicleMap.java 46 Parameter 'geofenceId' is not assigned and could be declared final
32808 src/com/gps/hibernate/GeovehicleMap.java 46 Parameter 'vehicleDetails' is not assigned and could be declared final
32809 src/com/gps/hibernate/GeovehicleMap.java 54 Parameter 'geofenceId' is not assigned and could be declared final
32810 src/com/gps/hibernate/GeovehicleMap.java 54 Parameter 'notifications' is not assigned and could be declared final
32811 src/com/gps/hibernate/GeovehicleMap.java 54 Parameter 'vehicleDetails' is not assigned and could be declared final
32812 src/com/gps/hibernate/GeovehicleMap.java 63 publicMethodCommentRequirement Required
32813 src/com/gps/hibernate/GeovehicleMap.java 67 Avoid variables with short names like id
32814 src/com/gps/hibernate/GeovehicleMap.java 67 Parameter 'id' is not assigned and could be declared final
32815 src/com/gps/hibernate/GeovehicleMap.java 67 publicMethodCommentRequirement Required
32816 src/com/gps/hibernate/GeovehicleMap.java 71 publicMethodCommentRequirement Required
32817 src/com/gps/hibernate/GeovehicleMap.java 75 Parameter 'vehicleDetails' is not assigned and could be declared final
32818 src/com/gps/hibernate/GeovehicleMap.java 75 publicMethodCommentRequirement Required
32819 src/com/gps/hibernate/GeovehicleMap.java 79 publicMethodCommentRequirement Required
32820 src/com/gps/hibernate/GeovehicleMap.java 83 Parameter 'geofenceId' is not assigned and could be declared final
32821 src/com/gps/hibernate/GeovehicleMap.java 83 publicMethodCommentRequirement Required
32822 src/com/gps/hibernate/GeovehicleMap.java 87 publicMethodCommentRequirement Required
32823 src/com/gps/hibernate/GeovehicleMap.java 91 Parameter 'notifications' is not assigned and could be declared final
32824 src/com/gps/hibernate/GeovehicleMap.java 91 publicMethodCommentRequirement Required
32825 src/com/gps/hibernate/GeovehicleMapDAO.java 4 Avoid unused imports such as 'java.util.Set'
32826 src/com/gps/hibernate/GeovehicleMapDAO.java 13 Comment is too large: Too many lines
32827 src/com/gps/hibernate/GeovehicleMapDAO.java 25 This class has too many methods, consider refactoring it.
32828 src/com/gps/hibernate/GeovehicleMapDAO.java 26 Logger should be defined private static final and have the correct class
32829 src/com/gps/hibernate/GeovehicleMapDAO.java 26 Variables that are final and static should be all capitals, 'log' is not all capitals.
32830 src/com/gps/hibernate/GeovehicleMapDAO.java 26 fieldCommentRequirement Required
32831 src/com/gps/hibernate/GeovehicleMapDAO.java 28 fieldCommentRequirement Required
32832 src/com/gps/hibernate/GeovehicleMapDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
32833 src/com/gps/hibernate/GeovehicleMapDAO.java 30 publicMethodCommentRequirement Required
32834 src/com/gps/hibernate/GeovehicleMapDAO.java 32 There is log block not surrounded by if
32835 src/com/gps/hibernate/GeovehicleMapDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32836 src/com/gps/hibernate/GeovehicleMapDAO.java 33 Avoid variables with short names like tx
32837 src/com/gps/hibernate/GeovehicleMapDAO.java 33 Found 'DD'-anomaly for variable 'tx' (lines '33'-'34').
32838 src/com/gps/hibernate/GeovehicleMapDAO.java 34 Potential violation of Law of Demeter (method chain calls)
32839 src/com/gps/hibernate/GeovehicleMapDAO.java 35 Potential violation of Law of Demeter (object not created locally)
32840 src/com/gps/hibernate/GeovehicleMapDAO.java 38 Potential violation of Law of Demeter (method chain calls)
32841 src/com/gps/hibernate/GeovehicleMapDAO.java 39 Potential violation of Law of Demeter (object not created locally)
32842 src/com/gps/hibernate/GeovehicleMapDAO.java 40 Potential violation of Law of Demeter (method chain calls)
32843 src/com/gps/hibernate/GeovehicleMapDAO.java 41 There is log block not surrounded by if
32844 src/com/gps/hibernate/GeovehicleMapDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32845 src/com/gps/hibernate/GeovehicleMapDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32846 src/com/gps/hibernate/GeovehicleMapDAO.java 45 Potential violation of Law of Demeter (object not created locally)
32847 src/com/gps/hibernate/GeovehicleMapDAO.java 46 There is log block not surrounded by if
32848 src/com/gps/hibernate/GeovehicleMapDAO.java 51 Avoid excessively long variable names like persistentInstance
32849 src/com/gps/hibernate/GeovehicleMapDAO.java 51 Parameter 'persistentInstance' is not assigned and could be declared final
32850 src/com/gps/hibernate/GeovehicleMapDAO.java 51 publicMethodCommentRequirement Required
32851 src/com/gps/hibernate/GeovehicleMapDAO.java 52 There is log block not surrounded by if
32852 src/com/gps/hibernate/GeovehicleMapDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32853 src/com/gps/hibernate/GeovehicleMapDAO.java 54 Potential violation of Law of Demeter (method chain calls)
32854 src/com/gps/hibernate/GeovehicleMapDAO.java 55 There is log block not surrounded by if
32855 src/com/gps/hibernate/GeovehicleMapDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32856 src/com/gps/hibernate/GeovehicleMapDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32857 src/com/gps/hibernate/GeovehicleMapDAO.java 57 There is log block not surrounded by if
32858 src/com/gps/hibernate/GeovehicleMapDAO.java 62 Avoid variables with short names like id
32859 src/com/gps/hibernate/GeovehicleMapDAO.java 62 Parameter 'id' is not assigned and could be declared final
32860 src/com/gps/hibernate/GeovehicleMapDAO.java 62 publicMethodCommentRequirement Required
32861 src/com/gps/hibernate/GeovehicleMapDAO.java 63 There is log block not surrounded by if
32862 src/com/gps/hibernate/GeovehicleMapDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32863 src/com/gps/hibernate/GeovehicleMapDAO.java 65 Local variable 'instance' could be declared final
32864 src/com/gps/hibernate/GeovehicleMapDAO.java 65 Potential violation of Law of Demeter (method chain calls)
32865 src/com/gps/hibernate/GeovehicleMapDAO.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32866 src/com/gps/hibernate/GeovehicleMapDAO.java 69 There is log block not surrounded by if
32867 src/com/gps/hibernate/GeovehicleMapDAO.java 74 Parameter 'instance' is not assigned and could be declared final
32868 src/com/gps/hibernate/GeovehicleMapDAO.java 74 publicMethodCommentRequirement Required
32869 src/com/gps/hibernate/GeovehicleMapDAO.java 75 There is log block not surrounded by if
32870 src/com/gps/hibernate/GeovehicleMapDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32871 src/com/gps/hibernate/GeovehicleMapDAO.java 77 Local variable 'results' could be declared final
32872 src/com/gps/hibernate/GeovehicleMapDAO.java 77 Potential violation of Law of Demeter (method chain calls)
32873 src/com/gps/hibernate/GeovehicleMapDAO.java 77 Potential violation of Law of Demeter (method chain calls)
32874 src/com/gps/hibernate/GeovehicleMapDAO.java 77 Potential violation of Law of Demeter (method chain calls)
32875 src/com/gps/hibernate/GeovehicleMapDAO.java 80 There is log block not surrounded by if
32876 src/com/gps/hibernate/GeovehicleMapDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32877 src/com/gps/hibernate/GeovehicleMapDAO.java 81 Potential violation of Law of Demeter (object not created locally)
32878 src/com/gps/hibernate/GeovehicleMapDAO.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32879 src/com/gps/hibernate/GeovehicleMapDAO.java 84 There is log block not surrounded by if
32880 src/com/gps/hibernate/GeovehicleMapDAO.java 89 Parameter 'propertyName' is not assigned and could be declared final
32881 src/com/gps/hibernate/GeovehicleMapDAO.java 89 Parameter 'value' is not assigned and could be declared final
32882 src/com/gps/hibernate/GeovehicleMapDAO.java 89 publicMethodCommentRequirement Required
32883 src/com/gps/hibernate/GeovehicleMapDAO.java 90 There is log block not surrounded by if
32884 src/com/gps/hibernate/GeovehicleMapDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32885 src/com/gps/hibernate/GeovehicleMapDAO.java 93 Local variable 'queryString' could be declared final
32886 src/com/gps/hibernate/GeovehicleMapDAO.java 95 Local variable 'queryObject' could be declared final
32887 src/com/gps/hibernate/GeovehicleMapDAO.java 95 Potential violation of Law of Demeter (method chain calls)
32888 src/com/gps/hibernate/GeovehicleMapDAO.java 96 Potential violation of Law of Demeter (object not created locally)
32889 src/com/gps/hibernate/GeovehicleMapDAO.java 97 Potential violation of Law of Demeter (object not created locally)
32890 src/com/gps/hibernate/GeovehicleMapDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32891 src/com/gps/hibernate/GeovehicleMapDAO.java 99 There is log block not surrounded by if
32892 src/com/gps/hibernate/GeovehicleMapDAO.java 104 Parameter 'orgId' is not assigned and could be declared final
32893 src/com/gps/hibernate/GeovehicleMapDAO.java 104 publicMethodCommentRequirement Required
32894 src/com/gps/hibernate/GeovehicleMapDAO.java 106 Found 'DD'-anomaly for variable 'results' (lines '106'-'109').
32895 src/com/gps/hibernate/GeovehicleMapDAO.java 109 Potential violation of Law of Demeter (method chain calls)
32896 src/com/gps/hibernate/GeovehicleMapDAO.java 109 Potential violation of Law of Demeter (method chain calls)
32897 src/com/gps/hibernate/GeovehicleMapDAO.java 113 There is log block not surrounded by if
32898 src/com/gps/hibernate/GeovehicleMapDAO.java 118 Parameter 'geofenceId' is not assigned and could be declared final
32899 src/com/gps/hibernate/GeovehicleMapDAO.java 118 publicMethodCommentRequirement Required
32900 src/com/gps/hibernate/GeovehicleMapDAO.java 122 publicMethodCommentRequirement Required
32901 src/com/gps/hibernate/GeovehicleMapDAO.java 123 There is log block not surrounded by if
32902 src/com/gps/hibernate/GeovehicleMapDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32903 src/com/gps/hibernate/GeovehicleMapDAO.java 125 Local variable 'queryString' could be declared final
32904 src/com/gps/hibernate/GeovehicleMapDAO.java 126 Local variable 'queryObject' could be declared final
32905 src/com/gps/hibernate/GeovehicleMapDAO.java 126 Potential violation of Law of Demeter (method chain calls)
32906 src/com/gps/hibernate/GeovehicleMapDAO.java 127 Potential violation of Law of Demeter (object not created locally)
32907 src/com/gps/hibernate/GeovehicleMapDAO.java 128 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32908 src/com/gps/hibernate/GeovehicleMapDAO.java 129 There is log block not surrounded by if
32909 src/com/gps/hibernate/GeovehicleMapDAO.java 134 Parameter 'detachedInstance' is not assigned and could be declared final
32910 src/com/gps/hibernate/GeovehicleMapDAO.java 134 publicMethodCommentRequirement Required
32911 src/com/gps/hibernate/GeovehicleMapDAO.java 135 There is log block not surrounded by if
32912 src/com/gps/hibernate/GeovehicleMapDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32913 src/com/gps/hibernate/GeovehicleMapDAO.java 137 Local variable 'result' could be declared final
32914 src/com/gps/hibernate/GeovehicleMapDAO.java 137 Potential violation of Law of Demeter (method chain calls)
32915 src/com/gps/hibernate/GeovehicleMapDAO.java 139 There is log block not surrounded by if
32916 src/com/gps/hibernate/GeovehicleMapDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32917 src/com/gps/hibernate/GeovehicleMapDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32918 src/com/gps/hibernate/GeovehicleMapDAO.java 142 There is log block not surrounded by if
32919 src/com/gps/hibernate/GeovehicleMapDAO.java 147 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fence_id' is not final.
32920 src/com/gps/hibernate/GeovehicleMapDAO.java 147 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
32921 src/com/gps/hibernate/GeovehicleMapDAO.java 147 Parameter 'fence_id' is not assigned and could be declared final
32922 src/com/gps/hibernate/GeovehicleMapDAO.java 147 Parameter 'vehicle_id' is not assigned and could be declared final
32923 src/com/gps/hibernate/GeovehicleMapDAO.java 147 publicMethodCommentRequirement Required
32924 src/com/gps/hibernate/GeovehicleMapDAO.java 149 Found 'DD'-anomaly for variable 'results' (lines '149'-'154').
32925 src/com/gps/hibernate/GeovehicleMapDAO.java 150 Found 'DD'-anomaly for variable 'vehMap' (lines '150'-'156').
32926 src/com/gps/hibernate/GeovehicleMapDAO.java 153 There is log block not surrounded by if
32927 src/com/gps/hibernate/GeovehicleMapDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32928 src/com/gps/hibernate/GeovehicleMapDAO.java 154 Potential violation of Law of Demeter (method chain calls)
32929 src/com/gps/hibernate/GeovehicleMapDAO.java 154 Potential violation of Law of Demeter (method chain calls)
32930 src/com/gps/hibernate/GeovehicleMapDAO.java 155 Avoid using if statements without curly braces
32931 src/com/gps/hibernate/GeovehicleMapDAO.java 156 Potential violation of Law of Demeter (object not created locally)
32932 src/com/gps/hibernate/GeovehicleMapDAO.java 158 Avoid catching NullPointerException; consider removing the cause of the NPE.
32933 src/com/gps/hibernate/GeovehicleMapDAO.java 158 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32934 src/com/gps/hibernate/GeovehicleMapDAO.java 160 There is log block not surrounded by if
32935 src/com/gps/hibernate/GeovehicleMapDAO.java 164 There is log block not surrounded by if
32936 src/com/gps/hibernate/GeovehicleMapDAO.java 169 Parameter 'instance' is not assigned and could be declared final
32937 src/com/gps/hibernate/GeovehicleMapDAO.java 169 publicMethodCommentRequirement Required
32938 src/com/gps/hibernate/GeovehicleMapDAO.java 170 There is log block not surrounded by if
32939 src/com/gps/hibernate/GeovehicleMapDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32940 src/com/gps/hibernate/GeovehicleMapDAO.java 172 Potential violation of Law of Demeter (method chain calls)
32941 src/com/gps/hibernate/GeovehicleMapDAO.java 173 There is log block not surrounded by if
32942 src/com/gps/hibernate/GeovehicleMapDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32943 src/com/gps/hibernate/GeovehicleMapDAO.java 174 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32944 src/com/gps/hibernate/GeovehicleMapDAO.java 175 There is log block not surrounded by if
32945 src/com/gps/hibernate/GeovehicleMapDAO.java 180 Parameter 'instance' is not assigned and could be declared final
32946 src/com/gps/hibernate/GeovehicleMapDAO.java 180 publicMethodCommentRequirement Required
32947 src/com/gps/hibernate/GeovehicleMapDAO.java 181 There is log block not surrounded by if
32948 src/com/gps/hibernate/GeovehicleMapDAO.java 181 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32949 src/com/gps/hibernate/GeovehicleMapDAO.java 183 Potential violation of Law of Demeter (method chain calls)
32950 src/com/gps/hibernate/GeovehicleMapDAO.java 184 There is log block not surrounded by if
32951 src/com/gps/hibernate/GeovehicleMapDAO.java 184 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32952 src/com/gps/hibernate/GeovehicleMapDAO.java 185 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32953 src/com/gps/hibernate/GeovehicleMapDAO.java 186 There is log block not surrounded by if
32954 src/com/gps/hibernate/GoogleReqCount.java 10 Classes implementing Serializable should set a serialVersionUID
32955 src/com/gps/hibernate/GoogleReqCount.java 12 Avoid variables with short names like id
32956 src/com/gps/hibernate/GoogleReqCount.java 12 fieldCommentRequirement Required
32957 src/com/gps/hibernate/GoogleReqCount.java 13 fieldCommentRequirement Required
32958 src/com/gps/hibernate/GoogleReqCount.java 14 fieldCommentRequirement Required
32959 src/com/gps/hibernate/GoogleReqCount.java 15 fieldCommentRequirement Required
32960 src/com/gps/hibernate/GoogleReqCount.java 17 Document empty constructor
32961 src/com/gps/hibernate/GoogleReqCount.java 17 publicMethodCommentRequirement Required
32962 src/com/gps/hibernate/GoogleReqCount.java 20 Parameter 'organization' is not assigned and could be declared final
32963 src/com/gps/hibernate/GoogleReqCount.java 20 Parameter 'requestTime' is not assigned and could be declared final
32964 src/com/gps/hibernate/GoogleReqCount.java 20 publicMethodCommentRequirement Required
32965 src/com/gps/hibernate/GoogleReqCount.java 21 Parameter 'count' is not assigned and could be declared final
32966 src/com/gps/hibernate/GoogleReqCount.java 27 publicMethodCommentRequirement Required
32967 src/com/gps/hibernate/GoogleReqCount.java 31 Avoid variables with short names like id
32968 src/com/gps/hibernate/GoogleReqCount.java 31 Parameter 'id' is not assigned and could be declared final
32969 src/com/gps/hibernate/GoogleReqCount.java 31 publicMethodCommentRequirement Required
32970 src/com/gps/hibernate/GoogleReqCount.java 35 publicMethodCommentRequirement Required
32971 src/com/gps/hibernate/GoogleReqCount.java 39 Parameter 'organization' is not assigned and could be declared final
32972 src/com/gps/hibernate/GoogleReqCount.java 39 publicMethodCommentRequirement Required
32973 src/com/gps/hibernate/GoogleReqCount.java 43 publicMethodCommentRequirement Required
32974 src/com/gps/hibernate/GoogleReqCount.java 47 Parameter 'requestTime' is not assigned and could be declared final
32975 src/com/gps/hibernate/GoogleReqCount.java 47 publicMethodCommentRequirement Required
32976 src/com/gps/hibernate/GoogleReqCount.java 51 publicMethodCommentRequirement Required
32977 src/com/gps/hibernate/GoogleReqCount.java 55 Parameter 'count' is not assigned and could be declared final
32978 src/com/gps/hibernate/GoogleReqCount.java 55 publicMethodCommentRequirement Required
32979 src/com/gps/hibernate/HibernateSessionFactory.java 1 Comment is too large: Too many lines
32980 src/com/gps/hibernate/HibernateSessionFactory.java 24 A class which only has private constructors should be final
32981 src/com/gps/hibernate/HibernateSessionFactory.java 34 Avoid excessively long variable names like CONFIG_FILE_LOCATION
32982 src/com/gps/hibernate/HibernateSessionFactory.java 34 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'CONFIG_FILE_LOCATION' is not final.
32983 src/com/gps/hibernate/HibernateSessionFactory.java 34 The field name indicates a constant but its modifiers do not
32984 src/com/gps/hibernate/HibernateSessionFactory.java 34 Variables should start with a lowercase character, 'CONFIG_FILE_LOCATION' starts with uppercase character.
32985 src/com/gps/hibernate/HibernateSessionFactory.java 35 Variables that are final and static should be all capitals, 'threadLocal' is not all capitals.
32986 src/com/gps/hibernate/HibernateSessionFactory.java 35 fieldCommentRequirement Required
32987 src/com/gps/hibernate/HibernateSessionFactory.java 36 fieldCommentRequirement Required
32988 src/com/gps/hibernate/HibernateSessionFactory.java 37 fieldCommentRequirement Required
32989 src/com/gps/hibernate/HibernateSessionFactory.java 38 fieldCommentRequirement Required
32990 src/com/gps/hibernate/HibernateSessionFactory.java 39 The Logger variable declaration does not contain the static and final modifiers
32991 src/com/gps/hibernate/HibernateSessionFactory.java 39 fieldCommentRequirement Required
32992 src/com/gps/hibernate/HibernateSessionFactory.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32993 src/com/gps/hibernate/HibernateSessionFactory.java 48 System.out.print is used
32994 src/com/gps/hibernate/HibernateSessionFactory.java 51 Avoid printStackTrace(); use a logger call instead.
32995 src/com/gps/hibernate/HibernateSessionFactory.java 68 Found 'DD'-anomaly for variable 'session' (lines '68'-'71').
32996 src/com/gps/hibernate/HibernateSessionFactory.java 70 Avoid using if statements without curly braces
32997 src/com/gps/hibernate/HibernateSessionFactory.java 73 Potential violation of Law of Demeter (object not created locally)
32998 src/com/gps/hibernate/HibernateSessionFactory.java 78 Avoid if (x != y) ..; else ..;
32999 src/com/gps/hibernate/HibernateSessionFactory.java 79 Assigning an Object to null is a code smell. Consider refactoring.
33000 src/com/gps/hibernate/HibernateSessionFactory.java 83 A method should have only one exit point, and that should be the last statement in the method
33001 src/com/gps/hibernate/HibernateSessionFactory.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33002 src/com/gps/hibernate/HibernateSessionFactory.java 87 Avoid printStackTrace(); use a logger call instead.
33003 src/com/gps/hibernate/HibernateSessionFactory.java 87 Potential violation of Law of Demeter (object not created locally)
33004 src/com/gps/hibernate/HibernateSessionFactory.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33005 src/com/gps/hibernate/HibernateSessionFactory.java 102 System.out.print is used
33006 src/com/gps/hibernate/HibernateSessionFactory.java 105 Avoid printStackTrace(); use a logger call instead.
33007 src/com/gps/hibernate/HibernateSessionFactory.java 105 Potential violation of Law of Demeter (object not created locally)
33008 src/com/gps/hibernate/HibernateSessionFactory.java 113 Found 'DD'-anomaly for variable 'session' (lines '113'-'118').
33009 src/com/gps/hibernate/HibernateSessionFactory.java 113 Found 'DU'-anomaly for variable 'session' (lines '113'-'135').
33010 src/com/gps/hibernate/HibernateSessionFactory.java 123 Avoid using if statements without curly braces
33011 src/com/gps/hibernate/HibernateSessionFactory.java 123 Potential violation of Law of Demeter (object not created locally)
33012 src/com/gps/hibernate/HibernateSessionFactory.java 124 Potential violation of Law of Demeter (object not created locally)
33013 src/com/gps/hibernate/HibernateSessionFactory.java 126 There is log block not surrounded by if
33014 src/com/gps/hibernate/HibernateSessionFactory.java 126 There is log block not surrounded by if
33015 src/com/gps/hibernate/HibernateSessionFactory.java 128 Avoid catching NullPointerException; consider removing the cause of the NPE.
33016 src/com/gps/hibernate/HibernateSessionFactory.java 128 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33017 src/com/gps/hibernate/HibernateSessionFactory.java 129 There is log block not surrounded by if
33018 src/com/gps/hibernate/HibernateSessionFactory.java 131 There is log block not surrounded by if
33019 src/com/gps/hibernate/HibernateSessionFactory.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33020 src/com/gps/hibernate/HibernateSessionFactory.java 133 There is log block not surrounded by if
33021 src/com/gps/hibernate/HibernateSessionFactory.java 152 Parameter 'configFile' is not assigned and could be declared final
33022 src/com/gps/hibernate/HibernateSessionFactory.java 154 Assigning an Object to null is a code smell. Consider refactoring.
33023 src/com/gps/hibernate/Holidays.java 3 Avoid unused imports such as 'java.util.HashSet'
33024 src/com/gps/hibernate/Holidays.java 4 Avoid unused imports such as 'java.util.Set'
33025 src/com/gps/hibernate/Holidays.java 7 Classes implementing Serializable should set a serialVersionUID
33026 src/com/gps/hibernate/Holidays.java 7 headerCommentRequirement Required
33027 src/com/gps/hibernate/Holidays.java 10 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'h_id' is not final.
33028 src/com/gps/hibernate/Holidays.java 10 fieldCommentRequirement Required
33029 src/com/gps/hibernate/Holidays.java 11 fieldCommentRequirement Required
33030 src/com/gps/hibernate/Holidays.java 12 fieldCommentRequirement Required
33031 src/com/gps/hibernate/Holidays.java 13 fieldCommentRequirement Required
33032 src/com/gps/hibernate/Holidays.java 16 Document empty constructor
33033 src/com/gps/hibernate/Holidays.java 19 Parameter 'hId' is not assigned and could be declared final
33034 src/com/gps/hibernate/Holidays.java 19 Parameter 'holiday' is not assigned and could be declared final
33035 src/com/gps/hibernate/Holidays.java 19 publicMethodCommentRequirement Required
33036 src/com/gps/hibernate/Holidays.java 20 Parameter 'day' is not assigned and could be declared final
33037 src/com/gps/hibernate/Holidays.java 20 Parameter 'organization' is not assigned and could be declared final
33038 src/com/gps/hibernate/Holidays.java 29 Method names should not contain underscores
33039 src/com/gps/hibernate/Holidays.java 29 publicMethodCommentRequirement Required
33040 src/com/gps/hibernate/Holidays.java 32 Method names should not contain underscores
33041 src/com/gps/hibernate/Holidays.java 32 Parameter 'hId' is not assigned and could be declared final
33042 src/com/gps/hibernate/Holidays.java 32 publicMethodCommentRequirement Required
33043 src/com/gps/hibernate/Holidays.java 35 publicMethodCommentRequirement Required
33044 src/com/gps/hibernate/Holidays.java 38 Parameter 'holiday' is not assigned and could be declared final
33045 src/com/gps/hibernate/Holidays.java 38 publicMethodCommentRequirement Required
33046 src/com/gps/hibernate/Holidays.java 41 publicMethodCommentRequirement Required
33047 src/com/gps/hibernate/Holidays.java 44 Parameter 'day' is not assigned and could be declared final
33048 src/com/gps/hibernate/Holidays.java 44 publicMethodCommentRequirement Required
33049 src/com/gps/hibernate/Holidays.java 47 publicMethodCommentRequirement Required
33050 src/com/gps/hibernate/Holidays.java 50 Parameter 'organization' is not assigned and could be declared final
33051 src/com/gps/hibernate/Holidays.java 50 publicMethodCommentRequirement Required
33052 src/com/gps/hibernate/HolidaysDAO.java 6 Avoid unused imports such as 'java.util.Set'
33053 src/com/gps/hibernate/HolidaysDAO.java 13 headerCommentRequirement Required
33054 src/com/gps/hibernate/HolidaysDAO.java 14 Logger should be defined private static final and have the correct class
33055 src/com/gps/hibernate/HolidaysDAO.java 14 Variables that are final and static should be all capitals, 'log' is not all capitals.
33056 src/com/gps/hibernate/HolidaysDAO.java 14 fieldCommentRequirement Required
33057 src/com/gps/hibernate/HolidaysDAO.java 16 fieldCommentRequirement Required
33058 src/com/gps/hibernate/HolidaysDAO.java 17 fieldCommentRequirement Required
33059 src/com/gps/hibernate/HolidaysDAO.java 18 fieldCommentRequirement Required
33060 src/com/gps/hibernate/HolidaysDAO.java 19 fieldCommentRequirement Required
33061 src/com/gps/hibernate/HolidaysDAO.java 22 Parameter 'transientInstance' is not assigned and could be declared final
33062 src/com/gps/hibernate/HolidaysDAO.java 22 publicMethodCommentRequirement Required
33063 src/com/gps/hibernate/HolidaysDAO.java 23 There is log block not surrounded by if
33064 src/com/gps/hibernate/HolidaysDAO.java 23 There is log block not surrounded by if
33065 src/com/gps/hibernate/HolidaysDAO.java 25 Potential violation of Law of Demeter (method chain calls)
33066 src/com/gps/hibernate/HolidaysDAO.java 26 There is log block not surrounded by if
33067 src/com/gps/hibernate/HolidaysDAO.java 26 There is log block not surrounded by if
33068 src/com/gps/hibernate/HolidaysDAO.java 27 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33069 src/com/gps/hibernate/HolidaysDAO.java 28 There is log block not surrounded by if
33070 src/com/gps/hibernate/HolidaysDAO.java 33 Avoid excessively long variable names like persistentInstance
33071 src/com/gps/hibernate/HolidaysDAO.java 33 Parameter 'persistentInstance' is not assigned and could be declared final
33072 src/com/gps/hibernate/HolidaysDAO.java 33 publicMethodCommentRequirement Required
33073 src/com/gps/hibernate/HolidaysDAO.java 34 There is log block not surrounded by if
33074 src/com/gps/hibernate/HolidaysDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33075 src/com/gps/hibernate/HolidaysDAO.java 36 Potential violation of Law of Demeter (method chain calls)
33076 src/com/gps/hibernate/HolidaysDAO.java 37 There is log block not surrounded by if
33077 src/com/gps/hibernate/HolidaysDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33078 src/com/gps/hibernate/HolidaysDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33079 src/com/gps/hibernate/HolidaysDAO.java 39 There is log block not surrounded by if
33080 src/com/gps/hibernate/HolidaysDAO.java 44 Avoid variables with short names like id
33081 src/com/gps/hibernate/HolidaysDAO.java 44 Parameter 'id' is not assigned and could be declared final
33082 src/com/gps/hibernate/HolidaysDAO.java 44 publicMethodCommentRequirement Required
33083 src/com/gps/hibernate/HolidaysDAO.java 45 There is log block not surrounded by if
33084 src/com/gps/hibernate/HolidaysDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33085 src/com/gps/hibernate/HolidaysDAO.java 47 Local variable 'instance' could be declared final
33086 src/com/gps/hibernate/HolidaysDAO.java 47 Potential violation of Law of Demeter (method chain calls)
33087 src/com/gps/hibernate/HolidaysDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33088 src/com/gps/hibernate/HolidaysDAO.java 51 There is log block not surrounded by if
33089 src/com/gps/hibernate/HolidaysDAO.java 57 Parameter 'propertyName' is not assigned and could be declared final
33090 src/com/gps/hibernate/HolidaysDAO.java 57 Parameter 'value' is not assigned and could be declared final
33091 src/com/gps/hibernate/HolidaysDAO.java 57 publicMethodCommentRequirement Required
33092 src/com/gps/hibernate/HolidaysDAO.java 58 There is log block not surrounded by if
33093 src/com/gps/hibernate/HolidaysDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33094 src/com/gps/hibernate/HolidaysDAO.java 61 Local variable 'queryString' could be declared final
33095 src/com/gps/hibernate/HolidaysDAO.java 63 Local variable 'queryObject' could be declared final
33096 src/com/gps/hibernate/HolidaysDAO.java 63 Potential violation of Law of Demeter (method chain calls)
33097 src/com/gps/hibernate/HolidaysDAO.java 64 Potential violation of Law of Demeter (object not created locally)
33098 src/com/gps/hibernate/HolidaysDAO.java 65 Potential violation of Law of Demeter (object not created locally)
33099 src/com/gps/hibernate/HolidaysDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33100 src/com/gps/hibernate/HolidaysDAO.java 67 There is log block not surrounded by if
33101 src/com/gps/hibernate/HolidaysDAO.java 72 Parameter 'hId' is not assigned and could be declared final
33102 src/com/gps/hibernate/HolidaysDAO.java 72 publicMethodCommentRequirement Required
33103 src/com/gps/hibernate/HolidaysDAO.java 76 Parameter 'organizationId' is not assigned and could be declared final
33104 src/com/gps/hibernate/HolidaysDAO.java 76 publicMethodCommentRequirement Required
33105 src/com/gps/hibernate/HolidaysDAO.java 80 Parameter 'organizationId' is not assigned and could be declared final
33106 src/com/gps/hibernate/HolidaysDAO.java 80 publicMethodCommentRequirement Required
33107 src/com/gps/hibernate/HolidaysDAO.java 87 Potential violation of Law of Demeter (method chain calls)
33108 src/com/gps/hibernate/HolidaysDAO.java 87 Potential violation of Law of Demeter (object not created locally)
33109 src/com/gps/hibernate/HolidaysDAO.java 88 Potential violation of Law of Demeter (object not created locally)
33110 src/com/gps/hibernate/HolidaysDAO.java 89 Potential violation of Law of Demeter (object not created locally)
33111 src/com/gps/hibernate/HolidaysDAO.java 94 Parameter 'first' is not assigned and could be declared final
33112 src/com/gps/hibernate/HolidaysDAO.java 94 Parameter 'last' is not assigned and could be declared final
33113 src/com/gps/hibernate/HolidaysDAO.java 94 publicMethodCommentRequirement Required
33114 src/com/gps/hibernate/HolidaysDAO.java 96 There is log block not surrounded by if
33115 src/com/gps/hibernate/HolidaysDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33116 src/com/gps/hibernate/HolidaysDAO.java 99 Local variable 'queryString' could be declared final
33117 src/com/gps/hibernate/HolidaysDAO.java 100 Local variable 'queryObject' could be declared final
33118 src/com/gps/hibernate/HolidaysDAO.java 100 Potential violation of Law of Demeter (method chain calls)
33119 src/com/gps/hibernate/HolidaysDAO.java 103 Potential violation of Law of Demeter (object not created locally)
33120 src/com/gps/hibernate/HolidaysDAO.java 104 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33121 src/com/gps/hibernate/HolidaysDAO.java 105 There is log block not surrounded by if
33122 src/com/gps/hibernate/IBaseHibernateDAO.java 12 Avoid modifiers which are implied by the context
33123 src/com/gps/hibernate/IBaseHibernateDAO.java 12 publicMethodCommentRequirement Required
33124 src/com/gps/hibernate/InfoPanel.java 10 Classes implementing Serializable should set a serialVersionUID
33125 src/com/gps/hibernate/InfoPanel.java 12 fieldCommentRequirement Required
33126 src/com/gps/hibernate/InfoPanel.java 13 fieldCommentRequirement Required
33127 src/com/gps/hibernate/InfoPanel.java 14 Avoid excessively long variable names like infopaneldisplayname
33128 src/com/gps/hibernate/InfoPanel.java 14 fieldCommentRequirement Required
33129 src/com/gps/hibernate/InfoPanel.java 15 fieldCommentRequirement Required
33130 src/com/gps/hibernate/InfoPanel.java 16 fieldCommentRequirement Required
33131 src/com/gps/hibernate/InfoPanel.java 17 Avoid excessively long variable names like vehiclePanelSettingses
33132 src/com/gps/hibernate/InfoPanel.java 17 fieldCommentRequirement Required
33133 src/com/gps/hibernate/InfoPanel.java 18 Avoid excessively long variable names like orgThresholdValueses
33134 src/com/gps/hibernate/InfoPanel.java 18 fieldCommentRequirement Required
33135 src/com/gps/hibernate/InfoPanel.java 19 Avoid excessively long variable names like userPanelSettingses
33136 src/com/gps/hibernate/InfoPanel.java 19 fieldCommentRequirement Required
33137 src/com/gps/hibernate/InfoPanel.java 21 Document empty constructor
33138 src/com/gps/hibernate/InfoPanel.java 21 publicMethodCommentRequirement Required
33139 src/com/gps/hibernate/InfoPanel.java 24 Parameter 'infopanelname' is not assigned and could be declared final
33140 src/com/gps/hibernate/InfoPanel.java 24 publicMethodCommentRequirement Required
33141 src/com/gps/hibernate/InfoPanel.java 28 Avoid excessively long variable names like infopaneldisplayname
33142 src/com/gps/hibernate/InfoPanel.java 28 Parameter 'infopaneldisplayname' is not assigned and could be declared final
33143 src/com/gps/hibernate/InfoPanel.java 28 Parameter 'infopanelname' is not assigned and could be declared final
33144 src/com/gps/hibernate/InfoPanel.java 28 publicMethodCommentRequirement Required
33145 src/com/gps/hibernate/InfoPanel.java 29 Avoid excessively long variable names like vehiclePanelSettingses
33146 src/com/gps/hibernate/InfoPanel.java 29 Parameter 'activeStatus' is not assigned and could be declared final
33147 src/com/gps/hibernate/InfoPanel.java 29 Parameter 'infoFieldName' is not assigned and could be declared final
33148 src/com/gps/hibernate/InfoPanel.java 29 Parameter 'vehiclePanelSettingses' is not assigned and could be declared final
33149 src/com/gps/hibernate/InfoPanel.java 30 Avoid excessively long variable names like orgThresholdValueses
33150 src/com/gps/hibernate/InfoPanel.java 30 Avoid excessively long variable names like userPanelSettingses
33151 src/com/gps/hibernate/InfoPanel.java 30 Parameter 'orgThresholdValueses' is not assigned and could be declared final
33152 src/com/gps/hibernate/InfoPanel.java 30 Parameter 'userPanelSettingses' is not assigned and could be declared final
33153 src/com/gps/hibernate/InfoPanel.java 40 publicMethodCommentRequirement Required
33154 src/com/gps/hibernate/InfoPanel.java 44 Parameter 'infopanelid' is not assigned and could be declared final
33155 src/com/gps/hibernate/InfoPanel.java 44 publicMethodCommentRequirement Required
33156 src/com/gps/hibernate/InfoPanel.java 48 publicMethodCommentRequirement Required
33157 src/com/gps/hibernate/InfoPanel.java 52 Parameter 'infopanelname' is not assigned and could be declared final
33158 src/com/gps/hibernate/InfoPanel.java 52 publicMethodCommentRequirement Required
33159 src/com/gps/hibernate/InfoPanel.java 56 publicMethodCommentRequirement Required
33160 src/com/gps/hibernate/InfoPanel.java 60 Avoid excessively long variable names like infopaneldisplayname
33161 src/com/gps/hibernate/InfoPanel.java 60 Parameter 'infopaneldisplayname' is not assigned and could be declared final
33162 src/com/gps/hibernate/InfoPanel.java 60 publicMethodCommentRequirement Required
33163 src/com/gps/hibernate/InfoPanel.java 64 publicMethodCommentRequirement Required
33164 src/com/gps/hibernate/InfoPanel.java 68 Parameter 'activeStatus' is not assigned and could be declared final
33165 src/com/gps/hibernate/InfoPanel.java 68 publicMethodCommentRequirement Required
33166 src/com/gps/hibernate/InfoPanel.java 72 publicMethodCommentRequirement Required
33167 src/com/gps/hibernate/InfoPanel.java 76 Avoid excessively long variable names like vehiclePanelSettingses
33168 src/com/gps/hibernate/InfoPanel.java 76 Parameter 'vehiclePanelSettingses' is not assigned and could be declared final
33169 src/com/gps/hibernate/InfoPanel.java 76 publicMethodCommentRequirement Required
33170 src/com/gps/hibernate/InfoPanel.java 80 publicMethodCommentRequirement Required
33171 src/com/gps/hibernate/InfoPanel.java 84 Avoid excessively long variable names like orgThresholdValueses
33172 src/com/gps/hibernate/InfoPanel.java 84 Parameter 'orgThresholdValueses' is not assigned and could be declared final
33173 src/com/gps/hibernate/InfoPanel.java 84 publicMethodCommentRequirement Required
33174 src/com/gps/hibernate/InfoPanel.java 88 publicMethodCommentRequirement Required
33175 src/com/gps/hibernate/InfoPanel.java 92 Avoid excessively long variable names like userPanelSettingses
33176 src/com/gps/hibernate/InfoPanel.java 92 Parameter 'userPanelSettingses' is not assigned and could be declared final
33177 src/com/gps/hibernate/InfoPanel.java 92 publicMethodCommentRequirement Required
33178 src/com/gps/hibernate/InfoPanel.java 96 publicMethodCommentRequirement Required
33179 src/com/gps/hibernate/InfoPanel.java 100 Parameter 'infoFieldName' is not assigned and could be declared final
33180 src/com/gps/hibernate/InfoPanel.java 100 publicMethodCommentRequirement Required
33181 src/com/gps/hibernate/InfoPanelDAO.java 15 Logger should be defined private static final and have the correct class
33182 src/com/gps/hibernate/InfoPanelDAO.java 15 Variables that are final and static should be all capitals, 'log' is not all capitals.
33183 src/com/gps/hibernate/InfoPanelDAO.java 15 fieldCommentRequirement Required
33184 src/com/gps/hibernate/InfoPanelDAO.java 17 Parameter 'transientInstance' is not assigned and could be declared final
33185 src/com/gps/hibernate/InfoPanelDAO.java 17 publicMethodCommentRequirement Required
33186 src/com/gps/hibernate/InfoPanelDAO.java 18 There is log block not surrounded by if
33187 src/com/gps/hibernate/InfoPanelDAO.java 18 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33188 src/com/gps/hibernate/InfoPanelDAO.java 20 Potential violation of Law of Demeter (method chain calls)
33189 src/com/gps/hibernate/InfoPanelDAO.java 21 There is log block not surrounded by if
33190 src/com/gps/hibernate/InfoPanelDAO.java 21 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33191 src/com/gps/hibernate/InfoPanelDAO.java 22 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33192 src/com/gps/hibernate/InfoPanelDAO.java 23 There is log block not surrounded by if
33193 src/com/gps/hibernate/InfoPanelDAO.java 28 Parameter 'instance' is not assigned and could be declared final
33194 src/com/gps/hibernate/InfoPanelDAO.java 28 publicMethodCommentRequirement Required
33195 src/com/gps/hibernate/InfoPanelDAO.java 29 There is log block not surrounded by if
33196 src/com/gps/hibernate/InfoPanelDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33197 src/com/gps/hibernate/InfoPanelDAO.java 31 Potential violation of Law of Demeter (method chain calls)
33198 src/com/gps/hibernate/InfoPanelDAO.java 32 There is log block not surrounded by if
33199 src/com/gps/hibernate/InfoPanelDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33200 src/com/gps/hibernate/InfoPanelDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33201 src/com/gps/hibernate/InfoPanelDAO.java 34 There is log block not surrounded by if
33202 src/com/gps/hibernate/InfoPanelDAO.java 39 Parameter 'instance' is not assigned and could be declared final
33203 src/com/gps/hibernate/InfoPanelDAO.java 39 publicMethodCommentRequirement Required
33204 src/com/gps/hibernate/InfoPanelDAO.java 40 There is log block not surrounded by if
33205 src/com/gps/hibernate/InfoPanelDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33206 src/com/gps/hibernate/InfoPanelDAO.java 42 Potential violation of Law of Demeter (method chain calls)
33207 src/com/gps/hibernate/InfoPanelDAO.java 43 There is log block not surrounded by if
33208 src/com/gps/hibernate/InfoPanelDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33209 src/com/gps/hibernate/InfoPanelDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33210 src/com/gps/hibernate/InfoPanelDAO.java 45 There is log block not surrounded by if
33211 src/com/gps/hibernate/InfoPanelDAO.java 50 Avoid excessively long variable names like persistentInstance
33212 src/com/gps/hibernate/InfoPanelDAO.java 50 Parameter 'persistentInstance' is not assigned and could be declared final
33213 src/com/gps/hibernate/InfoPanelDAO.java 50 publicMethodCommentRequirement Required
33214 src/com/gps/hibernate/InfoPanelDAO.java 51 There is log block not surrounded by if
33215 src/com/gps/hibernate/InfoPanelDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33216 src/com/gps/hibernate/InfoPanelDAO.java 53 Potential violation of Law of Demeter (method chain calls)
33217 src/com/gps/hibernate/InfoPanelDAO.java 54 There is log block not surrounded by if
33218 src/com/gps/hibernate/InfoPanelDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33219 src/com/gps/hibernate/InfoPanelDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33220 src/com/gps/hibernate/InfoPanelDAO.java 56 There is log block not surrounded by if
33221 src/com/gps/hibernate/InfoPanelDAO.java 61 Parameter 'detachedInstance' is not assigned and could be declared final
33222 src/com/gps/hibernate/InfoPanelDAO.java 61 publicMethodCommentRequirement Required
33223 src/com/gps/hibernate/InfoPanelDAO.java 62 There is log block not surrounded by if
33224 src/com/gps/hibernate/InfoPanelDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33225 src/com/gps/hibernate/InfoPanelDAO.java 64 Local variable 'result' could be declared final
33226 src/com/gps/hibernate/InfoPanelDAO.java 64 Potential violation of Law of Demeter (method chain calls)
33227 src/com/gps/hibernate/InfoPanelDAO.java 66 There is log block not surrounded by if
33228 src/com/gps/hibernate/InfoPanelDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33229 src/com/gps/hibernate/InfoPanelDAO.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33230 src/com/gps/hibernate/InfoPanelDAO.java 69 There is log block not surrounded by if
33231 src/com/gps/hibernate/InfoPanelDAO.java 74 Avoid variables with short names like id
33232 src/com/gps/hibernate/InfoPanelDAO.java 74 Parameter 'id' is not assigned and could be declared final
33233 src/com/gps/hibernate/InfoPanelDAO.java 74 publicMethodCommentRequirement Required
33234 src/com/gps/hibernate/InfoPanelDAO.java 75 There is log block not surrounded by if
33235 src/com/gps/hibernate/InfoPanelDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33236 src/com/gps/hibernate/InfoPanelDAO.java 77 Local variable 'instance' could be declared final
33237 src/com/gps/hibernate/InfoPanelDAO.java 77 Potential violation of Law of Demeter (method chain calls)
33238 src/com/gps/hibernate/InfoPanelDAO.java 80 There is log block not surrounded by if
33239 src/com/gps/hibernate/InfoPanelDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33240 src/com/gps/hibernate/InfoPanelDAO.java 82 There is log block not surrounded by if
33241 src/com/gps/hibernate/InfoPanelDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33242 src/com/gps/hibernate/InfoPanelDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33243 src/com/gps/hibernate/InfoPanelDAO.java 86 There is log block not surrounded by if
33244 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 7 Classes implementing Serializable should set a serialVersionUID
33245 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 9 fieldCommentRequirement Required
33246 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 10 Avoid excessively long variable names like vehiclePanelSettings
33247 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 10 fieldCommentRequirement Required
33248 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 11 fieldCommentRequirement Required
33249 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 12 fieldCommentRequirement Required
33250 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 13 fieldCommentRequirement Required
33251 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 14 fieldCommentRequirement Required
33252 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 16 Document empty constructor
33253 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 16 publicMethodCommentRequirement Required
33254 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 19 publicMethodCommentRequirement Required
33255 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 20 Avoid excessively long variable names like vehiclePanelSettings
33256 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 20 Parameter 'height' is not assigned and could be declared final
33257 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 20 Parameter 'vehiclePanelSettings' is not assigned and could be declared final
33258 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 20 Parameter 'width' is not assigned and could be declared final
33259 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 26 publicMethodCommentRequirement Required
33260 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 27 Avoid excessively long variable names like vehiclePanelSettings
33261 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 27 Parameter 'height' is not assigned and could be declared final
33262 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 27 Parameter 'vehiclePanelSettings' is not assigned and could be declared final
33263 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 27 Parameter 'width' is not assigned and could be declared final
33264 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 28 Parameter 'alertstyles' is not assigned and could be declared final
33265 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 28 Parameter 'displaystyles' is not assigned and could be declared final
33266 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 36 publicMethodCommentRequirement Required
33267 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 40 Parameter 'layoutid' is not assigned and could be declared final
33268 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 40 publicMethodCommentRequirement Required
33269 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 44 publicMethodCommentRequirement Required
33270 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 48 publicMethodCommentRequirement Required
33271 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 49 Avoid excessively long variable names like vehiclePanelSettings
33272 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 49 Parameter 'vehiclePanelSettings' is not assigned and could be declared final
33273 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 53 publicMethodCommentRequirement Required
33274 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 57 Parameter 'width' is not assigned and could be declared final
33275 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 57 publicMethodCommentRequirement Required
33276 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 61 publicMethodCommentRequirement Required
33277 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 65 Parameter 'height' is not assigned and could be declared final
33278 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 65 publicMethodCommentRequirement Required
33279 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 69 publicMethodCommentRequirement Required
33280 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 73 Parameter 'displaystyles' is not assigned and could be declared final
33281 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 73 publicMethodCommentRequirement Required
33282 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 77 publicMethodCommentRequirement Required
33283 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 81 Parameter 'alertstyles' is not assigned and could be declared final
33284 src/com/gps/hibernate/LayoutInfoPanelStyleSettings.java 81 publicMethodCommentRequirement Required
33285 src/com/gps/hibernate/Location.java 3 Avoid unused imports such as 'java.util.Date'
33286 src/com/gps/hibernate/Location.java 11 Classes implementing Serializable should set a serialVersionUID
33287 src/com/gps/hibernate/Location.java 14 fieldCommentRequirement Required
33288 src/com/gps/hibernate/Location.java 15 fieldCommentRequirement Required
33289 src/com/gps/hibernate/Location.java 25 Parameter 'lattitude' is not assigned and could be declared final
33290 src/com/gps/hibernate/Location.java 37 Parameter 'longitude' is not assigned and could be declared final
33291 src/com/gps/hibernate/LocationDAO.java 4 Avoid unused imports such as 'java.sql.ResultSet'
33292 src/com/gps/hibernate/LocationDAO.java 9 Avoid unused imports such as 'java.util.Set'
33293 src/com/gps/hibernate/LocationDAO.java 15 Avoid unused imports such as 'com.gps.hibernate.Location'
33294 src/com/gps/hibernate/LocationDAO.java 15 No need to import a type that lives in the same package
33295 src/com/gps/hibernate/LocationDAO.java 18 headerCommentRequirement Required
33296 src/com/gps/hibernate/LocationDAO.java 19 Logger should be defined private static final and have the correct class
33297 src/com/gps/hibernate/LocationDAO.java 19 Variables that are final and static should be all capitals, 'log' is not all capitals.
33298 src/com/gps/hibernate/LocationDAO.java 19 fieldCommentRequirement Required
33299 src/com/gps/hibernate/LocationDAO.java 21 Comment is too large: Too many lines
33300 src/com/gps/hibernate/LocationDAO.java 27 Comment is too large: Line too long
33301 src/com/gps/hibernate/LocationDAO.java 39 Parameter 'tripid' is not assigned and could be declared final
33302 src/com/gps/hibernate/LocationDAO.java 39 publicMethodCommentRequirement Required
33303 src/com/gps/hibernate/LocationDAO.java 43 Found 'DD'-anomaly for variable 'esn' (lines '43'-'48').
33304 src/com/gps/hibernate/LocationDAO.java 44 Local variable 'queryString' could be declared final
33305 src/com/gps/hibernate/LocationDAO.java 45 Local variable 'queryObject' could be declared final
33306 src/com/gps/hibernate/LocationDAO.java 45 Potential violation of Law of Demeter (method chain calls)
33307 src/com/gps/hibernate/LocationDAO.java 46 Local variable 'size' could be declared final
33308 src/com/gps/hibernate/LocationDAO.java 46 Potential violation of Law of Demeter (method chain calls)
33309 src/com/gps/hibernate/LocationDAO.java 46 Potential violation of Law of Demeter (object not created locally)
33310 src/com/gps/hibernate/LocationDAO.java 47 Avoid using Literals in Conditional Statements
33311 src/com/gps/hibernate/LocationDAO.java 47 Avoid using if statements without curly braces
33312 src/com/gps/hibernate/LocationDAO.java 48 Potential violation of Law of Demeter (method chain calls)
33313 src/com/gps/hibernate/LocationDAO.java 48 Potential violation of Law of Demeter (method chain calls)
33314 src/com/gps/hibernate/LocationDAO.java 48 Potential violation of Law of Demeter (object not created locally)
33315 src/com/gps/hibernate/LocationDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33316 src/com/gps/hibernate/LocationDAO.java 51 There is log block not surrounded by if
33317 src/com/gps/hibernate/LocationDAO.java 55 Parameter 'vehid' is not assigned and could be declared final
33318 src/com/gps/hibernate/LocationDAO.java 55 publicMethodCommentRequirement Required
33319 src/com/gps/hibernate/LocationDAO.java 59 Found 'DD'-anomaly for variable 'esn' (lines '59'-'64').
33320 src/com/gps/hibernate/LocationDAO.java 60 Local variable 'queryString' could be declared final
33321 src/com/gps/hibernate/LocationDAO.java 61 Local variable 'queryObject' could be declared final
33322 src/com/gps/hibernate/LocationDAO.java 61 Potential violation of Law of Demeter (method chain calls)
33323 src/com/gps/hibernate/LocationDAO.java 62 Local variable 'size' could be declared final
33324 src/com/gps/hibernate/LocationDAO.java 62 Potential violation of Law of Demeter (method chain calls)
33325 src/com/gps/hibernate/LocationDAO.java 62 Potential violation of Law of Demeter (object not created locally)
33326 src/com/gps/hibernate/LocationDAO.java 63 Avoid using Literals in Conditional Statements
33327 src/com/gps/hibernate/LocationDAO.java 63 Avoid using if statements without curly braces
33328 src/com/gps/hibernate/LocationDAO.java 64 Potential violation of Law of Demeter (method chain calls)
33329 src/com/gps/hibernate/LocationDAO.java 64 Potential violation of Law of Demeter (method chain calls)
33330 src/com/gps/hibernate/LocationDAO.java 64 Potential violation of Law of Demeter (object not created locally)
33331 src/com/gps/hibernate/LocationDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33332 src/com/gps/hibernate/LocationDAO.java 67 There is log block not surrounded by if
33333 src/com/gps/hibernate/LocationDAO.java 71 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
33334 src/com/gps/hibernate/LocationDAO.java 71 Found non-transient, non-static member. Please mark as transient or provide accessors.
33335 src/com/gps/hibernate/LocationDAO.java 71 Use explicit scoping instead of the default package private level
33336 src/com/gps/hibernate/LocationDAO.java 71 fieldCommentRequirement Required
33337 src/com/gps/hibernate/LocationDAO.java 72 Parameter 'tripId' is not assigned and could be declared final
33338 src/com/gps/hibernate/LocationDAO.java 72 publicMethodCommentRequirement Required
33339 src/com/gps/hibernate/LocationDAO.java 75 Local variable 'trip' could be declared final
33340 src/com/gps/hibernate/LocationDAO.java 76 Found 'DD'-anomaly for variable 'tripReq' (lines '76'-'86').
33341 src/com/gps/hibernate/LocationDAO.java 77 Local variable 'dataOrg' could be declared final
33342 src/com/gps/hibernate/LocationDAO.java 86 Potential violation of Law of Demeter (object not created locally)
33343 src/com/gps/hibernate/LocationDAO.java 88 Local variable 'esnNo' could be declared final
33344 src/com/gps/hibernate/LocationDAO.java 89 There is log block not surrounded by if
33345 src/com/gps/hibernate/LocationDAO.java 89 There is log block not surrounded by if
33346 src/com/gps/hibernate/LocationDAO.java 90 Found 'DD'-anomaly for variable 'location' (lines '90'-'91').
33347 src/com/gps/hibernate/LocationDAO.java 91 Potential violation of Law of Demeter (method chain calls)
33348 src/com/gps/hibernate/LocationDAO.java 91 Potential violation of Law of Demeter (method chain calls)
33349 src/com/gps/hibernate/LocationDAO.java 91 Potential violation of Law of Demeter (object not created locally)
33350 src/com/gps/hibernate/LocationDAO.java 91 Potential violation of Law of Demeter (object not created locally)
33351 src/com/gps/hibernate/LocationDAO.java 93 Avoid using Literals in Conditional Statements
33352 src/com/gps/hibernate/LocationDAO.java 93 Potential violation of Law of Demeter (object not created locally)
33353 src/com/gps/hibernate/LocationDAO.java 95 Comment is too large: Line too long
33354 src/com/gps/hibernate/LocationDAO.java 96 Comment is too large: Line too long
33355 src/com/gps/hibernate/LocationDAO.java 98 Local variable 'query' could be declared final
33356 src/com/gps/hibernate/LocationDAO.java 98 Potential violation of Law of Demeter (method chain calls)
33357 src/com/gps/hibernate/LocationDAO.java 98 Potential violation of Law of Demeter (object not created locally)
33358 src/com/gps/hibernate/LocationDAO.java 99 System.out.print is used
33359 src/com/gps/hibernate/LocationDAO.java 100 Avoid variables with short names like q
33360 src/com/gps/hibernate/LocationDAO.java 100 Local variable 'q' could be declared final
33361 src/com/gps/hibernate/LocationDAO.java 100 Potential violation of Law of Demeter (object not created locally)
33362 src/com/gps/hibernate/LocationDAO.java 101 Potential violation of Law of Demeter (object not created locally)
33363 src/com/gps/hibernate/LocationDAO.java 103 System.out.print is used
33364 src/com/gps/hibernate/LocationDAO.java 104 Local variable 'itr' could be declared final
33365 src/com/gps/hibernate/LocationDAO.java 108 Local variable 'obj' could be declared final
33366 src/com/gps/hibernate/LocationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
33367 src/com/gps/hibernate/LocationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
33368 src/com/gps/hibernate/LocationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
33369 src/com/gps/hibernate/LocationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
33370 src/com/gps/hibernate/LocationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
33371 src/com/gps/hibernate/LocationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
33372 src/com/gps/hibernate/LocationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
33373 src/com/gps/hibernate/LocationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
33374 src/com/gps/hibernate/LocationDAO.java 109 System.out.print is used
33375 src/com/gps/hibernate/LocationDAO.java 110 Avoid appending characters as strings in StringBuffer.append.
33376 src/com/gps/hibernate/LocationDAO.java 110 Potential violation of Law of Demeter (method chain calls)
33377 src/com/gps/hibernate/LocationDAO.java 110 Potential violation of Law of Demeter (method chain calls)
33378 src/com/gps/hibernate/LocationDAO.java 110 Potential violation of Law of Demeter (method chain calls)
33379 src/com/gps/hibernate/LocationDAO.java 110 Potential violation of Law of Demeter (method chain calls)
33380 src/com/gps/hibernate/LocationDAO.java 110 Potential violation of Law of Demeter (object not created locally)
33381 src/com/gps/hibernate/LocationDAO.java 113 Potential violation of Law of Demeter (object not created locally)
33382 src/com/gps/hibernate/LocationDAO.java 114 Potential violation of Law of Demeter (object not created locally)
33383 src/com/gps/hibernate/LocationDAO.java 116 Potential violation of Law of Demeter (object not created locally)
33384 src/com/gps/hibernate/LocationDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33385 src/com/gps/hibernate/LocationDAO.java 118 There is log block not surrounded by if
33386 src/com/gps/hibernate/LocationDAO.java 123 Parameter 'vehicleId' is not assigned and could be declared final
33387 src/com/gps/hibernate/LocationDAO.java 123 publicMethodCommentRequirement Required
33388 src/com/gps/hibernate/LocationDAO.java 124 Found 'DD'-anomaly for variable 'trips' (lines '124'-'129').
33389 src/com/gps/hibernate/LocationDAO.java 126 Local variable 'query' could be declared final
33390 src/com/gps/hibernate/LocationDAO.java 127 System.out.print is used
33391 src/com/gps/hibernate/LocationDAO.java 128 Avoid variables with short names like q
33392 src/com/gps/hibernate/LocationDAO.java 128 Local variable 'q' could be declared final
33393 src/com/gps/hibernate/LocationDAO.java 128 Potential violation of Law of Demeter (method chain calls)
33394 src/com/gps/hibernate/LocationDAO.java 129 Potential violation of Law of Demeter (object not created locally)
33395 src/com/gps/hibernate/LocationDAO.java 130 Potential violation of Law of Demeter (object not created locally)
33396 src/com/gps/hibernate/LocationDAO.java 130 System.out.print is used
33397 src/com/gps/hibernate/LocationDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33398 src/com/gps/hibernate/LocationDAO.java 133 Avoid printStackTrace(); use a logger call instead.
33399 src/com/gps/hibernate/LocationDAO.java 133 Potential violation of Law of Demeter (object not created locally)
33400 src/com/gps/hibernate/LoginDAO.java 6 Avoid unused imports such as 'java.util.Iterator'
33401 src/com/gps/hibernate/LoginDAO.java 9 Avoid unused imports such as 'java.util.Set'
33402 src/com/gps/hibernate/LoginDAO.java 14 Avoid unused imports such as 'org.hibernate.Session'
33403 src/com/gps/hibernate/LoginDAO.java 18 Avoid importing anything from the sun.* packages
33404 src/com/gps/hibernate/LoginDAO.java 20 headerCommentRequirement Required
33405 src/com/gps/hibernate/LoginDAO.java 21 Logger should be defined private static final and have the correct class
33406 src/com/gps/hibernate/LoginDAO.java 21 Variables that are final and static should be all capitals, 'log' is not all capitals.
33407 src/com/gps/hibernate/LoginDAO.java 21 fieldCommentRequirement Required
33408 src/com/gps/hibernate/LoginDAO.java 23 Method names should not start with capital letters
33409 src/com/gps/hibernate/LoginDAO.java 23 Parameter 'password' is not assigned and could be declared final
33410 src/com/gps/hibernate/LoginDAO.java 23 Parameter 'username' is not assigned and could be declared final
33411 src/com/gps/hibernate/LoginDAO.java 23 publicMethodCommentRequirement Required
33412 src/com/gps/hibernate/LoginDAO.java 27 Found 'DD'-anomaly for variable 'userlist' (lines '27'-'32').
33413 src/com/gps/hibernate/LoginDAO.java 28 Found 'DD'-anomaly for variable 'stat' (lines '28'-'42').
33414 src/com/gps/hibernate/LoginDAO.java 29 Local variable 'queryString' could be declared final
33415 src/com/gps/hibernate/LoginDAO.java 30 System.out.print is used
33416 src/com/gps/hibernate/LoginDAO.java 31 Local variable 'queryObject' could be declared final
33417 src/com/gps/hibernate/LoginDAO.java 31 Potential violation of Law of Demeter (method chain calls)
33418 src/com/gps/hibernate/LoginDAO.java 32 Potential violation of Law of Demeter (object not created locally)
33419 src/com/gps/hibernate/LoginDAO.java 33 Comment is too large: Line too long
33420 src/com/gps/hibernate/LoginDAO.java 35 Local variable 'size' could be declared final
33421 src/com/gps/hibernate/LoginDAO.java 35 Potential violation of Law of Demeter (object not created locally)
33422 src/com/gps/hibernate/LoginDAO.java 41 Avoid using Literals in Conditional Statements
33423 src/com/gps/hibernate/LoginDAO.java 41 Avoid using if statements without curly braces
33424 src/com/gps/hibernate/LoginDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33425 src/com/gps/hibernate/LoginDAO.java 45 There is log block not surrounded by if
33426 src/com/gps/hibernate/LoginDAO.java 51 Method names should not start with capital letters
33427 src/com/gps/hibernate/LoginDAO.java 51 Parameter 'password' is not assigned and could be declared final
33428 src/com/gps/hibernate/LoginDAO.java 51 Parameter 'username' is not assigned and could be declared final
33429 src/com/gps/hibernate/LoginDAO.java 51 publicMethodCommentRequirement Required
33430 src/com/gps/hibernate/LoginDAO.java 55 Found 'DD'-anomaly for variable 'userlist' (lines '55'-'61').
33431 src/com/gps/hibernate/LoginDAO.java 56 Found 'DD'-anomaly for variable 'userorg' (lines '56'-'66').
33432 src/com/gps/hibernate/LoginDAO.java 56 Found 'DU'-anomaly for variable 'userorg' (lines '56'-'76').
33433 src/com/gps/hibernate/LoginDAO.java 57 Found 'DD'-anomaly for variable 'organization' (lines '57'-'68').
33434 src/com/gps/hibernate/LoginDAO.java 57 Found 'DU'-anomaly for variable 'organization' (lines '57'-'76').
33435 src/com/gps/hibernate/LoginDAO.java 58 Found 'DD'-anomaly for variable 'orgid' (lines '58'-'67').
33436 src/com/gps/hibernate/LoginDAO.java 58 Found 'DD'-anomaly for variable 'userid' (lines '58'-'65').
33437 src/com/gps/hibernate/LoginDAO.java 58 Found 'DU'-anomaly for variable 'orgid' (lines '58'-'76').
33438 src/com/gps/hibernate/LoginDAO.java 58 Found 'DU'-anomaly for variable 'userid' (lines '58'-'76').
33439 src/com/gps/hibernate/LoginDAO.java 58 Use one line for each declaration, it enhances code readability.
33440 src/com/gps/hibernate/LoginDAO.java 59 Local variable 'queryString' could be declared final
33441 src/com/gps/hibernate/LoginDAO.java 60 Local variable 'queryObject' could be declared final
33442 src/com/gps/hibernate/LoginDAO.java 60 Potential violation of Law of Demeter (method chain calls)
33443 src/com/gps/hibernate/LoginDAO.java 61 Potential violation of Law of Demeter (object not created locally)
33444 src/com/gps/hibernate/LoginDAO.java 62 Local variable 'size' could be declared final
33445 src/com/gps/hibernate/LoginDAO.java 62 Potential violation of Law of Demeter (object not created locally)
33446 src/com/gps/hibernate/LoginDAO.java 63 Avoid using Literals in Conditional Statements
33447 src/com/gps/hibernate/LoginDAO.java 65 Potential violation of Law of Demeter (method chain calls)
33448 src/com/gps/hibernate/LoginDAO.java 65 Potential violation of Law of Demeter (object not created locally)
33449 src/com/gps/hibernate/LoginDAO.java 66 Potential violation of Law of Demeter (method chain calls)
33450 src/com/gps/hibernate/LoginDAO.java 66 Potential violation of Law of Demeter (method chain calls)
33451 src/com/gps/hibernate/LoginDAO.java 67 Potential violation of Law of Demeter (method chain calls)
33452 src/com/gps/hibernate/LoginDAO.java 67 Potential violation of Law of Demeter (method chain calls)
33453 src/com/gps/hibernate/LoginDAO.java 67 Potential violation of Law of Demeter (object not created locally)
33454 src/com/gps/hibernate/LoginDAO.java 68 Potential violation of Law of Demeter (method chain calls)
33455 src/com/gps/hibernate/LoginDAO.java 68 Potential violation of Law of Demeter (method chain calls)
33456 src/com/gps/hibernate/LoginDAO.java 69 A method should have only one exit point, and that should be the last statement in the method
33457 src/com/gps/hibernate/LoginDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33458 src/com/gps/hibernate/LoginDAO.java 72 There is log block not surrounded by if
33459 src/com/gps/hibernate/LoginDAO.java 78 Parameter 'inputStr' is not assigned and could be declared final
33460 src/com/gps/hibernate/LoginDAO.java 78 Use block level rather than method level synchronization
33461 src/com/gps/hibernate/LoginDAO.java 78 publicMethodCommentRequirement Required
33462 src/com/gps/hibernate/LoginDAO.java 80 Avoid variables with short names like md
33463 src/com/gps/hibernate/LoginDAO.java 80 Local variable 'md' could be declared final
33464 src/com/gps/hibernate/LoginDAO.java 81 Potential violation of Law of Demeter (object not created locally)
33465 src/com/gps/hibernate/LoginDAO.java 82 Local variable 'digest' could be declared final
33466 src/com/gps/hibernate/LoginDAO.java 82 Potential violation of Law of Demeter (object not created locally)
33467 src/com/gps/hibernate/LoginDAO.java 83 A method should have only one exit point, and that should be the last statement in the method
33468 src/com/gps/hibernate/LoginDAO.java 83 This statement may have some unnecessary parentheses
33469 src/com/gps/hibernate/LoginDAO.java 83 Useless parentheses.
33470 src/com/gps/hibernate/LoginDAO.java 83 Useless parentheses.
33471 src/com/gps/hibernate/LoginDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33472 src/com/gps/hibernate/MessageFormat.java 3 Avoid unused imports such as 'java.util.HashSet'
33473 src/com/gps/hibernate/MessageFormat.java 4 Avoid unused imports such as 'java.util.Set'
33474 src/com/gps/hibernate/MessageFormat.java 6 Classes implementing Serializable should set a serialVersionUID
33475 src/com/gps/hibernate/MessageFormat.java 6 headerCommentRequirement Required
33476 src/com/gps/hibernate/MessageFormat.java 11 Avoid variables with short names like id
33477 src/com/gps/hibernate/MessageFormat.java 11 fieldCommentRequirement Required
33478 src/com/gps/hibernate/MessageFormat.java 12 fieldCommentRequirement Required
33479 src/com/gps/hibernate/MessageFormat.java 13 fieldCommentRequirement Required
33480 src/com/gps/hibernate/MessageFormat.java 14 fieldCommentRequirement Required
33481 src/com/gps/hibernate/MessageFormat.java 28 Avoid variables with short names like id
33482 src/com/gps/hibernate/MessageFormat.java 28 Parameter 'id' is not assigned and could be declared final
33483 src/com/gps/hibernate/MessageFormat.java 28 Parameter 'property' is not assigned and could be declared final
33484 src/com/gps/hibernate/MessageFormat.java 28 Parameter 'symbol' is not assigned and could be declared final
33485 src/com/gps/hibernate/MessageFormat.java 29 Parameter 'value' is not assigned and could be declared final
33486 src/com/gps/hibernate/MessageFormat.java 45 Avoid variables with short names like id
33487 src/com/gps/hibernate/MessageFormat.java 45 Parameter 'id' is not assigned and could be declared final
33488 src/com/gps/hibernate/MessageFormat.java 57 Parameter 'symbol' is not assigned and could be declared final
33489 src/com/gps/hibernate/MessageFormat.java 69 Parameter 'property' is not assigned and could be declared final
33490 src/com/gps/hibernate/MessageFormat.java 81 Parameter 'value' is not assigned and could be declared final
33491 src/com/gps/hibernate/MessageFormatDAO.java 21 Logger should be defined private static final and have the correct class
33492 src/com/gps/hibernate/MessageFormatDAO.java 21 Variables that are final and static should be all capitals, 'log' is not all capitals.
33493 src/com/gps/hibernate/MessageFormatDAO.java 21 fieldCommentRequirement Required
33494 src/com/gps/hibernate/MessageFormatDAO.java 23 fieldCommentRequirement Required
33495 src/com/gps/hibernate/MessageFormatDAO.java 25 protectedMethodCommentRequirement Required
33496 src/com/gps/hibernate/MessageFormatDAO.java 29 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33497 src/com/gps/hibernate/MessageFormatDAO.java 30 There is log block not surrounded by if
33498 src/com/gps/hibernate/MessageFormatDAO.java 31 New exception is thrown in catch block, original stack trace may be lost
33499 src/com/gps/hibernate/MessageFormatDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
33500 src/com/gps/hibernate/MessageFormatDAO.java 35 publicMethodCommentRequirement Required
33501 src/com/gps/hibernate/MessageFormatDAO.java 36 There is log block not surrounded by if
33502 src/com/gps/hibernate/MessageFormatDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33503 src/com/gps/hibernate/MessageFormatDAO.java 38 Potential violation of Law of Demeter (method chain calls)
33504 src/com/gps/hibernate/MessageFormatDAO.java 39 There is log block not surrounded by if
33505 src/com/gps/hibernate/MessageFormatDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33506 src/com/gps/hibernate/MessageFormatDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33507 src/com/gps/hibernate/MessageFormatDAO.java 42 There is log block not surrounded by if
33508 src/com/gps/hibernate/MessageFormatDAO.java 47 Parameter 'instance' is not assigned and could be declared final
33509 src/com/gps/hibernate/MessageFormatDAO.java 47 publicMethodCommentRequirement Required
33510 src/com/gps/hibernate/MessageFormatDAO.java 48 There is log block not surrounded by if
33511 src/com/gps/hibernate/MessageFormatDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33512 src/com/gps/hibernate/MessageFormatDAO.java 50 Potential violation of Law of Demeter (method chain calls)
33513 src/com/gps/hibernate/MessageFormatDAO.java 51 There is log block not surrounded by if
33514 src/com/gps/hibernate/MessageFormatDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33515 src/com/gps/hibernate/MessageFormatDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33516 src/com/gps/hibernate/MessageFormatDAO.java 54 There is log block not surrounded by if
33517 src/com/gps/hibernate/MessageFormatDAO.java 59 Parameter 'instance' is not assigned and could be declared final
33518 src/com/gps/hibernate/MessageFormatDAO.java 59 publicMethodCommentRequirement Required
33519 src/com/gps/hibernate/MessageFormatDAO.java 60 There is log block not surrounded by if
33520 src/com/gps/hibernate/MessageFormatDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33521 src/com/gps/hibernate/MessageFormatDAO.java 62 Potential violation of Law of Demeter (method chain calls)
33522 src/com/gps/hibernate/MessageFormatDAO.java 63 There is log block not surrounded by if
33523 src/com/gps/hibernate/MessageFormatDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33524 src/com/gps/hibernate/MessageFormatDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33525 src/com/gps/hibernate/MessageFormatDAO.java 66 There is log block not surrounded by if
33526 src/com/gps/hibernate/MessageFormatDAO.java 71 Avoid excessively long variable names like persistentInstance
33527 src/com/gps/hibernate/MessageFormatDAO.java 71 Parameter 'persistentInstance' is not assigned and could be declared final
33528 src/com/gps/hibernate/MessageFormatDAO.java 71 publicMethodCommentRequirement Required
33529 src/com/gps/hibernate/MessageFormatDAO.java 72 There is log block not surrounded by if
33530 src/com/gps/hibernate/MessageFormatDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33531 src/com/gps/hibernate/MessageFormatDAO.java 74 Potential violation of Law of Demeter (method chain calls)
33532 src/com/gps/hibernate/MessageFormatDAO.java 75 There is log block not surrounded by if
33533 src/com/gps/hibernate/MessageFormatDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33534 src/com/gps/hibernate/MessageFormatDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33535 src/com/gps/hibernate/MessageFormatDAO.java 78 There is log block not surrounded by if
33536 src/com/gps/hibernate/MessageFormatDAO.java 83 Parameter 'detachedInstance' is not assigned and could be declared final
33537 src/com/gps/hibernate/MessageFormatDAO.java 83 publicMethodCommentRequirement Required
33538 src/com/gps/hibernate/MessageFormatDAO.java 84 There is log block not surrounded by if
33539 src/com/gps/hibernate/MessageFormatDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33540 src/com/gps/hibernate/MessageFormatDAO.java 86 Local variable 'result' could be declared final
33541 src/com/gps/hibernate/MessageFormatDAO.java 86 Potential violation of Law of Demeter (method chain calls)
33542 src/com/gps/hibernate/MessageFormatDAO.java 88 There is log block not surrounded by if
33543 src/com/gps/hibernate/MessageFormatDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33544 src/com/gps/hibernate/MessageFormatDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33545 src/com/gps/hibernate/MessageFormatDAO.java 92 There is log block not surrounded by if
33546 src/com/gps/hibernate/MessageFormatDAO.java 97 Avoid variables with short names like id
33547 src/com/gps/hibernate/MessageFormatDAO.java 97 Parameter 'id' is not assigned and could be declared final
33548 src/com/gps/hibernate/MessageFormatDAO.java 97 publicMethodCommentRequirement Required
33549 src/com/gps/hibernate/MessageFormatDAO.java 98 There is log block not surrounded by if
33550 src/com/gps/hibernate/MessageFormatDAO.java 98 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33551 src/com/gps/hibernate/MessageFormatDAO.java 100 Local variable 'instance' could be declared final
33552 src/com/gps/hibernate/MessageFormatDAO.java 100 Potential violation of Law of Demeter (method chain calls)
33553 src/com/gps/hibernate/MessageFormatDAO.java 103 There is log block not surrounded by if
33554 src/com/gps/hibernate/MessageFormatDAO.java 103 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33555 src/com/gps/hibernate/MessageFormatDAO.java 106 There is log block not surrounded by if
33556 src/com/gps/hibernate/MessageFormatDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33557 src/com/gps/hibernate/MessageFormatDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33558 src/com/gps/hibernate/MessageFormatDAO.java 111 There is log block not surrounded by if
33559 src/com/gps/hibernate/MessageFormatDAO.java 117 Parameter 'instance' is not assigned and could be declared final
33560 src/com/gps/hibernate/MessageFormatDAO.java 117 publicMethodCommentRequirement Required
33561 src/com/gps/hibernate/MessageFormatDAO.java 118 There is log block not surrounded by if
33562 src/com/gps/hibernate/MessageFormatDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33563 src/com/gps/hibernate/MessageFormatDAO.java 120 Local variable 'results' could be declared final
33564 src/com/gps/hibernate/MessageFormatDAO.java 120 Potential violation of Law of Demeter (method chain calls)
33565 src/com/gps/hibernate/MessageFormatDAO.java 120 Potential violation of Law of Demeter (method chain calls)
33566 src/com/gps/hibernate/MessageFormatDAO.java 120 Potential violation of Law of Demeter (method chain calls)
33567 src/com/gps/hibernate/MessageFormatDAO.java 124 Potential violation of Law of Demeter (object not created locally)
33568 src/com/gps/hibernate/MessageFormatDAO.java 124 There is log block not surrounded by if
33569 src/com/gps/hibernate/MessageFormatDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33570 src/com/gps/hibernate/MessageFormatDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33571 src/com/gps/hibernate/MessageFormatDAO.java 128 There is log block not surrounded by if
33572 src/com/gps/hibernate/MobileOrg.java 3 Avoid unused imports such as 'java.util.HashSet'
33573 src/com/gps/hibernate/MobileOrg.java 4 Avoid unused imports such as 'java.util.Set'
33574 src/com/gps/hibernate/MobileOrg.java 12 Classes implementing Serializable should set a serialVersionUID
33575 src/com/gps/hibernate/MobileOrg.java 16 Avoid variables with short names like id
33576 src/com/gps/hibernate/MobileOrg.java 16 fieldCommentRequirement Required
33577 src/com/gps/hibernate/MobileOrg.java 17 fieldCommentRequirement Required
33578 src/com/gps/hibernate/MobileOrg.java 18 Variables should start with a lowercase character, 'OrganizationId' starts with uppercase character.
33579 src/com/gps/hibernate/MobileOrg.java 18 fieldCommentRequirement Required
33580 src/com/gps/hibernate/MobileOrg.java 23 Document empty constructor
33581 src/com/gps/hibernate/MobileOrg.java 31 Avoid variables with short names like id
33582 src/com/gps/hibernate/MobileOrg.java 31 Parameter 'id' is not assigned and could be declared final
33583 src/com/gps/hibernate/MobileOrg.java 31 Parameter 'imeiNo' is not assigned and could be declared final
33584 src/com/gps/hibernate/MobileOrg.java 31 Parameter 'organizationId' is not assigned and could be declared final
33585 src/com/gps/hibernate/MobileOrg.java 48 Avoid variables with short names like id
33586 src/com/gps/hibernate/MobileOrg.java 48 Parameter 'id' is not assigned and could be declared final
33587 src/com/gps/hibernate/MobileOrg.java 62 Parameter 'imeiNo' is not assigned and could be declared final
33588 src/com/gps/hibernate/MobileOrg.java 76 Parameter 'organizationId' is not assigned and could be declared final
33589 src/com/gps/hibernate/MobileOrgDAO.java 4 Avoid unused imports such as 'java.util.Set'
33590 src/com/gps/hibernate/MobileOrgDAO.java 11 Comment is too large: Too many lines
33591 src/com/gps/hibernate/MobileOrgDAO.java 23 This class has too many methods, consider refactoring it.
33592 src/com/gps/hibernate/MobileOrgDAO.java 24 Logger should be defined private static final and have the correct class
33593 src/com/gps/hibernate/MobileOrgDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
33594 src/com/gps/hibernate/MobileOrgDAO.java 24 fieldCommentRequirement Required
33595 src/com/gps/hibernate/MobileOrgDAO.java 26 Avoid variables with short names like ID
33596 src/com/gps/hibernate/MobileOrgDAO.java 26 fieldCommentRequirement Required
33597 src/com/gps/hibernate/MobileOrgDAO.java 27 fieldCommentRequirement Required
33598 src/com/gps/hibernate/MobileOrgDAO.java 28 fieldCommentRequirement Required
33599 src/com/gps/hibernate/MobileOrgDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
33600 src/com/gps/hibernate/MobileOrgDAO.java 30 publicMethodCommentRequirement Required
33601 src/com/gps/hibernate/MobileOrgDAO.java 31 There is log block not surrounded by if
33602 src/com/gps/hibernate/MobileOrgDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33603 src/com/gps/hibernate/MobileOrgDAO.java 33 Potential violation of Law of Demeter (method chain calls)
33604 src/com/gps/hibernate/MobileOrgDAO.java 34 There is log block not surrounded by if
33605 src/com/gps/hibernate/MobileOrgDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33606 src/com/gps/hibernate/MobileOrgDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33607 src/com/gps/hibernate/MobileOrgDAO.java 36 There is log block not surrounded by if
33608 src/com/gps/hibernate/MobileOrgDAO.java 41 Avoid excessively long variable names like persistentInstance
33609 src/com/gps/hibernate/MobileOrgDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
33610 src/com/gps/hibernate/MobileOrgDAO.java 41 publicMethodCommentRequirement Required
33611 src/com/gps/hibernate/MobileOrgDAO.java 42 There is log block not surrounded by if
33612 src/com/gps/hibernate/MobileOrgDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33613 src/com/gps/hibernate/MobileOrgDAO.java 44 Potential violation of Law of Demeter (method chain calls)
33614 src/com/gps/hibernate/MobileOrgDAO.java 45 There is log block not surrounded by if
33615 src/com/gps/hibernate/MobileOrgDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33616 src/com/gps/hibernate/MobileOrgDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33617 src/com/gps/hibernate/MobileOrgDAO.java 47 There is log block not surrounded by if
33618 src/com/gps/hibernate/MobileOrgDAO.java 52 Avoid variables with short names like id
33619 src/com/gps/hibernate/MobileOrgDAO.java 52 Parameter 'id' is not assigned and could be declared final
33620 src/com/gps/hibernate/MobileOrgDAO.java 52 publicMethodCommentRequirement Required
33621 src/com/gps/hibernate/MobileOrgDAO.java 53 There is log block not surrounded by if
33622 src/com/gps/hibernate/MobileOrgDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33623 src/com/gps/hibernate/MobileOrgDAO.java 55 Local variable 'instance' could be declared final
33624 src/com/gps/hibernate/MobileOrgDAO.java 55 Potential violation of Law of Demeter (method chain calls)
33625 src/com/gps/hibernate/MobileOrgDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33626 src/com/gps/hibernate/MobileOrgDAO.java 59 There is log block not surrounded by if
33627 src/com/gps/hibernate/MobileOrgDAO.java 64 Parameter 'instance' is not assigned and could be declared final
33628 src/com/gps/hibernate/MobileOrgDAO.java 64 publicMethodCommentRequirement Required
33629 src/com/gps/hibernate/MobileOrgDAO.java 65 There is log block not surrounded by if
33630 src/com/gps/hibernate/MobileOrgDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33631 src/com/gps/hibernate/MobileOrgDAO.java 67 Local variable 'results' could be declared final
33632 src/com/gps/hibernate/MobileOrgDAO.java 67 Potential violation of Law of Demeter (method chain calls)
33633 src/com/gps/hibernate/MobileOrgDAO.java 67 Potential violation of Law of Demeter (method chain calls)
33634 src/com/gps/hibernate/MobileOrgDAO.java 67 Potential violation of Law of Demeter (method chain calls)
33635 src/com/gps/hibernate/MobileOrgDAO.java 70 There is log block not surrounded by if
33636 src/com/gps/hibernate/MobileOrgDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33637 src/com/gps/hibernate/MobileOrgDAO.java 71 Potential violation of Law of Demeter (object not created locally)
33638 src/com/gps/hibernate/MobileOrgDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33639 src/com/gps/hibernate/MobileOrgDAO.java 74 There is log block not surrounded by if
33640 src/com/gps/hibernate/MobileOrgDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
33641 src/com/gps/hibernate/MobileOrgDAO.java 79 Parameter 'value' is not assigned and could be declared final
33642 src/com/gps/hibernate/MobileOrgDAO.java 79 publicMethodCommentRequirement Required
33643 src/com/gps/hibernate/MobileOrgDAO.java 80 There is log block not surrounded by if
33644 src/com/gps/hibernate/MobileOrgDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33645 src/com/gps/hibernate/MobileOrgDAO.java 83 Local variable 'queryString' could be declared final
33646 src/com/gps/hibernate/MobileOrgDAO.java 85 Local variable 'queryObject' could be declared final
33647 src/com/gps/hibernate/MobileOrgDAO.java 85 Potential violation of Law of Demeter (method chain calls)
33648 src/com/gps/hibernate/MobileOrgDAO.java 86 Potential violation of Law of Demeter (object not created locally)
33649 src/com/gps/hibernate/MobileOrgDAO.java 87 Potential violation of Law of Demeter (object not created locally)
33650 src/com/gps/hibernate/MobileOrgDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33651 src/com/gps/hibernate/MobileOrgDAO.java 89 There is log block not surrounded by if
33652 src/com/gps/hibernate/MobileOrgDAO.java 94 Avoid variables with short names like id
33653 src/com/gps/hibernate/MobileOrgDAO.java 94 Parameter 'id' is not assigned and could be declared final
33654 src/com/gps/hibernate/MobileOrgDAO.java 94 publicMethodCommentRequirement Required
33655 src/com/gps/hibernate/MobileOrgDAO.java 98 Parameter 'OrganizationId' is not assigned and could be declared final
33656 src/com/gps/hibernate/MobileOrgDAO.java 98 Variables should start with a lowercase character, 'OrganizationId' starts with uppercase character.
33657 src/com/gps/hibernate/MobileOrgDAO.java 98 publicMethodCommentRequirement Required
33658 src/com/gps/hibernate/MobileOrgDAO.java 102 Parameter 'imeiNo' is not assigned and could be declared final
33659 src/com/gps/hibernate/MobileOrgDAO.java 102 publicMethodCommentRequirement Required
33660 src/com/gps/hibernate/MobileOrgDAO.java 106 publicMethodCommentRequirement Required
33661 src/com/gps/hibernate/MobileOrgDAO.java 107 There is log block not surrounded by if
33662 src/com/gps/hibernate/MobileOrgDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33663 src/com/gps/hibernate/MobileOrgDAO.java 109 Local variable 'queryString' could be declared final
33664 src/com/gps/hibernate/MobileOrgDAO.java 110 Local variable 'queryObject' could be declared final
33665 src/com/gps/hibernate/MobileOrgDAO.java 110 Potential violation of Law of Demeter (method chain calls)
33666 src/com/gps/hibernate/MobileOrgDAO.java 111 Potential violation of Law of Demeter (object not created locally)
33667 src/com/gps/hibernate/MobileOrgDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33668 src/com/gps/hibernate/MobileOrgDAO.java 113 There is log block not surrounded by if
33669 src/com/gps/hibernate/MobileOrgDAO.java 118 Parameter 'detachedInstance' is not assigned and could be declared final
33670 src/com/gps/hibernate/MobileOrgDAO.java 118 publicMethodCommentRequirement Required
33671 src/com/gps/hibernate/MobileOrgDAO.java 119 There is log block not surrounded by if
33672 src/com/gps/hibernate/MobileOrgDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33673 src/com/gps/hibernate/MobileOrgDAO.java 121 Local variable 'result' could be declared final
33674 src/com/gps/hibernate/MobileOrgDAO.java 121 Potential violation of Law of Demeter (method chain calls)
33675 src/com/gps/hibernate/MobileOrgDAO.java 123 There is log block not surrounded by if
33676 src/com/gps/hibernate/MobileOrgDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33677 src/com/gps/hibernate/MobileOrgDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33678 src/com/gps/hibernate/MobileOrgDAO.java 126 There is log block not surrounded by if
33679 src/com/gps/hibernate/MobileOrgDAO.java 131 Parameter 'instance' is not assigned and could be declared final
33680 src/com/gps/hibernate/MobileOrgDAO.java 131 publicMethodCommentRequirement Required
33681 src/com/gps/hibernate/MobileOrgDAO.java 132 There is log block not surrounded by if
33682 src/com/gps/hibernate/MobileOrgDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33683 src/com/gps/hibernate/MobileOrgDAO.java 134 Potential violation of Law of Demeter (method chain calls)
33684 src/com/gps/hibernate/MobileOrgDAO.java 135 There is log block not surrounded by if
33685 src/com/gps/hibernate/MobileOrgDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33686 src/com/gps/hibernate/MobileOrgDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33687 src/com/gps/hibernate/MobileOrgDAO.java 137 There is log block not surrounded by if
33688 src/com/gps/hibernate/MobileOrgDAO.java 142 Parameter 'instance' is not assigned and could be declared final
33689 src/com/gps/hibernate/MobileOrgDAO.java 142 publicMethodCommentRequirement Required
33690 src/com/gps/hibernate/MobileOrgDAO.java 143 There is log block not surrounded by if
33691 src/com/gps/hibernate/MobileOrgDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33692 src/com/gps/hibernate/MobileOrgDAO.java 145 Potential violation of Law of Demeter (method chain calls)
33693 src/com/gps/hibernate/MobileOrgDAO.java 146 There is log block not surrounded by if
33694 src/com/gps/hibernate/MobileOrgDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33695 src/com/gps/hibernate/MobileOrgDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33696 src/com/gps/hibernate/MobileOrgDAO.java 148 There is log block not surrounded by if
33697 src/com/gps/hibernate/Notification.java 9 Classes implementing Serializable should set a serialVersionUID
33698 src/com/gps/hibernate/Notification.java 13 Avoid variables with short names like id
33699 src/com/gps/hibernate/Notification.java 13 fieldCommentRequirement Required
33700 src/com/gps/hibernate/Notification.java 14 fieldCommentRequirement Required
33701 src/com/gps/hibernate/Notification.java 15 fieldCommentRequirement Required
33702 src/com/gps/hibernate/Notification.java 16 fieldCommentRequirement Required
33703 src/com/gps/hibernate/Notification.java 17 fieldCommentRequirement Required
33704 src/com/gps/hibernate/Notification.java 22 Document empty constructor
33705 src/com/gps/hibernate/Notification.java 26 Parameter 'geovehicleMap' is not assigned and could be declared final
33706 src/com/gps/hibernate/Notification.java 30 Parameter 'mobileNo' is not assigned and could be declared final
33707 src/com/gps/hibernate/Notification.java 30 Parameter 'notifyAddress' is not assigned and could be declared final
33708 src/com/gps/hibernate/Notification.java 30 Parameter 'notifyName' is not assigned and could be declared final
33709 src/com/gps/hibernate/Notification.java 30 publicMethodCommentRequirement Required
33710 src/com/gps/hibernate/Notification.java 39 Avoid variables with short names like id
33711 src/com/gps/hibernate/Notification.java 39 Parameter 'id' is not assigned and could be declared final
33712 src/com/gps/hibernate/Notification.java 39 Parameter 'notifyAddress' is not assigned and could be declared final
33713 src/com/gps/hibernate/Notification.java 39 Parameter 'notifyName' is not assigned and could be declared final
33714 src/com/gps/hibernate/Notification.java 39 publicMethodCommentRequirement Required
33715 src/com/gps/hibernate/Notification.java 40 Parameter 'mobileNo' is not assigned and could be declared final
33716 src/com/gps/hibernate/Notification.java 49 Parameter 'geovehicleMap' is not assigned and could be declared final
33717 src/com/gps/hibernate/Notification.java 49 Parameter 'notifyName' is not assigned and could be declared final
33718 src/com/gps/hibernate/Notification.java 50 Parameter 'mobileNo' is not assigned and could be declared final
33719 src/com/gps/hibernate/Notification.java 50 Parameter 'notifyAddress' is not assigned and could be declared final
33720 src/com/gps/hibernate/Notification.java 59 publicMethodCommentRequirement Required
33721 src/com/gps/hibernate/Notification.java 63 Avoid variables with short names like id
33722 src/com/gps/hibernate/Notification.java 63 Parameter 'id' is not assigned and could be declared final
33723 src/com/gps/hibernate/Notification.java 63 publicMethodCommentRequirement Required
33724 src/com/gps/hibernate/Notification.java 67 publicMethodCommentRequirement Required
33725 src/com/gps/hibernate/Notification.java 71 Parameter 'geovehicleMap' is not assigned and could be declared final
33726 src/com/gps/hibernate/Notification.java 71 publicMethodCommentRequirement Required
33727 src/com/gps/hibernate/Notification.java 75 publicMethodCommentRequirement Required
33728 src/com/gps/hibernate/Notification.java 79 Parameter 'notifyName' is not assigned and could be declared final
33729 src/com/gps/hibernate/Notification.java 79 publicMethodCommentRequirement Required
33730 src/com/gps/hibernate/Notification.java 83 publicMethodCommentRequirement Required
33731 src/com/gps/hibernate/Notification.java 87 Parameter 'notifyAddress' is not assigned and could be declared final
33732 src/com/gps/hibernate/Notification.java 87 publicMethodCommentRequirement Required
33733 src/com/gps/hibernate/Notification.java 91 publicMethodCommentRequirement Required
33734 src/com/gps/hibernate/Notification.java 95 Parameter 'mobileNo' is not assigned and could be declared final
33735 src/com/gps/hibernate/Notification.java 95 publicMethodCommentRequirement Required
33736 src/com/gps/hibernate/NotificationDAO.java 10 Comment is too large: Too many lines
33737 src/com/gps/hibernate/NotificationDAO.java 22 This class has too many methods, consider refactoring it.
33738 src/com/gps/hibernate/NotificationDAO.java 23 Logger should be defined private static final and have the correct class
33739 src/com/gps/hibernate/NotificationDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
33740 src/com/gps/hibernate/NotificationDAO.java 23 fieldCommentRequirement Required
33741 src/com/gps/hibernate/NotificationDAO.java 25 fieldCommentRequirement Required
33742 src/com/gps/hibernate/NotificationDAO.java 26 fieldCommentRequirement Required
33743 src/com/gps/hibernate/NotificationDAO.java 27 fieldCommentRequirement Required
33744 src/com/gps/hibernate/NotificationDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
33745 src/com/gps/hibernate/NotificationDAO.java 29 publicMethodCommentRequirement Required
33746 src/com/gps/hibernate/NotificationDAO.java 30 There is log block not surrounded by if
33747 src/com/gps/hibernate/NotificationDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33748 src/com/gps/hibernate/NotificationDAO.java 32 Potential violation of Law of Demeter (method chain calls)
33749 src/com/gps/hibernate/NotificationDAO.java 33 There is log block not surrounded by if
33750 src/com/gps/hibernate/NotificationDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33751 src/com/gps/hibernate/NotificationDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33752 src/com/gps/hibernate/NotificationDAO.java 35 There is log block not surrounded by if
33753 src/com/gps/hibernate/NotificationDAO.java 40 Avoid excessively long variable names like persistentInstance
33754 src/com/gps/hibernate/NotificationDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
33755 src/com/gps/hibernate/NotificationDAO.java 40 publicMethodCommentRequirement Required
33756 src/com/gps/hibernate/NotificationDAO.java 41 There is log block not surrounded by if
33757 src/com/gps/hibernate/NotificationDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33758 src/com/gps/hibernate/NotificationDAO.java 43 Potential violation of Law of Demeter (method chain calls)
33759 src/com/gps/hibernate/NotificationDAO.java 44 There is log block not surrounded by if
33760 src/com/gps/hibernate/NotificationDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33761 src/com/gps/hibernate/NotificationDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33762 src/com/gps/hibernate/NotificationDAO.java 46 There is log block not surrounded by if
33763 src/com/gps/hibernate/NotificationDAO.java 51 Avoid variables with short names like id
33764 src/com/gps/hibernate/NotificationDAO.java 51 Parameter 'id' is not assigned and could be declared final
33765 src/com/gps/hibernate/NotificationDAO.java 51 publicMethodCommentRequirement Required
33766 src/com/gps/hibernate/NotificationDAO.java 52 There is log block not surrounded by if
33767 src/com/gps/hibernate/NotificationDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33768 src/com/gps/hibernate/NotificationDAO.java 54 Local variable 'instance' could be declared final
33769 src/com/gps/hibernate/NotificationDAO.java 54 Potential violation of Law of Demeter (method chain calls)
33770 src/com/gps/hibernate/NotificationDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33771 src/com/gps/hibernate/NotificationDAO.java 58 There is log block not surrounded by if
33772 src/com/gps/hibernate/NotificationDAO.java 63 Parameter 'instance' is not assigned and could be declared final
33773 src/com/gps/hibernate/NotificationDAO.java 63 publicMethodCommentRequirement Required
33774 src/com/gps/hibernate/NotificationDAO.java 64 There is log block not surrounded by if
33775 src/com/gps/hibernate/NotificationDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33776 src/com/gps/hibernate/NotificationDAO.java 66 Local variable 'results' could be declared final
33777 src/com/gps/hibernate/NotificationDAO.java 66 Potential violation of Law of Demeter (method chain calls)
33778 src/com/gps/hibernate/NotificationDAO.java 66 Potential violation of Law of Demeter (method chain calls)
33779 src/com/gps/hibernate/NotificationDAO.java 66 Potential violation of Law of Demeter (method chain calls)
33780 src/com/gps/hibernate/NotificationDAO.java 69 There is log block not surrounded by if
33781 src/com/gps/hibernate/NotificationDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33782 src/com/gps/hibernate/NotificationDAO.java 70 Potential violation of Law of Demeter (object not created locally)
33783 src/com/gps/hibernate/NotificationDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33784 src/com/gps/hibernate/NotificationDAO.java 73 There is log block not surrounded by if
33785 src/com/gps/hibernate/NotificationDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
33786 src/com/gps/hibernate/NotificationDAO.java 78 Parameter 'value' is not assigned and could be declared final
33787 src/com/gps/hibernate/NotificationDAO.java 78 publicMethodCommentRequirement Required
33788 src/com/gps/hibernate/NotificationDAO.java 79 There is log block not surrounded by if
33789 src/com/gps/hibernate/NotificationDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33790 src/com/gps/hibernate/NotificationDAO.java 82 Local variable 'queryString' could be declared final
33791 src/com/gps/hibernate/NotificationDAO.java 84 Local variable 'queryObject' could be declared final
33792 src/com/gps/hibernate/NotificationDAO.java 84 Potential violation of Law of Demeter (method chain calls)
33793 src/com/gps/hibernate/NotificationDAO.java 85 Potential violation of Law of Demeter (object not created locally)
33794 src/com/gps/hibernate/NotificationDAO.java 86 Potential violation of Law of Demeter (object not created locally)
33795 src/com/gps/hibernate/NotificationDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33796 src/com/gps/hibernate/NotificationDAO.java 88 There is log block not surrounded by if
33797 src/com/gps/hibernate/NotificationDAO.java 93 Parameter 'notifyName' is not assigned and could be declared final
33798 src/com/gps/hibernate/NotificationDAO.java 93 publicMethodCommentRequirement Required
33799 src/com/gps/hibernate/NotificationDAO.java 97 Parameter 'notifyAddress' is not assigned and could be declared final
33800 src/com/gps/hibernate/NotificationDAO.java 97 publicMethodCommentRequirement Required
33801 src/com/gps/hibernate/NotificationDAO.java 101 Parameter 'mobileNo' is not assigned and could be declared final
33802 src/com/gps/hibernate/NotificationDAO.java 101 publicMethodCommentRequirement Required
33803 src/com/gps/hibernate/NotificationDAO.java 105 publicMethodCommentRequirement Required
33804 src/com/gps/hibernate/NotificationDAO.java 106 There is log block not surrounded by if
33805 src/com/gps/hibernate/NotificationDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33806 src/com/gps/hibernate/NotificationDAO.java 108 Local variable 'queryString' could be declared final
33807 src/com/gps/hibernate/NotificationDAO.java 109 Local variable 'queryObject' could be declared final
33808 src/com/gps/hibernate/NotificationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
33809 src/com/gps/hibernate/NotificationDAO.java 110 Potential violation of Law of Demeter (object not created locally)
33810 src/com/gps/hibernate/NotificationDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33811 src/com/gps/hibernate/NotificationDAO.java 112 There is log block not surrounded by if
33812 src/com/gps/hibernate/NotificationDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
33813 src/com/gps/hibernate/NotificationDAO.java 117 publicMethodCommentRequirement Required
33814 src/com/gps/hibernate/NotificationDAO.java 118 There is log block not surrounded by if
33815 src/com/gps/hibernate/NotificationDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33816 src/com/gps/hibernate/NotificationDAO.java 120 Local variable 'result' could be declared final
33817 src/com/gps/hibernate/NotificationDAO.java 120 Potential violation of Law of Demeter (method chain calls)
33818 src/com/gps/hibernate/NotificationDAO.java 122 There is log block not surrounded by if
33819 src/com/gps/hibernate/NotificationDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33820 src/com/gps/hibernate/NotificationDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33821 src/com/gps/hibernate/NotificationDAO.java 125 There is log block not surrounded by if
33822 src/com/gps/hibernate/NotificationDAO.java 130 Parameter 'instance' is not assigned and could be declared final
33823 src/com/gps/hibernate/NotificationDAO.java 130 publicMethodCommentRequirement Required
33824 src/com/gps/hibernate/NotificationDAO.java 131 There is log block not surrounded by if
33825 src/com/gps/hibernate/NotificationDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33826 src/com/gps/hibernate/NotificationDAO.java 133 Potential violation of Law of Demeter (method chain calls)
33827 src/com/gps/hibernate/NotificationDAO.java 134 There is log block not surrounded by if
33828 src/com/gps/hibernate/NotificationDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33829 src/com/gps/hibernate/NotificationDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33830 src/com/gps/hibernate/NotificationDAO.java 136 There is log block not surrounded by if
33831 src/com/gps/hibernate/NotificationDAO.java 141 Parameter 'instance' is not assigned and could be declared final
33832 src/com/gps/hibernate/NotificationDAO.java 141 publicMethodCommentRequirement Required
33833 src/com/gps/hibernate/NotificationDAO.java 142 There is log block not surrounded by if
33834 src/com/gps/hibernate/NotificationDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33835 src/com/gps/hibernate/NotificationDAO.java 144 Potential violation of Law of Demeter (method chain calls)
33836 src/com/gps/hibernate/NotificationDAO.java 145 There is log block not surrounded by if
33837 src/com/gps/hibernate/NotificationDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33838 src/com/gps/hibernate/NotificationDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33839 src/com/gps/hibernate/NotificationDAO.java 147 There is log block not surrounded by if
33840 src/com/gps/hibernate/OrgThresholdValues.java 7 Classes implementing Serializable should set a serialVersionUID
33841 src/com/gps/hibernate/OrgThresholdValues.java 9 Avoid variables with short names like id
33842 src/com/gps/hibernate/OrgThresholdValues.java 9 fieldCommentRequirement Required
33843 src/com/gps/hibernate/OrgThresholdValues.java 10 fieldCommentRequirement Required
33844 src/com/gps/hibernate/OrgThresholdValues.java 11 fieldCommentRequirement Required
33845 src/com/gps/hibernate/OrgThresholdValues.java 12 fieldCommentRequirement Required
33846 src/com/gps/hibernate/OrgThresholdValues.java 13 fieldCommentRequirement Required
33847 src/com/gps/hibernate/OrgThresholdValues.java 15 Document empty constructor
33848 src/com/gps/hibernate/OrgThresholdValues.java 15 publicMethodCommentRequirement Required
33849 src/com/gps/hibernate/OrgThresholdValues.java 18 Avoid variables with short names like id
33850 src/com/gps/hibernate/OrgThresholdValues.java 18 Parameter 'id' is not assigned and could be declared final
33851 src/com/gps/hibernate/OrgThresholdValues.java 18 publicMethodCommentRequirement Required
33852 src/com/gps/hibernate/OrgThresholdValues.java 19 Parameter 'infoPanel' is not assigned and could be declared final
33853 src/com/gps/hibernate/OrgThresholdValues.java 19 Parameter 'organization' is not assigned and could be declared final
33854 src/com/gps/hibernate/OrgThresholdValues.java 25 Avoid variables with short names like id
33855 src/com/gps/hibernate/OrgThresholdValues.java 25 Parameter 'id' is not assigned and could be declared final
33856 src/com/gps/hibernate/OrgThresholdValues.java 25 publicMethodCommentRequirement Required
33857 src/com/gps/hibernate/OrgThresholdValues.java 26 Parameter 'infoPanel' is not assigned and could be declared final
33858 src/com/gps/hibernate/OrgThresholdValues.java 26 Parameter 'minValue' is not assigned and could be declared final
33859 src/com/gps/hibernate/OrgThresholdValues.java 26 Parameter 'organization' is not assigned and could be declared final
33860 src/com/gps/hibernate/OrgThresholdValues.java 27 Parameter 'maxValue' is not assigned and could be declared final
33861 src/com/gps/hibernate/OrgThresholdValues.java 35 publicMethodCommentRequirement Required
33862 src/com/gps/hibernate/OrgThresholdValues.java 39 Avoid variables with short names like id
33863 src/com/gps/hibernate/OrgThresholdValues.java 39 Parameter 'id' is not assigned and could be declared final
33864 src/com/gps/hibernate/OrgThresholdValues.java 39 publicMethodCommentRequirement Required
33865 src/com/gps/hibernate/OrgThresholdValues.java 43 publicMethodCommentRequirement Required
33866 src/com/gps/hibernate/OrgThresholdValues.java 47 Parameter 'organization' is not assigned and could be declared final
33867 src/com/gps/hibernate/OrgThresholdValues.java 47 publicMethodCommentRequirement Required
33868 src/com/gps/hibernate/OrgThresholdValues.java 51 publicMethodCommentRequirement Required
33869 src/com/gps/hibernate/OrgThresholdValues.java 55 Parameter 'infoPanel' is not assigned and could be declared final
33870 src/com/gps/hibernate/OrgThresholdValues.java 55 publicMethodCommentRequirement Required
33871 src/com/gps/hibernate/OrgThresholdValues.java 59 publicMethodCommentRequirement Required
33872 src/com/gps/hibernate/OrgThresholdValues.java 63 Parameter 'minValue' is not assigned and could be declared final
33873 src/com/gps/hibernate/OrgThresholdValues.java 63 publicMethodCommentRequirement Required
33874 src/com/gps/hibernate/OrgThresholdValues.java 67 publicMethodCommentRequirement Required
33875 src/com/gps/hibernate/OrgThresholdValues.java 71 Parameter 'maxValue' is not assigned and could be declared final
33876 src/com/gps/hibernate/OrgThresholdValues.java 71 publicMethodCommentRequirement Required
33877 src/com/gps/hibernate/OrgThresholdValuesId.java 7 Classes implementing Serializable should set a serialVersionUID
33878 src/com/gps/hibernate/OrgThresholdValuesId.java 9 fieldCommentRequirement Required
33879 src/com/gps/hibernate/OrgThresholdValuesId.java 10 fieldCommentRequirement Required
33880 src/com/gps/hibernate/OrgThresholdValuesId.java 12 Document empty constructor
33881 src/com/gps/hibernate/OrgThresholdValuesId.java 12 publicMethodCommentRequirement Required
33882 src/com/gps/hibernate/OrgThresholdValuesId.java 15 Parameter 'infopanelid' is not assigned and could be declared final
33883 src/com/gps/hibernate/OrgThresholdValuesId.java 15 Parameter 'organizationId' is not assigned and could be declared final
33884 src/com/gps/hibernate/OrgThresholdValuesId.java 15 publicMethodCommentRequirement Required
33885 src/com/gps/hibernate/OrgThresholdValuesId.java 20 publicMethodCommentRequirement Required
33886 src/com/gps/hibernate/OrgThresholdValuesId.java 24 Parameter 'organizationId' is not assigned and could be declared final
33887 src/com/gps/hibernate/OrgThresholdValuesId.java 24 publicMethodCommentRequirement Required
33888 src/com/gps/hibernate/OrgThresholdValuesId.java 28 publicMethodCommentRequirement Required
33889 src/com/gps/hibernate/OrgThresholdValuesId.java 32 Parameter 'infopanelid' is not assigned and could be declared final
33890 src/com/gps/hibernate/OrgThresholdValuesId.java 32 publicMethodCommentRequirement Required
33891 src/com/gps/hibernate/OrgThresholdValuesId.java 36 Parameter 'other' is not assigned and could be declared final
33892 src/com/gps/hibernate/OrgThresholdValuesId.java 36 publicMethodCommentRequirement Required
33893 src/com/gps/hibernate/OrgThresholdValuesId.java 37 Avoid using if statements without curly braces
33894 src/com/gps/hibernate/OrgThresholdValuesId.java 37 Useless parentheses.
33895 src/com/gps/hibernate/OrgThresholdValuesId.java 37 Useless parentheses.
33896 src/com/gps/hibernate/OrgThresholdValuesId.java 38 A method should have only one exit point, and that should be the last statement in the method
33897 src/com/gps/hibernate/OrgThresholdValuesId.java 39 Avoid using if statements without curly braces
33898 src/com/gps/hibernate/OrgThresholdValuesId.java 39 Useless parentheses.
33899 src/com/gps/hibernate/OrgThresholdValuesId.java 39 Useless parentheses.
33900 src/com/gps/hibernate/OrgThresholdValuesId.java 40 A method should have only one exit point, and that should be the last statement in the method
33901 src/com/gps/hibernate/OrgThresholdValuesId.java 41 Avoid using if statements without curly braces
33902 src/com/gps/hibernate/OrgThresholdValuesId.java 42 A method should have only one exit point, and that should be the last statement in the method
33903 src/com/gps/hibernate/OrgThresholdValuesId.java 43 Local variable 'castOther' could be declared final
33904 src/com/gps/hibernate/OrgThresholdValuesId.java 45 Potential violation of Law of Demeter (method chain calls)
33905 src/com/gps/hibernate/OrgThresholdValuesId.java 45 Potential violation of Law of Demeter (object not created locally)
33906 src/com/gps/hibernate/OrgThresholdValuesId.java 45 Potential violation of Law of Demeter (object not created locally)
33907 src/com/gps/hibernate/OrgThresholdValuesId.java 45 Useless parentheses.
33908 src/com/gps/hibernate/OrgThresholdValuesId.java 45 Useless parentheses.
33909 src/com/gps/hibernate/OrgThresholdValuesId.java 46 Potential violation of Law of Demeter (method chain calls)
33910 src/com/gps/hibernate/OrgThresholdValuesId.java 46 Potential violation of Law of Demeter (object not created locally)
33911 src/com/gps/hibernate/OrgThresholdValuesId.java 46 Potential violation of Law of Demeter (object not created locally)
33912 src/com/gps/hibernate/OrgThresholdValuesId.java 46 Useless parentheses.
33913 src/com/gps/hibernate/OrgThresholdValuesId.java 46 Useless parentheses.
33914 src/com/gps/hibernate/OrgThresholdValuesId.java 49 publicMethodCommentRequirement Required
33915 src/com/gps/hibernate/OrgThresholdValuesId.java 50 Found 'DD'-anomaly for variable 'result' (lines '50'-'52').
33916 src/com/gps/hibernate/Organization.java 12 Classes implementing Serializable should set a serialVersionUID
33917 src/com/gps/hibernate/Organization.java 16 fieldCommentRequirement Required
33918 src/com/gps/hibernate/Organization.java 17 fieldCommentRequirement Required
33919 src/com/gps/hibernate/Organization.java 18 Avoid excessively long variable names like parentOrganizationId
33920 src/com/gps/hibernate/Organization.java 18 fieldCommentRequirement Required
33921 src/com/gps/hibernate/Organization.java 19 Avoid excessively long variable names like leftOrganizationId
33922 src/com/gps/hibernate/Organization.java 19 fieldCommentRequirement Required
33923 src/com/gps/hibernate/Organization.java 20 Avoid excessively long variable names like rightOrganizationId
33924 src/com/gps/hibernate/Organization.java 20 fieldCommentRequirement Required
33925 src/com/gps/hibernate/Organization.java 21 fieldCommentRequirement Required
33926 src/com/gps/hibernate/Organization.java 22 fieldCommentRequirement Required
33927 src/com/gps/hibernate/Organization.java 23 fieldCommentRequirement Required
33928 src/com/gps/hibernate/Organization.java 24 fieldCommentRequirement Required
33929 src/com/gps/hibernate/Organization.java 25 fieldCommentRequirement Required
33930 src/com/gps/hibernate/Organization.java 26 fieldCommentRequirement Required
33931 src/com/gps/hibernate/Organization.java 27 fieldCommentRequirement Required
33932 src/com/gps/hibernate/Organization.java 28 fieldCommentRequirement Required
33933 src/com/gps/hibernate/Organization.java 29 fieldCommentRequirement Required
33934 src/com/gps/hibernate/Organization.java 30 Avoid excessively long variable names like orgThresholdValueses
33935 src/com/gps/hibernate/Organization.java 30 fieldCommentRequirement Required
33936 src/com/gps/hibernate/Organization.java 35 Document empty constructor
33937 src/com/gps/hibernate/Organization.java 39 Parameter 'organizationId' is not assigned and could be declared final
33938 src/com/gps/hibernate/Organization.java 44 Avoid long parameter lists.
33939 src/com/gps/hibernate/Organization.java 44 Parameter 'companyId' is not assigned and could be declared final
33940 src/com/gps/hibernate/Organization.java 44 Parameter 'organizationId' is not assigned and could be declared final
33941 src/com/gps/hibernate/Organization.java 45 Avoid excessively long variable names like leftOrganizationId
33942 src/com/gps/hibernate/Organization.java 45 Avoid excessively long variable names like parentOrganizationId
33943 src/com/gps/hibernate/Organization.java 45 Parameter 'leftOrganizationId' is not assigned and could be declared final
33944 src/com/gps/hibernate/Organization.java 45 Parameter 'parentOrganizationId' is not assigned and could be declared final
33945 src/com/gps/hibernate/Organization.java 46 Avoid excessively long variable names like rightOrganizationId
33946 src/com/gps/hibernate/Organization.java 46 Parameter 'name' is not assigned and could be declared final
33947 src/com/gps/hibernate/Organization.java 46 Parameter 'rightOrganizationId' is not assigned and could be declared final
33948 src/com/gps/hibernate/Organization.java 46 Parameter 'type' is not assigned and could be declared final
33949 src/com/gps/hibernate/Organization.java 47 Parameter 'countryId' is not assigned and could be declared final
33950 src/com/gps/hibernate/Organization.java 47 Parameter 'recursable' is not assigned and could be declared final
33951 src/com/gps/hibernate/Organization.java 47 Parameter 'regionId' is not assigned and could be declared final
33952 src/com/gps/hibernate/Organization.java 47 Parameter 'statusId' is not assigned and could be declared final
33953 src/com/gps/hibernate/Organization.java 48 Parameter 'comments' is not assigned and could be declared final
33954 src/com/gps/hibernate/Organization.java 48 Parameter 'vehicleDetailses' is not assigned and could be declared final
33955 src/com/gps/hibernate/Organization.java 66 publicMethodCommentRequirement Required
33956 src/com/gps/hibernate/Organization.java 70 Parameter 'organizationId' is not assigned and could be declared final
33957 src/com/gps/hibernate/Organization.java 70 publicMethodCommentRequirement Required
33958 src/com/gps/hibernate/Organization.java 74 publicMethodCommentRequirement Required
33959 src/com/gps/hibernate/Organization.java 78 Parameter 'companyId' is not assigned and could be declared final
33960 src/com/gps/hibernate/Organization.java 78 publicMethodCommentRequirement Required
33961 src/com/gps/hibernate/Organization.java 82 publicMethodCommentRequirement Required
33962 src/com/gps/hibernate/Organization.java 86 Avoid excessively long variable names like parentOrganizationId
33963 src/com/gps/hibernate/Organization.java 86 Parameter 'parentOrganizationId' is not assigned and could be declared final
33964 src/com/gps/hibernate/Organization.java 86 publicMethodCommentRequirement Required
33965 src/com/gps/hibernate/Organization.java 90 publicMethodCommentRequirement Required
33966 src/com/gps/hibernate/Organization.java 94 Avoid excessively long variable names like leftOrganizationId
33967 src/com/gps/hibernate/Organization.java 94 Parameter 'leftOrganizationId' is not assigned and could be declared final
33968 src/com/gps/hibernate/Organization.java 94 publicMethodCommentRequirement Required
33969 src/com/gps/hibernate/Organization.java 98 publicMethodCommentRequirement Required
33970 src/com/gps/hibernate/Organization.java 102 Avoid excessively long variable names like rightOrganizationId
33971 src/com/gps/hibernate/Organization.java 102 Parameter 'rightOrganizationId' is not assigned and could be declared final
33972 src/com/gps/hibernate/Organization.java 102 publicMethodCommentRequirement Required
33973 src/com/gps/hibernate/Organization.java 106 publicMethodCommentRequirement Required
33974 src/com/gps/hibernate/Organization.java 110 Parameter 'name' is not assigned and could be declared final
33975 src/com/gps/hibernate/Organization.java 110 publicMethodCommentRequirement Required
33976 src/com/gps/hibernate/Organization.java 114 publicMethodCommentRequirement Required
33977 src/com/gps/hibernate/Organization.java 118 Parameter 'type' is not assigned and could be declared final
33978 src/com/gps/hibernate/Organization.java 118 publicMethodCommentRequirement Required
33979 src/com/gps/hibernate/Organization.java 122 publicMethodCommentRequirement Required
33980 src/com/gps/hibernate/Organization.java 126 Parameter 'recursable' is not assigned and could be declared final
33981 src/com/gps/hibernate/Organization.java 126 publicMethodCommentRequirement Required
33982 src/com/gps/hibernate/Organization.java 130 publicMethodCommentRequirement Required
33983 src/com/gps/hibernate/Organization.java 134 Parameter 'regionId' is not assigned and could be declared final
33984 src/com/gps/hibernate/Organization.java 134 publicMethodCommentRequirement Required
33985 src/com/gps/hibernate/Organization.java 138 publicMethodCommentRequirement Required
33986 src/com/gps/hibernate/Organization.java 142 Parameter 'countryId' is not assigned and could be declared final
33987 src/com/gps/hibernate/Organization.java 142 publicMethodCommentRequirement Required
33988 src/com/gps/hibernate/Organization.java 146 publicMethodCommentRequirement Required
33989 src/com/gps/hibernate/Organization.java 150 Parameter 'statusId' is not assigned and could be declared final
33990 src/com/gps/hibernate/Organization.java 150 publicMethodCommentRequirement Required
33991 src/com/gps/hibernate/Organization.java 154 publicMethodCommentRequirement Required
33992 src/com/gps/hibernate/Organization.java 158 Parameter 'comments' is not assigned and could be declared final
33993 src/com/gps/hibernate/Organization.java 158 publicMethodCommentRequirement Required
33994 src/com/gps/hibernate/Organization.java 162 publicMethodCommentRequirement Required
33995 src/com/gps/hibernate/Organization.java 166 Parameter 'vehicleDetailses' is not assigned and could be declared final
33996 src/com/gps/hibernate/Organization.java 166 publicMethodCommentRequirement Required
33997 src/com/gps/hibernate/Organization.java 170 Parameter 'tripDetailses' is not assigned and could be declared final
33998 src/com/gps/hibernate/Organization.java 170 publicMethodCommentRequirement Required
33999 src/com/gps/hibernate/Organization.java 174 publicMethodCommentRequirement Required
34000 src/com/gps/hibernate/Organization.java 178 publicMethodCommentRequirement Required
34001 src/com/gps/hibernate/Organization.java 182 Avoid excessively long variable names like orgThresholdValueses
34002 src/com/gps/hibernate/Organization.java 182 Parameter 'orgThresholdValueses' is not assigned and could be declared final
34003 src/com/gps/hibernate/Organization.java 182 publicMethodCommentRequirement Required
34004 src/com/gps/hibernate/OrganizationDAO.java 4 Avoid unused imports such as 'java.util.Set'
34005 src/com/gps/hibernate/OrganizationDAO.java 9 Avoid unused imports such as 'org.hibernate.Session'
34006 src/com/gps/hibernate/OrganizationDAO.java 12 Comment is too large: Too many lines
34007 src/com/gps/hibernate/OrganizationDAO.java 24 This class has too many methods, consider refactoring it.
34008 src/com/gps/hibernate/OrganizationDAO.java 25 Logger should be defined private static final and have the correct class
34009 src/com/gps/hibernate/OrganizationDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
34010 src/com/gps/hibernate/OrganizationDAO.java 25 fieldCommentRequirement Required
34011 src/com/gps/hibernate/OrganizationDAO.java 27 fieldCommentRequirement Required
34012 src/com/gps/hibernate/OrganizationDAO.java 28 Avoid excessively long variable names like PARENT_ORGANIZATION_ID
34013 src/com/gps/hibernate/OrganizationDAO.java 28 fieldCommentRequirement Required
34014 src/com/gps/hibernate/OrganizationDAO.java 29 Avoid excessively long variable names like LEFT_ORGANIZATION_ID
34015 src/com/gps/hibernate/OrganizationDAO.java 29 fieldCommentRequirement Required
34016 src/com/gps/hibernate/OrganizationDAO.java 30 Avoid excessively long variable names like RIGHT_ORGANIZATION_ID
34017 src/com/gps/hibernate/OrganizationDAO.java 30 fieldCommentRequirement Required
34018 src/com/gps/hibernate/OrganizationDAO.java 31 fieldCommentRequirement Required
34019 src/com/gps/hibernate/OrganizationDAO.java 32 fieldCommentRequirement Required
34020 src/com/gps/hibernate/OrganizationDAO.java 33 fieldCommentRequirement Required
34021 src/com/gps/hibernate/OrganizationDAO.java 34 fieldCommentRequirement Required
34022 src/com/gps/hibernate/OrganizationDAO.java 35 fieldCommentRequirement Required
34023 src/com/gps/hibernate/OrganizationDAO.java 36 fieldCommentRequirement Required
34024 src/com/gps/hibernate/OrganizationDAO.java 37 fieldCommentRequirement Required
34025 src/com/gps/hibernate/OrganizationDAO.java 40 Method names should not contain underscores
34026 src/com/gps/hibernate/OrganizationDAO.java 40 publicMethodCommentRequirement Required
34027 src/com/gps/hibernate/OrganizationDAO.java 42 Found 'DD'-anomaly for variable 'listOrg' (lines '42'-'45').
34028 src/com/gps/hibernate/OrganizationDAO.java 45 Potential violation of Law of Demeter (method chain calls)
34029 src/com/gps/hibernate/OrganizationDAO.java 45 Potential violation of Law of Demeter (method chain calls)
34030 src/com/gps/hibernate/OrganizationDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34031 src/com/gps/hibernate/OrganizationDAO.java 48 Avoid printStackTrace(); use a logger call instead.
34032 src/com/gps/hibernate/OrganizationDAO.java 48 Potential violation of Law of Demeter (object not created locally)
34033 src/com/gps/hibernate/OrganizationDAO.java 53 Method names should not contain underscores
34034 src/com/gps/hibernate/OrganizationDAO.java 53 publicMethodCommentRequirement Required
34035 src/com/gps/hibernate/OrganizationDAO.java 55 Found 'DD'-anomaly for variable 'listOrg' (lines '55'-'58').
34036 src/com/gps/hibernate/OrganizationDAO.java 58 Potential violation of Law of Demeter (method chain calls)
34037 src/com/gps/hibernate/OrganizationDAO.java 58 Potential violation of Law of Demeter (method chain calls)
34038 src/com/gps/hibernate/OrganizationDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34039 src/com/gps/hibernate/OrganizationDAO.java 61 Avoid printStackTrace(); use a logger call instead.
34040 src/com/gps/hibernate/OrganizationDAO.java 61 Potential violation of Law of Demeter (object not created locally)
34041 src/com/gps/hibernate/OrganizationDAO.java 67 Parameter 'transientInstance' is not assigned and could be declared final
34042 src/com/gps/hibernate/OrganizationDAO.java 67 publicMethodCommentRequirement Required
34043 src/com/gps/hibernate/OrganizationDAO.java 68 There is log block not surrounded by if
34044 src/com/gps/hibernate/OrganizationDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34045 src/com/gps/hibernate/OrganizationDAO.java 70 Potential violation of Law of Demeter (method chain calls)
34046 src/com/gps/hibernate/OrganizationDAO.java 71 There is log block not surrounded by if
34047 src/com/gps/hibernate/OrganizationDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34048 src/com/gps/hibernate/OrganizationDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34049 src/com/gps/hibernate/OrganizationDAO.java 73 There is log block not surrounded by if
34050 src/com/gps/hibernate/OrganizationDAO.java 78 Avoid excessively long variable names like persistentInstance
34051 src/com/gps/hibernate/OrganizationDAO.java 78 Parameter 'persistentInstance' is not assigned and could be declared final
34052 src/com/gps/hibernate/OrganizationDAO.java 78 publicMethodCommentRequirement Required
34053 src/com/gps/hibernate/OrganizationDAO.java 79 There is log block not surrounded by if
34054 src/com/gps/hibernate/OrganizationDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34055 src/com/gps/hibernate/OrganizationDAO.java 81 Potential violation of Law of Demeter (method chain calls)
34056 src/com/gps/hibernate/OrganizationDAO.java 82 There is log block not surrounded by if
34057 src/com/gps/hibernate/OrganizationDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34058 src/com/gps/hibernate/OrganizationDAO.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34059 src/com/gps/hibernate/OrganizationDAO.java 84 There is log block not surrounded by if
34060 src/com/gps/hibernate/OrganizationDAO.java 89 Avoid variables with short names like id
34061 src/com/gps/hibernate/OrganizationDAO.java 89 Parameter 'id' is not assigned and could be declared final
34062 src/com/gps/hibernate/OrganizationDAO.java 89 publicMethodCommentRequirement Required
34063 src/com/gps/hibernate/OrganizationDAO.java 90 There is log block not surrounded by if
34064 src/com/gps/hibernate/OrganizationDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34065 src/com/gps/hibernate/OrganizationDAO.java 92 Local variable 'instance' could be declared final
34066 src/com/gps/hibernate/OrganizationDAO.java 92 Potential violation of Law of Demeter (method chain calls)
34067 src/com/gps/hibernate/OrganizationDAO.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34068 src/com/gps/hibernate/OrganizationDAO.java 96 There is log block not surrounded by if
34069 src/com/gps/hibernate/OrganizationDAO.java 101 Parameter 'instance' is not assigned and could be declared final
34070 src/com/gps/hibernate/OrganizationDAO.java 101 publicMethodCommentRequirement Required
34071 src/com/gps/hibernate/OrganizationDAO.java 102 There is log block not surrounded by if
34072 src/com/gps/hibernate/OrganizationDAO.java 102 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34073 src/com/gps/hibernate/OrganizationDAO.java 104 Local variable 'results' could be declared final
34074 src/com/gps/hibernate/OrganizationDAO.java 104 Potential violation of Law of Demeter (method chain calls)
34075 src/com/gps/hibernate/OrganizationDAO.java 104 Potential violation of Law of Demeter (method chain calls)
34076 src/com/gps/hibernate/OrganizationDAO.java 104 Potential violation of Law of Demeter (method chain calls)
34077 src/com/gps/hibernate/OrganizationDAO.java 107 There is log block not surrounded by if
34078 src/com/gps/hibernate/OrganizationDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34079 src/com/gps/hibernate/OrganizationDAO.java 108 Potential violation of Law of Demeter (object not created locally)
34080 src/com/gps/hibernate/OrganizationDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34081 src/com/gps/hibernate/OrganizationDAO.java 111 There is log block not surrounded by if
34082 src/com/gps/hibernate/OrganizationDAO.java 116 Parameter 'propertyName' is not assigned and could be declared final
34083 src/com/gps/hibernate/OrganizationDAO.java 116 Parameter 'value' is not assigned and could be declared final
34084 src/com/gps/hibernate/OrganizationDAO.java 116 publicMethodCommentRequirement Required
34085 src/com/gps/hibernate/OrganizationDAO.java 117 There is log block not surrounded by if
34086 src/com/gps/hibernate/OrganizationDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34087 src/com/gps/hibernate/OrganizationDAO.java 120 Local variable 'queryString' could be declared final
34088 src/com/gps/hibernate/OrganizationDAO.java 122 Local variable 'queryObject' could be declared final
34089 src/com/gps/hibernate/OrganizationDAO.java 122 Potential violation of Law of Demeter (method chain calls)
34090 src/com/gps/hibernate/OrganizationDAO.java 123 Potential violation of Law of Demeter (object not created locally)
34091 src/com/gps/hibernate/OrganizationDAO.java 124 Potential violation of Law of Demeter (object not created locally)
34092 src/com/gps/hibernate/OrganizationDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34093 src/com/gps/hibernate/OrganizationDAO.java 126 There is log block not surrounded by if
34094 src/com/gps/hibernate/OrganizationDAO.java 131 Parameter 'companyId' is not assigned and could be declared final
34095 src/com/gps/hibernate/OrganizationDAO.java 131 publicMethodCommentRequirement Required
34096 src/com/gps/hibernate/OrganizationDAO.java 135 Avoid excessively long variable names like parentOrganizationId
34097 src/com/gps/hibernate/OrganizationDAO.java 135 Parameter 'parentOrganizationId' is not assigned and could be declared final
34098 src/com/gps/hibernate/OrganizationDAO.java 135 publicMethodCommentRequirement Required
34099 src/com/gps/hibernate/OrganizationDAO.java 139 Avoid excessively long variable names like leftOrganizationId
34100 src/com/gps/hibernate/OrganizationDAO.java 139 Parameter 'leftOrganizationId' is not assigned and could be declared final
34101 src/com/gps/hibernate/OrganizationDAO.java 139 publicMethodCommentRequirement Required
34102 src/com/gps/hibernate/OrganizationDAO.java 143 Avoid excessively long variable names like rightOrganizationId
34103 src/com/gps/hibernate/OrganizationDAO.java 143 Parameter 'rightOrganizationId' is not assigned and could be declared final
34104 src/com/gps/hibernate/OrganizationDAO.java 143 publicMethodCommentRequirement Required
34105 src/com/gps/hibernate/OrganizationDAO.java 147 Parameter 'name' is not assigned and could be declared final
34106 src/com/gps/hibernate/OrganizationDAO.java 147 publicMethodCommentRequirement Required
34107 src/com/gps/hibernate/OrganizationDAO.java 151 Parameter 'type' is not assigned and could be declared final
34108 src/com/gps/hibernate/OrganizationDAO.java 151 publicMethodCommentRequirement Required
34109 src/com/gps/hibernate/OrganizationDAO.java 155 Parameter 'recursable' is not assigned and could be declared final
34110 src/com/gps/hibernate/OrganizationDAO.java 155 publicMethodCommentRequirement Required
34111 src/com/gps/hibernate/OrganizationDAO.java 159 Parameter 'regionId' is not assigned and could be declared final
34112 src/com/gps/hibernate/OrganizationDAO.java 159 publicMethodCommentRequirement Required
34113 src/com/gps/hibernate/OrganizationDAO.java 163 Parameter 'countryId' is not assigned and could be declared final
34114 src/com/gps/hibernate/OrganizationDAO.java 163 publicMethodCommentRequirement Required
34115 src/com/gps/hibernate/OrganizationDAO.java 167 Parameter 'statusId' is not assigned and could be declared final
34116 src/com/gps/hibernate/OrganizationDAO.java 167 publicMethodCommentRequirement Required
34117 src/com/gps/hibernate/OrganizationDAO.java 171 Parameter 'comments' is not assigned and could be declared final
34118 src/com/gps/hibernate/OrganizationDAO.java 171 publicMethodCommentRequirement Required
34119 src/com/gps/hibernate/OrganizationDAO.java 175 publicMethodCommentRequirement Required
34120 src/com/gps/hibernate/OrganizationDAO.java 176 There is log block not surrounded by if
34121 src/com/gps/hibernate/OrganizationDAO.java 176 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34122 src/com/gps/hibernate/OrganizationDAO.java 178 Local variable 'queryString' could be declared final
34123 src/com/gps/hibernate/OrganizationDAO.java 179 Local variable 'queryObject' could be declared final
34124 src/com/gps/hibernate/OrganizationDAO.java 179 Potential violation of Law of Demeter (method chain calls)
34125 src/com/gps/hibernate/OrganizationDAO.java 180 Potential violation of Law of Demeter (object not created locally)
34126 src/com/gps/hibernate/OrganizationDAO.java 181 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34127 src/com/gps/hibernate/OrganizationDAO.java 182 There is log block not surrounded by if
34128 src/com/gps/hibernate/OrganizationDAO.java 187 Parameter 'detachedInstance' is not assigned and could be declared final
34129 src/com/gps/hibernate/OrganizationDAO.java 187 publicMethodCommentRequirement Required
34130 src/com/gps/hibernate/OrganizationDAO.java 188 There is log block not surrounded by if
34131 src/com/gps/hibernate/OrganizationDAO.java 188 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34132 src/com/gps/hibernate/OrganizationDAO.java 190 Local variable 'result' could be declared final
34133 src/com/gps/hibernate/OrganizationDAO.java 190 Potential violation of Law of Demeter (method chain calls)
34134 src/com/gps/hibernate/OrganizationDAO.java 192 There is log block not surrounded by if
34135 src/com/gps/hibernate/OrganizationDAO.java 192 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34136 src/com/gps/hibernate/OrganizationDAO.java 194 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34137 src/com/gps/hibernate/OrganizationDAO.java 195 There is log block not surrounded by if
34138 src/com/gps/hibernate/OrganizationDAO.java 200 Parameter 'instance' is not assigned and could be declared final
34139 src/com/gps/hibernate/OrganizationDAO.java 200 publicMethodCommentRequirement Required
34140 src/com/gps/hibernate/OrganizationDAO.java 201 There is log block not surrounded by if
34141 src/com/gps/hibernate/OrganizationDAO.java 201 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34142 src/com/gps/hibernate/OrganizationDAO.java 203 Potential violation of Law of Demeter (method chain calls)
34143 src/com/gps/hibernate/OrganizationDAO.java 204 There is log block not surrounded by if
34144 src/com/gps/hibernate/OrganizationDAO.java 204 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34145 src/com/gps/hibernate/OrganizationDAO.java 205 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34146 src/com/gps/hibernate/OrganizationDAO.java 206 There is log block not surrounded by if
34147 src/com/gps/hibernate/OrganizationDAO.java 211 Parameter 'instance' is not assigned and could be declared final
34148 src/com/gps/hibernate/OrganizationDAO.java 211 publicMethodCommentRequirement Required
34149 src/com/gps/hibernate/OrganizationDAO.java 212 There is log block not surrounded by if
34150 src/com/gps/hibernate/OrganizationDAO.java 212 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34151 src/com/gps/hibernate/OrganizationDAO.java 214 Potential violation of Law of Demeter (method chain calls)
34152 src/com/gps/hibernate/OrganizationDAO.java 215 There is log block not surrounded by if
34153 src/com/gps/hibernate/OrganizationDAO.java 215 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34154 src/com/gps/hibernate/OrganizationDAO.java 216 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34155 src/com/gps/hibernate/OrganizationDAO.java 217 There is log block not surrounded by if
34156 src/com/gps/hibernate/Packet.java 6 headerCommentRequirement Required
34157 src/com/gps/hibernate/Packet.java 8 fieldCommentRequirement Required
34158 src/com/gps/hibernate/Packet.java 9 fieldCommentRequirement Required
34159 src/com/gps/hibernate/Packet.java 10 fieldCommentRequirement Required
34160 src/com/gps/hibernate/Packet.java 12 Parameter 'dbdate' is not assigned and could be declared final
34161 src/com/gps/hibernate/Packet.java 12 Parameter 'end' is not assigned and could be declared final
34162 src/com/gps/hibernate/Packet.java 12 Parameter 'start' is not assigned and could be declared final
34163 src/com/gps/hibernate/Packet.java 12 publicMethodCommentRequirement Required
34164 src/com/gps/hibernate/Packet.java 18 Parameter 'dbdate' is not assigned and could be declared final
34165 src/com/gps/hibernate/Packet.java 18 publicMethodCommentRequirement Required
34166 src/com/gps/hibernate/Packet.java 21 publicMethodCommentRequirement Required
34167 src/com/gps/hibernate/Packet.java 25 Parameter 'start' is not assigned and could be declared final
34168 src/com/gps/hibernate/Packet.java 25 publicMethodCommentRequirement Required
34169 src/com/gps/hibernate/Packet.java 28 publicMethodCommentRequirement Required
34170 src/com/gps/hibernate/Packet.java 31 Parameter 'end' is not assigned and could be declared final
34171 src/com/gps/hibernate/Packet.java 31 publicMethodCommentRequirement Required
34172 src/com/gps/hibernate/Packet.java 34 publicMethodCommentRequirement Required
34173 src/com/gps/hibernate/ParamsSummary.java 5 Classes implementing Serializable should set a serialVersionUID
34174 src/com/gps/hibernate/ParamsSummary.java 5 headerCommentRequirement Required
34175 src/com/gps/hibernate/ParamsSummary.java 7 fieldCommentRequirement Required
34176 src/com/gps/hibernate/ParamsSummary.java 8 fieldCommentRequirement Required
34177 src/com/gps/hibernate/ParamsSummary.java 9 fieldCommentRequirement Required
34178 src/com/gps/hibernate/ParamsSummary.java 10 fieldCommentRequirement Required
34179 src/com/gps/hibernate/ParamsSummary.java 11 fieldCommentRequirement Required
34180 src/com/gps/hibernate/ParamsSummary.java 21 Parameter 'summaryId' is not assigned and could be declared final
34181 src/com/gps/hibernate/ParamsSummary.java 33 Parameter 'vehicleId' is not assigned and could be declared final
34182 src/com/gps/hibernate/ParamsSummary.java 45 Parameter 'date' is not assigned and could be declared final
34183 src/com/gps/hibernate/ParamsSummary.java 57 Parameter 'paramStartId' is not assigned and could be declared final
34184 src/com/gps/hibernate/ParamsSummary.java 69 Parameter 'paramEndId' is not assigned and could be declared final
34185 src/com/gps/hibernate/ParamsSummaryDAO.java 10 headerCommentRequirement Required
34186 src/com/gps/hibernate/ParamsSummaryDAO.java 12 Logger should be defined private static final and have the correct class
34187 src/com/gps/hibernate/ParamsSummaryDAO.java 12 Variables that are final and static should be all capitals, 'log' is not all capitals.
34188 src/com/gps/hibernate/ParamsSummaryDAO.java 12 fieldCommentRequirement Required
34189 src/com/gps/hibernate/ParamsSummaryDAO.java 16 Parameter 'transientInstance' is not assigned and could be declared final
34190 src/com/gps/hibernate/ParamsSummaryDAO.java 16 publicMethodCommentRequirement Required
34191 src/com/gps/hibernate/ParamsSummaryDAO.java 17 There is log block not surrounded by if
34192 src/com/gps/hibernate/ParamsSummaryDAO.java 17 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34193 src/com/gps/hibernate/ParamsSummaryDAO.java 19 Potential violation of Law of Demeter (method chain calls)
34194 src/com/gps/hibernate/ParamsSummaryDAO.java 20 There is log block not surrounded by if
34195 src/com/gps/hibernate/ParamsSummaryDAO.java 20 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34196 src/com/gps/hibernate/ParamsSummaryDAO.java 22 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34197 src/com/gps/hibernate/ParamsSummaryDAO.java 23 There is log block not surrounded by if
34198 src/com/gps/hibernate/ParamsSummaryDAO.java 28 Parameter 'instance' is not assigned and could be declared final
34199 src/com/gps/hibernate/ParamsSummaryDAO.java 28 publicMethodCommentRequirement Required
34200 src/com/gps/hibernate/ParamsSummaryDAO.java 29 There is log block not surrounded by if
34201 src/com/gps/hibernate/ParamsSummaryDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34202 src/com/gps/hibernate/ParamsSummaryDAO.java 31 Potential violation of Law of Demeter (method chain calls)
34203 src/com/gps/hibernate/ParamsSummaryDAO.java 32 There is log block not surrounded by if
34204 src/com/gps/hibernate/ParamsSummaryDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34205 src/com/gps/hibernate/ParamsSummaryDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34206 src/com/gps/hibernate/ParamsSummaryDAO.java 35 There is log block not surrounded by if
34207 src/com/gps/hibernate/ParamsSummaryDAO.java 40 Parameter 'instance' is not assigned and could be declared final
34208 src/com/gps/hibernate/ParamsSummaryDAO.java 40 publicMethodCommentRequirement Required
34209 src/com/gps/hibernate/ParamsSummaryDAO.java 41 There is log block not surrounded by if
34210 src/com/gps/hibernate/ParamsSummaryDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34211 src/com/gps/hibernate/ParamsSummaryDAO.java 43 Potential violation of Law of Demeter (method chain calls)
34212 src/com/gps/hibernate/ParamsSummaryDAO.java 44 There is log block not surrounded by if
34213 src/com/gps/hibernate/ParamsSummaryDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34214 src/com/gps/hibernate/ParamsSummaryDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34215 src/com/gps/hibernate/ParamsSummaryDAO.java 47 There is log block not surrounded by if
34216 src/com/gps/hibernate/ParamsSummaryDAO.java 52 Avoid excessively long variable names like persistentInstance
34217 src/com/gps/hibernate/ParamsSummaryDAO.java 52 Parameter 'persistentInstance' is not assigned and could be declared final
34218 src/com/gps/hibernate/ParamsSummaryDAO.java 52 publicMethodCommentRequirement Required
34219 src/com/gps/hibernate/ParamsSummaryDAO.java 53 There is log block not surrounded by if
34220 src/com/gps/hibernate/ParamsSummaryDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34221 src/com/gps/hibernate/ParamsSummaryDAO.java 55 Potential violation of Law of Demeter (method chain calls)
34222 src/com/gps/hibernate/ParamsSummaryDAO.java 56 There is log block not surrounded by if
34223 src/com/gps/hibernate/ParamsSummaryDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34224 src/com/gps/hibernate/ParamsSummaryDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34225 src/com/gps/hibernate/ParamsSummaryDAO.java 59 There is log block not surrounded by if
34226 src/com/gps/hibernate/ParamsSummaryDAO.java 64 Parameter 'detachedInstance' is not assigned and could be declared final
34227 src/com/gps/hibernate/ParamsSummaryDAO.java 64 publicMethodCommentRequirement Required
34228 src/com/gps/hibernate/ParamsSummaryDAO.java 65 There is log block not surrounded by if
34229 src/com/gps/hibernate/ParamsSummaryDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34230 src/com/gps/hibernate/ParamsSummaryDAO.java 67 Local variable 'result' could be declared final
34231 src/com/gps/hibernate/ParamsSummaryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
34232 src/com/gps/hibernate/ParamsSummaryDAO.java 69 There is log block not surrounded by if
34233 src/com/gps/hibernate/ParamsSummaryDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34234 src/com/gps/hibernate/ParamsSummaryDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34235 src/com/gps/hibernate/ParamsSummaryDAO.java 73 There is log block not surrounded by if
34236 src/com/gps/hibernate/ParamsSummaryDAO.java 78 Avoid variables with short names like id
34237 src/com/gps/hibernate/ParamsSummaryDAO.java 78 Parameter 'id' is not assigned and could be declared final
34238 src/com/gps/hibernate/ParamsSummaryDAO.java 78 publicMethodCommentRequirement Required
34239 src/com/gps/hibernate/ParamsSummaryDAO.java 79 There is log block not surrounded by if
34240 src/com/gps/hibernate/ParamsSummaryDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34241 src/com/gps/hibernate/ParamsSummaryDAO.java 81 Local variable 'instance' could be declared final
34242 src/com/gps/hibernate/ParamsSummaryDAO.java 81 Potential violation of Law of Demeter (method chain calls)
34243 src/com/gps/hibernate/ParamsSummaryDAO.java 84 There is log block not surrounded by if
34244 src/com/gps/hibernate/ParamsSummaryDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34245 src/com/gps/hibernate/ParamsSummaryDAO.java 87 There is log block not surrounded by if
34246 src/com/gps/hibernate/ParamsSummaryDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34247 src/com/gps/hibernate/ParamsSummaryDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34248 src/com/gps/hibernate/ParamsSummaryDAO.java 92 There is log block not surrounded by if
34249 src/com/gps/hibernate/ParamsSummaryDAO.java 98 Parameter 'instance' is not assigned and could be declared final
34250 src/com/gps/hibernate/ParamsSummaryDAO.java 98 publicMethodCommentRequirement Required
34251 src/com/gps/hibernate/ParamsSummaryDAO.java 99 There is log block not surrounded by if
34252 src/com/gps/hibernate/ParamsSummaryDAO.java 99 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34253 src/com/gps/hibernate/ParamsSummaryDAO.java 101 Local variable 'results' could be declared final
34254 src/com/gps/hibernate/ParamsSummaryDAO.java 101 Potential violation of Law of Demeter (method chain calls)
34255 src/com/gps/hibernate/ParamsSummaryDAO.java 101 Potential violation of Law of Demeter (method chain calls)
34256 src/com/gps/hibernate/ParamsSummaryDAO.java 101 Potential violation of Law of Demeter (method chain calls)
34257 src/com/gps/hibernate/ParamsSummaryDAO.java 105 Potential violation of Law of Demeter (object not created locally)
34258 src/com/gps/hibernate/ParamsSummaryDAO.java 105 There is log block not surrounded by if
34259 src/com/gps/hibernate/ParamsSummaryDAO.java 105 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34260 src/com/gps/hibernate/ParamsSummaryDAO.java 108 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34261 src/com/gps/hibernate/ParamsSummaryDAO.java 109 There is log block not surrounded by if
34262 src/com/gps/hibernate/Phone.java 11 Classes implementing Serializable should set a serialVersionUID
34263 src/com/gps/hibernate/Phone.java 15 fieldCommentRequirement Required
34264 src/com/gps/hibernate/Phone.java 16 fieldCommentRequirement Required
34265 src/com/gps/hibernate/Phone.java 17 fieldCommentRequirement Required
34266 src/com/gps/hibernate/Phone.java 18 fieldCommentRequirement Required
34267 src/com/gps/hibernate/Phone.java 19 fieldCommentRequirement Required
34268 src/com/gps/hibernate/Phone.java 20 fieldCommentRequirement Required
34269 src/com/gps/hibernate/Phone.java 21 fieldCommentRequirement Required
34270 src/com/gps/hibernate/Phone.java 22 fieldCommentRequirement Required
34271 src/com/gps/hibernate/Phone.java 23 fieldCommentRequirement Required
34272 src/com/gps/hibernate/Phone.java 24 fieldCommentRequirement Required
34273 src/com/gps/hibernate/Phone.java 25 fieldCommentRequirement Required
34274 src/com/gps/hibernate/Phone.java 26 fieldCommentRequirement Required
34275 src/com/gps/hibernate/Phone.java 31 Document empty constructor
34276 src/com/gps/hibernate/Phone.java 35 Parameter 'phoneId' is not assigned and could be declared final
34277 src/com/gps/hibernate/Phone.java 40 Avoid long parameter lists.
34278 src/com/gps/hibernate/Phone.java 40 Parameter 'companyId' is not assigned and could be declared final
34279 src/com/gps/hibernate/Phone.java 40 Parameter 'phoneId' is not assigned and could be declared final
34280 src/com/gps/hibernate/Phone.java 40 Parameter 'userId' is not assigned and could be declared final
34281 src/com/gps/hibernate/Phone.java 40 Parameter 'userName' is not assigned and could be declared final
34282 src/com/gps/hibernate/Phone.java 41 Parameter 'classNameId' is not assigned and could be declared final
34283 src/com/gps/hibernate/Phone.java 41 Parameter 'classPk' is not assigned and could be declared final
34284 src/com/gps/hibernate/Phone.java 41 Parameter 'createDate' is not assigned and could be declared final
34285 src/com/gps/hibernate/Phone.java 41 Parameter 'modifiedDate' is not assigned and could be declared final
34286 src/com/gps/hibernate/Phone.java 42 Parameter 'extension' is not assigned and could be declared final
34287 src/com/gps/hibernate/Phone.java 42 Parameter 'number' is not assigned and could be declared final
34288 src/com/gps/hibernate/Phone.java 42 Parameter 'primary' is not assigned and could be declared final
34289 src/com/gps/hibernate/Phone.java 42 Parameter 'typeId' is not assigned and could be declared final
34290 src/com/gps/hibernate/Phone.java 59 publicMethodCommentRequirement Required
34291 src/com/gps/hibernate/Phone.java 63 Parameter 'phoneId' is not assigned and could be declared final
34292 src/com/gps/hibernate/Phone.java 63 publicMethodCommentRequirement Required
34293 src/com/gps/hibernate/Phone.java 67 publicMethodCommentRequirement Required
34294 src/com/gps/hibernate/Phone.java 71 Parameter 'companyId' is not assigned and could be declared final
34295 src/com/gps/hibernate/Phone.java 71 publicMethodCommentRequirement Required
34296 src/com/gps/hibernate/Phone.java 75 publicMethodCommentRequirement Required
34297 src/com/gps/hibernate/Phone.java 79 Parameter 'userId' is not assigned and could be declared final
34298 src/com/gps/hibernate/Phone.java 79 publicMethodCommentRequirement Required
34299 src/com/gps/hibernate/Phone.java 83 publicMethodCommentRequirement Required
34300 src/com/gps/hibernate/Phone.java 87 Parameter 'userName' is not assigned and could be declared final
34301 src/com/gps/hibernate/Phone.java 87 publicMethodCommentRequirement Required
34302 src/com/gps/hibernate/Phone.java 91 publicMethodCommentRequirement Required
34303 src/com/gps/hibernate/Phone.java 95 Parameter 'createDate' is not assigned and could be declared final
34304 src/com/gps/hibernate/Phone.java 95 publicMethodCommentRequirement Required
34305 src/com/gps/hibernate/Phone.java 99 publicMethodCommentRequirement Required
34306 src/com/gps/hibernate/Phone.java 103 Parameter 'modifiedDate' is not assigned and could be declared final
34307 src/com/gps/hibernate/Phone.java 103 publicMethodCommentRequirement Required
34308 src/com/gps/hibernate/Phone.java 107 publicMethodCommentRequirement Required
34309 src/com/gps/hibernate/Phone.java 111 Parameter 'classNameId' is not assigned and could be declared final
34310 src/com/gps/hibernate/Phone.java 111 publicMethodCommentRequirement Required
34311 src/com/gps/hibernate/Phone.java 115 publicMethodCommentRequirement Required
34312 src/com/gps/hibernate/Phone.java 119 Parameter 'classPk' is not assigned and could be declared final
34313 src/com/gps/hibernate/Phone.java 119 publicMethodCommentRequirement Required
34314 src/com/gps/hibernate/Phone.java 123 publicMethodCommentRequirement Required
34315 src/com/gps/hibernate/Phone.java 127 Parameter 'number' is not assigned and could be declared final
34316 src/com/gps/hibernate/Phone.java 127 publicMethodCommentRequirement Required
34317 src/com/gps/hibernate/Phone.java 131 publicMethodCommentRequirement Required
34318 src/com/gps/hibernate/Phone.java 135 Parameter 'extension' is not assigned and could be declared final
34319 src/com/gps/hibernate/Phone.java 135 publicMethodCommentRequirement Required
34320 src/com/gps/hibernate/Phone.java 139 publicMethodCommentRequirement Required
34321 src/com/gps/hibernate/Phone.java 143 Parameter 'typeId' is not assigned and could be declared final
34322 src/com/gps/hibernate/Phone.java 143 publicMethodCommentRequirement Required
34323 src/com/gps/hibernate/Phone.java 147 publicMethodCommentRequirement Required
34324 src/com/gps/hibernate/Phone.java 151 Parameter 'primary' is not assigned and could be declared final
34325 src/com/gps/hibernate/Phone.java 151 publicMethodCommentRequirement Required
34326 src/com/gps/hibernate/PhoneDAO.java 3 Avoid unused imports such as 'java.util.Date'
34327 src/com/gps/hibernate/PhoneDAO.java 11 Comment is too large: Too many lines
34328 src/com/gps/hibernate/PhoneDAO.java 23 This class has too many methods, consider refactoring it.
34329 src/com/gps/hibernate/PhoneDAO.java 24 Logger should be defined private static final and have the correct class
34330 src/com/gps/hibernate/PhoneDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
34331 src/com/gps/hibernate/PhoneDAO.java 24 fieldCommentRequirement Required
34332 src/com/gps/hibernate/PhoneDAO.java 26 fieldCommentRequirement Required
34333 src/com/gps/hibernate/PhoneDAO.java 27 fieldCommentRequirement Required
34334 src/com/gps/hibernate/PhoneDAO.java 28 fieldCommentRequirement Required
34335 src/com/gps/hibernate/PhoneDAO.java 29 fieldCommentRequirement Required
34336 src/com/gps/hibernate/PhoneDAO.java 30 fieldCommentRequirement Required
34337 src/com/gps/hibernate/PhoneDAO.java 31 fieldCommentRequirement Required
34338 src/com/gps/hibernate/PhoneDAO.java 32 fieldCommentRequirement Required
34339 src/com/gps/hibernate/PhoneDAO.java 33 fieldCommentRequirement Required
34340 src/com/gps/hibernate/PhoneDAO.java 34 fieldCommentRequirement Required
34341 src/com/gps/hibernate/PhoneDAO.java 36 Parameter 'transientInstance' is not assigned and could be declared final
34342 src/com/gps/hibernate/PhoneDAO.java 36 publicMethodCommentRequirement Required
34343 src/com/gps/hibernate/PhoneDAO.java 37 There is log block not surrounded by if
34344 src/com/gps/hibernate/PhoneDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34345 src/com/gps/hibernate/PhoneDAO.java 39 Potential violation of Law of Demeter (method chain calls)
34346 src/com/gps/hibernate/PhoneDAO.java 40 There is log block not surrounded by if
34347 src/com/gps/hibernate/PhoneDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34348 src/com/gps/hibernate/PhoneDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34349 src/com/gps/hibernate/PhoneDAO.java 42 There is log block not surrounded by if
34350 src/com/gps/hibernate/PhoneDAO.java 47 Avoid excessively long variable names like persistentInstance
34351 src/com/gps/hibernate/PhoneDAO.java 47 Parameter 'persistentInstance' is not assigned and could be declared final
34352 src/com/gps/hibernate/PhoneDAO.java 47 publicMethodCommentRequirement Required
34353 src/com/gps/hibernate/PhoneDAO.java 48 There is log block not surrounded by if
34354 src/com/gps/hibernate/PhoneDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34355 src/com/gps/hibernate/PhoneDAO.java 50 Potential violation of Law of Demeter (method chain calls)
34356 src/com/gps/hibernate/PhoneDAO.java 51 There is log block not surrounded by if
34357 src/com/gps/hibernate/PhoneDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34358 src/com/gps/hibernate/PhoneDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34359 src/com/gps/hibernate/PhoneDAO.java 53 There is log block not surrounded by if
34360 src/com/gps/hibernate/PhoneDAO.java 58 Avoid variables with short names like id
34361 src/com/gps/hibernate/PhoneDAO.java 58 Parameter 'id' is not assigned and could be declared final
34362 src/com/gps/hibernate/PhoneDAO.java 58 publicMethodCommentRequirement Required
34363 src/com/gps/hibernate/PhoneDAO.java 59 There is log block not surrounded by if
34364 src/com/gps/hibernate/PhoneDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34365 src/com/gps/hibernate/PhoneDAO.java 61 Local variable 'instance' could be declared final
34366 src/com/gps/hibernate/PhoneDAO.java 61 Potential violation of Law of Demeter (method chain calls)
34367 src/com/gps/hibernate/PhoneDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34368 src/com/gps/hibernate/PhoneDAO.java 65 There is log block not surrounded by if
34369 src/com/gps/hibernate/PhoneDAO.java 70 Parameter 'instance' is not assigned and could be declared final
34370 src/com/gps/hibernate/PhoneDAO.java 70 publicMethodCommentRequirement Required
34371 src/com/gps/hibernate/PhoneDAO.java 71 There is log block not surrounded by if
34372 src/com/gps/hibernate/PhoneDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34373 src/com/gps/hibernate/PhoneDAO.java 73 Local variable 'results' could be declared final
34374 src/com/gps/hibernate/PhoneDAO.java 73 Potential violation of Law of Demeter (method chain calls)
34375 src/com/gps/hibernate/PhoneDAO.java 73 Potential violation of Law of Demeter (method chain calls)
34376 src/com/gps/hibernate/PhoneDAO.java 73 Potential violation of Law of Demeter (method chain calls)
34377 src/com/gps/hibernate/PhoneDAO.java 76 There is log block not surrounded by if
34378 src/com/gps/hibernate/PhoneDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34379 src/com/gps/hibernate/PhoneDAO.java 77 Potential violation of Law of Demeter (object not created locally)
34380 src/com/gps/hibernate/PhoneDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34381 src/com/gps/hibernate/PhoneDAO.java 80 There is log block not surrounded by if
34382 src/com/gps/hibernate/PhoneDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
34383 src/com/gps/hibernate/PhoneDAO.java 85 Parameter 'value' is not assigned and could be declared final
34384 src/com/gps/hibernate/PhoneDAO.java 85 publicMethodCommentRequirement Required
34385 src/com/gps/hibernate/PhoneDAO.java 86 There is log block not surrounded by if
34386 src/com/gps/hibernate/PhoneDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34387 src/com/gps/hibernate/PhoneDAO.java 89 Local variable 'queryString' could be declared final
34388 src/com/gps/hibernate/PhoneDAO.java 91 Local variable 'queryObject' could be declared final
34389 src/com/gps/hibernate/PhoneDAO.java 91 Potential violation of Law of Demeter (method chain calls)
34390 src/com/gps/hibernate/PhoneDAO.java 92 Potential violation of Law of Demeter (object not created locally)
34391 src/com/gps/hibernate/PhoneDAO.java 93 Potential violation of Law of Demeter (object not created locally)
34392 src/com/gps/hibernate/PhoneDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34393 src/com/gps/hibernate/PhoneDAO.java 95 There is log block not surrounded by if
34394 src/com/gps/hibernate/PhoneDAO.java 100 Parameter 'companyId' is not assigned and could be declared final
34395 src/com/gps/hibernate/PhoneDAO.java 100 publicMethodCommentRequirement Required
34396 src/com/gps/hibernate/PhoneDAO.java 104 Parameter 'userId' is not assigned and could be declared final
34397 src/com/gps/hibernate/PhoneDAO.java 104 publicMethodCommentRequirement Required
34398 src/com/gps/hibernate/PhoneDAO.java 108 Parameter 'userName' is not assigned and could be declared final
34399 src/com/gps/hibernate/PhoneDAO.java 108 publicMethodCommentRequirement Required
34400 src/com/gps/hibernate/PhoneDAO.java 112 Parameter 'classNameId' is not assigned and could be declared final
34401 src/com/gps/hibernate/PhoneDAO.java 112 publicMethodCommentRequirement Required
34402 src/com/gps/hibernate/PhoneDAO.java 116 Parameter 'classPk' is not assigned and could be declared final
34403 src/com/gps/hibernate/PhoneDAO.java 116 publicMethodCommentRequirement Required
34404 src/com/gps/hibernate/PhoneDAO.java 120 Parameter 'number' is not assigned and could be declared final
34405 src/com/gps/hibernate/PhoneDAO.java 120 publicMethodCommentRequirement Required
34406 src/com/gps/hibernate/PhoneDAO.java 124 Parameter 'extension' is not assigned and could be declared final
34407 src/com/gps/hibernate/PhoneDAO.java 124 publicMethodCommentRequirement Required
34408 src/com/gps/hibernate/PhoneDAO.java 128 Parameter 'typeId' is not assigned and could be declared final
34409 src/com/gps/hibernate/PhoneDAO.java 128 publicMethodCommentRequirement Required
34410 src/com/gps/hibernate/PhoneDAO.java 132 Parameter 'primary' is not assigned and could be declared final
34411 src/com/gps/hibernate/PhoneDAO.java 132 publicMethodCommentRequirement Required
34412 src/com/gps/hibernate/PhoneDAO.java 136 publicMethodCommentRequirement Required
34413 src/com/gps/hibernate/PhoneDAO.java 137 There is log block not surrounded by if
34414 src/com/gps/hibernate/PhoneDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34415 src/com/gps/hibernate/PhoneDAO.java 139 Local variable 'queryString' could be declared final
34416 src/com/gps/hibernate/PhoneDAO.java 140 Local variable 'queryObject' could be declared final
34417 src/com/gps/hibernate/PhoneDAO.java 140 Potential violation of Law of Demeter (method chain calls)
34418 src/com/gps/hibernate/PhoneDAO.java 141 Potential violation of Law of Demeter (object not created locally)
34419 src/com/gps/hibernate/PhoneDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34420 src/com/gps/hibernate/PhoneDAO.java 143 There is log block not surrounded by if
34421 src/com/gps/hibernate/PhoneDAO.java 148 Parameter 'detachedInstance' is not assigned and could be declared final
34422 src/com/gps/hibernate/PhoneDAO.java 148 publicMethodCommentRequirement Required
34423 src/com/gps/hibernate/PhoneDAO.java 149 There is log block not surrounded by if
34424 src/com/gps/hibernate/PhoneDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34425 src/com/gps/hibernate/PhoneDAO.java 151 Local variable 'result' could be declared final
34426 src/com/gps/hibernate/PhoneDAO.java 151 Potential violation of Law of Demeter (method chain calls)
34427 src/com/gps/hibernate/PhoneDAO.java 152 There is log block not surrounded by if
34428 src/com/gps/hibernate/PhoneDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34429 src/com/gps/hibernate/PhoneDAO.java 154 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34430 src/com/gps/hibernate/PhoneDAO.java 155 There is log block not surrounded by if
34431 src/com/gps/hibernate/PhoneDAO.java 160 Parameter 'instance' is not assigned and could be declared final
34432 src/com/gps/hibernate/PhoneDAO.java 160 publicMethodCommentRequirement Required
34433 src/com/gps/hibernate/PhoneDAO.java 161 There is log block not surrounded by if
34434 src/com/gps/hibernate/PhoneDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34435 src/com/gps/hibernate/PhoneDAO.java 163 Potential violation of Law of Demeter (method chain calls)
34436 src/com/gps/hibernate/PhoneDAO.java 164 There is log block not surrounded by if
34437 src/com/gps/hibernate/PhoneDAO.java 164 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34438 src/com/gps/hibernate/PhoneDAO.java 165 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34439 src/com/gps/hibernate/PhoneDAO.java 166 There is log block not surrounded by if
34440 src/com/gps/hibernate/PhoneDAO.java 171 Parameter 'instance' is not assigned and could be declared final
34441 src/com/gps/hibernate/PhoneDAO.java 171 publicMethodCommentRequirement Required
34442 src/com/gps/hibernate/PhoneDAO.java 172 There is log block not surrounded by if
34443 src/com/gps/hibernate/PhoneDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34444 src/com/gps/hibernate/PhoneDAO.java 174 Potential violation of Law of Demeter (method chain calls)
34445 src/com/gps/hibernate/PhoneDAO.java 175 There is log block not surrounded by if
34446 src/com/gps/hibernate/PhoneDAO.java 175 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34447 src/com/gps/hibernate/PhoneDAO.java 176 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34448 src/com/gps/hibernate/PhoneDAO.java 177 There is log block not surrounded by if
34449 src/com/gps/hibernate/PickupPoints.java 9 Classes implementing Serializable should set a serialVersionUID
34450 src/com/gps/hibernate/PickupPoints.java 13 Avoid variables with short names like id
34451 src/com/gps/hibernate/PickupPoints.java 13 fieldCommentRequirement Required
34452 src/com/gps/hibernate/PickupPoints.java 14 fieldCommentRequirement Required
34453 src/com/gps/hibernate/PickupPoints.java 15 fieldCommentRequirement Required
34454 src/com/gps/hibernate/PickupPoints.java 16 fieldCommentRequirement Required
34455 src/com/gps/hibernate/PickupPoints.java 21 Document empty constructor
34456 src/com/gps/hibernate/PickupPoints.java 25 Parameter 'latitude' is not assigned and could be declared final
34457 src/com/gps/hibernate/PickupPoints.java 25 Parameter 'tripDetails' is not assigned and could be declared final
34458 src/com/gps/hibernate/PickupPoints.java 26 Parameter 'longitude' is not assigned and could be declared final
34459 src/com/gps/hibernate/PickupPoints.java 34 publicMethodCommentRequirement Required
34460 src/com/gps/hibernate/PickupPoints.java 38 Avoid variables with short names like id
34461 src/com/gps/hibernate/PickupPoints.java 38 Parameter 'id' is not assigned and could be declared final
34462 src/com/gps/hibernate/PickupPoints.java 38 publicMethodCommentRequirement Required
34463 src/com/gps/hibernate/PickupPoints.java 42 publicMethodCommentRequirement Required
34464 src/com/gps/hibernate/PickupPoints.java 46 Parameter 'tripDetails' is not assigned and could be declared final
34465 src/com/gps/hibernate/PickupPoints.java 46 publicMethodCommentRequirement Required
34466 src/com/gps/hibernate/PickupPoints.java 50 publicMethodCommentRequirement Required
34467 src/com/gps/hibernate/PickupPoints.java 54 Parameter 'latitude' is not assigned and could be declared final
34468 src/com/gps/hibernate/PickupPoints.java 54 publicMethodCommentRequirement Required
34469 src/com/gps/hibernate/PickupPoints.java 58 publicMethodCommentRequirement Required
34470 src/com/gps/hibernate/PickupPoints.java 62 Parameter 'longitude' is not assigned and could be declared final
34471 src/com/gps/hibernate/PickupPoints.java 62 publicMethodCommentRequirement Required
34472 src/com/gps/hibernate/PickupPointsDAO.java 10 Comment is too large: Too many lines
34473 src/com/gps/hibernate/PickupPointsDAO.java 22 This class has too many methods, consider refactoring it.
34474 src/com/gps/hibernate/PickupPointsDAO.java 23 Logger should be defined private static final and have the correct class
34475 src/com/gps/hibernate/PickupPointsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
34476 src/com/gps/hibernate/PickupPointsDAO.java 23 fieldCommentRequirement Required
34477 src/com/gps/hibernate/PickupPointsDAO.java 25 fieldCommentRequirement Required
34478 src/com/gps/hibernate/PickupPointsDAO.java 26 fieldCommentRequirement Required
34479 src/com/gps/hibernate/PickupPointsDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
34480 src/com/gps/hibernate/PickupPointsDAO.java 28 publicMethodCommentRequirement Required
34481 src/com/gps/hibernate/PickupPointsDAO.java 29 There is log block not surrounded by if
34482 src/com/gps/hibernate/PickupPointsDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34483 src/com/gps/hibernate/PickupPointsDAO.java 31 Potential violation of Law of Demeter (method chain calls)
34484 src/com/gps/hibernate/PickupPointsDAO.java 32 There is log block not surrounded by if
34485 src/com/gps/hibernate/PickupPointsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34486 src/com/gps/hibernate/PickupPointsDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34487 src/com/gps/hibernate/PickupPointsDAO.java 34 There is log block not surrounded by if
34488 src/com/gps/hibernate/PickupPointsDAO.java 39 Avoid excessively long variable names like persistentInstance
34489 src/com/gps/hibernate/PickupPointsDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
34490 src/com/gps/hibernate/PickupPointsDAO.java 39 publicMethodCommentRequirement Required
34491 src/com/gps/hibernate/PickupPointsDAO.java 40 There is log block not surrounded by if
34492 src/com/gps/hibernate/PickupPointsDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34493 src/com/gps/hibernate/PickupPointsDAO.java 42 Potential violation of Law of Demeter (method chain calls)
34494 src/com/gps/hibernate/PickupPointsDAO.java 43 There is log block not surrounded by if
34495 src/com/gps/hibernate/PickupPointsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34496 src/com/gps/hibernate/PickupPointsDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34497 src/com/gps/hibernate/PickupPointsDAO.java 45 There is log block not surrounded by if
34498 src/com/gps/hibernate/PickupPointsDAO.java 50 Avoid variables with short names like id
34499 src/com/gps/hibernate/PickupPointsDAO.java 50 Parameter 'id' is not assigned and could be declared final
34500 src/com/gps/hibernate/PickupPointsDAO.java 50 publicMethodCommentRequirement Required
34501 src/com/gps/hibernate/PickupPointsDAO.java 51 There is log block not surrounded by if
34502 src/com/gps/hibernate/PickupPointsDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34503 src/com/gps/hibernate/PickupPointsDAO.java 53 Local variable 'instance' could be declared final
34504 src/com/gps/hibernate/PickupPointsDAO.java 53 Potential violation of Law of Demeter (method chain calls)
34505 src/com/gps/hibernate/PickupPointsDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34506 src/com/gps/hibernate/PickupPointsDAO.java 57 There is log block not surrounded by if
34507 src/com/gps/hibernate/PickupPointsDAO.java 62 Parameter 'instance' is not assigned and could be declared final
34508 src/com/gps/hibernate/PickupPointsDAO.java 62 publicMethodCommentRequirement Required
34509 src/com/gps/hibernate/PickupPointsDAO.java 63 There is log block not surrounded by if
34510 src/com/gps/hibernate/PickupPointsDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34511 src/com/gps/hibernate/PickupPointsDAO.java 65 Local variable 'results' could be declared final
34512 src/com/gps/hibernate/PickupPointsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
34513 src/com/gps/hibernate/PickupPointsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
34514 src/com/gps/hibernate/PickupPointsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
34515 src/com/gps/hibernate/PickupPointsDAO.java 68 There is log block not surrounded by if
34516 src/com/gps/hibernate/PickupPointsDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34517 src/com/gps/hibernate/PickupPointsDAO.java 69 Potential violation of Law of Demeter (object not created locally)
34518 src/com/gps/hibernate/PickupPointsDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34519 src/com/gps/hibernate/PickupPointsDAO.java 72 There is log block not surrounded by if
34520 src/com/gps/hibernate/PickupPointsDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
34521 src/com/gps/hibernate/PickupPointsDAO.java 77 Parameter 'value' is not assigned and could be declared final
34522 src/com/gps/hibernate/PickupPointsDAO.java 77 publicMethodCommentRequirement Required
34523 src/com/gps/hibernate/PickupPointsDAO.java 78 There is log block not surrounded by if
34524 src/com/gps/hibernate/PickupPointsDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34525 src/com/gps/hibernate/PickupPointsDAO.java 81 Local variable 'queryString' could be declared final
34526 src/com/gps/hibernate/PickupPointsDAO.java 83 Local variable 'queryObject' could be declared final
34527 src/com/gps/hibernate/PickupPointsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
34528 src/com/gps/hibernate/PickupPointsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
34529 src/com/gps/hibernate/PickupPointsDAO.java 85 Potential violation of Law of Demeter (object not created locally)
34530 src/com/gps/hibernate/PickupPointsDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34531 src/com/gps/hibernate/PickupPointsDAO.java 87 There is log block not surrounded by if
34532 src/com/gps/hibernate/PickupPointsDAO.java 92 Parameter 'latitude' is not assigned and could be declared final
34533 src/com/gps/hibernate/PickupPointsDAO.java 92 publicMethodCommentRequirement Required
34534 src/com/gps/hibernate/PickupPointsDAO.java 96 Parameter 'longitude' is not assigned and could be declared final
34535 src/com/gps/hibernate/PickupPointsDAO.java 96 publicMethodCommentRequirement Required
34536 src/com/gps/hibernate/PickupPointsDAO.java 100 publicMethodCommentRequirement Required
34537 src/com/gps/hibernate/PickupPointsDAO.java 101 There is log block not surrounded by if
34538 src/com/gps/hibernate/PickupPointsDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34539 src/com/gps/hibernate/PickupPointsDAO.java 103 Local variable 'queryString' could be declared final
34540 src/com/gps/hibernate/PickupPointsDAO.java 104 Local variable 'queryObject' could be declared final
34541 src/com/gps/hibernate/PickupPointsDAO.java 104 Potential violation of Law of Demeter (method chain calls)
34542 src/com/gps/hibernate/PickupPointsDAO.java 105 Potential violation of Law of Demeter (object not created locally)
34543 src/com/gps/hibernate/PickupPointsDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34544 src/com/gps/hibernate/PickupPointsDAO.java 107 There is log block not surrounded by if
34545 src/com/gps/hibernate/PickupPointsDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
34546 src/com/gps/hibernate/PickupPointsDAO.java 112 publicMethodCommentRequirement Required
34547 src/com/gps/hibernate/PickupPointsDAO.java 113 There is log block not surrounded by if
34548 src/com/gps/hibernate/PickupPointsDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34549 src/com/gps/hibernate/PickupPointsDAO.java 115 Local variable 'result' could be declared final
34550 src/com/gps/hibernate/PickupPointsDAO.java 115 Potential violation of Law of Demeter (method chain calls)
34551 src/com/gps/hibernate/PickupPointsDAO.java 117 There is log block not surrounded by if
34552 src/com/gps/hibernate/PickupPointsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34553 src/com/gps/hibernate/PickupPointsDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34554 src/com/gps/hibernate/PickupPointsDAO.java 120 There is log block not surrounded by if
34555 src/com/gps/hibernate/PickupPointsDAO.java 125 Parameter 'instance' is not assigned and could be declared final
34556 src/com/gps/hibernate/PickupPointsDAO.java 125 publicMethodCommentRequirement Required
34557 src/com/gps/hibernate/PickupPointsDAO.java 126 There is log block not surrounded by if
34558 src/com/gps/hibernate/PickupPointsDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34559 src/com/gps/hibernate/PickupPointsDAO.java 128 Potential violation of Law of Demeter (method chain calls)
34560 src/com/gps/hibernate/PickupPointsDAO.java 129 There is log block not surrounded by if
34561 src/com/gps/hibernate/PickupPointsDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34562 src/com/gps/hibernate/PickupPointsDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34563 src/com/gps/hibernate/PickupPointsDAO.java 131 There is log block not surrounded by if
34564 src/com/gps/hibernate/PickupPointsDAO.java 136 Parameter 'instance' is not assigned and could be declared final
34565 src/com/gps/hibernate/PickupPointsDAO.java 136 publicMethodCommentRequirement Required
34566 src/com/gps/hibernate/PickupPointsDAO.java 137 There is log block not surrounded by if
34567 src/com/gps/hibernate/PickupPointsDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34568 src/com/gps/hibernate/PickupPointsDAO.java 139 Potential violation of Law of Demeter (method chain calls)
34569 src/com/gps/hibernate/PickupPointsDAO.java 140 There is log block not surrounded by if
34570 src/com/gps/hibernate/PickupPointsDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34571 src/com/gps/hibernate/PickupPointsDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34572 src/com/gps/hibernate/PickupPointsDAO.java 142 There is log block not surrounded by if
34573 src/com/gps/hibernate/ProfileDAO.java 5 Avoid unused imports such as 'java.util.Set'
34574 src/com/gps/hibernate/ProfileDAO.java 8 Avoid unused imports such as 'org.hibernate.Query'
34575 src/com/gps/hibernate/ProfileDAO.java 10 No need to import a type that lives in the same package
34576 src/com/gps/hibernate/ProfileDAO.java 13 headerCommentRequirement Required
34577 src/com/gps/hibernate/ProfileDAO.java 14 Logger should be defined private static final and have the correct class
34578 src/com/gps/hibernate/ProfileDAO.java 14 Variables that are final and static should be all capitals, 'log' is not all capitals.
34579 src/com/gps/hibernate/ProfileDAO.java 14 fieldCommentRequirement Required
34580 src/com/gps/hibernate/ProfileDAO.java 16 Avoid unused private fields such as 'users'.
34581 src/com/gps/hibernate/ProfileDAO.java 16 fieldCommentRequirement Required
34582 src/com/gps/hibernate/ProfileDAO.java 17 Found non-transient, non-static member. Please mark as transient or provide accessors.
34583 src/com/gps/hibernate/ProfileDAO.java 17 Use explicit scoping instead of the default package private level
34584 src/com/gps/hibernate/ProfileDAO.java 17 fieldCommentRequirement Required
34585 src/com/gps/hibernate/ProfileDAO.java 18 Parameter 'userid' is not assigned and could be declared final
34586 src/com/gps/hibernate/ProfileDAO.java 18 publicMethodCommentRequirement Required
34587 src/com/gps/hibernate/ProfileDAO.java 22 Local variable 'profiledao' could be declared final
34588 src/com/gps/hibernate/ProfileDAO.java 24 Potential violation of Law of Demeter (object not created locally)
34589 src/com/gps/hibernate/ProfileDAO.java 25 Potential violation of Law of Demeter (method chain calls)
34590 src/com/gps/hibernate/ProfileDAO.java 25 Potential violation of Law of Demeter (object not created locally)
34591 src/com/gps/hibernate/ProfileDAO.java 26 Potential violation of Law of Demeter (object not created locally)
34592 src/com/gps/hibernate/ProfileDAO.java 27 Potential violation of Law of Demeter (object not created locally)
34593 src/com/gps/hibernate/ProfileDAO.java 28 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34594 src/com/gps/hibernate/ProfileDAO.java 29 There is log block not surrounded by if
34595 src/com/gps/hibernate/ProfileDAO.java 34 Parameter 'userid' is not assigned and could be declared final
34596 src/com/gps/hibernate/ProfileDAO.java 34 publicMethodCommentRequirement Required
34597 src/com/gps/hibernate/ProfileDAO.java 39 Avoid unused local variables such as 'profiledao'.
34598 src/com/gps/hibernate/ProfileDAO.java 39 Found 'DU'-anomaly for variable 'profiledao' (lines '39'-'56').
34599 src/com/gps/hibernate/ProfileDAO.java 39 Local variable 'profiledao' could be declared final
34600 src/com/gps/hibernate/ProfileDAO.java 40 Local variable 'userdao' could be declared final
34601 src/com/gps/hibernate/ProfileDAO.java 42 Found 'DD'-anomaly for variable 'sess' (lines '42'-'44').
34602 src/com/gps/hibernate/ProfileDAO.java 43 Avoid variables with short names like tx
34603 src/com/gps/hibernate/ProfileDAO.java 43 Found 'DD'-anomaly for variable 'tx' (lines '43'-'45').
34604 src/com/gps/hibernate/ProfileDAO.java 44 Potential violation of Law of Demeter (object not created locally)
34605 src/com/gps/hibernate/ProfileDAO.java 45 Potential violation of Law of Demeter (method chain calls)
34606 src/com/gps/hibernate/ProfileDAO.java 46 Potential violation of Law of Demeter (object not created locally)
34607 src/com/gps/hibernate/ProfileDAO.java 47 Potential violation of Law of Demeter (object not created locally)
34608 src/com/gps/hibernate/ProfileDAO.java 48 Potential violation of Law of Demeter (object not created locally)
34609 src/com/gps/hibernate/ProfileDAO.java 49 Potential violation of Law of Demeter (object not created locally)
34610 src/com/gps/hibernate/ProfileDAO.java 50 Potential violation of Law of Demeter (object not created locally)
34611 src/com/gps/hibernate/ProfileDAO.java 51 Potential violation of Law of Demeter (object not created locally)
34612 src/com/gps/hibernate/ProfileDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34613 src/com/gps/hibernate/ProfileDAO.java 53 There is log block not surrounded by if
34614 src/com/gps/hibernate/ReportRef.java 3 headerCommentRequirement Required
34615 src/com/gps/hibernate/ReportRef.java 4 fieldCommentRequirement Required
34616 src/com/gps/hibernate/ReportRef.java 5 fieldCommentRequirement Required
34617 src/com/gps/hibernate/ReportRef.java 6 fieldCommentRequirement Required
34618 src/com/gps/hibernate/ReportRef.java 7 fieldCommentRequirement Required
34619 src/com/gps/hibernate/ReportRef.java 9 publicMethodCommentRequirement Required
34620 src/com/gps/hibernate/ReportRef.java 13 Parameter 'msg' is not assigned and could be declared final
34621 src/com/gps/hibernate/ReportRef.java 13 publicMethodCommentRequirement Required
34622 src/com/gps/hibernate/ReportRef.java 17 Parameter 'eventCode' is not assigned and could be declared final
34623 src/com/gps/hibernate/ReportRef.java 17 publicMethodCommentRequirement Required
34624 src/com/gps/hibernate/ReportRef.java 21 publicMethodCommentRequirement Required
34625 src/com/gps/hibernate/ReportRef.java 25 Parameter 'description' is not assigned and could be declared final
34626 src/com/gps/hibernate/ReportRef.java 25 publicMethodCommentRequirement Required
34627 src/com/gps/hibernate/ReportRef.java 29 publicMethodCommentRequirement Required
34628 src/com/gps/hibernate/ReportRef.java 33 publicMethodCommentRequirement Required
34629 src/com/gps/hibernate/ReportRef.java 40 Parameter 'alert' is not assigned and could be declared final
34630 src/com/gps/hibernate/ReportRefDAO.java 5 Avoid unused imports such as 'org.hibernate.Query'
34631 src/com/gps/hibernate/ReportRefDAO.java 7 headerCommentRequirement Required
34632 src/com/gps/hibernate/ReportRefDAO.java 9 Method names should not start with capital letters
34633 src/com/gps/hibernate/ReportRefDAO.java 9 Parameter 'eventCode' is not assigned and could be declared final
34634 src/com/gps/hibernate/ReportRefDAO.java 9 publicMethodCommentRequirement Required
34635 src/com/gps/hibernate/ReportRefDAO.java 11 Found 'DD'-anomaly for variable 'reportRef' (lines '11'-'13').
34636 src/com/gps/hibernate/ReportRefDAO.java 12 Local variable 'Msg' could be declared final
34637 src/com/gps/hibernate/ReportRefDAO.java 12 Variables should start with a lowercase character, 'Msg' starts with uppercase character.
34638 src/com/gps/hibernate/ReportRefDAO.java 13 Potential violation of Law of Demeter (method chain calls)
34639 src/com/gps/hibernate/ReportRefDAO.java 13 Potential violation of Law of Demeter (method chain calls)
34640 src/com/gps/hibernate/ReportRefDAO.java 14 Potential violation of Law of Demeter (method chain calls)
34641 src/com/gps/hibernate/ReportRefDAO.java 14 Potential violation of Law of Demeter (method chain calls)
34642 src/com/gps/hibernate/ReportRefDAO.java 14 Potential violation of Law of Demeter (object not created locally)
34643 src/com/gps/hibernate/ReportRefDAO.java 14 Potential violation of Law of Demeter (object not created locally)
34644 src/com/gps/hibernate/ReportRefDAO.java 15 Potential violation of Law of Demeter (method chain calls)
34645 src/com/gps/hibernate/ReportRefDAO.java 15 Potential violation of Law of Demeter (method chain calls)
34646 src/com/gps/hibernate/ReportRefDAO.java 15 Potential violation of Law of Demeter (object not created locally)
34647 src/com/gps/hibernate/ReportRefDAO.java 15 Potential violation of Law of Demeter (object not created locally)
34648 src/com/gps/hibernate/ReportRefDAO.java 19 Parameter 'eventCode' is not assigned and could be declared final
34649 src/com/gps/hibernate/ReportRefDAO.java 19 publicMethodCommentRequirement Required
34650 src/com/gps/hibernate/ReportRefDAO.java 22 Local variable 'eventObj' could be declared final
34651 src/com/gps/hibernate/ReportRefDAO.java 22 Potential violation of Law of Demeter (method chain calls)
34652 src/com/gps/hibernate/ReportRefDAO.java 22 Potential violation of Law of Demeter (method chain calls)
34653 src/com/gps/hibernate/ReportRefDAO.java 22 Potential violation of Law of Demeter (method chain calls)
34654 src/com/gps/hibernate/ReportRefDAO.java 23 A method should have only one exit point, and that should be the last statement in the method
34655 src/com/gps/hibernate/ReportRefDAO.java 23 Consider simply returning the value vs storing it in local variable 'eventObj'
34656 src/com/gps/hibernate/ReportRefDAO.java 25 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34657 src/com/gps/hibernate/ReportRefDAO.java 27 Local variable 'refObj' could be declared final
34658 src/com/gps/hibernate/ReportRefDAO.java 33 Method names should not start with capital letters
34659 src/com/gps/hibernate/ReportRefDAO.java 33 publicMethodCommentRequirement Required
34660 src/com/gps/hibernate/ReportRefDAO.java 35 Found 'DD'-anomaly for variable 'AllEvents' (lines '35'-'38').
34661 src/com/gps/hibernate/ReportRefDAO.java 35 Variables should start with a lowercase character, 'AllEvents' starts with uppercase character.
34662 src/com/gps/hibernate/ReportRefDAO.java 38 Potential violation of Law of Demeter (method chain calls)
34663 src/com/gps/hibernate/ReportRefDAO.java 38 Potential violation of Law of Demeter (method chain calls)
34664 src/com/gps/hibernate/ReportRefDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34665 src/com/gps/hibernate/ReportRefDAO.java 42 Avoid printStackTrace(); use a logger call instead.
34666 src/com/gps/hibernate/ReportRefDAO.java 42 Potential violation of Law of Demeter (object not created locally)
34667 src/com/gps/hibernate/ReportRefDAO.java 47 Parameter 'args' is not assigned and could be declared final
34668 src/com/gps/hibernate/ReportRefDAO.java 47 publicMethodCommentRequirement Required
34669 src/com/gps/hibernate/ReportRefDAO.java 49 Avoid unused local variables such as 'rep'.
34670 src/com/gps/hibernate/ReportRefDAO.java 49 Found 'DU'-anomaly for variable 'rep' (lines '49'-'52').
34671 src/com/gps/hibernate/ReportRefDAO.java 49 Local variable 'rep' could be declared final
34672 src/com/gps/hibernate/ReportSummary.java 1 This class has a bunch of public methods and attributes
34673 src/com/gps/hibernate/ReportSummary.java 5 headerCommentRequirement Required
34674 src/com/gps/hibernate/ReportSummary.java 7 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'summary_id' is not final.
34675 src/com/gps/hibernate/ReportSummary.java 7 fieldCommentRequirement Required
34676 src/com/gps/hibernate/ReportSummary.java 8 fieldCommentRequirement Required
34677 src/com/gps/hibernate/ReportSummary.java 9 fieldCommentRequirement Required
34678 src/com/gps/hibernate/ReportSummary.java 10 fieldCommentRequirement Required
34679 src/com/gps/hibernate/ReportSummary.java 11 fieldCommentRequirement Required
34680 src/com/gps/hibernate/ReportSummary.java 12 fieldCommentRequirement Required
34681 src/com/gps/hibernate/ReportSummary.java 13 fieldCommentRequirement Required
34682 src/com/gps/hibernate/ReportSummary.java 14 fieldCommentRequirement Required
34683 src/com/gps/hibernate/ReportSummary.java 15 fieldCommentRequirement Required
34684 src/com/gps/hibernate/ReportSummary.java 16 fieldCommentRequirement Required
34685 src/com/gps/hibernate/ReportSummary.java 17 fieldCommentRequirement Required
34686 src/com/gps/hibernate/ReportSummary.java 18 fieldCommentRequirement Required
34687 src/com/gps/hibernate/ReportSummary.java 19 fieldCommentRequirement Required
34688 src/com/gps/hibernate/ReportSummary.java 20 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'start_time' is not final.
34689 src/com/gps/hibernate/ReportSummary.java 20 fieldCommentRequirement Required
34690 src/com/gps/hibernate/ReportSummary.java 21 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'end_time' is not final.
34691 src/com/gps/hibernate/ReportSummary.java 21 fieldCommentRequirement Required
34692 src/com/gps/hibernate/ReportSummary.java 22 Method names should not contain underscores
34693 src/com/gps/hibernate/ReportSummary.java 22 publicMethodCommentRequirement Required
34694 src/com/gps/hibernate/ReportSummary.java 25 Method names should not contain underscores
34695 src/com/gps/hibernate/ReportSummary.java 25 Parameter 'summaryId' is not assigned and could be declared final
34696 src/com/gps/hibernate/ReportSummary.java 25 publicMethodCommentRequirement Required
34697 src/com/gps/hibernate/ReportSummary.java 28 publicMethodCommentRequirement Required
34698 src/com/gps/hibernate/ReportSummary.java 31 Parameter 'vehicleid' is not assigned and could be declared final
34699 src/com/gps/hibernate/ReportSummary.java 31 publicMethodCommentRequirement Required
34700 src/com/gps/hibernate/ReportSummary.java 34 publicMethodCommentRequirement Required
34701 src/com/gps/hibernate/ReportSummary.java 37 Parameter 'tripid' is not assigned and could be declared final
34702 src/com/gps/hibernate/ReportSummary.java 37 publicMethodCommentRequirement Required
34703 src/com/gps/hibernate/ReportSummary.java 40 publicMethodCommentRequirement Required
34704 src/com/gps/hibernate/ReportSummary.java 43 Parameter 'date' is not assigned and could be declared final
34705 src/com/gps/hibernate/ReportSummary.java 43 publicMethodCommentRequirement Required
34706 src/com/gps/hibernate/ReportSummary.java 46 publicMethodCommentRequirement Required
34707 src/com/gps/hibernate/ReportSummary.java 49 Parameter 'session' is not assigned and could be declared final
34708 src/com/gps/hibernate/ReportSummary.java 49 publicMethodCommentRequirement Required
34709 src/com/gps/hibernate/ReportSummary.java 52 publicMethodCommentRequirement Required
34710 src/com/gps/hibernate/ReportSummary.java 55 Parameter 'dist0to20' is not assigned and could be declared final
34711 src/com/gps/hibernate/ReportSummary.java 55 publicMethodCommentRequirement Required
34712 src/com/gps/hibernate/ReportSummary.java 58 publicMethodCommentRequirement Required
34713 src/com/gps/hibernate/ReportSummary.java 61 Parameter 'dist20to45' is not assigned and could be declared final
34714 src/com/gps/hibernate/ReportSummary.java 61 publicMethodCommentRequirement Required
34715 src/com/gps/hibernate/ReportSummary.java 64 publicMethodCommentRequirement Required
34716 src/com/gps/hibernate/ReportSummary.java 67 Parameter 'dist45to55' is not assigned and could be declared final
34717 src/com/gps/hibernate/ReportSummary.java 67 publicMethodCommentRequirement Required
34718 src/com/gps/hibernate/ReportSummary.java 70 publicMethodCommentRequirement Required
34719 src/com/gps/hibernate/ReportSummary.java 73 Parameter 'dist55to65' is not assigned and could be declared final
34720 src/com/gps/hibernate/ReportSummary.java 73 publicMethodCommentRequirement Required
34721 src/com/gps/hibernate/ReportSummary.java 76 publicMethodCommentRequirement Required
34722 src/com/gps/hibernate/ReportSummary.java 79 Parameter 'distgrt65' is not assigned and could be declared final
34723 src/com/gps/hibernate/ReportSummary.java 79 publicMethodCommentRequirement Required
34724 src/com/gps/hibernate/ReportSummary.java 82 publicMethodCommentRequirement Required
34725 src/com/gps/hibernate/ReportSummary.java 85 Parameter 'distance' is not assigned and could be declared final
34726 src/com/gps/hibernate/ReportSummary.java 85 publicMethodCommentRequirement Required
34727 src/com/gps/hibernate/ReportSummary.java 88 publicMethodCommentRequirement Required
34728 src/com/gps/hibernate/ReportSummary.java 91 Parameter 'maxspeed' is not assigned and could be declared final
34729 src/com/gps/hibernate/ReportSummary.java 91 publicMethodCommentRequirement Required
34730 src/com/gps/hibernate/ReportSummary.java 94 publicMethodCommentRequirement Required
34731 src/com/gps/hibernate/ReportSummary.java 97 Parameter 'hardbrakes' is not assigned and could be declared final
34732 src/com/gps/hibernate/ReportSummary.java 97 publicMethodCommentRequirement Required
34733 src/com/gps/hibernate/ReportSummary.java 100 Method names should not contain underscores
34734 src/com/gps/hibernate/ReportSummary.java 100 publicMethodCommentRequirement Required
34735 src/com/gps/hibernate/ReportSummary.java 103 Method names should not contain underscores
34736 src/com/gps/hibernate/ReportSummary.java 103 Parameter 'startTime' is not assigned and could be declared final
34737 src/com/gps/hibernate/ReportSummary.java 103 publicMethodCommentRequirement Required
34738 src/com/gps/hibernate/ReportSummary.java 106 Method names should not contain underscores
34739 src/com/gps/hibernate/ReportSummary.java 106 publicMethodCommentRequirement Required
34740 src/com/gps/hibernate/ReportSummary.java 109 Method names should not contain underscores
34741 src/com/gps/hibernate/ReportSummary.java 109 Parameter 'endTime' is not assigned and could be declared final
34742 src/com/gps/hibernate/ReportSummary.java 109 publicMethodCommentRequirement Required
34743 src/com/gps/hibernate/RfidHistory.java 6 Classes implementing Serializable should set a serialVersionUID
34744 src/com/gps/hibernate/RfidHistory.java 6 headerCommentRequirement Required
34745 src/com/gps/hibernate/RfidHistory.java 10 fieldCommentRequirement Required
34746 src/com/gps/hibernate/RfidHistory.java 11 fieldCommentRequirement Required
34747 src/com/gps/hibernate/RfidHistory.java 12 fieldCommentRequirement Required
34748 src/com/gps/hibernate/RfidHistory.java 13 fieldCommentRequirement Required
34749 src/com/gps/hibernate/RfidHistory.java 14 fieldCommentRequirement Required
34750 src/com/gps/hibernate/RfidHistory.java 15 fieldCommentRequirement Required
34751 src/com/gps/hibernate/RfidHistory.java 16 fieldCommentRequirement Required
34752 src/com/gps/hibernate/RfidHistory.java 21 Document empty constructor
34753 src/com/gps/hibernate/RfidHistory.java 25 Parameter 'historyId' is not assigned and could be declared final
34754 src/com/gps/hibernate/RfidHistory.java 25 Parameter 'insertionTime' is not assigned and could be declared final
34755 src/com/gps/hibernate/RfidHistory.java 25 Parameter 'userRfid' is not assigned and could be declared final
34756 src/com/gps/hibernate/RfidHistory.java 32 Parameter 'fence' is not assigned and could be declared final
34757 src/com/gps/hibernate/RfidHistory.java 32 Parameter 'historyId' is not assigned and could be declared final
34758 src/com/gps/hibernate/RfidHistory.java 32 Parameter 'insertionTime' is not assigned and could be declared final
34759 src/com/gps/hibernate/RfidHistory.java 32 Parameter 'session' is not assigned and could be declared final
34760 src/com/gps/hibernate/RfidHistory.java 32 Parameter 'status' is not assigned and could be declared final
34761 src/com/gps/hibernate/RfidHistory.java 32 Parameter 'userRfid' is not assigned and could be declared final
34762 src/com/gps/hibernate/RfidHistory.java 41 Parameter 'fence' is not assigned and could be declared final
34763 src/com/gps/hibernate/RfidHistory.java 41 Parameter 'historyId' is not assigned and could be declared final
34764 src/com/gps/hibernate/RfidHistory.java 41 Parameter 'insertionTime' is not assigned and could be declared final
34765 src/com/gps/hibernate/RfidHistory.java 41 Parameter 'session' is not assigned and could be declared final
34766 src/com/gps/hibernate/RfidHistory.java 41 Parameter 'status' is not assigned and could be declared final
34767 src/com/gps/hibernate/RfidHistory.java 41 Parameter 'tripDetails' is not assigned and could be declared final
34768 src/com/gps/hibernate/RfidHistory.java 41 Parameter 'userRfid' is not assigned and could be declared final
34769 src/com/gps/hibernate/RfidHistory.java 41 publicMethodCommentRequirement Required
34770 src/com/gps/hibernate/RfidHistory.java 54 publicMethodCommentRequirement Required
34771 src/com/gps/hibernate/RfidHistory.java 58 Parameter 'historyId' is not assigned and could be declared final
34772 src/com/gps/hibernate/RfidHistory.java 58 publicMethodCommentRequirement Required
34773 src/com/gps/hibernate/RfidHistory.java 62 publicMethodCommentRequirement Required
34774 src/com/gps/hibernate/RfidHistory.java 66 Parameter 'userRfid' is not assigned and could be declared final
34775 src/com/gps/hibernate/RfidHistory.java 66 publicMethodCommentRequirement Required
34776 src/com/gps/hibernate/RfidHistory.java 70 publicMethodCommentRequirement Required
34777 src/com/gps/hibernate/RfidHistory.java 74 Parameter 'fence' is not assigned and could be declared final
34778 src/com/gps/hibernate/RfidHistory.java 74 publicMethodCommentRequirement Required
34779 src/com/gps/hibernate/RfidHistory.java 78 publicMethodCommentRequirement Required
34780 src/com/gps/hibernate/RfidHistory.java 82 Parameter 'insertionTime' is not assigned and could be declared final
34781 src/com/gps/hibernate/RfidHistory.java 82 publicMethodCommentRequirement Required
34782 src/com/gps/hibernate/RfidHistory.java 86 publicMethodCommentRequirement Required
34783 src/com/gps/hibernate/RfidHistory.java 90 Parameter 'session' is not assigned and could be declared final
34784 src/com/gps/hibernate/RfidHistory.java 90 publicMethodCommentRequirement Required
34785 src/com/gps/hibernate/RfidHistory.java 94 publicMethodCommentRequirement Required
34786 src/com/gps/hibernate/RfidHistory.java 98 Parameter 'status' is not assigned and could be declared final
34787 src/com/gps/hibernate/RfidHistory.java 98 publicMethodCommentRequirement Required
34788 src/com/gps/hibernate/RfidHistory.java 102 publicMethodCommentRequirement Required
34789 src/com/gps/hibernate/RfidHistory.java 106 Parameter 'tripDetails' is not assigned and could be declared final
34790 src/com/gps/hibernate/RfidHistory.java 106 publicMethodCommentRequirement Required
34791 src/com/gps/hibernate/RfidHistoryDAO.java 5 Avoid unused imports such as 'javax.naming.InitialContext'
34792 src/com/gps/hibernate/RfidHistoryDAO.java 9 Avoid unused imports such as 'org.hibernate.SessionFactory'
34793 src/com/gps/hibernate/RfidHistoryDAO.java 21 Logger should be defined private static final and have the correct class
34794 src/com/gps/hibernate/RfidHistoryDAO.java 21 Variables that are final and static should be all capitals, 'log' is not all capitals.
34795 src/com/gps/hibernate/RfidHistoryDAO.java 21 fieldCommentRequirement Required
34796 src/com/gps/hibernate/RfidHistoryDAO.java 25 Parameter 'transientInstance' is not assigned and could be declared final
34797 src/com/gps/hibernate/RfidHistoryDAO.java 25 publicMethodCommentRequirement Required
34798 src/com/gps/hibernate/RfidHistoryDAO.java 26 There is log block not surrounded by if
34799 src/com/gps/hibernate/RfidHistoryDAO.java 26 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34800 src/com/gps/hibernate/RfidHistoryDAO.java 28 Potential violation of Law of Demeter (method chain calls)
34801 src/com/gps/hibernate/RfidHistoryDAO.java 29 There is log block not surrounded by if
34802 src/com/gps/hibernate/RfidHistoryDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34803 src/com/gps/hibernate/RfidHistoryDAO.java 31 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34804 src/com/gps/hibernate/RfidHistoryDAO.java 32 There is log block not surrounded by if
34805 src/com/gps/hibernate/RfidHistoryDAO.java 37 Parameter 'instance' is not assigned and could be declared final
34806 src/com/gps/hibernate/RfidHistoryDAO.java 37 publicMethodCommentRequirement Required
34807 src/com/gps/hibernate/RfidHistoryDAO.java 38 There is log block not surrounded by if
34808 src/com/gps/hibernate/RfidHistoryDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34809 src/com/gps/hibernate/RfidHistoryDAO.java 40 Potential violation of Law of Demeter (method chain calls)
34810 src/com/gps/hibernate/RfidHistoryDAO.java 41 There is log block not surrounded by if
34811 src/com/gps/hibernate/RfidHistoryDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34812 src/com/gps/hibernate/RfidHistoryDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34813 src/com/gps/hibernate/RfidHistoryDAO.java 44 There is log block not surrounded by if
34814 src/com/gps/hibernate/RfidHistoryDAO.java 49 Parameter 'instance' is not assigned and could be declared final
34815 src/com/gps/hibernate/RfidHistoryDAO.java 49 publicMethodCommentRequirement Required
34816 src/com/gps/hibernate/RfidHistoryDAO.java 50 There is log block not surrounded by if
34817 src/com/gps/hibernate/RfidHistoryDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34818 src/com/gps/hibernate/RfidHistoryDAO.java 52 Potential violation of Law of Demeter (method chain calls)
34819 src/com/gps/hibernate/RfidHistoryDAO.java 53 There is log block not surrounded by if
34820 src/com/gps/hibernate/RfidHistoryDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34821 src/com/gps/hibernate/RfidHistoryDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34822 src/com/gps/hibernate/RfidHistoryDAO.java 56 There is log block not surrounded by if
34823 src/com/gps/hibernate/RfidHistoryDAO.java 61 Avoid excessively long variable names like persistentInstance
34824 src/com/gps/hibernate/RfidHistoryDAO.java 61 Parameter 'persistentInstance' is not assigned and could be declared final
34825 src/com/gps/hibernate/RfidHistoryDAO.java 61 publicMethodCommentRequirement Required
34826 src/com/gps/hibernate/RfidHistoryDAO.java 62 There is log block not surrounded by if
34827 src/com/gps/hibernate/RfidHistoryDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34828 src/com/gps/hibernate/RfidHistoryDAO.java 64 Potential violation of Law of Demeter (method chain calls)
34829 src/com/gps/hibernate/RfidHistoryDAO.java 65 There is log block not surrounded by if
34830 src/com/gps/hibernate/RfidHistoryDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34831 src/com/gps/hibernate/RfidHistoryDAO.java 67 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34832 src/com/gps/hibernate/RfidHistoryDAO.java 68 There is log block not surrounded by if
34833 src/com/gps/hibernate/RfidHistoryDAO.java 73 Parameter 'detachedInstance' is not assigned and could be declared final
34834 src/com/gps/hibernate/RfidHistoryDAO.java 73 publicMethodCommentRequirement Required
34835 src/com/gps/hibernate/RfidHistoryDAO.java 74 There is log block not surrounded by if
34836 src/com/gps/hibernate/RfidHistoryDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34837 src/com/gps/hibernate/RfidHistoryDAO.java 76 Local variable 'result' could be declared final
34838 src/com/gps/hibernate/RfidHistoryDAO.java 76 Potential violation of Law of Demeter (method chain calls)
34839 src/com/gps/hibernate/RfidHistoryDAO.java 78 There is log block not surrounded by if
34840 src/com/gps/hibernate/RfidHistoryDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34841 src/com/gps/hibernate/RfidHistoryDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34842 src/com/gps/hibernate/RfidHistoryDAO.java 82 There is log block not surrounded by if
34843 src/com/gps/hibernate/RfidHistoryDAO.java 87 Avoid variables with short names like id
34844 src/com/gps/hibernate/RfidHistoryDAO.java 87 Parameter 'id' is not assigned and could be declared final
34845 src/com/gps/hibernate/RfidHistoryDAO.java 87 publicMethodCommentRequirement Required
34846 src/com/gps/hibernate/RfidHistoryDAO.java 88 There is log block not surrounded by if
34847 src/com/gps/hibernate/RfidHistoryDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34848 src/com/gps/hibernate/RfidHistoryDAO.java 90 Local variable 'instance' could be declared final
34849 src/com/gps/hibernate/RfidHistoryDAO.java 90 Potential violation of Law of Demeter (method chain calls)
34850 src/com/gps/hibernate/RfidHistoryDAO.java 93 There is log block not surrounded by if
34851 src/com/gps/hibernate/RfidHistoryDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34852 src/com/gps/hibernate/RfidHistoryDAO.java 96 There is log block not surrounded by if
34853 src/com/gps/hibernate/RfidHistoryDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34854 src/com/gps/hibernate/RfidHistoryDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34855 src/com/gps/hibernate/RfidHistoryDAO.java 101 There is log block not surrounded by if
34856 src/com/gps/hibernate/RfidHistoryDAO.java 107 Parameter 'instance' is not assigned and could be declared final
34857 src/com/gps/hibernate/RfidHistoryDAO.java 107 publicMethodCommentRequirement Required
34858 src/com/gps/hibernate/RfidHistoryDAO.java 108 There is log block not surrounded by if
34859 src/com/gps/hibernate/RfidHistoryDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34860 src/com/gps/hibernate/RfidHistoryDAO.java 110 Local variable 'results' could be declared final
34861 src/com/gps/hibernate/RfidHistoryDAO.java 110 Potential violation of Law of Demeter (method chain calls)
34862 src/com/gps/hibernate/RfidHistoryDAO.java 110 Potential violation of Law of Demeter (method chain calls)
34863 src/com/gps/hibernate/RfidHistoryDAO.java 110 Potential violation of Law of Demeter (method chain calls)
34864 src/com/gps/hibernate/RfidHistoryDAO.java 114 Potential violation of Law of Demeter (object not created locally)
34865 src/com/gps/hibernate/RfidHistoryDAO.java 114 There is log block not surrounded by if
34866 src/com/gps/hibernate/RfidHistoryDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34867 src/com/gps/hibernate/RfidHistoryDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34868 src/com/gps/hibernate/RfidHistoryDAO.java 118 There is log block not surrounded by if
34869 src/com/gps/hibernate/RfidStatus.java 3 Avoid unused imports such as 'java.util.HashSet'
34870 src/com/gps/hibernate/RfidStatus.java 4 Avoid unused imports such as 'java.util.Set'
34871 src/com/gps/hibernate/RfidStatus.java 6 Classes implementing Serializable should set a serialVersionUID
34872 src/com/gps/hibernate/RfidStatus.java 6 headerCommentRequirement Required
34873 src/com/gps/hibernate/RfidStatus.java 11 Avoid variables with short names like no
34874 src/com/gps/hibernate/RfidStatus.java 11 fieldCommentRequirement Required
34875 src/com/gps/hibernate/RfidStatus.java 12 fieldCommentRequirement Required
34876 src/com/gps/hibernate/RfidStatus.java 13 fieldCommentRequirement Required
34877 src/com/gps/hibernate/RfidStatus.java 14 fieldCommentRequirement Required
34878 src/com/gps/hibernate/RfidStatus.java 29 Avoid variables with short names like no
34879 src/com/gps/hibernate/RfidStatus.java 29 Parameter 'alerts' is not assigned and could be declared final
34880 src/com/gps/hibernate/RfidStatus.java 29 Parameter 'message' is not assigned and could be declared final
34881 src/com/gps/hibernate/RfidStatus.java 29 Parameter 'no' is not assigned and could be declared final
34882 src/com/gps/hibernate/RfidStatus.java 29 Parameter 'status' is not assigned and could be declared final
34883 src/com/gps/hibernate/RfidStatus.java 47 Avoid variables with short names like no
34884 src/com/gps/hibernate/RfidStatus.java 47 Parameter 'no' is not assigned and could be declared final
34885 src/com/gps/hibernate/RfidStatus.java 61 Parameter 'status' is not assigned and could be declared final
34886 src/com/gps/hibernate/RfidStatus.java 75 Parameter 'message' is not assigned and could be declared final
34887 src/com/gps/hibernate/RfidStatus.java 89 Parameter 'alerts' is not assigned and could be declared final
34888 src/com/gps/hibernate/RfidStatusDAO.java 21 Logger should be defined private static final and have the correct class
34889 src/com/gps/hibernate/RfidStatusDAO.java 21 Variables that are final and static should be all capitals, 'log' is not all capitals.
34890 src/com/gps/hibernate/RfidStatusDAO.java 21 fieldCommentRequirement Required
34891 src/com/gps/hibernate/RfidStatusDAO.java 23 fieldCommentRequirement Required
34892 src/com/gps/hibernate/RfidStatusDAO.java 25 protectedMethodCommentRequirement Required
34893 src/com/gps/hibernate/RfidStatusDAO.java 29 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34894 src/com/gps/hibernate/RfidStatusDAO.java 30 There is log block not surrounded by if
34895 src/com/gps/hibernate/RfidStatusDAO.java 31 New exception is thrown in catch block, original stack trace may be lost
34896 src/com/gps/hibernate/RfidStatusDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
34897 src/com/gps/hibernate/RfidStatusDAO.java 35 publicMethodCommentRequirement Required
34898 src/com/gps/hibernate/RfidStatusDAO.java 36 There is log block not surrounded by if
34899 src/com/gps/hibernate/RfidStatusDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34900 src/com/gps/hibernate/RfidStatusDAO.java 38 Potential violation of Law of Demeter (method chain calls)
34901 src/com/gps/hibernate/RfidStatusDAO.java 39 There is log block not surrounded by if
34902 src/com/gps/hibernate/RfidStatusDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34903 src/com/gps/hibernate/RfidStatusDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34904 src/com/gps/hibernate/RfidStatusDAO.java 42 There is log block not surrounded by if
34905 src/com/gps/hibernate/RfidStatusDAO.java 47 Parameter 'instance' is not assigned and could be declared final
34906 src/com/gps/hibernate/RfidStatusDAO.java 47 publicMethodCommentRequirement Required
34907 src/com/gps/hibernate/RfidStatusDAO.java 48 There is log block not surrounded by if
34908 src/com/gps/hibernate/RfidStatusDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34909 src/com/gps/hibernate/RfidStatusDAO.java 50 Potential violation of Law of Demeter (method chain calls)
34910 src/com/gps/hibernate/RfidStatusDAO.java 51 There is log block not surrounded by if
34911 src/com/gps/hibernate/RfidStatusDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34912 src/com/gps/hibernate/RfidStatusDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34913 src/com/gps/hibernate/RfidStatusDAO.java 54 There is log block not surrounded by if
34914 src/com/gps/hibernate/RfidStatusDAO.java 59 Parameter 'instance' is not assigned and could be declared final
34915 src/com/gps/hibernate/RfidStatusDAO.java 59 publicMethodCommentRequirement Required
34916 src/com/gps/hibernate/RfidStatusDAO.java 60 There is log block not surrounded by if
34917 src/com/gps/hibernate/RfidStatusDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34918 src/com/gps/hibernate/RfidStatusDAO.java 62 Potential violation of Law of Demeter (method chain calls)
34919 src/com/gps/hibernate/RfidStatusDAO.java 63 There is log block not surrounded by if
34920 src/com/gps/hibernate/RfidStatusDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34921 src/com/gps/hibernate/RfidStatusDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34922 src/com/gps/hibernate/RfidStatusDAO.java 66 There is log block not surrounded by if
34923 src/com/gps/hibernate/RfidStatusDAO.java 71 Avoid excessively long variable names like persistentInstance
34924 src/com/gps/hibernate/RfidStatusDAO.java 71 Parameter 'persistentInstance' is not assigned and could be declared final
34925 src/com/gps/hibernate/RfidStatusDAO.java 71 publicMethodCommentRequirement Required
34926 src/com/gps/hibernate/RfidStatusDAO.java 72 There is log block not surrounded by if
34927 src/com/gps/hibernate/RfidStatusDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34928 src/com/gps/hibernate/RfidStatusDAO.java 74 Potential violation of Law of Demeter (method chain calls)
34929 src/com/gps/hibernate/RfidStatusDAO.java 75 There is log block not surrounded by if
34930 src/com/gps/hibernate/RfidStatusDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34931 src/com/gps/hibernate/RfidStatusDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34932 src/com/gps/hibernate/RfidStatusDAO.java 78 There is log block not surrounded by if
34933 src/com/gps/hibernate/RfidStatusDAO.java 83 Parameter 'detachedInstance' is not assigned and could be declared final
34934 src/com/gps/hibernate/RfidStatusDAO.java 83 publicMethodCommentRequirement Required
34935 src/com/gps/hibernate/RfidStatusDAO.java 84 There is log block not surrounded by if
34936 src/com/gps/hibernate/RfidStatusDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34937 src/com/gps/hibernate/RfidStatusDAO.java 86 Local variable 'result' could be declared final
34938 src/com/gps/hibernate/RfidStatusDAO.java 86 Potential violation of Law of Demeter (method chain calls)
34939 src/com/gps/hibernate/RfidStatusDAO.java 88 There is log block not surrounded by if
34940 src/com/gps/hibernate/RfidStatusDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34941 src/com/gps/hibernate/RfidStatusDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34942 src/com/gps/hibernate/RfidStatusDAO.java 92 There is log block not surrounded by if
34943 src/com/gps/hibernate/RfidStatusDAO.java 97 Avoid variables with short names like id
34944 src/com/gps/hibernate/RfidStatusDAO.java 97 Parameter 'id' is not assigned and could be declared final
34945 src/com/gps/hibernate/RfidStatusDAO.java 97 publicMethodCommentRequirement Required
34946 src/com/gps/hibernate/RfidStatusDAO.java 98 There is log block not surrounded by if
34947 src/com/gps/hibernate/RfidStatusDAO.java 98 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34948 src/com/gps/hibernate/RfidStatusDAO.java 100 Local variable 'instance' could be declared final
34949 src/com/gps/hibernate/RfidStatusDAO.java 100 Potential violation of Law of Demeter (method chain calls)
34950 src/com/gps/hibernate/RfidStatusDAO.java 103 There is log block not surrounded by if
34951 src/com/gps/hibernate/RfidStatusDAO.java 103 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34952 src/com/gps/hibernate/RfidStatusDAO.java 106 There is log block not surrounded by if
34953 src/com/gps/hibernate/RfidStatusDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34954 src/com/gps/hibernate/RfidStatusDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34955 src/com/gps/hibernate/RfidStatusDAO.java 111 There is log block not surrounded by if
34956 src/com/gps/hibernate/RfidStatusDAO.java 117 Parameter 'instance' is not assigned and could be declared final
34957 src/com/gps/hibernate/RfidStatusDAO.java 117 publicMethodCommentRequirement Required
34958 src/com/gps/hibernate/RfidStatusDAO.java 118 There is log block not surrounded by if
34959 src/com/gps/hibernate/RfidStatusDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34960 src/com/gps/hibernate/RfidStatusDAO.java 120 Local variable 'results' could be declared final
34961 src/com/gps/hibernate/RfidStatusDAO.java 120 Potential violation of Law of Demeter (method chain calls)
34962 src/com/gps/hibernate/RfidStatusDAO.java 120 Potential violation of Law of Demeter (method chain calls)
34963 src/com/gps/hibernate/RfidStatusDAO.java 120 Potential violation of Law of Demeter (method chain calls)
34964 src/com/gps/hibernate/RfidStatusDAO.java 124 Potential violation of Law of Demeter (object not created locally)
34965 src/com/gps/hibernate/RfidStatusDAO.java 124 There is log block not surrounded by if
34966 src/com/gps/hibernate/RfidStatusDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34967 src/com/gps/hibernate/RfidStatusDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34968 src/com/gps/hibernate/RfidStatusDAO.java 128 There is log block not surrounded by if
34969 src/com/gps/hibernate/SMSDetails.java 3 headerCommentRequirement Required
34970 src/com/gps/hibernate/SMSDetails.java 5 fieldCommentRequirement Required
34971 src/com/gps/hibernate/SMSDetails.java 6 Variables should start with a lowercase character, 'Mobile' starts with uppercase character.
34972 src/com/gps/hibernate/SMSDetails.java 6 fieldCommentRequirement Required
34973 src/com/gps/hibernate/SMSDetails.java 7 Variables should start with a lowercase character, 'SmsType' starts with uppercase character.
34974 src/com/gps/hibernate/SMSDetails.java 7 fieldCommentRequirement Required
34975 src/com/gps/hibernate/SMSDetails.java 8 Variables should start with a lowercase character, 'PacketTime' starts with uppercase character.
34976 src/com/gps/hibernate/SMSDetails.java 8 fieldCommentRequirement Required
34977 src/com/gps/hibernate/SMSDetails.java 9 Variables should start with a lowercase character, 'MsgContent' starts with uppercase character.
34978 src/com/gps/hibernate/SMSDetails.java 9 fieldCommentRequirement Required
34979 src/com/gps/hibernate/SMSDetails.java 10 fieldCommentRequirement Required
34980 src/com/gps/hibernate/SMSDetails.java 11 fieldCommentRequirement Required
34981 src/com/gps/hibernate/SMSDetails.java 12 fieldCommentRequirement Required
34982 src/com/gps/hibernate/SMSDetails.java 13 fieldCommentRequirement Required
34983 src/com/gps/hibernate/SMSDetails.java 16 publicMethodCommentRequirement Required
34984 src/com/gps/hibernate/SMSDetails.java 20 Parameter 'sentTime' is not assigned and could be declared final
34985 src/com/gps/hibernate/SMSDetails.java 20 publicMethodCommentRequirement Required
34986 src/com/gps/hibernate/SMSDetails.java 24 publicMethodCommentRequirement Required
34987 src/com/gps/hibernate/SMSDetails.java 28 Parameter 'tripId' is not assigned and could be declared final
34988 src/com/gps/hibernate/SMSDetails.java 28 publicMethodCommentRequirement Required
34989 src/com/gps/hibernate/SMSDetails.java 32 publicMethodCommentRequirement Required
34990 src/com/gps/hibernate/SMSDetails.java 36 Parameter 'orgId' is not assigned and could be declared final
34991 src/com/gps/hibernate/SMSDetails.java 36 publicMethodCommentRequirement Required
34992 src/com/gps/hibernate/SMSDetails.java 40 publicMethodCommentRequirement Required
34993 src/com/gps/hibernate/SMSDetails.java 44 Parameter 'fenceId' is not assigned and could be declared final
34994 src/com/gps/hibernate/SMSDetails.java 44 publicMethodCommentRequirement Required
34995 src/com/gps/hibernate/SMSDetails.java 48 Document empty constructor
34996 src/com/gps/hibernate/SMSDetails.java 48 publicMethodCommentRequirement Required
34997 src/com/gps/hibernate/SMSDetails.java 53 publicMethodCommentRequirement Required
34998 src/com/gps/hibernate/SMSDetails.java 56 Parameter 'smsId' is not assigned and could be declared final
34999 src/com/gps/hibernate/SMSDetails.java 56 publicMethodCommentRequirement Required
35000 src/com/gps/hibernate/SMSDetails.java 59 publicMethodCommentRequirement Required
35001 src/com/gps/hibernate/SMSDetails.java 62 Parameter 'mobile' is not assigned and could be declared final
35002 src/com/gps/hibernate/SMSDetails.java 62 publicMethodCommentRequirement Required
35003 src/com/gps/hibernate/SMSDetails.java 65 publicMethodCommentRequirement Required
35004 src/com/gps/hibernate/SMSDetails.java 68 Parameter 'smsType' is not assigned and could be declared final
35005 src/com/gps/hibernate/SMSDetails.java 68 publicMethodCommentRequirement Required
35006 src/com/gps/hibernate/SMSDetails.java 71 publicMethodCommentRequirement Required
35007 src/com/gps/hibernate/SMSDetails.java 74 Parameter 'packetTime' is not assigned and could be declared final
35008 src/com/gps/hibernate/SMSDetails.java 74 publicMethodCommentRequirement Required
35009 src/com/gps/hibernate/SMSDetails.java 78 publicMethodCommentRequirement Required
35010 src/com/gps/hibernate/SMSDetails.java 81 Parameter 'msgContent' is not assigned and could be declared final
35011 src/com/gps/hibernate/SMSDetails.java 81 publicMethodCommentRequirement Required
35012 src/com/gps/hibernate/SMSDetails.java 85 Parameter 'fenceId' is not assigned and could be declared final
35013 src/com/gps/hibernate/SMSDetails.java 85 Parameter 'mobile' is not assigned and could be declared final
35014 src/com/gps/hibernate/SMSDetails.java 85 Parameter 'msgContent' is not assigned and could be declared final
35015 src/com/gps/hibernate/SMSDetails.java 85 Parameter 'orgId' is not assigned and could be declared final
35016 src/com/gps/hibernate/SMSDetails.java 85 Parameter 'packetTime' is not assigned and could be declared final
35017 src/com/gps/hibernate/SMSDetails.java 85 Parameter 'sentTime' is not assigned and could be declared final
35018 src/com/gps/hibernate/SMSDetails.java 85 Parameter 'smsType' is not assigned and could be declared final
35019 src/com/gps/hibernate/SMSDetails.java 85 Parameter 'tripId' is not assigned and could be declared final
35020 src/com/gps/hibernate/SMSDetails.java 85 publicMethodCommentRequirement Required
35021 src/com/gps/hibernate/SMSDetailsDAO.java 13 Avoid unused imports such as 'com.gps.notifier.EventAlertMgr'
35022 src/com/gps/hibernate/SMSDetailsDAO.java 15 headerCommentRequirement Required
35023 src/com/gps/hibernate/SMSDetailsDAO.java 17 Logger should be defined private static final and have the correct class
35024 src/com/gps/hibernate/SMSDetailsDAO.java 17 Variables that are final and static should be all capitals, 'log' is not all capitals.
35025 src/com/gps/hibernate/SMSDetailsDAO.java 17 fieldCommentRequirement Required
35026 src/com/gps/hibernate/SMSDetailsDAO.java 18 Found 'UR'-anomaly for variable 'string' (lines '18'-'26').
35027 src/com/gps/hibernate/SMSDetailsDAO.java 18 Method names should not start with capital letters
35028 src/com/gps/hibernate/SMSDetailsDAO.java 18 Parameter 'MsgType' is not assigned and could be declared final
35029 src/com/gps/hibernate/SMSDetailsDAO.java 18 Parameter 'date' is not assigned and could be declared final
35030 src/com/gps/hibernate/SMSDetailsDAO.java 18 Parameter 'msg' is not assigned and could be declared final
35031 src/com/gps/hibernate/SMSDetailsDAO.java 18 Parameter 'orgid' is not assigned and could be declared final
35032 src/com/gps/hibernate/SMSDetailsDAO.java 18 Parameter 'phone' is not assigned and could be declared final
35033 src/com/gps/hibernate/SMSDetailsDAO.java 18 Parameter 'sentTime' is not assigned and could be declared final
35034 src/com/gps/hibernate/SMSDetailsDAO.java 18 Rather than using a lot of String arguments, consider using a container object for those values.
35035 src/com/gps/hibernate/SMSDetailsDAO.java 18 Variables should start with a lowercase character, 'MsgType' starts with uppercase character.
35036 src/com/gps/hibernate/SMSDetailsDAO.java 18 publicMethodCommentRequirement Required
35037 src/com/gps/hibernate/SMSDetailsDAO.java 20 Avoid variables with short names like tx
35038 src/com/gps/hibernate/SMSDetailsDAO.java 20 Found 'DD'-anomaly for variable 'tx' (lines '20'-'21').
35039 src/com/gps/hibernate/SMSDetailsDAO.java 21 Potential violation of Law of Demeter (method chain calls)
35040 src/com/gps/hibernate/SMSDetailsDAO.java 22 Potential violation of Law of Demeter (object not created locally)
35041 src/com/gps/hibernate/SMSDetailsDAO.java 23 Local variable 'string' could be declared final
35042 src/com/gps/hibernate/SMSDetailsDAO.java 26 Avoid instantiating new objects inside loops
35043 src/com/gps/hibernate/SMSDetailsDAO.java 26 Local variable 'smsDetailObj' could be declared final
35044 src/com/gps/hibernate/SMSDetailsDAO.java 29 Potential violation of Law of Demeter (method chain calls)
35045 src/com/gps/hibernate/SMSDetailsDAO.java 30 There is log block not surrounded by if
35046 src/com/gps/hibernate/SMSDetailsDAO.java 30 There is log block not surrounded by if
35047 src/com/gps/hibernate/SMSDetailsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35048 src/com/gps/hibernate/SMSDetailsDAO.java 34 There is log block not surrounded by if
35049 src/com/gps/hibernate/SMSDetailsDAO.java 37 Potential violation of Law of Demeter (object not created locally)
35050 src/com/gps/hibernate/SMSDetailsDAO.java 38 Potential violation of Law of Demeter (method chain calls)
35051 src/com/gps/hibernate/SMSDetailsDAO.java 41 Found 'UR'-anomaly for variable 'string' (lines '41'-'50').
35052 src/com/gps/hibernate/SMSDetailsDAO.java 41 Method names should not start with capital letters
35053 src/com/gps/hibernate/SMSDetailsDAO.java 41 Parameter 'MsgType' is not assigned and could be declared final
35054 src/com/gps/hibernate/SMSDetailsDAO.java 41 Parameter 'date' is not assigned and could be declared final
35055 src/com/gps/hibernate/SMSDetailsDAO.java 41 Parameter 'fenceId' is not assigned and could be declared final
35056 src/com/gps/hibernate/SMSDetailsDAO.java 41 Parameter 'msg' is not assigned and could be declared final
35057 src/com/gps/hibernate/SMSDetailsDAO.java 41 Parameter 'numbers' is not assigned and could be declared final
35058 src/com/gps/hibernate/SMSDetailsDAO.java 41 Parameter 'orgid' is not assigned and could be declared final
35059 src/com/gps/hibernate/SMSDetailsDAO.java 41 Parameter 'sentTime' is not assigned and could be declared final
35060 src/com/gps/hibernate/SMSDetailsDAO.java 41 Parameter 'tripId' is not assigned and could be declared final
35061 src/com/gps/hibernate/SMSDetailsDAO.java 41 Rather than using a lot of String arguments, consider using a container object for those values.
35062 src/com/gps/hibernate/SMSDetailsDAO.java 41 Variables should start with a lowercase character, 'MsgType' starts with uppercase character.
35063 src/com/gps/hibernate/SMSDetailsDAO.java 41 publicMethodCommentRequirement Required
35064 src/com/gps/hibernate/SMSDetailsDAO.java 43 Local variable 'phone' could be declared final
35065 src/com/gps/hibernate/SMSDetailsDAO.java 44 Avoid variables with short names like tx
35066 src/com/gps/hibernate/SMSDetailsDAO.java 44 Found 'DD'-anomaly for variable 'tx' (lines '44'-'45').
35067 src/com/gps/hibernate/SMSDetailsDAO.java 45 Potential violation of Law of Demeter (method chain calls)
35068 src/com/gps/hibernate/SMSDetailsDAO.java 46 Potential violation of Law of Demeter (object not created locally)
35069 src/com/gps/hibernate/SMSDetailsDAO.java 47 Local variable 'string' could be declared final
35070 src/com/gps/hibernate/SMSDetailsDAO.java 50 Avoid instantiating new objects inside loops
35071 src/com/gps/hibernate/SMSDetailsDAO.java 50 Local variable 'smsDetailObj' could be declared final
35072 src/com/gps/hibernate/SMSDetailsDAO.java 53 Potential violation of Law of Demeter (method chain calls)
35073 src/com/gps/hibernate/SMSDetailsDAO.java 54 There is log block not surrounded by if
35074 src/com/gps/hibernate/SMSDetailsDAO.java 54 There is log block not surrounded by if
35075 src/com/gps/hibernate/SMSDetailsDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35076 src/com/gps/hibernate/SMSDetailsDAO.java 58 There is log block not surrounded by if
35077 src/com/gps/hibernate/SMSDetailsDAO.java 61 Potential violation of Law of Demeter (object not created locally)
35078 src/com/gps/hibernate/SMSDetailsDAO.java 62 Potential violation of Law of Demeter (method chain calls)
35079 src/com/gps/hibernate/SMSDetailsDAO.java 65 Parameter 'args' is not assigned and could be declared final
35080 src/com/gps/hibernate/SMSDetailsDAO.java 65 publicMethodCommentRequirement Required
35081 src/com/gps/hibernate/SMSDetailsDAO.java 67 Avoid unused local variables such as 'rep'.
35082 src/com/gps/hibernate/SMSDetailsDAO.java 67 Found 'DU'-anomaly for variable 'rep' (lines '67'-'74').
35083 src/com/gps/hibernate/SMSDetailsDAO.java 67 Local variable 'rep' could be declared final
35084 src/com/gps/hibernate/SMSDetailsDAO.java 68 Avoid unused local variables such as 'Msg'.
35085 src/com/gps/hibernate/SMSDetailsDAO.java 68 Found 'DU'-anomaly for variable 'Msg' (lines '68'-'74').
35086 src/com/gps/hibernate/SMSDetailsDAO.java 68 Local variable 'Msg' could be declared final
35087 src/com/gps/hibernate/SMSDetailsDAO.java 68 Variables should start with a lowercase character, 'Msg' starts with uppercase character.
35088 src/com/gps/hibernate/SMSDetailsDAO.java 69 Local variable 'time' could be declared final
35089 src/com/gps/hibernate/SMSDetailsDAO.java 70 Local variable 'formatter' could be declared final
35090 src/com/gps/hibernate/SMSDetailsDAO.java 70 When instantiating a SimpleDateFormat object, specify a Locale
35091 src/com/gps/hibernate/SMSDetailsDAO.java 71 Avoid unused local variables such as 'date'.
35092 src/com/gps/hibernate/SMSDetailsDAO.java 71 Found 'DU'-anomaly for variable 'date' (lines '71'-'74').
35093 src/com/gps/hibernate/SMSDetailsDAO.java 71 Local variable 'date' could be declared final
35094 src/com/gps/hibernate/SMSDetailsDAO.java 73 System.out.print is used
35095 src/com/gps/hibernate/SmsRegister.java 10 Classes implementing Serializable should set a serialVersionUID
35096 src/com/gps/hibernate/SmsRegister.java 12 Avoid variables with short names like Id
35097 src/com/gps/hibernate/SmsRegister.java 12 Variables should start with a lowercase character, 'Id' starts with uppercase character.
35098 src/com/gps/hibernate/SmsRegister.java 12 fieldCommentRequirement Required
35099 src/com/gps/hibernate/SmsRegister.java 13 fieldCommentRequirement Required
35100 src/com/gps/hibernate/SmsRegister.java 14 fieldCommentRequirement Required
35101 src/com/gps/hibernate/SmsRegister.java 15 fieldCommentRequirement Required
35102 src/com/gps/hibernate/SmsRegister.java 17 Document empty constructor
35103 src/com/gps/hibernate/SmsRegister.java 17 publicMethodCommentRequirement Required
35104 src/com/gps/hibernate/SmsRegister.java 20 Parameter 'smsTime' is not assigned and could be declared final
35105 src/com/gps/hibernate/SmsRegister.java 20 publicMethodCommentRequirement Required
35106 src/com/gps/hibernate/SmsRegister.java 24 Parameter 'smsReasonCode' is not assigned and could be declared final
35107 src/com/gps/hibernate/SmsRegister.java 24 Parameter 'smsRefId' is not assigned and could be declared final
35108 src/com/gps/hibernate/SmsRegister.java 24 Parameter 'smsTime' is not assigned and could be declared final
35109 src/com/gps/hibernate/SmsRegister.java 24 publicMethodCommentRequirement Required
35110 src/com/gps/hibernate/SmsRegister.java 30 publicMethodCommentRequirement Required
35111 src/com/gps/hibernate/SmsRegister.java 34 Avoid variables with short names like Id
35112 src/com/gps/hibernate/SmsRegister.java 34 Parameter 'Id' is not assigned and could be declared final
35113 src/com/gps/hibernate/SmsRegister.java 34 Variables should start with a lowercase character, 'Id' starts with uppercase character.
35114 src/com/gps/hibernate/SmsRegister.java 34 publicMethodCommentRequirement Required
35115 src/com/gps/hibernate/SmsRegister.java 38 publicMethodCommentRequirement Required
35116 src/com/gps/hibernate/SmsRegister.java 42 Parameter 'smsReasonCode' is not assigned and could be declared final
35117 src/com/gps/hibernate/SmsRegister.java 42 publicMethodCommentRequirement Required
35118 src/com/gps/hibernate/SmsRegister.java 46 publicMethodCommentRequirement Required
35119 src/com/gps/hibernate/SmsRegister.java 50 Parameter 'smsRefId' is not assigned and could be declared final
35120 src/com/gps/hibernate/SmsRegister.java 50 publicMethodCommentRequirement Required
35121 src/com/gps/hibernate/SmsRegister.java 54 publicMethodCommentRequirement Required
35122 src/com/gps/hibernate/SmsRegister.java 58 Parameter 'smsTime' is not assigned and could be declared final
35123 src/com/gps/hibernate/SmsRegister.java 58 publicMethodCommentRequirement Required
35124 src/com/gps/hibernate/SmsRegisterDAO.java 12 Comment is too large: Too many lines
35125 src/com/gps/hibernate/SmsRegisterDAO.java 25 This class has too many methods, consider refactoring it.
35126 src/com/gps/hibernate/SmsRegisterDAO.java 26 Logger should be defined private static final and have the correct class
35127 src/com/gps/hibernate/SmsRegisterDAO.java 26 Variables that are final and static should be all capitals, 'log' is not all capitals.
35128 src/com/gps/hibernate/SmsRegisterDAO.java 26 fieldCommentRequirement Required
35129 src/com/gps/hibernate/SmsRegisterDAO.java 29 Avoid variables with short names like ID
35130 src/com/gps/hibernate/SmsRegisterDAO.java 29 fieldCommentRequirement Required
35131 src/com/gps/hibernate/SmsRegisterDAO.java 30 fieldCommentRequirement Required
35132 src/com/gps/hibernate/SmsRegisterDAO.java 31 fieldCommentRequirement Required
35133 src/com/gps/hibernate/SmsRegisterDAO.java 32 fieldCommentRequirement Required
35134 src/com/gps/hibernate/SmsRegisterDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
35135 src/com/gps/hibernate/SmsRegisterDAO.java 35 publicMethodCommentRequirement Required
35136 src/com/gps/hibernate/SmsRegisterDAO.java 36 There is log block not surrounded by if
35137 src/com/gps/hibernate/SmsRegisterDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35138 src/com/gps/hibernate/SmsRegisterDAO.java 38 Potential violation of Law of Demeter (method chain calls)
35139 src/com/gps/hibernate/SmsRegisterDAO.java 39 There is log block not surrounded by if
35140 src/com/gps/hibernate/SmsRegisterDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35141 src/com/gps/hibernate/SmsRegisterDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35142 src/com/gps/hibernate/SmsRegisterDAO.java 41 There is log block not surrounded by if
35143 src/com/gps/hibernate/SmsRegisterDAO.java 46 Avoid excessively long variable names like persistentInstance
35144 src/com/gps/hibernate/SmsRegisterDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
35145 src/com/gps/hibernate/SmsRegisterDAO.java 46 publicMethodCommentRequirement Required
35146 src/com/gps/hibernate/SmsRegisterDAO.java 47 There is log block not surrounded by if
35147 src/com/gps/hibernate/SmsRegisterDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35148 src/com/gps/hibernate/SmsRegisterDAO.java 49 Potential violation of Law of Demeter (method chain calls)
35149 src/com/gps/hibernate/SmsRegisterDAO.java 50 There is log block not surrounded by if
35150 src/com/gps/hibernate/SmsRegisterDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35151 src/com/gps/hibernate/SmsRegisterDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35152 src/com/gps/hibernate/SmsRegisterDAO.java 52 There is log block not surrounded by if
35153 src/com/gps/hibernate/SmsRegisterDAO.java 57 Avoid variables with short names like id
35154 src/com/gps/hibernate/SmsRegisterDAO.java 57 Parameter 'id' is not assigned and could be declared final
35155 src/com/gps/hibernate/SmsRegisterDAO.java 57 publicMethodCommentRequirement Required
35156 src/com/gps/hibernate/SmsRegisterDAO.java 58 There is log block not surrounded by if
35157 src/com/gps/hibernate/SmsRegisterDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35158 src/com/gps/hibernate/SmsRegisterDAO.java 60 Local variable 'instance' could be declared final
35159 src/com/gps/hibernate/SmsRegisterDAO.java 60 Potential violation of Law of Demeter (method chain calls)
35160 src/com/gps/hibernate/SmsRegisterDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35161 src/com/gps/hibernate/SmsRegisterDAO.java 64 There is log block not surrounded by if
35162 src/com/gps/hibernate/SmsRegisterDAO.java 69 The String literal "rawtypes" appears 7 times in this file; the first occurrence is on line 69
35163 src/com/gps/hibernate/SmsRegisterDAO.java 70 Parameter 'instance' is not assigned and could be declared final
35164 src/com/gps/hibernate/SmsRegisterDAO.java 70 publicMethodCommentRequirement Required
35165 src/com/gps/hibernate/SmsRegisterDAO.java 71 There is log block not surrounded by if
35166 src/com/gps/hibernate/SmsRegisterDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35167 src/com/gps/hibernate/SmsRegisterDAO.java 73 Local variable 'results' could be declared final
35168 src/com/gps/hibernate/SmsRegisterDAO.java 73 Potential violation of Law of Demeter (method chain calls)
35169 src/com/gps/hibernate/SmsRegisterDAO.java 73 Potential violation of Law of Demeter (method chain calls)
35170 src/com/gps/hibernate/SmsRegisterDAO.java 73 Potential violation of Law of Demeter (method chain calls)
35171 src/com/gps/hibernate/SmsRegisterDAO.java 76 There is log block not surrounded by if
35172 src/com/gps/hibernate/SmsRegisterDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35173 src/com/gps/hibernate/SmsRegisterDAO.java 77 Potential violation of Law of Demeter (object not created locally)
35174 src/com/gps/hibernate/SmsRegisterDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35175 src/com/gps/hibernate/SmsRegisterDAO.java 80 There is log block not surrounded by if
35176 src/com/gps/hibernate/SmsRegisterDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
35177 src/com/gps/hibernate/SmsRegisterDAO.java 85 Parameter 'value' is not assigned and could be declared final
35178 src/com/gps/hibernate/SmsRegisterDAO.java 85 publicMethodCommentRequirement Required
35179 src/com/gps/hibernate/SmsRegisterDAO.java 86 There is log block not surrounded by if
35180 src/com/gps/hibernate/SmsRegisterDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35181 src/com/gps/hibernate/SmsRegisterDAO.java 88 Local variable 'queryString' could be declared final
35182 src/com/gps/hibernate/SmsRegisterDAO.java 90 Local variable 'queryObject' could be declared final
35183 src/com/gps/hibernate/SmsRegisterDAO.java 90 Potential violation of Law of Demeter (method chain calls)
35184 src/com/gps/hibernate/SmsRegisterDAO.java 91 Potential violation of Law of Demeter (object not created locally)
35185 src/com/gps/hibernate/SmsRegisterDAO.java 92 Potential violation of Law of Demeter (object not created locally)
35186 src/com/gps/hibernate/SmsRegisterDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35187 src/com/gps/hibernate/SmsRegisterDAO.java 94 There is log block not surrounded by if
35188 src/com/gps/hibernate/SmsRegisterDAO.java 99 Avoid variables with short names like id
35189 src/com/gps/hibernate/SmsRegisterDAO.java 99 Parameter 'id' is not assigned and could be declared final
35190 src/com/gps/hibernate/SmsRegisterDAO.java 99 publicMethodCommentRequirement Required
35191 src/com/gps/hibernate/SmsRegisterDAO.java 103 Parameter 'SmsRefId' is not assigned and could be declared final
35192 src/com/gps/hibernate/SmsRegisterDAO.java 103 Variables should start with a lowercase character, 'SmsRefId' starts with uppercase character.
35193 src/com/gps/hibernate/SmsRegisterDAO.java 103 publicMethodCommentRequirement Required
35194 src/com/gps/hibernate/SmsRegisterDAO.java 107 Parameter 'smsReasonCode' is not assigned and could be declared final
35195 src/com/gps/hibernate/SmsRegisterDAO.java 107 publicMethodCommentRequirement Required
35196 src/com/gps/hibernate/SmsRegisterDAO.java 111 Parameter 'smsTime' is not assigned and could be declared final
35197 src/com/gps/hibernate/SmsRegisterDAO.java 111 publicMethodCommentRequirement Required
35198 src/com/gps/hibernate/SmsRegisterDAO.java 115 Parameter 'first' is not assigned and could be declared final
35199 src/com/gps/hibernate/SmsRegisterDAO.java 115 Parameter 'last' is not assigned and could be declared final
35200 src/com/gps/hibernate/SmsRegisterDAO.java 115 publicMethodCommentRequirement Required
35201 src/com/gps/hibernate/SmsRegisterDAO.java 117 There is log block not surrounded by if
35202 src/com/gps/hibernate/SmsRegisterDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35203 src/com/gps/hibernate/SmsRegisterDAO.java 120 Local variable 'queryString' could be declared final
35204 src/com/gps/hibernate/SmsRegisterDAO.java 121 Local variable 'queryObject' could be declared final
35205 src/com/gps/hibernate/SmsRegisterDAO.java 121 Potential violation of Law of Demeter (method chain calls)
35206 src/com/gps/hibernate/SmsRegisterDAO.java 122 Potential violation of Law of Demeter (object not created locally)
35207 src/com/gps/hibernate/SmsRegisterDAO.java 123 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35208 src/com/gps/hibernate/SmsRegisterDAO.java 124 There is log block not surrounded by if
35209 src/com/gps/hibernate/SmsRegisterDAO.java 130 Parameter 'detachedInstance' is not assigned and could be declared final
35210 src/com/gps/hibernate/SmsRegisterDAO.java 130 publicMethodCommentRequirement Required
35211 src/com/gps/hibernate/SmsRegisterDAO.java 131 There is log block not surrounded by if
35212 src/com/gps/hibernate/SmsRegisterDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35213 src/com/gps/hibernate/SmsRegisterDAO.java 133 Local variable 'result' could be declared final
35214 src/com/gps/hibernate/SmsRegisterDAO.java 133 Potential violation of Law of Demeter (method chain calls)
35215 src/com/gps/hibernate/SmsRegisterDAO.java 135 There is log block not surrounded by if
35216 src/com/gps/hibernate/SmsRegisterDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35217 src/com/gps/hibernate/SmsRegisterDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35218 src/com/gps/hibernate/SmsRegisterDAO.java 138 There is log block not surrounded by if
35219 src/com/gps/hibernate/SmsRegisterDAO.java 143 Parameter 'instance' is not assigned and could be declared final
35220 src/com/gps/hibernate/SmsRegisterDAO.java 143 publicMethodCommentRequirement Required
35221 src/com/gps/hibernate/SmsRegisterDAO.java 144 There is log block not surrounded by if
35222 src/com/gps/hibernate/SmsRegisterDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35223 src/com/gps/hibernate/SmsRegisterDAO.java 146 Potential violation of Law of Demeter (method chain calls)
35224 src/com/gps/hibernate/SmsRegisterDAO.java 147 There is log block not surrounded by if
35225 src/com/gps/hibernate/SmsRegisterDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35226 src/com/gps/hibernate/SmsRegisterDAO.java 148 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35227 src/com/gps/hibernate/SmsRegisterDAO.java 149 There is log block not surrounded by if
35228 src/com/gps/hibernate/SmsRegisterDAO.java 154 Parameter 'instance' is not assigned and could be declared final
35229 src/com/gps/hibernate/SmsRegisterDAO.java 154 publicMethodCommentRequirement Required
35230 src/com/gps/hibernate/SmsRegisterDAO.java 155 There is log block not surrounded by if
35231 src/com/gps/hibernate/SmsRegisterDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35232 src/com/gps/hibernate/SmsRegisterDAO.java 157 Potential violation of Law of Demeter (method chain calls)
35233 src/com/gps/hibernate/SmsRegisterDAO.java 158 There is log block not surrounded by if
35234 src/com/gps/hibernate/SmsRegisterDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35235 src/com/gps/hibernate/SmsRegisterDAO.java 159 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35236 src/com/gps/hibernate/SmsRegisterDAO.java 160 There is log block not surrounded by if
35237 src/com/gps/hibernate/Speedparameter.java 9 Classes implementing Serializable should set a serialVersionUID
35238 src/com/gps/hibernate/Speedparameter.java 13 Avoid variables with short names like id
35239 src/com/gps/hibernate/Speedparameter.java 13 fieldCommentRequirement Required
35240 src/com/gps/hibernate/Speedparameter.java 14 fieldCommentRequirement Required
35241 src/com/gps/hibernate/Speedparameter.java 15 fieldCommentRequirement Required
35242 src/com/gps/hibernate/Speedparameter.java 16 fieldCommentRequirement Required
35243 src/com/gps/hibernate/Speedparameter.java 21 Document empty constructor
35244 src/com/gps/hibernate/Speedparameter.java 25 Parameter 'colourcode' is not assigned and could be declared final
35245 src/com/gps/hibernate/Speedparameter.java 25 Parameter 'parameter' is not assigned and could be declared final
35246 src/com/gps/hibernate/Speedparameter.java 25 publicMethodCommentRequirement Required
35247 src/com/gps/hibernate/Speedparameter.java 32 Parameter 'parameter' is not assigned and could be declared final
35248 src/com/gps/hibernate/Speedparameter.java 32 Parameter 'user' is not assigned and could be declared final
35249 src/com/gps/hibernate/Speedparameter.java 33 Parameter 'colourcode' is not assigned and could be declared final
35250 src/com/gps/hibernate/Speedparameter.java 41 publicMethodCommentRequirement Required
35251 src/com/gps/hibernate/Speedparameter.java 45 Avoid variables with short names like id
35252 src/com/gps/hibernate/Speedparameter.java 45 Parameter 'id' is not assigned and could be declared final
35253 src/com/gps/hibernate/Speedparameter.java 45 publicMethodCommentRequirement Required
35254 src/com/gps/hibernate/Speedparameter.java 49 publicMethodCommentRequirement Required
35255 src/com/gps/hibernate/Speedparameter.java 53 Parameter 'user' is not assigned and could be declared final
35256 src/com/gps/hibernate/Speedparameter.java 53 publicMethodCommentRequirement Required
35257 src/com/gps/hibernate/Speedparameter.java 57 publicMethodCommentRequirement Required
35258 src/com/gps/hibernate/Speedparameter.java 61 Parameter 'parameter' is not assigned and could be declared final
35259 src/com/gps/hibernate/Speedparameter.java 61 publicMethodCommentRequirement Required
35260 src/com/gps/hibernate/Speedparameter.java 65 publicMethodCommentRequirement Required
35261 src/com/gps/hibernate/Speedparameter.java 69 Parameter 'colourcode' is not assigned and could be declared final
35262 src/com/gps/hibernate/Speedparameter.java 69 publicMethodCommentRequirement Required
35263 src/com/gps/hibernate/SpeedparameterDAO.java 10 Comment is too large: Too many lines
35264 src/com/gps/hibernate/SpeedparameterDAO.java 22 This class has too many methods, consider refactoring it.
35265 src/com/gps/hibernate/SpeedparameterDAO.java 23 Logger should be defined private static final and have the correct class
35266 src/com/gps/hibernate/SpeedparameterDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
35267 src/com/gps/hibernate/SpeedparameterDAO.java 23 fieldCommentRequirement Required
35268 src/com/gps/hibernate/SpeedparameterDAO.java 25 fieldCommentRequirement Required
35269 src/com/gps/hibernate/SpeedparameterDAO.java 26 fieldCommentRequirement Required
35270 src/com/gps/hibernate/SpeedparameterDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
35271 src/com/gps/hibernate/SpeedparameterDAO.java 28 publicMethodCommentRequirement Required
35272 src/com/gps/hibernate/SpeedparameterDAO.java 29 There is log block not surrounded by if
35273 src/com/gps/hibernate/SpeedparameterDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35274 src/com/gps/hibernate/SpeedparameterDAO.java 31 Potential violation of Law of Demeter (method chain calls)
35275 src/com/gps/hibernate/SpeedparameterDAO.java 32 There is log block not surrounded by if
35276 src/com/gps/hibernate/SpeedparameterDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35277 src/com/gps/hibernate/SpeedparameterDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35278 src/com/gps/hibernate/SpeedparameterDAO.java 34 There is log block not surrounded by if
35279 src/com/gps/hibernate/SpeedparameterDAO.java 39 Avoid excessively long variable names like persistentInstance
35280 src/com/gps/hibernate/SpeedparameterDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
35281 src/com/gps/hibernate/SpeedparameterDAO.java 39 publicMethodCommentRequirement Required
35282 src/com/gps/hibernate/SpeedparameterDAO.java 40 There is log block not surrounded by if
35283 src/com/gps/hibernate/SpeedparameterDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35284 src/com/gps/hibernate/SpeedparameterDAO.java 42 Potential violation of Law of Demeter (method chain calls)
35285 src/com/gps/hibernate/SpeedparameterDAO.java 43 There is log block not surrounded by if
35286 src/com/gps/hibernate/SpeedparameterDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35287 src/com/gps/hibernate/SpeedparameterDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35288 src/com/gps/hibernate/SpeedparameterDAO.java 45 There is log block not surrounded by if
35289 src/com/gps/hibernate/SpeedparameterDAO.java 50 Avoid variables with short names like id
35290 src/com/gps/hibernate/SpeedparameterDAO.java 50 Parameter 'id' is not assigned and could be declared final
35291 src/com/gps/hibernate/SpeedparameterDAO.java 50 publicMethodCommentRequirement Required
35292 src/com/gps/hibernate/SpeedparameterDAO.java 51 There is log block not surrounded by if
35293 src/com/gps/hibernate/SpeedparameterDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35294 src/com/gps/hibernate/SpeedparameterDAO.java 53 Local variable 'instance' could be declared final
35295 src/com/gps/hibernate/SpeedparameterDAO.java 53 Potential violation of Law of Demeter (method chain calls)
35296 src/com/gps/hibernate/SpeedparameterDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35297 src/com/gps/hibernate/SpeedparameterDAO.java 57 There is log block not surrounded by if
35298 src/com/gps/hibernate/SpeedparameterDAO.java 62 Parameter 'instance' is not assigned and could be declared final
35299 src/com/gps/hibernate/SpeedparameterDAO.java 62 publicMethodCommentRequirement Required
35300 src/com/gps/hibernate/SpeedparameterDAO.java 63 There is log block not surrounded by if
35301 src/com/gps/hibernate/SpeedparameterDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35302 src/com/gps/hibernate/SpeedparameterDAO.java 65 Local variable 'results' could be declared final
35303 src/com/gps/hibernate/SpeedparameterDAO.java 65 Potential violation of Law of Demeter (method chain calls)
35304 src/com/gps/hibernate/SpeedparameterDAO.java 65 Potential violation of Law of Demeter (method chain calls)
35305 src/com/gps/hibernate/SpeedparameterDAO.java 65 Potential violation of Law of Demeter (method chain calls)
35306 src/com/gps/hibernate/SpeedparameterDAO.java 68 There is log block not surrounded by if
35307 src/com/gps/hibernate/SpeedparameterDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35308 src/com/gps/hibernate/SpeedparameterDAO.java 69 Potential violation of Law of Demeter (object not created locally)
35309 src/com/gps/hibernate/SpeedparameterDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35310 src/com/gps/hibernate/SpeedparameterDAO.java 72 There is log block not surrounded by if
35311 src/com/gps/hibernate/SpeedparameterDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
35312 src/com/gps/hibernate/SpeedparameterDAO.java 77 Parameter 'value' is not assigned and could be declared final
35313 src/com/gps/hibernate/SpeedparameterDAO.java 77 publicMethodCommentRequirement Required
35314 src/com/gps/hibernate/SpeedparameterDAO.java 78 There is log block not surrounded by if
35315 src/com/gps/hibernate/SpeedparameterDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35316 src/com/gps/hibernate/SpeedparameterDAO.java 81 Local variable 'queryString' could be declared final
35317 src/com/gps/hibernate/SpeedparameterDAO.java 83 Local variable 'queryObject' could be declared final
35318 src/com/gps/hibernate/SpeedparameterDAO.java 83 Potential violation of Law of Demeter (method chain calls)
35319 src/com/gps/hibernate/SpeedparameterDAO.java 84 Potential violation of Law of Demeter (object not created locally)
35320 src/com/gps/hibernate/SpeedparameterDAO.java 85 Potential violation of Law of Demeter (object not created locally)
35321 src/com/gps/hibernate/SpeedparameterDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35322 src/com/gps/hibernate/SpeedparameterDAO.java 87 There is log block not surrounded by if
35323 src/com/gps/hibernate/SpeedparameterDAO.java 92 Parameter 'parameter' is not assigned and could be declared final
35324 src/com/gps/hibernate/SpeedparameterDAO.java 92 publicMethodCommentRequirement Required
35325 src/com/gps/hibernate/SpeedparameterDAO.java 96 Parameter 'colourcode' is not assigned and could be declared final
35326 src/com/gps/hibernate/SpeedparameterDAO.java 96 publicMethodCommentRequirement Required
35327 src/com/gps/hibernate/SpeedparameterDAO.java 100 publicMethodCommentRequirement Required
35328 src/com/gps/hibernate/SpeedparameterDAO.java 101 There is log block not surrounded by if
35329 src/com/gps/hibernate/SpeedparameterDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35330 src/com/gps/hibernate/SpeedparameterDAO.java 103 Local variable 'queryString' could be declared final
35331 src/com/gps/hibernate/SpeedparameterDAO.java 104 Local variable 'queryObject' could be declared final
35332 src/com/gps/hibernate/SpeedparameterDAO.java 104 Potential violation of Law of Demeter (method chain calls)
35333 src/com/gps/hibernate/SpeedparameterDAO.java 105 Potential violation of Law of Demeter (object not created locally)
35334 src/com/gps/hibernate/SpeedparameterDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35335 src/com/gps/hibernate/SpeedparameterDAO.java 107 There is log block not surrounded by if
35336 src/com/gps/hibernate/SpeedparameterDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
35337 src/com/gps/hibernate/SpeedparameterDAO.java 112 publicMethodCommentRequirement Required
35338 src/com/gps/hibernate/SpeedparameterDAO.java 113 There is log block not surrounded by if
35339 src/com/gps/hibernate/SpeedparameterDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35340 src/com/gps/hibernate/SpeedparameterDAO.java 115 Local variable 'result' could be declared final
35341 src/com/gps/hibernate/SpeedparameterDAO.java 115 Potential violation of Law of Demeter (method chain calls)
35342 src/com/gps/hibernate/SpeedparameterDAO.java 117 There is log block not surrounded by if
35343 src/com/gps/hibernate/SpeedparameterDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35344 src/com/gps/hibernate/SpeedparameterDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35345 src/com/gps/hibernate/SpeedparameterDAO.java 120 There is log block not surrounded by if
35346 src/com/gps/hibernate/SpeedparameterDAO.java 125 Parameter 'instance' is not assigned and could be declared final
35347 src/com/gps/hibernate/SpeedparameterDAO.java 125 publicMethodCommentRequirement Required
35348 src/com/gps/hibernate/SpeedparameterDAO.java 126 There is log block not surrounded by if
35349 src/com/gps/hibernate/SpeedparameterDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35350 src/com/gps/hibernate/SpeedparameterDAO.java 128 Potential violation of Law of Demeter (method chain calls)
35351 src/com/gps/hibernate/SpeedparameterDAO.java 129 There is log block not surrounded by if
35352 src/com/gps/hibernate/SpeedparameterDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35353 src/com/gps/hibernate/SpeedparameterDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35354 src/com/gps/hibernate/SpeedparameterDAO.java 131 There is log block not surrounded by if
35355 src/com/gps/hibernate/SpeedparameterDAO.java 136 Parameter 'instance' is not assigned and could be declared final
35356 src/com/gps/hibernate/SpeedparameterDAO.java 136 publicMethodCommentRequirement Required
35357 src/com/gps/hibernate/SpeedparameterDAO.java 137 There is log block not surrounded by if
35358 src/com/gps/hibernate/SpeedparameterDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35359 src/com/gps/hibernate/SpeedparameterDAO.java 139 Potential violation of Law of Demeter (method chain calls)
35360 src/com/gps/hibernate/SpeedparameterDAO.java 140 There is log block not surrounded by if
35361 src/com/gps/hibernate/SpeedparameterDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35362 src/com/gps/hibernate/SpeedparameterDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35363 src/com/gps/hibernate/SpeedparameterDAO.java 142 There is log block not surrounded by if
35364 src/com/gps/hibernate/StopFenceMapping.java 3 Avoid unused imports such as 'java.util.Date'
35365 src/com/gps/hibernate/StopFenceMapping.java 4 Avoid unused imports such as 'java.util.HashSet'
35366 src/com/gps/hibernate/StopFenceMapping.java 5 Avoid unused imports such as 'java.util.Set'
35367 src/com/gps/hibernate/StopFenceMapping.java 13 Classes implementing Serializable should set a serialVersionUID
35368 src/com/gps/hibernate/StopFenceMapping.java 16 Use explicit scoping instead of the default package private level
35369 src/com/gps/hibernate/StopFenceMapping.java 16 fieldCommentRequirement Required
35370 src/com/gps/hibernate/StopFenceMapping.java 17 Use explicit scoping instead of the default package private level
35371 src/com/gps/hibernate/StopFenceMapping.java 17 fieldCommentRequirement Required
35372 src/com/gps/hibernate/StopFenceMapping.java 18 Use explicit scoping instead of the default package private level
35373 src/com/gps/hibernate/StopFenceMapping.java 18 fieldCommentRequirement Required
35374 src/com/gps/hibernate/StopFenceMapping.java 19 Use explicit scoping instead of the default package private level
35375 src/com/gps/hibernate/StopFenceMapping.java 19 fieldCommentRequirement Required
35376 src/com/gps/hibernate/StopFenceMapping.java 26 Parameter 'fenceId' is not assigned and could be declared final
35377 src/com/gps/hibernate/StopFenceMapping.java 26 Parameter 'session' is not assigned and could be declared final
35378 src/com/gps/hibernate/StopFenceMapping.java 26 Parameter 'stopId' is not assigned and could be declared final
35379 src/com/gps/hibernate/StopFenceMapping.java 33 Document empty constructor
35380 src/com/gps/hibernate/StopFenceMapping.java 33 publicMethodCommentRequirement Required
35381 src/com/gps/hibernate/StopFenceMapping.java 43 Parameter 'fenceId' is not assigned and could be declared final
35382 src/com/gps/hibernate/StopFenceMapping.java 43 Parameter 'mapId' is not assigned and could be declared final
35383 src/com/gps/hibernate/StopFenceMapping.java 43 Parameter 'stopId' is not assigned and could be declared final
35384 src/com/gps/hibernate/StopFenceMapping.java 44 Parameter 'session' is not assigned and could be declared final
35385 src/com/gps/hibernate/StopFenceMapping.java 52 publicMethodCommentRequirement Required
35386 src/com/gps/hibernate/StopFenceMapping.java 56 Parameter 'mapId' is not assigned and could be declared final
35387 src/com/gps/hibernate/StopFenceMapping.java 56 publicMethodCommentRequirement Required
35388 src/com/gps/hibernate/StopFenceMapping.java 60 publicMethodCommentRequirement Required
35389 src/com/gps/hibernate/StopFenceMapping.java 64 Parameter 'stopId' is not assigned and could be declared final
35390 src/com/gps/hibernate/StopFenceMapping.java 64 publicMethodCommentRequirement Required
35391 src/com/gps/hibernate/StopFenceMapping.java 68 publicMethodCommentRequirement Required
35392 src/com/gps/hibernate/StopFenceMapping.java 72 Parameter 'fenceId' is not assigned and could be declared final
35393 src/com/gps/hibernate/StopFenceMapping.java 72 publicMethodCommentRequirement Required
35394 src/com/gps/hibernate/StopFenceMapping.java 76 publicMethodCommentRequirement Required
35395 src/com/gps/hibernate/StopFenceMapping.java 80 Parameter 'session' is not assigned and could be declared final
35396 src/com/gps/hibernate/StopFenceMapping.java 80 publicMethodCommentRequirement Required
35397 src/com/gps/hibernate/StopFenceMappingDAO.java 3 Avoid unused imports such as 'java.util.Date'
35398 src/com/gps/hibernate/StopFenceMappingDAO.java 5 Avoid unused imports such as 'java.util.Set'
35399 src/com/gps/hibernate/StopFenceMappingDAO.java 12 Comment is too large: Too many lines
35400 src/com/gps/hibernate/StopFenceMappingDAO.java 25 Logger should be defined private static final and have the correct class
35401 src/com/gps/hibernate/StopFenceMappingDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
35402 src/com/gps/hibernate/StopFenceMappingDAO.java 25 fieldCommentRequirement Required
35403 src/com/gps/hibernate/StopFenceMappingDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
35404 src/com/gps/hibernate/StopFenceMappingDAO.java 27 publicMethodCommentRequirement Required
35405 src/com/gps/hibernate/StopFenceMappingDAO.java 28 There is log block not surrounded by if
35406 src/com/gps/hibernate/StopFenceMappingDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35407 src/com/gps/hibernate/StopFenceMappingDAO.java 30 Potential violation of Law of Demeter (method chain calls)
35408 src/com/gps/hibernate/StopFenceMappingDAO.java 31 There is log block not surrounded by if
35409 src/com/gps/hibernate/StopFenceMappingDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35410 src/com/gps/hibernate/StopFenceMappingDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35411 src/com/gps/hibernate/StopFenceMappingDAO.java 33 There is log block not surrounded by if
35412 src/com/gps/hibernate/StopFenceMappingDAO.java 38 Avoid excessively long variable names like persistentInstance
35413 src/com/gps/hibernate/StopFenceMappingDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
35414 src/com/gps/hibernate/StopFenceMappingDAO.java 38 publicMethodCommentRequirement Required
35415 src/com/gps/hibernate/StopFenceMappingDAO.java 39 There is log block not surrounded by if
35416 src/com/gps/hibernate/StopFenceMappingDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35417 src/com/gps/hibernate/StopFenceMappingDAO.java 41 Potential violation of Law of Demeter (method chain calls)
35418 src/com/gps/hibernate/StopFenceMappingDAO.java 42 There is log block not surrounded by if
35419 src/com/gps/hibernate/StopFenceMappingDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35420 src/com/gps/hibernate/StopFenceMappingDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35421 src/com/gps/hibernate/StopFenceMappingDAO.java 44 There is log block not surrounded by if
35422 src/com/gps/hibernate/StopFenceMappingDAO.java 49 Avoid variables with short names like id
35423 src/com/gps/hibernate/StopFenceMappingDAO.java 49 Parameter 'id' is not assigned and could be declared final
35424 src/com/gps/hibernate/StopFenceMappingDAO.java 49 publicMethodCommentRequirement Required
35425 src/com/gps/hibernate/StopFenceMappingDAO.java 50 There is log block not surrounded by if
35426 src/com/gps/hibernate/StopFenceMappingDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35427 src/com/gps/hibernate/StopFenceMappingDAO.java 52 Local variable 'instance' could be declared final
35428 src/com/gps/hibernate/StopFenceMappingDAO.java 52 Potential violation of Law of Demeter (method chain calls)
35429 src/com/gps/hibernate/StopFenceMappingDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35430 src/com/gps/hibernate/StopFenceMappingDAO.java 56 There is log block not surrounded by if
35431 src/com/gps/hibernate/StopFenceMappingDAO.java 61 Parameter 'instance' is not assigned and could be declared final
35432 src/com/gps/hibernate/StopFenceMappingDAO.java 61 publicMethodCommentRequirement Required
35433 src/com/gps/hibernate/StopFenceMappingDAO.java 62 There is log block not surrounded by if
35434 src/com/gps/hibernate/StopFenceMappingDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35435 src/com/gps/hibernate/StopFenceMappingDAO.java 64 Local variable 'results' could be declared final
35436 src/com/gps/hibernate/StopFenceMappingDAO.java 64 Potential violation of Law of Demeter (method chain calls)
35437 src/com/gps/hibernate/StopFenceMappingDAO.java 64 Potential violation of Law of Demeter (method chain calls)
35438 src/com/gps/hibernate/StopFenceMappingDAO.java 64 Potential violation of Law of Demeter (method chain calls)
35439 src/com/gps/hibernate/StopFenceMappingDAO.java 67 There is log block not surrounded by if
35440 src/com/gps/hibernate/StopFenceMappingDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35441 src/com/gps/hibernate/StopFenceMappingDAO.java 68 Potential violation of Law of Demeter (object not created locally)
35442 src/com/gps/hibernate/StopFenceMappingDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35443 src/com/gps/hibernate/StopFenceMappingDAO.java 71 There is log block not surrounded by if
35444 src/com/gps/hibernate/StopFenceMappingDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
35445 src/com/gps/hibernate/StopFenceMappingDAO.java 76 Parameter 'value' is not assigned and could be declared final
35446 src/com/gps/hibernate/StopFenceMappingDAO.java 76 publicMethodCommentRequirement Required
35447 src/com/gps/hibernate/StopFenceMappingDAO.java 77 There is log block not surrounded by if
35448 src/com/gps/hibernate/StopFenceMappingDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35449 src/com/gps/hibernate/StopFenceMappingDAO.java 80 Local variable 'queryString' could be declared final
35450 src/com/gps/hibernate/StopFenceMappingDAO.java 82 Local variable 'queryObject' could be declared final
35451 src/com/gps/hibernate/StopFenceMappingDAO.java 82 Potential violation of Law of Demeter (method chain calls)
35452 src/com/gps/hibernate/StopFenceMappingDAO.java 83 Potential violation of Law of Demeter (object not created locally)
35453 src/com/gps/hibernate/StopFenceMappingDAO.java 84 Potential violation of Law of Demeter (object not created locally)
35454 src/com/gps/hibernate/StopFenceMappingDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35455 src/com/gps/hibernate/StopFenceMappingDAO.java 86 There is log block not surrounded by if
35456 src/com/gps/hibernate/StopFenceMappingDAO.java 91 Parameter 'first' is not assigned and could be declared final
35457 src/com/gps/hibernate/StopFenceMappingDAO.java 91 Parameter 'last' is not assigned and could be declared final
35458 src/com/gps/hibernate/StopFenceMappingDAO.java 91 publicMethodCommentRequirement Required
35459 src/com/gps/hibernate/StopFenceMappingDAO.java 92 There is log block not surrounded by if
35460 src/com/gps/hibernate/StopFenceMappingDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35461 src/com/gps/hibernate/StopFenceMappingDAO.java 94 Local variable 'queryString' could be declared final
35462 src/com/gps/hibernate/StopFenceMappingDAO.java 95 Local variable 'queryObject' could be declared final
35463 src/com/gps/hibernate/StopFenceMappingDAO.java 95 Potential violation of Law of Demeter (method chain calls)
35464 src/com/gps/hibernate/StopFenceMappingDAO.java 96 Potential violation of Law of Demeter (object not created locally)
35465 src/com/gps/hibernate/StopFenceMappingDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35466 src/com/gps/hibernate/StopFenceMappingDAO.java 98 There is log block not surrounded by if
35467 src/com/gps/hibernate/StopFenceMappingDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
35468 src/com/gps/hibernate/StopFenceMappingDAO.java 103 publicMethodCommentRequirement Required
35469 src/com/gps/hibernate/StopFenceMappingDAO.java 104 There is log block not surrounded by if
35470 src/com/gps/hibernate/StopFenceMappingDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35471 src/com/gps/hibernate/StopFenceMappingDAO.java 106 Local variable 'result' could be declared final
35472 src/com/gps/hibernate/StopFenceMappingDAO.java 106 Potential violation of Law of Demeter (method chain calls)
35473 src/com/gps/hibernate/StopFenceMappingDAO.java 107 There is log block not surrounded by if
35474 src/com/gps/hibernate/StopFenceMappingDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35475 src/com/gps/hibernate/StopFenceMappingDAO.java 109 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35476 src/com/gps/hibernate/StopFenceMappingDAO.java 110 There is log block not surrounded by if
35477 src/com/gps/hibernate/StopFenceMappingDAO.java 115 Parameter 'instance' is not assigned and could be declared final
35478 src/com/gps/hibernate/StopFenceMappingDAO.java 115 publicMethodCommentRequirement Required
35479 src/com/gps/hibernate/StopFenceMappingDAO.java 116 There is log block not surrounded by if
35480 src/com/gps/hibernate/StopFenceMappingDAO.java 116 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35481 src/com/gps/hibernate/StopFenceMappingDAO.java 118 Potential violation of Law of Demeter (method chain calls)
35482 src/com/gps/hibernate/StopFenceMappingDAO.java 119 There is log block not surrounded by if
35483 src/com/gps/hibernate/StopFenceMappingDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35484 src/com/gps/hibernate/StopFenceMappingDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35485 src/com/gps/hibernate/StopFenceMappingDAO.java 121 There is log block not surrounded by if
35486 src/com/gps/hibernate/StopFenceMappingDAO.java 126 Parameter 'instance' is not assigned and could be declared final
35487 src/com/gps/hibernate/StopFenceMappingDAO.java 126 publicMethodCommentRequirement Required
35488 src/com/gps/hibernate/StopFenceMappingDAO.java 127 There is log block not surrounded by if
35489 src/com/gps/hibernate/StopFenceMappingDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35490 src/com/gps/hibernate/StopFenceMappingDAO.java 129 Potential violation of Law of Demeter (method chain calls)
35491 src/com/gps/hibernate/StopFenceMappingDAO.java 130 There is log block not surrounded by if
35492 src/com/gps/hibernate/StopFenceMappingDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35493 src/com/gps/hibernate/StopFenceMappingDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35494 src/com/gps/hibernate/StopFenceMappingDAO.java 132 There is log block not surrounded by if
35495 src/com/gps/hibernate/TripAttender.java 3 Avoid unused imports such as 'java.util.Date'
35496 src/com/gps/hibernate/TripAttender.java 4 Avoid unused imports such as 'java.util.HashSet'
35497 src/com/gps/hibernate/TripAttender.java 5 Avoid unused imports such as 'java.util.Set'
35498 src/com/gps/hibernate/TripAttender.java 14 Classes implementing Serializable should set a serialVersionUID
35499 src/com/gps/hibernate/TripAttender.java 22 Avoid variables with short names like id
35500 src/com/gps/hibernate/TripAttender.java 22 Parameter 'id' is not assigned and could be declared final
35501 src/com/gps/hibernate/TripAttender.java 22 Parameter 'mobileNo' is not assigned and could be declared final
35502 src/com/gps/hibernate/TripAttender.java 22 Parameter 'tripDetails' is not assigned and could be declared final
35503 src/com/gps/hibernate/TripAttender.java 23 Parameter 'session' is not assigned and could be declared final
35504 src/com/gps/hibernate/TripAttender.java 40 Avoid variables with short names like id
35505 src/com/gps/hibernate/TripAttender.java 40 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
35506 src/com/gps/hibernate/TripAttender.java 40 fieldCommentRequirement Required
35507 src/com/gps/hibernate/TripAttender.java 41 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
35508 src/com/gps/hibernate/TripAttender.java 41 fieldCommentRequirement Required
35509 src/com/gps/hibernate/TripAttender.java 42 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
35510 src/com/gps/hibernate/TripAttender.java 42 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'mobile_no' is not final.
35511 src/com/gps/hibernate/TripAttender.java 42 fieldCommentRequirement Required
35512 src/com/gps/hibernate/TripAttender.java 43 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
35513 src/com/gps/hibernate/TripAttender.java 43 fieldCommentRequirement Required
35514 src/com/gps/hibernate/TripAttender.java 44 publicMethodCommentRequirement Required
35515 src/com/gps/hibernate/TripAttender.java 48 Avoid variables with short names like id
35516 src/com/gps/hibernate/TripAttender.java 48 Parameter 'id' is not assigned and could be declared final
35517 src/com/gps/hibernate/TripAttender.java 48 publicMethodCommentRequirement Required
35518 src/com/gps/hibernate/TripAttender.java 52 publicMethodCommentRequirement Required
35519 src/com/gps/hibernate/TripAttender.java 56 Parameter 'tripDetails' is not assigned and could be declared final
35520 src/com/gps/hibernate/TripAttender.java 56 publicMethodCommentRequirement Required
35521 src/com/gps/hibernate/TripAttender.java 60 Method names should not contain underscores
35522 src/com/gps/hibernate/TripAttender.java 60 publicMethodCommentRequirement Required
35523 src/com/gps/hibernate/TripAttender.java 64 Method names should not contain underscores
35524 src/com/gps/hibernate/TripAttender.java 64 Parameter 'mobileNo' is not assigned and could be declared final
35525 src/com/gps/hibernate/TripAttender.java 64 publicMethodCommentRequirement Required
35526 src/com/gps/hibernate/TripAttender.java 68 publicMethodCommentRequirement Required
35527 src/com/gps/hibernate/TripAttender.java 72 Parameter 'session' is not assigned and could be declared final
35528 src/com/gps/hibernate/TripAttender.java 72 publicMethodCommentRequirement Required
35529 src/com/gps/hibernate/TripAttenderDAO.java 4 Avoid unused imports such as 'java.util.Set'
35530 src/com/gps/hibernate/TripAttenderDAO.java 11 Comment is too large: Too many lines
35531 src/com/gps/hibernate/TripAttenderDAO.java 24 Logger should be defined private static final and have the correct class
35532 src/com/gps/hibernate/TripAttenderDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
35533 src/com/gps/hibernate/TripAttenderDAO.java 24 fieldCommentRequirement Required
35534 src/com/gps/hibernate/TripAttenderDAO.java 26 Parameter 'transientInstance' is not assigned and could be declared final
35535 src/com/gps/hibernate/TripAttenderDAO.java 26 publicMethodCommentRequirement Required
35536 src/com/gps/hibernate/TripAttenderDAO.java 27 There is log block not surrounded by if
35537 src/com/gps/hibernate/TripAttenderDAO.java 27 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35538 src/com/gps/hibernate/TripAttenderDAO.java 29 Potential violation of Law of Demeter (method chain calls)
35539 src/com/gps/hibernate/TripAttenderDAO.java 30 There is log block not surrounded by if
35540 src/com/gps/hibernate/TripAttenderDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35541 src/com/gps/hibernate/TripAttenderDAO.java 31 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35542 src/com/gps/hibernate/TripAttenderDAO.java 32 There is log block not surrounded by if
35543 src/com/gps/hibernate/TripAttenderDAO.java 37 Avoid excessively long variable names like persistentInstance
35544 src/com/gps/hibernate/TripAttenderDAO.java 37 Parameter 'persistentInstance' is not assigned and could be declared final
35545 src/com/gps/hibernate/TripAttenderDAO.java 37 publicMethodCommentRequirement Required
35546 src/com/gps/hibernate/TripAttenderDAO.java 38 There is log block not surrounded by if
35547 src/com/gps/hibernate/TripAttenderDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35548 src/com/gps/hibernate/TripAttenderDAO.java 40 Potential violation of Law of Demeter (method chain calls)
35549 src/com/gps/hibernate/TripAttenderDAO.java 41 There is log block not surrounded by if
35550 src/com/gps/hibernate/TripAttenderDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35551 src/com/gps/hibernate/TripAttenderDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35552 src/com/gps/hibernate/TripAttenderDAO.java 43 There is log block not surrounded by if
35553 src/com/gps/hibernate/TripAttenderDAO.java 48 Avoid variables with short names like id
35554 src/com/gps/hibernate/TripAttenderDAO.java 48 Parameter 'id' is not assigned and could be declared final
35555 src/com/gps/hibernate/TripAttenderDAO.java 48 publicMethodCommentRequirement Required
35556 src/com/gps/hibernate/TripAttenderDAO.java 49 There is log block not surrounded by if
35557 src/com/gps/hibernate/TripAttenderDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35558 src/com/gps/hibernate/TripAttenderDAO.java 51 Local variable 'instance' could be declared final
35559 src/com/gps/hibernate/TripAttenderDAO.java 51 Potential violation of Law of Demeter (method chain calls)
35560 src/com/gps/hibernate/TripAttenderDAO.java 54 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35561 src/com/gps/hibernate/TripAttenderDAO.java 55 There is log block not surrounded by if
35562 src/com/gps/hibernate/TripAttenderDAO.java 60 Parameter 'instance' is not assigned and could be declared final
35563 src/com/gps/hibernate/TripAttenderDAO.java 60 publicMethodCommentRequirement Required
35564 src/com/gps/hibernate/TripAttenderDAO.java 61 There is log block not surrounded by if
35565 src/com/gps/hibernate/TripAttenderDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35566 src/com/gps/hibernate/TripAttenderDAO.java 63 Local variable 'results' could be declared final
35567 src/com/gps/hibernate/TripAttenderDAO.java 63 Potential violation of Law of Demeter (method chain calls)
35568 src/com/gps/hibernate/TripAttenderDAO.java 63 Potential violation of Law of Demeter (method chain calls)
35569 src/com/gps/hibernate/TripAttenderDAO.java 63 Potential violation of Law of Demeter (method chain calls)
35570 src/com/gps/hibernate/TripAttenderDAO.java 66 There is log block not surrounded by if
35571 src/com/gps/hibernate/TripAttenderDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35572 src/com/gps/hibernate/TripAttenderDAO.java 67 Potential violation of Law of Demeter (object not created locally)
35573 src/com/gps/hibernate/TripAttenderDAO.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35574 src/com/gps/hibernate/TripAttenderDAO.java 70 There is log block not surrounded by if
35575 src/com/gps/hibernate/TripAttenderDAO.java 75 Parameter 'propertyName' is not assigned and could be declared final
35576 src/com/gps/hibernate/TripAttenderDAO.java 75 Parameter 'value' is not assigned and could be declared final
35577 src/com/gps/hibernate/TripAttenderDAO.java 75 publicMethodCommentRequirement Required
35578 src/com/gps/hibernate/TripAttenderDAO.java 76 There is log block not surrounded by if
35579 src/com/gps/hibernate/TripAttenderDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35580 src/com/gps/hibernate/TripAttenderDAO.java 79 Local variable 'queryString' could be declared final
35581 src/com/gps/hibernate/TripAttenderDAO.java 81 Local variable 'queryObject' could be declared final
35582 src/com/gps/hibernate/TripAttenderDAO.java 81 Potential violation of Law of Demeter (method chain calls)
35583 src/com/gps/hibernate/TripAttenderDAO.java 82 Potential violation of Law of Demeter (object not created locally)
35584 src/com/gps/hibernate/TripAttenderDAO.java 83 Potential violation of Law of Demeter (object not created locally)
35585 src/com/gps/hibernate/TripAttenderDAO.java 84 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35586 src/com/gps/hibernate/TripAttenderDAO.java 85 There is log block not surrounded by if
35587 src/com/gps/hibernate/TripAttenderDAO.java 90 publicMethodCommentRequirement Required
35588 src/com/gps/hibernate/TripAttenderDAO.java 91 There is log block not surrounded by if
35589 src/com/gps/hibernate/TripAttenderDAO.java 91 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35590 src/com/gps/hibernate/TripAttenderDAO.java 93 Local variable 'queryString' could be declared final
35591 src/com/gps/hibernate/TripAttenderDAO.java 94 Local variable 'queryObject' could be declared final
35592 src/com/gps/hibernate/TripAttenderDAO.java 94 Potential violation of Law of Demeter (method chain calls)
35593 src/com/gps/hibernate/TripAttenderDAO.java 95 Potential violation of Law of Demeter (object not created locally)
35594 src/com/gps/hibernate/TripAttenderDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35595 src/com/gps/hibernate/TripAttenderDAO.java 97 There is log block not surrounded by if
35596 src/com/gps/hibernate/TripAttenderDAO.java 102 Parameter 'detachedInstance' is not assigned and could be declared final
35597 src/com/gps/hibernate/TripAttenderDAO.java 102 publicMethodCommentRequirement Required
35598 src/com/gps/hibernate/TripAttenderDAO.java 103 There is log block not surrounded by if
35599 src/com/gps/hibernate/TripAttenderDAO.java 103 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35600 src/com/gps/hibernate/TripAttenderDAO.java 105 Local variable 'result' could be declared final
35601 src/com/gps/hibernate/TripAttenderDAO.java 105 Potential violation of Law of Demeter (method chain calls)
35602 src/com/gps/hibernate/TripAttenderDAO.java 106 There is log block not surrounded by if
35603 src/com/gps/hibernate/TripAttenderDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35604 src/com/gps/hibernate/TripAttenderDAO.java 108 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35605 src/com/gps/hibernate/TripAttenderDAO.java 109 There is log block not surrounded by if
35606 src/com/gps/hibernate/TripAttenderDAO.java 114 Parameter 'instance' is not assigned and could be declared final
35607 src/com/gps/hibernate/TripAttenderDAO.java 114 publicMethodCommentRequirement Required
35608 src/com/gps/hibernate/TripAttenderDAO.java 115 There is log block not surrounded by if
35609 src/com/gps/hibernate/TripAttenderDAO.java 115 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35610 src/com/gps/hibernate/TripAttenderDAO.java 117 Potential violation of Law of Demeter (method chain calls)
35611 src/com/gps/hibernate/TripAttenderDAO.java 118 There is log block not surrounded by if
35612 src/com/gps/hibernate/TripAttenderDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35613 src/com/gps/hibernate/TripAttenderDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35614 src/com/gps/hibernate/TripAttenderDAO.java 120 There is log block not surrounded by if
35615 src/com/gps/hibernate/TripAttenderDAO.java 125 Parameter 'instance' is not assigned and could be declared final
35616 src/com/gps/hibernate/TripAttenderDAO.java 125 publicMethodCommentRequirement Required
35617 src/com/gps/hibernate/TripAttenderDAO.java 126 There is log block not surrounded by if
35618 src/com/gps/hibernate/TripAttenderDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35619 src/com/gps/hibernate/TripAttenderDAO.java 128 Potential violation of Law of Demeter (method chain calls)
35620 src/com/gps/hibernate/TripAttenderDAO.java 129 There is log block not surrounded by if
35621 src/com/gps/hibernate/TripAttenderDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35622 src/com/gps/hibernate/TripAttenderDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35623 src/com/gps/hibernate/TripAttenderDAO.java 131 There is log block not surrounded by if
35624 src/com/gps/hibernate/TripDetails.java 2 This class has a bunch of public methods and attributes
35625 src/com/gps/hibernate/TripDetails.java 4 Avoid unused imports such as 'java.text.SimpleDateFormat'
35626 src/com/gps/hibernate/TripDetails.java 17 Classes implementing Serializable should set a serialVersionUID
35627 src/com/gps/hibernate/TripDetails.java 17 Too many fields
35628 src/com/gps/hibernate/TripDetails.java 21 fieldCommentRequirement Required
35629 src/com/gps/hibernate/TripDetails.java 22 fieldCommentRequirement Required
35630 src/com/gps/hibernate/TripDetails.java 23 fieldCommentRequirement Required
35631 src/com/gps/hibernate/TripDetails.java 24 fieldCommentRequirement Required
35632 src/com/gps/hibernate/TripDetails.java 25 fieldCommentRequirement Required
35633 src/com/gps/hibernate/TripDetails.java 26 fieldCommentRequirement Required
35634 src/com/gps/hibernate/TripDetails.java 27 fieldCommentRequirement Required
35635 src/com/gps/hibernate/TripDetails.java 28 fieldCommentRequirement Required
35636 src/com/gps/hibernate/TripDetails.java 29 fieldCommentRequirement Required
35637 src/com/gps/hibernate/TripDetails.java 30 fieldCommentRequirement Required
35638 src/com/gps/hibernate/TripDetails.java 31 fieldCommentRequirement Required
35639 src/com/gps/hibernate/TripDetails.java 32 fieldCommentRequirement Required
35640 src/com/gps/hibernate/TripDetails.java 33 fieldCommentRequirement Required
35641 src/com/gps/hibernate/TripDetails.java 34 Avoid excessively long variable names like noConfirmedTravellers
35642 src/com/gps/hibernate/TripDetails.java 34 fieldCommentRequirement Required
35643 src/com/gps/hibernate/TripDetails.java 35 fieldCommentRequirement Required
35644 src/com/gps/hibernate/TripDetails.java 36 fieldCommentRequirement Required
35645 src/com/gps/hibernate/TripDetails.java 37 fieldCommentRequirement Required
35646 src/com/gps/hibernate/TripDetails.java 38 fieldCommentRequirement Required
35647 src/com/gps/hibernate/TripDetails.java 39 fieldCommentRequirement Required
35648 src/com/gps/hibernate/TripDetails.java 40 fieldCommentRequirement Required
35649 src/com/gps/hibernate/TripDetails.java 41 fieldCommentRequirement Required
35650 src/com/gps/hibernate/TripDetails.java 42 fieldCommentRequirement Required
35651 src/com/gps/hibernate/TripDetails.java 43 fieldCommentRequirement Required
35652 src/com/gps/hibernate/TripDetails.java 44 fieldCommentRequirement Required
35653 src/com/gps/hibernate/TripDetails.java 45 fieldCommentRequirement Required
35654 src/com/gps/hibernate/TripDetails.java 46 fieldCommentRequirement Required
35655 src/com/gps/hibernate/TripDetails.java 47 fieldCommentRequirement Required
35656 src/com/gps/hibernate/TripDetails.java 48 fieldCommentRequirement Required
35657 src/com/gps/hibernate/TripDetails.java 49 fieldCommentRequirement Required
35658 src/com/gps/hibernate/TripDetails.java 50 fieldCommentRequirement Required
35659 src/com/gps/hibernate/TripDetails.java 51 fieldCommentRequirement Required
35660 src/com/gps/hibernate/TripDetails.java 52 fieldCommentRequirement Required
35661 src/com/gps/hibernate/TripDetails.java 53 fieldCommentRequirement Required
35662 src/com/gps/hibernate/TripDetails.java 54 fieldCommentRequirement Required
35663 src/com/gps/hibernate/TripDetails.java 55 fieldCommentRequirement Required
35664 src/com/gps/hibernate/TripDetails.java 56 fieldCommentRequirement Required
35665 src/com/gps/hibernate/TripDetails.java 57 fieldCommentRequirement Required
35666 src/com/gps/hibernate/TripDetails.java 68 Parameter 'type' is not assigned and could be declared final
35667 src/com/gps/hibernate/TripDetails.java 80 Parameter 'isEnabled' is not assigned and could be declared final
35668 src/com/gps/hibernate/TripDetails.java 83 publicMethodCommentRequirement Required
35669 src/com/gps/hibernate/TripDetails.java 87 Parameter 'hasMorning' is not assigned and could be declared final
35670 src/com/gps/hibernate/TripDetails.java 87 publicMethodCommentRequirement Required
35671 src/com/gps/hibernate/TripDetails.java 91 publicMethodCommentRequirement Required
35672 src/com/gps/hibernate/TripDetails.java 95 Parameter 'hasEvening' is not assigned and could be declared final
35673 src/com/gps/hibernate/TripDetails.java 95 publicMethodCommentRequirement Required
35674 src/com/gps/hibernate/TripDetails.java 99 publicMethodCommentRequirement Required
35675 src/com/gps/hibernate/TripDetails.java 103 Parameter 'evenendhours' is not assigned and could be declared final
35676 src/com/gps/hibernate/TripDetails.java 103 publicMethodCommentRequirement Required
35677 src/com/gps/hibernate/TripDetails.java 107 publicMethodCommentRequirement Required
35678 src/com/gps/hibernate/TripDetails.java 111 Parameter 'evenendmins' is not assigned and could be declared final
35679 src/com/gps/hibernate/TripDetails.java 111 publicMethodCommentRequirement Required
35680 src/com/gps/hibernate/TripDetails.java 115 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
35681 src/com/gps/hibernate/TripDetails.java 115 fieldCommentRequirement Required
35682 src/com/gps/hibernate/TripDetails.java 116 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
35683 src/com/gps/hibernate/TripDetails.java 116 fieldCommentRequirement Required
35684 src/com/gps/hibernate/TripDetails.java 118 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
35685 src/com/gps/hibernate/TripDetails.java 118 fieldCommentRequirement Required
35686 src/com/gps/hibernate/TripDetails.java 119 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
35687 src/com/gps/hibernate/TripDetails.java 119 fieldCommentRequirement Required
35688 src/com/gps/hibernate/TripDetails.java 121 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
35689 src/com/gps/hibernate/TripDetails.java 121 fieldCommentRequirement Required
35690 src/com/gps/hibernate/TripDetails.java 122 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
35691 src/com/gps/hibernate/TripDetails.java 122 fieldCommentRequirement Required
35692 src/com/gps/hibernate/TripDetails.java 124 publicMethodCommentRequirement Required
35693 src/com/gps/hibernate/TripDetails.java 128 Parameter 'monendhours' is not assigned and could be declared final
35694 src/com/gps/hibernate/TripDetails.java 128 publicMethodCommentRequirement Required
35695 src/com/gps/hibernate/TripDetails.java 132 publicMethodCommentRequirement Required
35696 src/com/gps/hibernate/TripDetails.java 136 Parameter 'monendmins' is not assigned and could be declared final
35697 src/com/gps/hibernate/TripDetails.java 136 publicMethodCommentRequirement Required
35698 src/com/gps/hibernate/TripDetails.java 140 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
35699 src/com/gps/hibernate/TripDetails.java 140 fieldCommentRequirement Required
35700 src/com/gps/hibernate/TripDetails.java 142 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
35701 src/com/gps/hibernate/TripDetails.java 142 fieldCommentRequirement Required
35702 src/com/gps/hibernate/TripDetails.java 144 publicMethodCommentRequirement Required
35703 src/com/gps/hibernate/TripDetails.java 149 publicMethodCommentRequirement Required
35704 src/com/gps/hibernate/TripDetails.java 153 Parameter 'startLat' is not assigned and could be declared final
35705 src/com/gps/hibernate/TripDetails.java 153 publicMethodCommentRequirement Required
35706 src/com/gps/hibernate/TripDetails.java 157 publicMethodCommentRequirement Required
35707 src/com/gps/hibernate/TripDetails.java 161 Parameter 'startLong' is not assigned and could be declared final
35708 src/com/gps/hibernate/TripDetails.java 161 publicMethodCommentRequirement Required
35709 src/com/gps/hibernate/TripDetails.java 165 publicMethodCommentRequirement Required
35710 src/com/gps/hibernate/TripDetails.java 169 Parameter 'stopLat' is not assigned and could be declared final
35711 src/com/gps/hibernate/TripDetails.java 169 publicMethodCommentRequirement Required
35712 src/com/gps/hibernate/TripDetails.java 173 publicMethodCommentRequirement Required
35713 src/com/gps/hibernate/TripDetails.java 177 Parameter 'stopLong' is not assigned and could be declared final
35714 src/com/gps/hibernate/TripDetails.java 177 publicMethodCommentRequirement Required
35715 src/com/gps/hibernate/TripDetails.java 182 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
35716 src/com/gps/hibernate/TripDetails.java 182 fieldCommentRequirement Required
35717 src/com/gps/hibernate/TripDetails.java 187 Avoid excessively long variable names like frequentTripDetailses
35718 src/com/gps/hibernate/TripDetails.java 187 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
35719 src/com/gps/hibernate/TripDetails.java 187 fieldCommentRequirement Required
35720 src/com/gps/hibernate/TripDetails.java 190 Avoid unused private fields such as 'tripReferences'.
35721 src/com/gps/hibernate/TripDetails.java 190 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
35722 src/com/gps/hibernate/TripDetails.java 190 Found non-transient, non-static member. Please mark as transient or provide accessors.
35723 src/com/gps/hibernate/TripDetails.java 190 Perhaps 'tripReferences' could be replaced by a local variable.
35724 src/com/gps/hibernate/TripDetails.java 190 fieldCommentRequirement Required
35725 src/com/gps/hibernate/TripDetails.java 191 Avoid unused private fields such as 'tripTraversals'.
35726 src/com/gps/hibernate/TripDetails.java 191 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
35727 src/com/gps/hibernate/TripDetails.java 191 Found non-transient, non-static member. Please mark as transient or provide accessors.
35728 src/com/gps/hibernate/TripDetails.java 191 Perhaps 'tripTraversals' could be replaced by a local variable.
35729 src/com/gps/hibernate/TripDetails.java 191 fieldCommentRequirement Required
35730 src/com/gps/hibernate/TripDetails.java 192 Avoid unused private fields such as 'tripDeviations'.
35731 src/com/gps/hibernate/TripDetails.java 192 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
35732 src/com/gps/hibernate/TripDetails.java 192 Found non-transient, non-static member. Please mark as transient or provide accessors.
35733 src/com/gps/hibernate/TripDetails.java 192 Perhaps 'tripDeviations' could be replaced by a local variable.
35734 src/com/gps/hibernate/TripDetails.java 192 fieldCommentRequirement Required
35735 src/com/gps/hibernate/TripDetails.java 198 Document empty constructor
35736 src/com/gps/hibernate/TripDetails.java 201 Parameter 'user' is not assigned and could be declared final
35737 src/com/gps/hibernate/TripDetails.java 201 Parameter 'vehicleDetails' is not assigned and could be declared final
35738 src/com/gps/hibernate/TripDetails.java 207 Parameter 'sourceLocation' is not assigned and could be declared final
35739 src/com/gps/hibernate/TripDetails.java 207 Parameter 'tripid' is not assigned and could be declared final
35740 src/com/gps/hibernate/TripDetails.java 207 publicMethodCommentRequirement Required
35741 src/com/gps/hibernate/TripDetails.java 208 Parameter 'destination' is not assigned and could be declared final
35742 src/com/gps/hibernate/TripDetails.java 208 Parameter 'returnTime' is not assigned and could be declared final
35743 src/com/gps/hibernate/TripDetails.java 208 Parameter 'startdate' is not assigned and could be declared final
35744 src/com/gps/hibernate/TripDetails.java 209 Parameter 'returndate' is not assigned and could be declared final
35745 src/com/gps/hibernate/TripDetails.java 209 Parameter 'startTime' is not assigned and could be declared final
35746 src/com/gps/hibernate/TripDetails.java 209 Parameter 'tripFrequency' is not assigned and could be declared final
35747 src/com/gps/hibernate/TripDetails.java 209 Parameter 'tripName' is not assigned and could be declared final
35748 src/com/gps/hibernate/TripDetails.java 223 Avoid long parameter lists.
35749 src/com/gps/hibernate/TripDetails.java 223 Parameter 'userDetails' is not assigned and could be declared final
35750 src/com/gps/hibernate/TripDetails.java 223 Parameter 'vehicleDetails' is not assigned and could be declared final
35751 src/com/gps/hibernate/TripDetails.java 224 Parameter 'costofTrip' is not assigned and could be declared final
35752 src/com/gps/hibernate/TripDetails.java 224 Parameter 'destination' is not assigned and could be declared final
35753 src/com/gps/hibernate/TripDetails.java 224 Parameter 'sourceLocation' is not assigned and could be declared final
35754 src/com/gps/hibernate/TripDetails.java 225 Parameter 'distance' is not assigned and could be declared final
35755 src/com/gps/hibernate/TripDetails.java 225 Parameter 'route' is not assigned and could be declared final
35756 src/com/gps/hibernate/TripDetails.java 225 Parameter 'tripDirection' is not assigned and could be declared final
35757 src/com/gps/hibernate/TripDetails.java 226 Parameter 'noSeats' is not assigned and could be declared final
35758 src/com/gps/hibernate/TripDetails.java 226 Parameter 'startdate' is not assigned and could be declared final
35759 src/com/gps/hibernate/TripDetails.java 226 Parameter 'tripFrequency' is not assigned and could be declared final
35760 src/com/gps/hibernate/TripDetails.java 227 Avoid excessively long variable names like noConfirmedTravellers
35761 src/com/gps/hibernate/TripDetails.java 227 Parameter 'noConfirmedTravellers' is not assigned and could be declared final
35762 src/com/gps/hibernate/TripDetails.java 227 Parameter 'returnTime' is not assigned and could be declared final
35763 src/com/gps/hibernate/TripDetails.java 227 Parameter 'via' is not assigned and could be declared final
35764 src/com/gps/hibernate/TripDetails.java 228 Parameter 'returndate' is not assigned and could be declared final
35765 src/com/gps/hibernate/TripDetails.java 228 Parameter 'role' is not assigned and could be declared final
35766 src/com/gps/hibernate/TripDetails.java 228 Parameter 'startTime' is not assigned and could be declared final
35767 src/com/gps/hibernate/TripDetails.java 228 Parameter 'status' is not assigned and could be declared final
35768 src/com/gps/hibernate/TripDetails.java 229 Avoid unused constructor parameters such as 'pickupPoints'.
35769 src/com/gps/hibernate/TripDetails.java 229 Parameter 'parentId' is not assigned and could be declared final
35770 src/com/gps/hibernate/TripDetails.java 229 Parameter 'pickupPoints' is not assigned and could be declared final
35771 src/com/gps/hibernate/TripDetails.java 229 Parameter 'tripName' is not assigned and could be declared final
35772 src/com/gps/hibernate/TripDetails.java 230 Avoid unused constructor parameters such as 'tripScrapses'.
35773 src/com/gps/hibernate/TripDetails.java 230 Parameter 'tripDesc' is not assigned and could be declared final
35774 src/com/gps/hibernate/TripDetails.java 230 Parameter 'tripParameterses' is not assigned and could be declared final
35775 src/com/gps/hibernate/TripDetails.java 230 Parameter 'tripScrapses' is not assigned and could be declared final
35776 src/com/gps/hibernate/TripDetails.java 231 Avoid excessively long variable names like tripTravelerDetailses
35777 src/com/gps/hibernate/TripDetails.java 231 Avoid unused constructor parameters such as 'feedbacks'.
35778 src/com/gps/hibernate/TripDetails.java 231 Avoid unused constructor parameters such as 'tripTravelerDetailses'.
35779 src/com/gps/hibernate/TripDetails.java 231 Avoid unused constructor parameters such as 'tripVehicleMaps'.
35780 src/com/gps/hibernate/TripDetails.java 231 Parameter 'feedbacks' is not assigned and could be declared final
35781 src/com/gps/hibernate/TripDetails.java 231 Parameter 'tripTravelerDetailses' is not assigned and could be declared final
35782 src/com/gps/hibernate/TripDetails.java 231 Parameter 'tripVehicleMaps' is not assigned and could be declared final
35783 src/com/gps/hibernate/TripDetails.java 232 Avoid excessively long variable names like frequentTripDetailses
35784 src/com/gps/hibernate/TripDetails.java 232 Avoid unused constructor parameters such as 'frequentTripDetailses'.
35785 src/com/gps/hibernate/TripDetails.java 232 Avoid unused constructor parameters such as 'pickupPointses'.
35786 src/com/gps/hibernate/TripDetails.java 232 Parameter 'frequentTripDetailses' is not assigned and could be declared final
35787 src/com/gps/hibernate/TripDetails.java 232 Parameter 'pickupPointses' is not assigned and could be declared final
35788 src/com/gps/hibernate/TripDetails.java 232 Parameter 'tripReferences' is not assigned and could be declared final
35789 src/com/gps/hibernate/TripDetails.java 233 Parameter 'tripDeviations' is not assigned and could be declared final
35790 src/com/gps/hibernate/TripDetails.java 233 Parameter 'tripTraversals' is not assigned and could be declared final
35791 src/com/gps/hibernate/TripDetails.java 272 publicMethodCommentRequirement Required
35792 src/com/gps/hibernate/TripDetails.java 276 Parameter 'tripid' is not assigned and could be declared final
35793 src/com/gps/hibernate/TripDetails.java 276 publicMethodCommentRequirement Required
35794 src/com/gps/hibernate/TripDetails.java 280 publicMethodCommentRequirement Required
35795 src/com/gps/hibernate/TripDetails.java 284 Parameter 'userDetails' is not assigned and could be declared final
35796 src/com/gps/hibernate/TripDetails.java 284 publicMethodCommentRequirement Required
35797 src/com/gps/hibernate/TripDetails.java 298 Parameter 'organization' is not assigned and could be declared final
35798 src/com/gps/hibernate/TripDetails.java 302 publicMethodCommentRequirement Required
35799 src/com/gps/hibernate/TripDetails.java 306 Parameter 'vehicleDetails' is not assigned and could be declared final
35800 src/com/gps/hibernate/TripDetails.java 306 publicMethodCommentRequirement Required
35801 src/com/gps/hibernate/TripDetails.java 310 publicMethodCommentRequirement Required
35802 src/com/gps/hibernate/TripDetails.java 314 Parameter 'costofTrip' is not assigned and could be declared final
35803 src/com/gps/hibernate/TripDetails.java 314 publicMethodCommentRequirement Required
35804 src/com/gps/hibernate/TripDetails.java 318 publicMethodCommentRequirement Required
35805 src/com/gps/hibernate/TripDetails.java 322 Parameter 'sourceLocation' is not assigned and could be declared final
35806 src/com/gps/hibernate/TripDetails.java 322 publicMethodCommentRequirement Required
35807 src/com/gps/hibernate/TripDetails.java 326 publicMethodCommentRequirement Required
35808 src/com/gps/hibernate/TripDetails.java 330 Parameter 'destination' is not assigned and could be declared final
35809 src/com/gps/hibernate/TripDetails.java 330 publicMethodCommentRequirement Required
35810 src/com/gps/hibernate/TripDetails.java 334 publicMethodCommentRequirement Required
35811 src/com/gps/hibernate/TripDetails.java 338 Parameter 'distance' is not assigned and could be declared final
35812 src/com/gps/hibernate/TripDetails.java 338 publicMethodCommentRequirement Required
35813 src/com/gps/hibernate/TripDetails.java 342 publicMethodCommentRequirement Required
35814 src/com/gps/hibernate/TripDetails.java 347 Parameter 'route' is not assigned and could be declared final
35815 src/com/gps/hibernate/TripDetails.java 347 publicMethodCommentRequirement Required
35816 src/com/gps/hibernate/TripDetails.java 352 publicMethodCommentRequirement Required
35817 src/com/gps/hibernate/TripDetails.java 356 Parameter 'tripDirection' is not assigned and could be declared final
35818 src/com/gps/hibernate/TripDetails.java 356 publicMethodCommentRequirement Required
35819 src/com/gps/hibernate/TripDetails.java 360 publicMethodCommentRequirement Required
35820 src/com/gps/hibernate/TripDetails.java 364 Parameter 'noSeats' is not assigned and could be declared final
35821 src/com/gps/hibernate/TripDetails.java 364 publicMethodCommentRequirement Required
35822 src/com/gps/hibernate/TripDetails.java 368 publicMethodCommentRequirement Required
35823 src/com/gps/hibernate/TripDetails.java 372 Parameter 'startdate' is not assigned and could be declared final
35824 src/com/gps/hibernate/TripDetails.java 372 publicMethodCommentRequirement Required
35825 src/com/gps/hibernate/TripDetails.java 376 publicMethodCommentRequirement Required
35826 src/com/gps/hibernate/TripDetails.java 380 Parameter 'tripFrequency' is not assigned and could be declared final
35827 src/com/gps/hibernate/TripDetails.java 380 publicMethodCommentRequirement Required
35828 src/com/gps/hibernate/TripDetails.java 384 publicMethodCommentRequirement Required
35829 src/com/gps/hibernate/TripDetails.java 388 Avoid excessively long variable names like noConfirmedTravellers
35830 src/com/gps/hibernate/TripDetails.java 388 Parameter 'noConfirmedTravellers' is not assigned and could be declared final
35831 src/com/gps/hibernate/TripDetails.java 388 publicMethodCommentRequirement Required
35832 src/com/gps/hibernate/TripDetails.java 392 publicMethodCommentRequirement Required
35833 src/com/gps/hibernate/TripDetails.java 396 Parameter 'via' is not assigned and could be declared final
35834 src/com/gps/hibernate/TripDetails.java 396 publicMethodCommentRequirement Required
35835 src/com/gps/hibernate/TripDetails.java 409 Parameter 'ampm' is not assigned and could be declared final
35836 src/com/gps/hibernate/TripDetails.java 412 publicMethodCommentRequirement Required
35837 src/com/gps/hibernate/TripDetails.java 416 Parameter 'returnTime' is not assigned and could be declared final
35838 src/com/gps/hibernate/TripDetails.java 416 publicMethodCommentRequirement Required
35839 src/com/gps/hibernate/TripDetails.java 420 publicMethodCommentRequirement Required
35840 src/com/gps/hibernate/TripDetails.java 424 Parameter 'returndate' is not assigned and could be declared final
35841 src/com/gps/hibernate/TripDetails.java 424 publicMethodCommentRequirement Required
35842 src/com/gps/hibernate/TripDetails.java 428 publicMethodCommentRequirement Required
35843 src/com/gps/hibernate/TripDetails.java 432 Parameter 'startTime' is not assigned and could be declared final
35844 src/com/gps/hibernate/TripDetails.java 432 publicMethodCommentRequirement Required
35845 src/com/gps/hibernate/TripDetails.java 436 publicMethodCommentRequirement Required
35846 src/com/gps/hibernate/TripDetails.java 440 Parameter 'role' is not assigned and could be declared final
35847 src/com/gps/hibernate/TripDetails.java 440 publicMethodCommentRequirement Required
35848 src/com/gps/hibernate/TripDetails.java 444 publicMethodCommentRequirement Required
35849 src/com/gps/hibernate/TripDetails.java 448 Parameter 'status' is not assigned and could be declared final
35850 src/com/gps/hibernate/TripDetails.java 448 publicMethodCommentRequirement Required
35851 src/com/gps/hibernate/TripDetails.java 452 publicMethodCommentRequirement Required
35852 src/com/gps/hibernate/TripDetails.java 456 Parameter 'parentId' is not assigned and could be declared final
35853 src/com/gps/hibernate/TripDetails.java 456 publicMethodCommentRequirement Required
35854 src/com/gps/hibernate/TripDetails.java 462 publicMethodCommentRequirement Required
35855 src/com/gps/hibernate/TripDetails.java 466 Parameter 'tripName' is not assigned and could be declared final
35856 src/com/gps/hibernate/TripDetails.java 466 publicMethodCommentRequirement Required
35857 src/com/gps/hibernate/TripDetails.java 470 publicMethodCommentRequirement Required
35858 src/com/gps/hibernate/TripDetails.java 474 Parameter 'tripDesc' is not assigned and could be declared final
35859 src/com/gps/hibernate/TripDetails.java 474 publicMethodCommentRequirement Required
35860 src/com/gps/hibernate/TripDetails.java 478 publicMethodCommentRequirement Required
35861 src/com/gps/hibernate/TripDetails.java 481 Parameter 'monhours' is not assigned and could be declared final
35862 src/com/gps/hibernate/TripDetails.java 481 publicMethodCommentRequirement Required
35863 src/com/gps/hibernate/TripDetails.java 484 publicMethodCommentRequirement Required
35864 src/com/gps/hibernate/TripDetails.java 487 Parameter 'monmins' is not assigned and could be declared final
35865 src/com/gps/hibernate/TripDetails.java 487 publicMethodCommentRequirement Required
35866 src/com/gps/hibernate/TripDetails.java 490 publicMethodCommentRequirement Required
35867 src/com/gps/hibernate/TripDetails.java 493 Parameter 'evenhours' is not assigned and could be declared final
35868 src/com/gps/hibernate/TripDetails.java 493 publicMethodCommentRequirement Required
35869 src/com/gps/hibernate/TripDetails.java 496 publicMethodCommentRequirement Required
35870 src/com/gps/hibernate/TripDetails.java 508 Parameter 'monDuration' is not assigned and could be declared final
35871 src/com/gps/hibernate/TripDetails.java 520 Parameter 'evenDuration' is not assigned and could be declared final
35872 src/com/gps/hibernate/TripDetails.java 523 Parameter 'evenmins' is not assigned and could be declared final
35873 src/com/gps/hibernate/TripDetails.java 523 publicMethodCommentRequirement Required
35874 src/com/gps/hibernate/TripDetails.java 535 Parameter 'pickupPoints' is not assigned and could be declared final
35875 src/com/gps/hibernate/TripDetails.java 547 Parameter 'usersTripses' is not assigned and could be declared final
35876 src/com/gps/hibernate/TripDetails.java 553 Parameter 'geofences' is not assigned and could be declared final
35877 src/com/gps/hibernate/TripDetails.java 556 publicMethodCommentRequirement Required
35878 src/com/gps/hibernate/TripDetails.java 560 Parameter 'tripParameterses' is not assigned and could be declared final
35879 src/com/gps/hibernate/TripDetails.java 560 publicMethodCommentRequirement Required
35880 src/com/gps/hibernate/TripDetails.java 596 publicMethodCommentRequirement Required
35881 src/com/gps/hibernate/TripDetails.java 600 Avoid excessively long variable names like frequentTripDetailses
35882 src/com/gps/hibernate/TripDetails.java 600 Parameter 'frequentTripDetailses' is not assigned and could be declared final
35883 src/com/gps/hibernate/TripDetails.java 600 publicMethodCommentRequirement Required
35884 src/com/gps/hibernate/TripDetails.java 642 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
35885 src/com/gps/hibernate/TripDetails.java 642 fieldCommentRequirement Required
35886 src/com/gps/hibernate/TripDetails.java 644 publicMethodCommentRequirement Required
35887 src/com/gps/hibernate/TripDetails.java 647 Parameter 'rfidhistories' is not assigned and could be declared final
35888 src/com/gps/hibernate/TripDetails.java 647 publicMethodCommentRequirement Required
35889 src/com/gps/hibernate/TripDetails.java 652 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
35890 src/com/gps/hibernate/TripDetails.java 652 fieldCommentRequirement Required
35891 src/com/gps/hibernate/TripDetails.java 655 publicMethodCommentRequirement Required
35892 src/com/gps/hibernate/TripDetails.java 659 Parameter 'fenceReports' is not assigned and could be declared final
35893 src/com/gps/hibernate/TripDetails.java 659 publicMethodCommentRequirement Required
35894 src/com/gps/hibernate/TripDetailsDAO.java 5 Avoid unused imports such as 'java.util.Date'
35895 src/com/gps/hibernate/TripDetailsDAO.java 7 Avoid unused imports such as 'java.util.Set'
35896 src/com/gps/hibernate/TripDetailsDAO.java 14 Comment is too large: Too many lines
35897 src/com/gps/hibernate/TripDetailsDAO.java 26 This class has too many methods, consider refactoring it.
35898 src/com/gps/hibernate/TripDetailsDAO.java 27 Logger should be defined private static final and have the correct class
35899 src/com/gps/hibernate/TripDetailsDAO.java 27 Variables that are final and static should be all capitals, 'log' is not all capitals.
35900 src/com/gps/hibernate/TripDetailsDAO.java 27 fieldCommentRequirement Required
35901 src/com/gps/hibernate/TripDetailsDAO.java 29 fieldCommentRequirement Required
35902 src/com/gps/hibernate/TripDetailsDAO.java 30 fieldCommentRequirement Required
35903 src/com/gps/hibernate/TripDetailsDAO.java 31 fieldCommentRequirement Required
35904 src/com/gps/hibernate/TripDetailsDAO.java 32 fieldCommentRequirement Required
35905 src/com/gps/hibernate/TripDetailsDAO.java 33 fieldCommentRequirement Required
35906 src/com/gps/hibernate/TripDetailsDAO.java 34 fieldCommentRequirement Required
35907 src/com/gps/hibernate/TripDetailsDAO.java 35 fieldCommentRequirement Required
35908 src/com/gps/hibernate/TripDetailsDAO.java 36 fieldCommentRequirement Required
35909 src/com/gps/hibernate/TripDetailsDAO.java 37 Avoid excessively long variable names like NO_CONFIRMED_TRAVELLERS
35910 src/com/gps/hibernate/TripDetailsDAO.java 37 fieldCommentRequirement Required
35911 src/com/gps/hibernate/TripDetailsDAO.java 38 fieldCommentRequirement Required
35912 src/com/gps/hibernate/TripDetailsDAO.java 39 fieldCommentRequirement Required
35913 src/com/gps/hibernate/TripDetailsDAO.java 40 fieldCommentRequirement Required
35914 src/com/gps/hibernate/TripDetailsDAO.java 41 fieldCommentRequirement Required
35915 src/com/gps/hibernate/TripDetailsDAO.java 42 fieldCommentRequirement Required
35916 src/com/gps/hibernate/TripDetailsDAO.java 43 fieldCommentRequirement Required
35917 src/com/gps/hibernate/TripDetailsDAO.java 44 fieldCommentRequirement Required
35918 src/com/gps/hibernate/TripDetailsDAO.java 45 fieldCommentRequirement Required
35919 src/com/gps/hibernate/TripDetailsDAO.java 46 fieldCommentRequirement Required
35920 src/com/gps/hibernate/TripDetailsDAO.java 48 Parameter 'transientInstance' is not assigned and could be declared final
35921 src/com/gps/hibernate/TripDetailsDAO.java 48 publicMethodCommentRequirement Required
35922 src/com/gps/hibernate/TripDetailsDAO.java 49 There is log block not surrounded by if
35923 src/com/gps/hibernate/TripDetailsDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35924 src/com/gps/hibernate/TripDetailsDAO.java 51 Potential violation of Law of Demeter (method chain calls)
35925 src/com/gps/hibernate/TripDetailsDAO.java 52 There is log block not surrounded by if
35926 src/com/gps/hibernate/TripDetailsDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35927 src/com/gps/hibernate/TripDetailsDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35928 src/com/gps/hibernate/TripDetailsDAO.java 54 There is log block not surrounded by if
35929 src/com/gps/hibernate/TripDetailsDAO.java 59 Parameter 'organizationId' is not assigned and could be declared final
35930 src/com/gps/hibernate/TripDetailsDAO.java 59 publicMethodCommentRequirement Required
35931 src/com/gps/hibernate/TripDetailsDAO.java 61 Found 'DD'-anomaly for variable 'tripList' (lines '61'-'64').
35932 src/com/gps/hibernate/TripDetailsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
35933 src/com/gps/hibernate/TripDetailsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
35934 src/com/gps/hibernate/TripDetailsDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35935 src/com/gps/hibernate/TripDetailsDAO.java 68 Avoid printStackTrace(); use a logger call instead.
35936 src/com/gps/hibernate/TripDetailsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
35937 src/com/gps/hibernate/TripDetailsDAO.java 74 Avoid excessively long variable names like persistentInstance
35938 src/com/gps/hibernate/TripDetailsDAO.java 74 Parameter 'persistentInstance' is not assigned and could be declared final
35939 src/com/gps/hibernate/TripDetailsDAO.java 74 publicMethodCommentRequirement Required
35940 src/com/gps/hibernate/TripDetailsDAO.java 75 There is log block not surrounded by if
35941 src/com/gps/hibernate/TripDetailsDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35942 src/com/gps/hibernate/TripDetailsDAO.java 77 Potential violation of Law of Demeter (method chain calls)
35943 src/com/gps/hibernate/TripDetailsDAO.java 78 There is log block not surrounded by if
35944 src/com/gps/hibernate/TripDetailsDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35945 src/com/gps/hibernate/TripDetailsDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35946 src/com/gps/hibernate/TripDetailsDAO.java 80 There is log block not surrounded by if
35947 src/com/gps/hibernate/TripDetailsDAO.java 85 Avoid variables with short names like id
35948 src/com/gps/hibernate/TripDetailsDAO.java 85 Parameter 'id' is not assigned and could be declared final
35949 src/com/gps/hibernate/TripDetailsDAO.java 85 publicMethodCommentRequirement Required
35950 src/com/gps/hibernate/TripDetailsDAO.java 86 There is log block not surrounded by if
35951 src/com/gps/hibernate/TripDetailsDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35952 src/com/gps/hibernate/TripDetailsDAO.java 88 Local variable 'instance' could be declared final
35953 src/com/gps/hibernate/TripDetailsDAO.java 88 Potential violation of Law of Demeter (method chain calls)
35954 src/com/gps/hibernate/TripDetailsDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35955 src/com/gps/hibernate/TripDetailsDAO.java 92 There is log block not surrounded by if
35956 src/com/gps/hibernate/TripDetailsDAO.java 97 Parameter 'instance' is not assigned and could be declared final
35957 src/com/gps/hibernate/TripDetailsDAO.java 97 publicMethodCommentRequirement Required
35958 src/com/gps/hibernate/TripDetailsDAO.java 98 There is log block not surrounded by if
35959 src/com/gps/hibernate/TripDetailsDAO.java 98 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35960 src/com/gps/hibernate/TripDetailsDAO.java 100 Local variable 'results' could be declared final
35961 src/com/gps/hibernate/TripDetailsDAO.java 100 Potential violation of Law of Demeter (method chain calls)
35962 src/com/gps/hibernate/TripDetailsDAO.java 100 Potential violation of Law of Demeter (method chain calls)
35963 src/com/gps/hibernate/TripDetailsDAO.java 100 Potential violation of Law of Demeter (method chain calls)
35964 src/com/gps/hibernate/TripDetailsDAO.java 103 There is log block not surrounded by if
35965 src/com/gps/hibernate/TripDetailsDAO.java 103 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35966 src/com/gps/hibernate/TripDetailsDAO.java 104 Potential violation of Law of Demeter (object not created locally)
35967 src/com/gps/hibernate/TripDetailsDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35968 src/com/gps/hibernate/TripDetailsDAO.java 107 There is log block not surrounded by if
35969 src/com/gps/hibernate/TripDetailsDAO.java 112 Parameter 'propertyName' is not assigned and could be declared final
35970 src/com/gps/hibernate/TripDetailsDAO.java 112 Parameter 'value' is not assigned and could be declared final
35971 src/com/gps/hibernate/TripDetailsDAO.java 112 publicMethodCommentRequirement Required
35972 src/com/gps/hibernate/TripDetailsDAO.java 113 There is log block not surrounded by if
35973 src/com/gps/hibernate/TripDetailsDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35974 src/com/gps/hibernate/TripDetailsDAO.java 116 Local variable 'queryString' could be declared final
35975 src/com/gps/hibernate/TripDetailsDAO.java 118 Local variable 'queryObject' could be declared final
35976 src/com/gps/hibernate/TripDetailsDAO.java 118 Potential violation of Law of Demeter (method chain calls)
35977 src/com/gps/hibernate/TripDetailsDAO.java 119 Potential violation of Law of Demeter (object not created locally)
35978 src/com/gps/hibernate/TripDetailsDAO.java 120 Potential violation of Law of Demeter (object not created locally)
35979 src/com/gps/hibernate/TripDetailsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35980 src/com/gps/hibernate/TripDetailsDAO.java 122 There is log block not surrounded by if
35981 src/com/gps/hibernate/TripDetailsDAO.java 127 Parameter 'costofTrip' is not assigned and could be declared final
35982 src/com/gps/hibernate/TripDetailsDAO.java 127 publicMethodCommentRequirement Required
35983 src/com/gps/hibernate/TripDetailsDAO.java 131 Parameter 'sourceLocation' is not assigned and could be declared final
35984 src/com/gps/hibernate/TripDetailsDAO.java 131 publicMethodCommentRequirement Required
35985 src/com/gps/hibernate/TripDetailsDAO.java 135 Parameter 'destination' is not assigned and could be declared final
35986 src/com/gps/hibernate/TripDetailsDAO.java 135 publicMethodCommentRequirement Required
35987 src/com/gps/hibernate/TripDetailsDAO.java 139 Parameter 'distance' is not assigned and could be declared final
35988 src/com/gps/hibernate/TripDetailsDAO.java 139 publicMethodCommentRequirement Required
35989 src/com/gps/hibernate/TripDetailsDAO.java 143 Parameter 'route' is not assigned and could be declared final
35990 src/com/gps/hibernate/TripDetailsDAO.java 143 publicMethodCommentRequirement Required
35991 src/com/gps/hibernate/TripDetailsDAO.java 147 Parameter 'tripDirection' is not assigned and could be declared final
35992 src/com/gps/hibernate/TripDetailsDAO.java 147 publicMethodCommentRequirement Required
35993 src/com/gps/hibernate/TripDetailsDAO.java 151 Parameter 'noSeats' is not assigned and could be declared final
35994 src/com/gps/hibernate/TripDetailsDAO.java 151 publicMethodCommentRequirement Required
35995 src/com/gps/hibernate/TripDetailsDAO.java 155 Parameter 'tripFrequency' is not assigned and could be declared final
35996 src/com/gps/hibernate/TripDetailsDAO.java 155 publicMethodCommentRequirement Required
35997 src/com/gps/hibernate/TripDetailsDAO.java 159 Avoid excessively long variable names like noConfirmedTravellers
35998 src/com/gps/hibernate/TripDetailsDAO.java 159 Parameter 'noConfirmedTravellers' is not assigned and could be declared final
35999 src/com/gps/hibernate/TripDetailsDAO.java 159 publicMethodCommentRequirement Required
36000 src/com/gps/hibernate/TripDetailsDAO.java 163 Parameter 'via' is not assigned and could be declared final
36001 src/com/gps/hibernate/TripDetailsDAO.java 163 publicMethodCommentRequirement Required
36002 src/com/gps/hibernate/TripDetailsDAO.java 167 Parameter 'returnTime' is not assigned and could be declared final
36003 src/com/gps/hibernate/TripDetailsDAO.java 167 publicMethodCommentRequirement Required
36004 src/com/gps/hibernate/TripDetailsDAO.java 171 Parameter 'startTime' is not assigned and could be declared final
36005 src/com/gps/hibernate/TripDetailsDAO.java 171 publicMethodCommentRequirement Required
36006 src/com/gps/hibernate/TripDetailsDAO.java 175 Parameter 'role' is not assigned and could be declared final
36007 src/com/gps/hibernate/TripDetailsDAO.java 175 publicMethodCommentRequirement Required
36008 src/com/gps/hibernate/TripDetailsDAO.java 179 Parameter 'status' is not assigned and could be declared final
36009 src/com/gps/hibernate/TripDetailsDAO.java 179 publicMethodCommentRequirement Required
36010 src/com/gps/hibernate/TripDetailsDAO.java 183 Parameter 'parentId' is not assigned and could be declared final
36011 src/com/gps/hibernate/TripDetailsDAO.java 183 publicMethodCommentRequirement Required
36012 src/com/gps/hibernate/TripDetailsDAO.java 187 Parameter 'pickupPoints' is not assigned and could be declared final
36013 src/com/gps/hibernate/TripDetailsDAO.java 187 publicMethodCommentRequirement Required
36014 src/com/gps/hibernate/TripDetailsDAO.java 191 Parameter 'tripName' is not assigned and could be declared final
36015 src/com/gps/hibernate/TripDetailsDAO.java 191 publicMethodCommentRequirement Required
36016 src/com/gps/hibernate/TripDetailsDAO.java 195 Parameter 'tripDesc' is not assigned and could be declared final
36017 src/com/gps/hibernate/TripDetailsDAO.java 195 publicMethodCommentRequirement Required
36018 src/com/gps/hibernate/TripDetailsDAO.java 199 Parameter 'first' is not assigned and could be declared final
36019 src/com/gps/hibernate/TripDetailsDAO.java 199 Parameter 'last' is not assigned and could be declared final
36020 src/com/gps/hibernate/TripDetailsDAO.java 199 publicMethodCommentRequirement Required
36021 src/com/gps/hibernate/TripDetailsDAO.java 201 There is log block not surrounded by if
36022 src/com/gps/hibernate/TripDetailsDAO.java 201 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36023 src/com/gps/hibernate/TripDetailsDAO.java 204 Local variable 'queryString' could be declared final
36024 src/com/gps/hibernate/TripDetailsDAO.java 205 Local variable 'queryObject' could be declared final
36025 src/com/gps/hibernate/TripDetailsDAO.java 205 Potential violation of Law of Demeter (method chain calls)
36026 src/com/gps/hibernate/TripDetailsDAO.java 208 Potential violation of Law of Demeter (object not created locally)
36027 src/com/gps/hibernate/TripDetailsDAO.java 209 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36028 src/com/gps/hibernate/TripDetailsDAO.java 210 There is log block not surrounded by if
36029 src/com/gps/hibernate/TripDetailsDAO.java 216 Parameter 'detachedInstance' is not assigned and could be declared final
36030 src/com/gps/hibernate/TripDetailsDAO.java 216 publicMethodCommentRequirement Required
36031 src/com/gps/hibernate/TripDetailsDAO.java 217 There is log block not surrounded by if
36032 src/com/gps/hibernate/TripDetailsDAO.java 217 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36033 src/com/gps/hibernate/TripDetailsDAO.java 219 Local variable 'result' could be declared final
36034 src/com/gps/hibernate/TripDetailsDAO.java 219 Potential violation of Law of Demeter (method chain calls)
36035 src/com/gps/hibernate/TripDetailsDAO.java 221 There is log block not surrounded by if
36036 src/com/gps/hibernate/TripDetailsDAO.java 221 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36037 src/com/gps/hibernate/TripDetailsDAO.java 223 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36038 src/com/gps/hibernate/TripDetailsDAO.java 224 There is log block not surrounded by if
36039 src/com/gps/hibernate/TripDetailsDAO.java 229 Parameter 'instance' is not assigned and could be declared final
36040 src/com/gps/hibernate/TripDetailsDAO.java 229 publicMethodCommentRequirement Required
36041 src/com/gps/hibernate/TripDetailsDAO.java 230 There is log block not surrounded by if
36042 src/com/gps/hibernate/TripDetailsDAO.java 230 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36043 src/com/gps/hibernate/TripDetailsDAO.java 232 Potential violation of Law of Demeter (method chain calls)
36044 src/com/gps/hibernate/TripDetailsDAO.java 233 There is log block not surrounded by if
36045 src/com/gps/hibernate/TripDetailsDAO.java 233 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36046 src/com/gps/hibernate/TripDetailsDAO.java 234 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36047 src/com/gps/hibernate/TripDetailsDAO.java 235 There is log block not surrounded by if
36048 src/com/gps/hibernate/TripDetailsDAO.java 240 Parameter 'instance' is not assigned and could be declared final
36049 src/com/gps/hibernate/TripDetailsDAO.java 240 publicMethodCommentRequirement Required
36050 src/com/gps/hibernate/TripDetailsDAO.java 241 There is log block not surrounded by if
36051 src/com/gps/hibernate/TripDetailsDAO.java 241 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36052 src/com/gps/hibernate/TripDetailsDAO.java 243 Potential violation of Law of Demeter (method chain calls)
36053 src/com/gps/hibernate/TripDetailsDAO.java 244 There is log block not surrounded by if
36054 src/com/gps/hibernate/TripDetailsDAO.java 244 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36055 src/com/gps/hibernate/TripDetailsDAO.java 245 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36056 src/com/gps/hibernate/TripDetailsDAO.java 246 There is log block not surrounded by if
36057 src/com/gps/hibernate/TripDeviation.java 13 fieldCommentRequirement Required
36058 src/com/gps/hibernate/TripDeviation.java 14 fieldCommentRequirement Required
36059 src/com/gps/hibernate/TripDeviation.java 15 fieldCommentRequirement Required
36060 src/com/gps/hibernate/TripDeviation.java 16 fieldCommentRequirement Required
36061 src/com/gps/hibernate/TripDeviation.java 18 Document empty constructor
36062 src/com/gps/hibernate/TripDeviation.java 18 publicMethodCommentRequirement Required
36063 src/com/gps/hibernate/TripDeviation.java 21 Parameter 'time' is not assigned and could be declared final
36064 src/com/gps/hibernate/TripDeviation.java 21 publicMethodCommentRequirement Required
36065 src/com/gps/hibernate/TripDeviation.java 25 Parameter 'isSupportTeamOk' is not assigned and could be declared final
36066 src/com/gps/hibernate/TripDeviation.java 25 Parameter 'time' is not assigned and could be declared final
36067 src/com/gps/hibernate/TripDeviation.java 25 Parameter 'tripDetails' is not assigned and could be declared final
36068 src/com/gps/hibernate/TripDeviation.java 25 publicMethodCommentRequirement Required
36069 src/com/gps/hibernate/TripDeviation.java 31 publicMethodCommentRequirement Required
36070 src/com/gps/hibernate/TripDeviation.java 35 Parameter 'tripDeviationId' is not assigned and could be declared final
36071 src/com/gps/hibernate/TripDeviation.java 35 publicMethodCommentRequirement Required
36072 src/com/gps/hibernate/TripDeviation.java 39 publicMethodCommentRequirement Required
36073 src/com/gps/hibernate/TripDeviation.java 43 Parameter 'tripDetails' is not assigned and could be declared final
36074 src/com/gps/hibernate/TripDeviation.java 43 publicMethodCommentRequirement Required
36075 src/com/gps/hibernate/TripDeviation.java 47 publicMethodCommentRequirement Required
36076 src/com/gps/hibernate/TripDeviation.java 51 Parameter 'isSupportTeamOk' is not assigned and could be declared final
36077 src/com/gps/hibernate/TripDeviation.java 51 publicMethodCommentRequirement Required
36078 src/com/gps/hibernate/TripDeviation.java 55 publicMethodCommentRequirement Required
36079 src/com/gps/hibernate/TripDeviation.java 59 Parameter 'time' is not assigned and could be declared final
36080 src/com/gps/hibernate/TripDeviation.java 59 publicMethodCommentRequirement Required
36081 src/com/gps/hibernate/TripDeviationDAO.java 12 Comment is too large: Too many lines
36082 src/com/gps/hibernate/TripDeviationDAO.java 24 This class has too many methods, consider refactoring it.
36083 src/com/gps/hibernate/TripDeviationDAO.java 25 Logger should be defined private static final and have the correct class
36084 src/com/gps/hibernate/TripDeviationDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
36085 src/com/gps/hibernate/TripDeviationDAO.java 25 fieldCommentRequirement Required
36086 src/com/gps/hibernate/TripDeviationDAO.java 28 fieldCommentRequirement Required
36087 src/com/gps/hibernate/TripDeviationDAO.java 29 Avoid excessively long variable names like IS_SUPPORT_TEAM_OK
36088 src/com/gps/hibernate/TripDeviationDAO.java 29 fieldCommentRequirement Required
36089 src/com/gps/hibernate/TripDeviationDAO.java 30 fieldCommentRequirement Required
36090 src/com/gps/hibernate/TripDeviationDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
36091 src/com/gps/hibernate/TripDeviationDAO.java 33 publicMethodCommentRequirement Required
36092 src/com/gps/hibernate/TripDeviationDAO.java 34 There is log block not surrounded by if
36093 src/com/gps/hibernate/TripDeviationDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36094 src/com/gps/hibernate/TripDeviationDAO.java 36 Potential violation of Law of Demeter (method chain calls)
36095 src/com/gps/hibernate/TripDeviationDAO.java 37 There is log block not surrounded by if
36096 src/com/gps/hibernate/TripDeviationDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36097 src/com/gps/hibernate/TripDeviationDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36098 src/com/gps/hibernate/TripDeviationDAO.java 39 There is log block not surrounded by if
36099 src/com/gps/hibernate/TripDeviationDAO.java 44 Avoid excessively long variable names like persistentInstance
36100 src/com/gps/hibernate/TripDeviationDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
36101 src/com/gps/hibernate/TripDeviationDAO.java 44 publicMethodCommentRequirement Required
36102 src/com/gps/hibernate/TripDeviationDAO.java 45 There is log block not surrounded by if
36103 src/com/gps/hibernate/TripDeviationDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36104 src/com/gps/hibernate/TripDeviationDAO.java 47 Potential violation of Law of Demeter (method chain calls)
36105 src/com/gps/hibernate/TripDeviationDAO.java 48 There is log block not surrounded by if
36106 src/com/gps/hibernate/TripDeviationDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36107 src/com/gps/hibernate/TripDeviationDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36108 src/com/gps/hibernate/TripDeviationDAO.java 50 There is log block not surrounded by if
36109 src/com/gps/hibernate/TripDeviationDAO.java 55 Avoid variables with short names like id
36110 src/com/gps/hibernate/TripDeviationDAO.java 55 Parameter 'id' is not assigned and could be declared final
36111 src/com/gps/hibernate/TripDeviationDAO.java 55 publicMethodCommentRequirement Required
36112 src/com/gps/hibernate/TripDeviationDAO.java 56 There is log block not surrounded by if
36113 src/com/gps/hibernate/TripDeviationDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36114 src/com/gps/hibernate/TripDeviationDAO.java 58 Local variable 'instance' could be declared final
36115 src/com/gps/hibernate/TripDeviationDAO.java 58 Potential violation of Law of Demeter (method chain calls)
36116 src/com/gps/hibernate/TripDeviationDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36117 src/com/gps/hibernate/TripDeviationDAO.java 62 There is log block not surrounded by if
36118 src/com/gps/hibernate/TripDeviationDAO.java 67 The String literal "rawtypes" appears 6 times in this file; the first occurrence is on line 67
36119 src/com/gps/hibernate/TripDeviationDAO.java 68 Parameter 'instance' is not assigned and could be declared final
36120 src/com/gps/hibernate/TripDeviationDAO.java 68 publicMethodCommentRequirement Required
36121 src/com/gps/hibernate/TripDeviationDAO.java 69 There is log block not surrounded by if
36122 src/com/gps/hibernate/TripDeviationDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36123 src/com/gps/hibernate/TripDeviationDAO.java 71 Local variable 'results' could be declared final
36124 src/com/gps/hibernate/TripDeviationDAO.java 71 Potential violation of Law of Demeter (method chain calls)
36125 src/com/gps/hibernate/TripDeviationDAO.java 71 Potential violation of Law of Demeter (method chain calls)
36126 src/com/gps/hibernate/TripDeviationDAO.java 71 Potential violation of Law of Demeter (method chain calls)
36127 src/com/gps/hibernate/TripDeviationDAO.java 74 There is log block not surrounded by if
36128 src/com/gps/hibernate/TripDeviationDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36129 src/com/gps/hibernate/TripDeviationDAO.java 75 Potential violation of Law of Demeter (object not created locally)
36130 src/com/gps/hibernate/TripDeviationDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36131 src/com/gps/hibernate/TripDeviationDAO.java 78 There is log block not surrounded by if
36132 src/com/gps/hibernate/TripDeviationDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
36133 src/com/gps/hibernate/TripDeviationDAO.java 83 Parameter 'value' is not assigned and could be declared final
36134 src/com/gps/hibernate/TripDeviationDAO.java 83 publicMethodCommentRequirement Required
36135 src/com/gps/hibernate/TripDeviationDAO.java 84 There is log block not surrounded by if
36136 src/com/gps/hibernate/TripDeviationDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36137 src/com/gps/hibernate/TripDeviationDAO.java 87 Local variable 'queryString' could be declared final
36138 src/com/gps/hibernate/TripDeviationDAO.java 89 Local variable 'queryObject' could be declared final
36139 src/com/gps/hibernate/TripDeviationDAO.java 89 Potential violation of Law of Demeter (method chain calls)
36140 src/com/gps/hibernate/TripDeviationDAO.java 90 Potential violation of Law of Demeter (object not created locally)
36141 src/com/gps/hibernate/TripDeviationDAO.java 91 Potential violation of Law of Demeter (object not created locally)
36142 src/com/gps/hibernate/TripDeviationDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36143 src/com/gps/hibernate/TripDeviationDAO.java 93 There is log block not surrounded by if
36144 src/com/gps/hibernate/TripDeviationDAO.java 99 Parameter 'tripDeviationId' is not assigned and could be declared final
36145 src/com/gps/hibernate/TripDeviationDAO.java 99 publicMethodCommentRequirement Required
36146 src/com/gps/hibernate/TripDeviationDAO.java 103 Parameter 'isSupportTeamOk' is not assigned and could be declared final
36147 src/com/gps/hibernate/TripDeviationDAO.java 103 publicMethodCommentRequirement Required
36148 src/com/gps/hibernate/TripDeviationDAO.java 107 Parameter 'time' is not assigned and could be declared final
36149 src/com/gps/hibernate/TripDeviationDAO.java 107 publicMethodCommentRequirement Required
36150 src/com/gps/hibernate/TripDeviationDAO.java 111 Parameter 'first' is not assigned and could be declared final
36151 src/com/gps/hibernate/TripDeviationDAO.java 111 Parameter 'last' is not assigned and could be declared final
36152 src/com/gps/hibernate/TripDeviationDAO.java 111 publicMethodCommentRequirement Required
36153 src/com/gps/hibernate/TripDeviationDAO.java 113 There is log block not surrounded by if
36154 src/com/gps/hibernate/TripDeviationDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36155 src/com/gps/hibernate/TripDeviationDAO.java 116 Local variable 'queryString' could be declared final
36156 src/com/gps/hibernate/TripDeviationDAO.java 117 Local variable 'queryObject' could be declared final
36157 src/com/gps/hibernate/TripDeviationDAO.java 117 Potential violation of Law of Demeter (method chain calls)
36158 src/com/gps/hibernate/TripDeviationDAO.java 120 Potential violation of Law of Demeter (object not created locally)
36159 src/com/gps/hibernate/TripDeviationDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36160 src/com/gps/hibernate/TripDeviationDAO.java 122 There is log block not surrounded by if
36161 src/com/gps/hibernate/TripDeviationDAO.java 128 Parameter 'detachedInstance' is not assigned and could be declared final
36162 src/com/gps/hibernate/TripDeviationDAO.java 128 publicMethodCommentRequirement Required
36163 src/com/gps/hibernate/TripDeviationDAO.java 129 There is log block not surrounded by if
36164 src/com/gps/hibernate/TripDeviationDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36165 src/com/gps/hibernate/TripDeviationDAO.java 131 Local variable 'result' could be declared final
36166 src/com/gps/hibernate/TripDeviationDAO.java 131 Potential violation of Law of Demeter (method chain calls)
36167 src/com/gps/hibernate/TripDeviationDAO.java 133 There is log block not surrounded by if
36168 src/com/gps/hibernate/TripDeviationDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36169 src/com/gps/hibernate/TripDeviationDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36170 src/com/gps/hibernate/TripDeviationDAO.java 136 There is log block not surrounded by if
36171 src/com/gps/hibernate/TripDeviationDAO.java 141 Parameter 'instance' is not assigned and could be declared final
36172 src/com/gps/hibernate/TripDeviationDAO.java 141 publicMethodCommentRequirement Required
36173 src/com/gps/hibernate/TripDeviationDAO.java 142 There is log block not surrounded by if
36174 src/com/gps/hibernate/TripDeviationDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36175 src/com/gps/hibernate/TripDeviationDAO.java 144 Potential violation of Law of Demeter (method chain calls)
36176 src/com/gps/hibernate/TripDeviationDAO.java 145 There is log block not surrounded by if
36177 src/com/gps/hibernate/TripDeviationDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36178 src/com/gps/hibernate/TripDeviationDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36179 src/com/gps/hibernate/TripDeviationDAO.java 147 There is log block not surrounded by if
36180 src/com/gps/hibernate/TripDeviationDAO.java 152 Parameter 'instance' is not assigned and could be declared final
36181 src/com/gps/hibernate/TripDeviationDAO.java 152 publicMethodCommentRequirement Required
36182 src/com/gps/hibernate/TripDeviationDAO.java 153 There is log block not surrounded by if
36183 src/com/gps/hibernate/TripDeviationDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36184 src/com/gps/hibernate/TripDeviationDAO.java 155 Potential violation of Law of Demeter (method chain calls)
36185 src/com/gps/hibernate/TripDeviationDAO.java 156 There is log block not surrounded by if
36186 src/com/gps/hibernate/TripDeviationDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36187 src/com/gps/hibernate/TripDeviationDAO.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36188 src/com/gps/hibernate/TripDeviationDAO.java 158 There is log block not surrounded by if
36189 src/com/gps/hibernate/TripParameters.java 13 Classes implementing Serializable should set a serialVersionUID
36190 src/com/gps/hibernate/TripParameters.java 13 Too many fields
36191 src/com/gps/hibernate/TripParameters.java 16 fieldCommentRequirement Required
36192 src/com/gps/hibernate/TripParameters.java 17 fieldCommentRequirement Required
36193 src/com/gps/hibernate/TripParameters.java 18 fieldCommentRequirement Required
36194 src/com/gps/hibernate/TripParameters.java 19 fieldCommentRequirement Required
36195 src/com/gps/hibernate/TripParameters.java 20 fieldCommentRequirement Required
36196 src/com/gps/hibernate/TripParameters.java 21 fieldCommentRequirement Required
36197 src/com/gps/hibernate/TripParameters.java 22 fieldCommentRequirement Required
36198 src/com/gps/hibernate/TripParameters.java 23 fieldCommentRequirement Required
36199 src/com/gps/hibernate/TripParameters.java 24 fieldCommentRequirement Required
36200 src/com/gps/hibernate/TripParameters.java 25 fieldCommentRequirement Required
36201 src/com/gps/hibernate/TripParameters.java 26 fieldCommentRequirement Required
36202 src/com/gps/hibernate/TripParameters.java 27 fieldCommentRequirement Required
36203 src/com/gps/hibernate/TripParameters.java 28 fieldCommentRequirement Required
36204 src/com/gps/hibernate/TripParameters.java 29 fieldCommentRequirement Required
36205 src/com/gps/hibernate/TripParameters.java 30 fieldCommentRequirement Required
36206 src/com/gps/hibernate/TripParameters.java 31 fieldCommentRequirement Required
36207 src/com/gps/hibernate/TripParameters.java 43 Parameter 'vehicleDetails' is not assigned and could be declared final
36208 src/com/gps/hibernate/TripParameters.java 47 publicMethodCommentRequirement Required
36209 src/com/gps/hibernate/TripParameters.java 51 Parameter 'cellId' is not assigned and could be declared final
36210 src/com/gps/hibernate/TripParameters.java 51 publicMethodCommentRequirement Required
36211 src/com/gps/hibernate/TripParameters.java 57 publicMethodCommentRequirement Required
36212 src/com/gps/hibernate/TripParameters.java 61 Parameter 'gsmStatus' is not assigned and could be declared final
36213 src/com/gps/hibernate/TripParameters.java 61 publicMethodCommentRequirement Required
36214 src/com/gps/hibernate/TripParameters.java 70 Document empty constructor
36215 src/com/gps/hibernate/TripParameters.java 74 Parameter 'creationTime' is not assigned and could be declared final
36216 src/com/gps/hibernate/TripParameters.java 79 Avoid long parameter lists.
36217 src/com/gps/hibernate/TripParameters.java 79 Parameter 'lattitude' is not assigned and could be declared final
36218 src/com/gps/hibernate/TripParameters.java 79 Parameter 'tripDetails' is not assigned and could be declared final
36219 src/com/gps/hibernate/TripParameters.java 80 Parameter 'altitude' is not assigned and could be declared final
36220 src/com/gps/hibernate/TripParameters.java 80 Parameter 'heading' is not assigned and could be declared final
36221 src/com/gps/hibernate/TripParameters.java 80 Parameter 'longitude' is not assigned and could be declared final
36222 src/com/gps/hibernate/TripParameters.java 80 Parameter 'speed' is not assigned and could be declared final
36223 src/com/gps/hibernate/TripParameters.java 81 Parameter 'address' is not assigned and could be declared final
36224 src/com/gps/hibernate/TripParameters.java 81 Parameter 'fuelContent' is not assigned and could be declared final
36225 src/com/gps/hibernate/TripParameters.java 82 Parameter 'batteryStatus' is not assigned and could be declared final
36226 src/com/gps/hibernate/TripParameters.java 82 Parameter 'creationTime' is not assigned and could be declared final
36227 src/com/gps/hibernate/TripParameters.java 103 publicMethodCommentRequirement Required
36228 src/com/gps/hibernate/TripParameters.java 107 Parameter 'tripParamid' is not assigned and could be declared final
36229 src/com/gps/hibernate/TripParameters.java 107 publicMethodCommentRequirement Required
36230 src/com/gps/hibernate/TripParameters.java 111 publicMethodCommentRequirement Required
36231 src/com/gps/hibernate/TripParameters.java 115 Parameter 'tripDetails' is not assigned and could be declared final
36232 src/com/gps/hibernate/TripParameters.java 115 publicMethodCommentRequirement Required
36233 src/com/gps/hibernate/TripParameters.java 119 publicMethodCommentRequirement Required
36234 src/com/gps/hibernate/TripParameters.java 123 Parameter 'lattitude' is not assigned and could be declared final
36235 src/com/gps/hibernate/TripParameters.java 123 publicMethodCommentRequirement Required
36236 src/com/gps/hibernate/TripParameters.java 127 publicMethodCommentRequirement Required
36237 src/com/gps/hibernate/TripParameters.java 131 Parameter 'longitude' is not assigned and could be declared final
36238 src/com/gps/hibernate/TripParameters.java 131 publicMethodCommentRequirement Required
36239 src/com/gps/hibernate/TripParameters.java 135 publicMethodCommentRequirement Required
36240 src/com/gps/hibernate/TripParameters.java 139 Avoid reassigning parameters such as 'speed'
36241 src/com/gps/hibernate/TripParameters.java 139 Avoid reassigning parameters such as 'speed'
36242 src/com/gps/hibernate/TripParameters.java 139 publicMethodCommentRequirement Required
36243 src/com/gps/hibernate/TripParameters.java 140 Local variable 'twoDForm' could be declared final
36244 src/com/gps/hibernate/TripParameters.java 142 Potential violation of Law of Demeter (object not created locally)
36245 src/com/gps/hibernate/TripParameters.java 147 publicMethodCommentRequirement Required
36246 src/com/gps/hibernate/TripParameters.java 151 Parameter 'heading' is not assigned and could be declared final
36247 src/com/gps/hibernate/TripParameters.java 151 publicMethodCommentRequirement Required
36248 src/com/gps/hibernate/TripParameters.java 155 publicMethodCommentRequirement Required
36249 src/com/gps/hibernate/TripParameters.java 159 Parameter 'altitude' is not assigned and could be declared final
36250 src/com/gps/hibernate/TripParameters.java 159 publicMethodCommentRequirement Required
36251 src/com/gps/hibernate/TripParameters.java 163 publicMethodCommentRequirement Required
36252 src/com/gps/hibernate/TripParameters.java 167 Parameter 'address' is not assigned and could be declared final
36253 src/com/gps/hibernate/TripParameters.java 167 publicMethodCommentRequirement Required
36254 src/com/gps/hibernate/TripParameters.java 170 publicMethodCommentRequirement Required
36255 src/com/gps/hibernate/TripParameters.java 174 Parameter 'fuelContent' is not assigned and could be declared final
36256 src/com/gps/hibernate/TripParameters.java 174 publicMethodCommentRequirement Required
36257 src/com/gps/hibernate/TripParameters.java 177 publicMethodCommentRequirement Required
36258 src/com/gps/hibernate/TripParameters.java 181 Parameter 'creationTime' is not assigned and could be declared final
36259 src/com/gps/hibernate/TripParameters.java 181 publicMethodCommentRequirement Required
36260 src/com/gps/hibernate/TripParameters.java 184 publicMethodCommentRequirement Required
36261 src/com/gps/hibernate/TripParameters.java 188 Parameter 'batteryStatus' is not assigned and could be declared final
36262 src/com/gps/hibernate/TripParameters.java 188 publicMethodCommentRequirement Required
36263 src/com/gps/hibernate/TripParameters.java 192 Parameter 'reportRef' is not assigned and could be declared final
36264 src/com/gps/hibernate/TripParameters.java 192 publicMethodCommentRequirement Required
36265 src/com/gps/hibernate/TripParameters.java 196 publicMethodCommentRequirement Required
36266 src/com/gps/hibernate/TripParameters.java 210 Parameter 'distance' is not assigned and could be declared final
36267 src/com/gps/hibernate/TripParametersDAO.java 3 Avoid unused imports such as 'java.util.Date'
36268 src/com/gps/hibernate/TripParametersDAO.java 11 Comment is too large: Too many lines
36269 src/com/gps/hibernate/TripParametersDAO.java 23 This class has too many methods, consider refactoring it.
36270 src/com/gps/hibernate/TripParametersDAO.java 24 Logger should be defined private static final and have the correct class
36271 src/com/gps/hibernate/TripParametersDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
36272 src/com/gps/hibernate/TripParametersDAO.java 24 fieldCommentRequirement Required
36273 src/com/gps/hibernate/TripParametersDAO.java 26 fieldCommentRequirement Required
36274 src/com/gps/hibernate/TripParametersDAO.java 27 fieldCommentRequirement Required
36275 src/com/gps/hibernate/TripParametersDAO.java 28 fieldCommentRequirement Required
36276 src/com/gps/hibernate/TripParametersDAO.java 29 fieldCommentRequirement Required
36277 src/com/gps/hibernate/TripParametersDAO.java 30 fieldCommentRequirement Required
36278 src/com/gps/hibernate/TripParametersDAO.java 31 fieldCommentRequirement Required
36279 src/com/gps/hibernate/TripParametersDAO.java 32 fieldCommentRequirement Required
36280 src/com/gps/hibernate/TripParametersDAO.java 33 fieldCommentRequirement Required
36281 src/com/gps/hibernate/TripParametersDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
36282 src/com/gps/hibernate/TripParametersDAO.java 35 publicMethodCommentRequirement Required
36283 src/com/gps/hibernate/TripParametersDAO.java 36 There is log block not surrounded by if
36284 src/com/gps/hibernate/TripParametersDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36285 src/com/gps/hibernate/TripParametersDAO.java 38 Potential violation of Law of Demeter (method chain calls)
36286 src/com/gps/hibernate/TripParametersDAO.java 39 There is log block not surrounded by if
36287 src/com/gps/hibernate/TripParametersDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36288 src/com/gps/hibernate/TripParametersDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36289 src/com/gps/hibernate/TripParametersDAO.java 41 There is log block not surrounded by if
36290 src/com/gps/hibernate/TripParametersDAO.java 46 Avoid excessively long variable names like persistentInstance
36291 src/com/gps/hibernate/TripParametersDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
36292 src/com/gps/hibernate/TripParametersDAO.java 46 publicMethodCommentRequirement Required
36293 src/com/gps/hibernate/TripParametersDAO.java 47 There is log block not surrounded by if
36294 src/com/gps/hibernate/TripParametersDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36295 src/com/gps/hibernate/TripParametersDAO.java 49 Potential violation of Law of Demeter (method chain calls)
36296 src/com/gps/hibernate/TripParametersDAO.java 50 There is log block not surrounded by if
36297 src/com/gps/hibernate/TripParametersDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36298 src/com/gps/hibernate/TripParametersDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36299 src/com/gps/hibernate/TripParametersDAO.java 52 There is log block not surrounded by if
36300 src/com/gps/hibernate/TripParametersDAO.java 57 Avoid variables with short names like id
36301 src/com/gps/hibernate/TripParametersDAO.java 57 Parameter 'id' is not assigned and could be declared final
36302 src/com/gps/hibernate/TripParametersDAO.java 57 publicMethodCommentRequirement Required
36303 src/com/gps/hibernate/TripParametersDAO.java 58 There is log block not surrounded by if
36304 src/com/gps/hibernate/TripParametersDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36305 src/com/gps/hibernate/TripParametersDAO.java 60 Local variable 'instance' could be declared final
36306 src/com/gps/hibernate/TripParametersDAO.java 60 Potential violation of Law of Demeter (method chain calls)
36307 src/com/gps/hibernate/TripParametersDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36308 src/com/gps/hibernate/TripParametersDAO.java 64 There is log block not surrounded by if
36309 src/com/gps/hibernate/TripParametersDAO.java 69 Parameter 'instance' is not assigned and could be declared final
36310 src/com/gps/hibernate/TripParametersDAO.java 69 publicMethodCommentRequirement Required
36311 src/com/gps/hibernate/TripParametersDAO.java 70 There is log block not surrounded by if
36312 src/com/gps/hibernate/TripParametersDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36313 src/com/gps/hibernate/TripParametersDAO.java 72 Local variable 'results' could be declared final
36314 src/com/gps/hibernate/TripParametersDAO.java 72 Potential violation of Law of Demeter (method chain calls)
36315 src/com/gps/hibernate/TripParametersDAO.java 72 Potential violation of Law of Demeter (method chain calls)
36316 src/com/gps/hibernate/TripParametersDAO.java 72 Potential violation of Law of Demeter (method chain calls)
36317 src/com/gps/hibernate/TripParametersDAO.java 75 There is log block not surrounded by if
36318 src/com/gps/hibernate/TripParametersDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36319 src/com/gps/hibernate/TripParametersDAO.java 76 Potential violation of Law of Demeter (object not created locally)
36320 src/com/gps/hibernate/TripParametersDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36321 src/com/gps/hibernate/TripParametersDAO.java 79 There is log block not surrounded by if
36322 src/com/gps/hibernate/TripParametersDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
36323 src/com/gps/hibernate/TripParametersDAO.java 84 Parameter 'value' is not assigned and could be declared final
36324 src/com/gps/hibernate/TripParametersDAO.java 84 publicMethodCommentRequirement Required
36325 src/com/gps/hibernate/TripParametersDAO.java 85 There is log block not surrounded by if
36326 src/com/gps/hibernate/TripParametersDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36327 src/com/gps/hibernate/TripParametersDAO.java 88 Local variable 'queryString' could be declared final
36328 src/com/gps/hibernate/TripParametersDAO.java 90 Local variable 'queryObject' could be declared final
36329 src/com/gps/hibernate/TripParametersDAO.java 90 Potential violation of Law of Demeter (method chain calls)
36330 src/com/gps/hibernate/TripParametersDAO.java 91 Potential violation of Law of Demeter (object not created locally)
36331 src/com/gps/hibernate/TripParametersDAO.java 92 Potential violation of Law of Demeter (object not created locally)
36332 src/com/gps/hibernate/TripParametersDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36333 src/com/gps/hibernate/TripParametersDAO.java 94 There is log block not surrounded by if
36334 src/com/gps/hibernate/TripParametersDAO.java 99 Parameter 'lattitude' is not assigned and could be declared final
36335 src/com/gps/hibernate/TripParametersDAO.java 99 publicMethodCommentRequirement Required
36336 src/com/gps/hibernate/TripParametersDAO.java 103 Parameter 'longitude' is not assigned and could be declared final
36337 src/com/gps/hibernate/TripParametersDAO.java 103 publicMethodCommentRequirement Required
36338 src/com/gps/hibernate/TripParametersDAO.java 107 Parameter 'speed' is not assigned and could be declared final
36339 src/com/gps/hibernate/TripParametersDAO.java 107 publicMethodCommentRequirement Required
36340 src/com/gps/hibernate/TripParametersDAO.java 111 Parameter 'heading' is not assigned and could be declared final
36341 src/com/gps/hibernate/TripParametersDAO.java 111 publicMethodCommentRequirement Required
36342 src/com/gps/hibernate/TripParametersDAO.java 115 Parameter 'altitude' is not assigned and could be declared final
36343 src/com/gps/hibernate/TripParametersDAO.java 115 publicMethodCommentRequirement Required
36344 src/com/gps/hibernate/TripParametersDAO.java 119 Parameter 'address' is not assigned and could be declared final
36345 src/com/gps/hibernate/TripParametersDAO.java 119 publicMethodCommentRequirement Required
36346 src/com/gps/hibernate/TripParametersDAO.java 122 Parameter 'fuelContent' is not assigned and could be declared final
36347 src/com/gps/hibernate/TripParametersDAO.java 122 publicMethodCommentRequirement Required
36348 src/com/gps/hibernate/TripParametersDAO.java 125 Parameter 'batteryStatus' is not assigned and could be declared final
36349 src/com/gps/hibernate/TripParametersDAO.java 125 publicMethodCommentRequirement Required
36350 src/com/gps/hibernate/TripParametersDAO.java 129 publicMethodCommentRequirement Required
36351 src/com/gps/hibernate/TripParametersDAO.java 130 There is log block not surrounded by if
36352 src/com/gps/hibernate/TripParametersDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36353 src/com/gps/hibernate/TripParametersDAO.java 132 Local variable 'queryString' could be declared final
36354 src/com/gps/hibernate/TripParametersDAO.java 133 Local variable 'queryObject' could be declared final
36355 src/com/gps/hibernate/TripParametersDAO.java 133 Potential violation of Law of Demeter (method chain calls)
36356 src/com/gps/hibernate/TripParametersDAO.java 134 Potential violation of Law of Demeter (object not created locally)
36357 src/com/gps/hibernate/TripParametersDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36358 src/com/gps/hibernate/TripParametersDAO.java 136 There is log block not surrounded by if
36359 src/com/gps/hibernate/TripParametersDAO.java 141 Parameter 'detachedInstance' is not assigned and could be declared final
36360 src/com/gps/hibernate/TripParametersDAO.java 141 publicMethodCommentRequirement Required
36361 src/com/gps/hibernate/TripParametersDAO.java 142 There is log block not surrounded by if
36362 src/com/gps/hibernate/TripParametersDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36363 src/com/gps/hibernate/TripParametersDAO.java 144 Local variable 'result' could be declared final
36364 src/com/gps/hibernate/TripParametersDAO.java 144 Potential violation of Law of Demeter (method chain calls)
36365 src/com/gps/hibernate/TripParametersDAO.java 146 There is log block not surrounded by if
36366 src/com/gps/hibernate/TripParametersDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36367 src/com/gps/hibernate/TripParametersDAO.java 148 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36368 src/com/gps/hibernate/TripParametersDAO.java 149 There is log block not surrounded by if
36369 src/com/gps/hibernate/TripParametersDAO.java 154 Parameter 'instance' is not assigned and could be declared final
36370 src/com/gps/hibernate/TripParametersDAO.java 154 publicMethodCommentRequirement Required
36371 src/com/gps/hibernate/TripParametersDAO.java 155 There is log block not surrounded by if
36372 src/com/gps/hibernate/TripParametersDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36373 src/com/gps/hibernate/TripParametersDAO.java 157 Potential violation of Law of Demeter (method chain calls)
36374 src/com/gps/hibernate/TripParametersDAO.java 158 There is log block not surrounded by if
36375 src/com/gps/hibernate/TripParametersDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36376 src/com/gps/hibernate/TripParametersDAO.java 159 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36377 src/com/gps/hibernate/TripParametersDAO.java 160 There is log block not surrounded by if
36378 src/com/gps/hibernate/TripParametersDAO.java 165 Parameter 'instance' is not assigned and could be declared final
36379 src/com/gps/hibernate/TripParametersDAO.java 165 publicMethodCommentRequirement Required
36380 src/com/gps/hibernate/TripParametersDAO.java 166 There is log block not surrounded by if
36381 src/com/gps/hibernate/TripParametersDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36382 src/com/gps/hibernate/TripParametersDAO.java 168 Potential violation of Law of Demeter (method chain calls)
36383 src/com/gps/hibernate/TripParametersDAO.java 169 There is log block not surrounded by if
36384 src/com/gps/hibernate/TripParametersDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36385 src/com/gps/hibernate/TripParametersDAO.java 170 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36386 src/com/gps/hibernate/TripParametersDAO.java 171 There is log block not surrounded by if
36387 src/com/gps/hibernate/TripPreference.java 9 Classes implementing Serializable should set a serialVersionUID
36388 src/com/gps/hibernate/TripPreference.java 13 fieldCommentRequirement Required
36389 src/com/gps/hibernate/TripPreference.java 14 fieldCommentRequirement Required
36390 src/com/gps/hibernate/TripPreference.java 15 fieldCommentRequirement Required
36391 src/com/gps/hibernate/TripPreference.java 16 fieldCommentRequirement Required
36392 src/com/gps/hibernate/TripPreference.java 17 fieldCommentRequirement Required
36393 src/com/gps/hibernate/TripPreference.java 18 fieldCommentRequirement Required
36394 src/com/gps/hibernate/TripPreference.java 19 fieldCommentRequirement Required
36395 src/com/gps/hibernate/TripPreference.java 20 fieldCommentRequirement Required
36396 src/com/gps/hibernate/TripPreference.java 21 fieldCommentRequirement Required
36397 src/com/gps/hibernate/TripPreference.java 26 Document empty constructor
36398 src/com/gps/hibernate/TripPreference.java 30 Parameter 'genderPreference' is not assigned and could be declared final
36399 src/com/gps/hibernate/TripPreference.java 30 Parameter 'tripid' is not assigned and could be declared final
36400 src/com/gps/hibernate/TripPreference.java 36 Parameter 'pets' is not assigned and could be declared final
36401 src/com/gps/hibernate/TripPreference.java 36 Parameter 'smoking' is not assigned and could be declared final
36402 src/com/gps/hibernate/TripPreference.java 36 Parameter 'tripid' is not assigned and could be declared final
36403 src/com/gps/hibernate/TripPreference.java 37 Parameter 'music' is not assigned and could be declared final
36404 src/com/gps/hibernate/TripPreference.java 37 Parameter 'returnTimeFlex' is not assigned and could be declared final
36405 src/com/gps/hibernate/TripPreference.java 37 Parameter 'startTimeFlex' is not assigned and could be declared final
36406 src/com/gps/hibernate/TripPreference.java 38 Parameter 'drivingSpeed' is not assigned and could be declared final
36407 src/com/gps/hibernate/TripPreference.java 38 Parameter 'genderPreference' is not assigned and could be declared final
36408 src/com/gps/hibernate/TripPreference.java 51 publicMethodCommentRequirement Required
36409 src/com/gps/hibernate/TripPreference.java 55 Parameter 'tripPreferenceId' is not assigned and could be declared final
36410 src/com/gps/hibernate/TripPreference.java 55 publicMethodCommentRequirement Required
36411 src/com/gps/hibernate/TripPreference.java 59 publicMethodCommentRequirement Required
36412 src/com/gps/hibernate/TripPreference.java 63 Parameter 'tripid' is not assigned and could be declared final
36413 src/com/gps/hibernate/TripPreference.java 63 publicMethodCommentRequirement Required
36414 src/com/gps/hibernate/TripPreference.java 67 publicMethodCommentRequirement Required
36415 src/com/gps/hibernate/TripPreference.java 71 Parameter 'smoking' is not assigned and could be declared final
36416 src/com/gps/hibernate/TripPreference.java 71 publicMethodCommentRequirement Required
36417 src/com/gps/hibernate/TripPreference.java 75 publicMethodCommentRequirement Required
36418 src/com/gps/hibernate/TripPreference.java 79 Parameter 'pets' is not assigned and could be declared final
36419 src/com/gps/hibernate/TripPreference.java 79 publicMethodCommentRequirement Required
36420 src/com/gps/hibernate/TripPreference.java 83 publicMethodCommentRequirement Required
36421 src/com/gps/hibernate/TripPreference.java 87 Parameter 'startTimeFlex' is not assigned and could be declared final
36422 src/com/gps/hibernate/TripPreference.java 87 publicMethodCommentRequirement Required
36423 src/com/gps/hibernate/TripPreference.java 91 publicMethodCommentRequirement Required
36424 src/com/gps/hibernate/TripPreference.java 95 Parameter 'returnTimeFlex' is not assigned and could be declared final
36425 src/com/gps/hibernate/TripPreference.java 95 publicMethodCommentRequirement Required
36426 src/com/gps/hibernate/TripPreference.java 99 publicMethodCommentRequirement Required
36427 src/com/gps/hibernate/TripPreference.java 103 Parameter 'music' is not assigned and could be declared final
36428 src/com/gps/hibernate/TripPreference.java 103 publicMethodCommentRequirement Required
36429 src/com/gps/hibernate/TripPreference.java 107 publicMethodCommentRequirement Required
36430 src/com/gps/hibernate/TripPreference.java 111 Parameter 'genderPreference' is not assigned and could be declared final
36431 src/com/gps/hibernate/TripPreference.java 111 publicMethodCommentRequirement Required
36432 src/com/gps/hibernate/TripPreference.java 115 publicMethodCommentRequirement Required
36433 src/com/gps/hibernate/TripPreference.java 119 Parameter 'drivingSpeed' is not assigned and could be declared final
36434 src/com/gps/hibernate/TripPreference.java 119 publicMethodCommentRequirement Required
36435 src/com/gps/hibernate/TripPreferenceDAO.java 10 Comment is too large: Too many lines
36436 src/com/gps/hibernate/TripPreferenceDAO.java 22 This class has too many methods, consider refactoring it.
36437 src/com/gps/hibernate/TripPreferenceDAO.java 23 Logger should be defined private static final and have the correct class
36438 src/com/gps/hibernate/TripPreferenceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
36439 src/com/gps/hibernate/TripPreferenceDAO.java 23 fieldCommentRequirement Required
36440 src/com/gps/hibernate/TripPreferenceDAO.java 25 fieldCommentRequirement Required
36441 src/com/gps/hibernate/TripPreferenceDAO.java 26 fieldCommentRequirement Required
36442 src/com/gps/hibernate/TripPreferenceDAO.java 27 fieldCommentRequirement Required
36443 src/com/gps/hibernate/TripPreferenceDAO.java 28 fieldCommentRequirement Required
36444 src/com/gps/hibernate/TripPreferenceDAO.java 29 fieldCommentRequirement Required
36445 src/com/gps/hibernate/TripPreferenceDAO.java 30 fieldCommentRequirement Required
36446 src/com/gps/hibernate/TripPreferenceDAO.java 31 fieldCommentRequirement Required
36447 src/com/gps/hibernate/TripPreferenceDAO.java 32 fieldCommentRequirement Required
36448 src/com/gps/hibernate/TripPreferenceDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
36449 src/com/gps/hibernate/TripPreferenceDAO.java 34 publicMethodCommentRequirement Required
36450 src/com/gps/hibernate/TripPreferenceDAO.java 35 There is log block not surrounded by if
36451 src/com/gps/hibernate/TripPreferenceDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36452 src/com/gps/hibernate/TripPreferenceDAO.java 37 Potential violation of Law of Demeter (method chain calls)
36453 src/com/gps/hibernate/TripPreferenceDAO.java 38 There is log block not surrounded by if
36454 src/com/gps/hibernate/TripPreferenceDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36455 src/com/gps/hibernate/TripPreferenceDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36456 src/com/gps/hibernate/TripPreferenceDAO.java 40 There is log block not surrounded by if
36457 src/com/gps/hibernate/TripPreferenceDAO.java 45 Avoid excessively long variable names like persistentInstance
36458 src/com/gps/hibernate/TripPreferenceDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
36459 src/com/gps/hibernate/TripPreferenceDAO.java 45 publicMethodCommentRequirement Required
36460 src/com/gps/hibernate/TripPreferenceDAO.java 46 There is log block not surrounded by if
36461 src/com/gps/hibernate/TripPreferenceDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36462 src/com/gps/hibernate/TripPreferenceDAO.java 48 Potential violation of Law of Demeter (method chain calls)
36463 src/com/gps/hibernate/TripPreferenceDAO.java 49 There is log block not surrounded by if
36464 src/com/gps/hibernate/TripPreferenceDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36465 src/com/gps/hibernate/TripPreferenceDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36466 src/com/gps/hibernate/TripPreferenceDAO.java 51 There is log block not surrounded by if
36467 src/com/gps/hibernate/TripPreferenceDAO.java 56 Avoid variables with short names like id
36468 src/com/gps/hibernate/TripPreferenceDAO.java 56 Parameter 'id' is not assigned and could be declared final
36469 src/com/gps/hibernate/TripPreferenceDAO.java 56 publicMethodCommentRequirement Required
36470 src/com/gps/hibernate/TripPreferenceDAO.java 57 There is log block not surrounded by if
36471 src/com/gps/hibernate/TripPreferenceDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36472 src/com/gps/hibernate/TripPreferenceDAO.java 59 Local variable 'instance' could be declared final
36473 src/com/gps/hibernate/TripPreferenceDAO.java 59 Potential violation of Law of Demeter (method chain calls)
36474 src/com/gps/hibernate/TripPreferenceDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36475 src/com/gps/hibernate/TripPreferenceDAO.java 63 There is log block not surrounded by if
36476 src/com/gps/hibernate/TripPreferenceDAO.java 68 Parameter 'instance' is not assigned and could be declared final
36477 src/com/gps/hibernate/TripPreferenceDAO.java 68 publicMethodCommentRequirement Required
36478 src/com/gps/hibernate/TripPreferenceDAO.java 69 There is log block not surrounded by if
36479 src/com/gps/hibernate/TripPreferenceDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36480 src/com/gps/hibernate/TripPreferenceDAO.java 71 Local variable 'results' could be declared final
36481 src/com/gps/hibernate/TripPreferenceDAO.java 71 Potential violation of Law of Demeter (method chain calls)
36482 src/com/gps/hibernate/TripPreferenceDAO.java 71 Potential violation of Law of Demeter (method chain calls)
36483 src/com/gps/hibernate/TripPreferenceDAO.java 71 Potential violation of Law of Demeter (method chain calls)
36484 src/com/gps/hibernate/TripPreferenceDAO.java 74 There is log block not surrounded by if
36485 src/com/gps/hibernate/TripPreferenceDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36486 src/com/gps/hibernate/TripPreferenceDAO.java 75 Potential violation of Law of Demeter (object not created locally)
36487 src/com/gps/hibernate/TripPreferenceDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36488 src/com/gps/hibernate/TripPreferenceDAO.java 78 There is log block not surrounded by if
36489 src/com/gps/hibernate/TripPreferenceDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
36490 src/com/gps/hibernate/TripPreferenceDAO.java 83 Parameter 'value' is not assigned and could be declared final
36491 src/com/gps/hibernate/TripPreferenceDAO.java 83 publicMethodCommentRequirement Required
36492 src/com/gps/hibernate/TripPreferenceDAO.java 84 There is log block not surrounded by if
36493 src/com/gps/hibernate/TripPreferenceDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36494 src/com/gps/hibernate/TripPreferenceDAO.java 87 Local variable 'queryString' could be declared final
36495 src/com/gps/hibernate/TripPreferenceDAO.java 89 Local variable 'queryObject' could be declared final
36496 src/com/gps/hibernate/TripPreferenceDAO.java 89 Potential violation of Law of Demeter (method chain calls)
36497 src/com/gps/hibernate/TripPreferenceDAO.java 90 Potential violation of Law of Demeter (object not created locally)
36498 src/com/gps/hibernate/TripPreferenceDAO.java 91 Potential violation of Law of Demeter (object not created locally)
36499 src/com/gps/hibernate/TripPreferenceDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36500 src/com/gps/hibernate/TripPreferenceDAO.java 93 There is log block not surrounded by if
36501 src/com/gps/hibernate/TripPreferenceDAO.java 98 Parameter 'tripid' is not assigned and could be declared final
36502 src/com/gps/hibernate/TripPreferenceDAO.java 98 publicMethodCommentRequirement Required
36503 src/com/gps/hibernate/TripPreferenceDAO.java 102 Parameter 'smoking' is not assigned and could be declared final
36504 src/com/gps/hibernate/TripPreferenceDAO.java 102 publicMethodCommentRequirement Required
36505 src/com/gps/hibernate/TripPreferenceDAO.java 106 Parameter 'pets' is not assigned and could be declared final
36506 src/com/gps/hibernate/TripPreferenceDAO.java 106 publicMethodCommentRequirement Required
36507 src/com/gps/hibernate/TripPreferenceDAO.java 110 Parameter 'startTimeFlex' is not assigned and could be declared final
36508 src/com/gps/hibernate/TripPreferenceDAO.java 110 publicMethodCommentRequirement Required
36509 src/com/gps/hibernate/TripPreferenceDAO.java 114 Parameter 'returnTimeFlex' is not assigned and could be declared final
36510 src/com/gps/hibernate/TripPreferenceDAO.java 114 publicMethodCommentRequirement Required
36511 src/com/gps/hibernate/TripPreferenceDAO.java 118 Parameter 'music' is not assigned and could be declared final
36512 src/com/gps/hibernate/TripPreferenceDAO.java 118 publicMethodCommentRequirement Required
36513 src/com/gps/hibernate/TripPreferenceDAO.java 122 Parameter 'genderPreference' is not assigned and could be declared final
36514 src/com/gps/hibernate/TripPreferenceDAO.java 122 publicMethodCommentRequirement Required
36515 src/com/gps/hibernate/TripPreferenceDAO.java 126 Parameter 'drivingSpeed' is not assigned and could be declared final
36516 src/com/gps/hibernate/TripPreferenceDAO.java 126 publicMethodCommentRequirement Required
36517 src/com/gps/hibernate/TripPreferenceDAO.java 130 publicMethodCommentRequirement Required
36518 src/com/gps/hibernate/TripPreferenceDAO.java 131 There is log block not surrounded by if
36519 src/com/gps/hibernate/TripPreferenceDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36520 src/com/gps/hibernate/TripPreferenceDAO.java 133 Local variable 'queryString' could be declared final
36521 src/com/gps/hibernate/TripPreferenceDAO.java 134 Local variable 'queryObject' could be declared final
36522 src/com/gps/hibernate/TripPreferenceDAO.java 134 Potential violation of Law of Demeter (method chain calls)
36523 src/com/gps/hibernate/TripPreferenceDAO.java 135 Potential violation of Law of Demeter (object not created locally)
36524 src/com/gps/hibernate/TripPreferenceDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36525 src/com/gps/hibernate/TripPreferenceDAO.java 137 There is log block not surrounded by if
36526 src/com/gps/hibernate/TripPreferenceDAO.java 142 Parameter 'detachedInstance' is not assigned and could be declared final
36527 src/com/gps/hibernate/TripPreferenceDAO.java 142 publicMethodCommentRequirement Required
36528 src/com/gps/hibernate/TripPreferenceDAO.java 143 There is log block not surrounded by if
36529 src/com/gps/hibernate/TripPreferenceDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36530 src/com/gps/hibernate/TripPreferenceDAO.java 145 Local variable 'result' could be declared final
36531 src/com/gps/hibernate/TripPreferenceDAO.java 145 Potential violation of Law of Demeter (method chain calls)
36532 src/com/gps/hibernate/TripPreferenceDAO.java 147 There is log block not surrounded by if
36533 src/com/gps/hibernate/TripPreferenceDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36534 src/com/gps/hibernate/TripPreferenceDAO.java 149 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36535 src/com/gps/hibernate/TripPreferenceDAO.java 150 There is log block not surrounded by if
36536 src/com/gps/hibernate/TripPreferenceDAO.java 155 Parameter 'instance' is not assigned and could be declared final
36537 src/com/gps/hibernate/TripPreferenceDAO.java 155 publicMethodCommentRequirement Required
36538 src/com/gps/hibernate/TripPreferenceDAO.java 156 There is log block not surrounded by if
36539 src/com/gps/hibernate/TripPreferenceDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36540 src/com/gps/hibernate/TripPreferenceDAO.java 158 Potential violation of Law of Demeter (method chain calls)
36541 src/com/gps/hibernate/TripPreferenceDAO.java 159 There is log block not surrounded by if
36542 src/com/gps/hibernate/TripPreferenceDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36543 src/com/gps/hibernate/TripPreferenceDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36544 src/com/gps/hibernate/TripPreferenceDAO.java 161 There is log block not surrounded by if
36545 src/com/gps/hibernate/TripPreferenceDAO.java 166 Parameter 'instance' is not assigned and could be declared final
36546 src/com/gps/hibernate/TripPreferenceDAO.java 166 publicMethodCommentRequirement Required
36547 src/com/gps/hibernate/TripPreferenceDAO.java 167 There is log block not surrounded by if
36548 src/com/gps/hibernate/TripPreferenceDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36549 src/com/gps/hibernate/TripPreferenceDAO.java 169 Potential violation of Law of Demeter (method chain calls)
36550 src/com/gps/hibernate/TripPreferenceDAO.java 170 There is log block not surrounded by if
36551 src/com/gps/hibernate/TripPreferenceDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36552 src/com/gps/hibernate/TripPreferenceDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36553 src/com/gps/hibernate/TripPreferenceDAO.java 172 There is log block not surrounded by if
36554 src/com/gps/hibernate/TripReference.java 17 fieldCommentRequirement Required
36555 src/com/gps/hibernate/TripReference.java 18 fieldCommentRequirement Required
36556 src/com/gps/hibernate/TripReference.java 19 fieldCommentRequirement Required
36557 src/com/gps/hibernate/TripReference.java 20 fieldCommentRequirement Required
36558 src/com/gps/hibernate/TripReference.java 21 fieldCommentRequirement Required
36559 src/com/gps/hibernate/TripReference.java 22 fieldCommentRequirement Required
36560 src/com/gps/hibernate/TripReference.java 23 fieldCommentRequirement Required
36561 src/com/gps/hibernate/TripReference.java 24 Avoid excessively long variable names like tripRecurrentLocations
36562 src/com/gps/hibernate/TripReference.java 24 fieldCommentRequirement Required
36563 src/com/gps/hibernate/TripReference.java 28 publicMethodCommentRequirement Required
36564 src/com/gps/hibernate/TripReference.java 32 Parameter 'tripPointId' is not assigned and could be declared final
36565 src/com/gps/hibernate/TripReference.java 32 publicMethodCommentRequirement Required
36566 src/com/gps/hibernate/TripReference.java 38 publicMethodCommentRequirement Required
36567 src/com/gps/hibernate/TripReference.java 42 Parameter 'tripDetails' is not assigned and could be declared final
36568 src/com/gps/hibernate/TripReference.java 42 publicMethodCommentRequirement Required
36569 src/com/gps/hibernate/TripReference.java 46 publicMethodCommentRequirement Required
36570 src/com/gps/hibernate/TripReference.java 50 Parameter 'tripPointName' is not assigned and could be declared final
36571 src/com/gps/hibernate/TripReference.java 50 publicMethodCommentRequirement Required
36572 src/com/gps/hibernate/TripReference.java 54 publicMethodCommentRequirement Required
36573 src/com/gps/hibernate/TripReference.java 58 Parameter 'latitude' is not assigned and could be declared final
36574 src/com/gps/hibernate/TripReference.java 58 publicMethodCommentRequirement Required
36575 src/com/gps/hibernate/TripReference.java 62 publicMethodCommentRequirement Required
36576 src/com/gps/hibernate/TripReference.java 66 Parameter 'longitude' is not assigned and could be declared final
36577 src/com/gps/hibernate/TripReference.java 66 publicMethodCommentRequirement Required
36578 src/com/gps/hibernate/TripReference.java 70 publicMethodCommentRequirement Required
36579 src/com/gps/hibernate/TripReference.java 74 Parameter 'tripPointTime' is not assigned and could be declared final
36580 src/com/gps/hibernate/TripReference.java 74 publicMethodCommentRequirement Required
36581 src/com/gps/hibernate/TripReference.java 78 publicMethodCommentRequirement Required
36582 src/com/gps/hibernate/TripReference.java 82 Parameter 'tripSession' is not assigned and could be declared final
36583 src/com/gps/hibernate/TripReference.java 82 publicMethodCommentRequirement Required
36584 src/com/gps/hibernate/TripReference.java 87 publicMethodCommentRequirement Required
36585 src/com/gps/hibernate/TripReference.java 91 Avoid excessively long variable names like tripRecurrentLocations
36586 src/com/gps/hibernate/TripReference.java 91 Parameter 'tripRecurrentLocations' is not assigned and could be declared final
36587 src/com/gps/hibernate/TripReference.java 91 publicMethodCommentRequirement Required
36588 src/com/gps/hibernate/TripReference.java 99 Document empty constructor
36589 src/com/gps/hibernate/TripReference.java 103 Parameter 'tripDetails' is not assigned and could be declared final
36590 src/com/gps/hibernate/TripReference.java 103 Parameter 'tripPointId' is not assigned and could be declared final
36591 src/com/gps/hibernate/TripReference.java 104 Parameter 'latitude' is not assigned and could be declared final
36592 src/com/gps/hibernate/TripReference.java 104 Parameter 'longitude' is not assigned and could be declared final
36593 src/com/gps/hibernate/TripReference.java 104 Parameter 'tripPointName' is not assigned and could be declared final
36594 src/com/gps/hibernate/TripReference.java 105 Avoid excessively long variable names like tripRecurrentLocations
36595 src/com/gps/hibernate/TripReference.java 105 Parameter 'tripPointTime' is not assigned and could be declared final
36596 src/com/gps/hibernate/TripReference.java 105 Parameter 'tripRecurrentLocations' is not assigned and could be declared final
36597 src/com/gps/hibernate/TripReference.java 105 Parameter 'tripSession' is not assigned and could be declared final
36598 src/com/gps/hibernate/TripReferenceDAO.java 12 Comment is too large: Too many lines
36599 src/com/gps/hibernate/TripReferenceDAO.java 25 This class has too many methods, consider refactoring it.
36600 src/com/gps/hibernate/TripReferenceDAO.java 26 Logger should be defined private static final and have the correct class
36601 src/com/gps/hibernate/TripReferenceDAO.java 26 Variables that are final and static should be all capitals, 'log' is not all capitals.
36602 src/com/gps/hibernate/TripReferenceDAO.java 26 fieldCommentRequirement Required
36603 src/com/gps/hibernate/TripReferenceDAO.java 29 fieldCommentRequirement Required
36604 src/com/gps/hibernate/TripReferenceDAO.java 30 fieldCommentRequirement Required
36605 src/com/gps/hibernate/TripReferenceDAO.java 31 fieldCommentRequirement Required
36606 src/com/gps/hibernate/TripReferenceDAO.java 32 fieldCommentRequirement Required
36607 src/com/gps/hibernate/TripReferenceDAO.java 33 fieldCommentRequirement Required
36608 src/com/gps/hibernate/TripReferenceDAO.java 34 fieldCommentRequirement Required
36609 src/com/gps/hibernate/TripReferenceDAO.java 35 Avoid excessively long variable names like TRIP_RECURRENT_LOCATIONS
36610 src/com/gps/hibernate/TripReferenceDAO.java 35 fieldCommentRequirement Required
36611 src/com/gps/hibernate/TripReferenceDAO.java 37 Parameter 'transientInstance' is not assigned and could be declared final
36612 src/com/gps/hibernate/TripReferenceDAO.java 37 publicMethodCommentRequirement Required
36613 src/com/gps/hibernate/TripReferenceDAO.java 38 There is log block not surrounded by if
36614 src/com/gps/hibernate/TripReferenceDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36615 src/com/gps/hibernate/TripReferenceDAO.java 40 Potential violation of Law of Demeter (method chain calls)
36616 src/com/gps/hibernate/TripReferenceDAO.java 41 There is log block not surrounded by if
36617 src/com/gps/hibernate/TripReferenceDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36618 src/com/gps/hibernate/TripReferenceDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36619 src/com/gps/hibernate/TripReferenceDAO.java 43 There is log block not surrounded by if
36620 src/com/gps/hibernate/TripReferenceDAO.java 48 Avoid excessively long variable names like persistentInstance
36621 src/com/gps/hibernate/TripReferenceDAO.java 48 Parameter 'persistentInstance' is not assigned and could be declared final
36622 src/com/gps/hibernate/TripReferenceDAO.java 48 publicMethodCommentRequirement Required
36623 src/com/gps/hibernate/TripReferenceDAO.java 49 There is log block not surrounded by if
36624 src/com/gps/hibernate/TripReferenceDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36625 src/com/gps/hibernate/TripReferenceDAO.java 51 Potential violation of Law of Demeter (method chain calls)
36626 src/com/gps/hibernate/TripReferenceDAO.java 52 There is log block not surrounded by if
36627 src/com/gps/hibernate/TripReferenceDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36628 src/com/gps/hibernate/TripReferenceDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36629 src/com/gps/hibernate/TripReferenceDAO.java 54 There is log block not surrounded by if
36630 src/com/gps/hibernate/TripReferenceDAO.java 59 Avoid variables with short names like id
36631 src/com/gps/hibernate/TripReferenceDAO.java 59 Parameter 'id' is not assigned and could be declared final
36632 src/com/gps/hibernate/TripReferenceDAO.java 59 publicMethodCommentRequirement Required
36633 src/com/gps/hibernate/TripReferenceDAO.java 60 There is log block not surrounded by if
36634 src/com/gps/hibernate/TripReferenceDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36635 src/com/gps/hibernate/TripReferenceDAO.java 62 Local variable 'instance' could be declared final
36636 src/com/gps/hibernate/TripReferenceDAO.java 62 Potential violation of Law of Demeter (method chain calls)
36637 src/com/gps/hibernate/TripReferenceDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36638 src/com/gps/hibernate/TripReferenceDAO.java 66 There is log block not surrounded by if
36639 src/com/gps/hibernate/TripReferenceDAO.java 72 Parameter 'instance' is not assigned and could be declared final
36640 src/com/gps/hibernate/TripReferenceDAO.java 72 publicMethodCommentRequirement Required
36641 src/com/gps/hibernate/TripReferenceDAO.java 73 There is log block not surrounded by if
36642 src/com/gps/hibernate/TripReferenceDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36643 src/com/gps/hibernate/TripReferenceDAO.java 75 Local variable 'results' could be declared final
36644 src/com/gps/hibernate/TripReferenceDAO.java 75 Potential violation of Law of Demeter (method chain calls)
36645 src/com/gps/hibernate/TripReferenceDAO.java 75 Potential violation of Law of Demeter (method chain calls)
36646 src/com/gps/hibernate/TripReferenceDAO.java 75 Potential violation of Law of Demeter (method chain calls)
36647 src/com/gps/hibernate/TripReferenceDAO.java 78 There is log block not surrounded by if
36648 src/com/gps/hibernate/TripReferenceDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36649 src/com/gps/hibernate/TripReferenceDAO.java 79 Potential violation of Law of Demeter (object not created locally)
36650 src/com/gps/hibernate/TripReferenceDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36651 src/com/gps/hibernate/TripReferenceDAO.java 82 There is log block not surrounded by if
36652 src/com/gps/hibernate/TripReferenceDAO.java 88 Parameter 'propertyName' is not assigned and could be declared final
36653 src/com/gps/hibernate/TripReferenceDAO.java 88 Parameter 'value' is not assigned and could be declared final
36654 src/com/gps/hibernate/TripReferenceDAO.java 88 publicMethodCommentRequirement Required
36655 src/com/gps/hibernate/TripReferenceDAO.java 89 There is log block not surrounded by if
36656 src/com/gps/hibernate/TripReferenceDAO.java 89 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36657 src/com/gps/hibernate/TripReferenceDAO.java 92 Local variable 'queryString' could be declared final
36658 src/com/gps/hibernate/TripReferenceDAO.java 94 Local variable 'queryObject' could be declared final
36659 src/com/gps/hibernate/TripReferenceDAO.java 94 Potential violation of Law of Demeter (method chain calls)
36660 src/com/gps/hibernate/TripReferenceDAO.java 95 Potential violation of Law of Demeter (object not created locally)
36661 src/com/gps/hibernate/TripReferenceDAO.java 96 Potential violation of Law of Demeter (object not created locally)
36662 src/com/gps/hibernate/TripReferenceDAO.java 96 There is log block not surrounded by if
36663 src/com/gps/hibernate/TripReferenceDAO.java 96 There is log block not surrounded by if
36664 src/com/gps/hibernate/TripReferenceDAO.java 97 Potential violation of Law of Demeter (object not created locally)
36665 src/com/gps/hibernate/TripReferenceDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36666 src/com/gps/hibernate/TripReferenceDAO.java 99 There is log block not surrounded by if
36667 src/com/gps/hibernate/TripReferenceDAO.java 105 Parameter 'tripPointName' is not assigned and could be declared final
36668 src/com/gps/hibernate/TripReferenceDAO.java 105 publicMethodCommentRequirement Required
36669 src/com/gps/hibernate/TripReferenceDAO.java 109 Parameter 'latitude' is not assigned and could be declared final
36670 src/com/gps/hibernate/TripReferenceDAO.java 109 publicMethodCommentRequirement Required
36671 src/com/gps/hibernate/TripReferenceDAO.java 113 Parameter 'longitude' is not assigned and could be declared final
36672 src/com/gps/hibernate/TripReferenceDAO.java 113 publicMethodCommentRequirement Required
36673 src/com/gps/hibernate/TripReferenceDAO.java 117 Parameter 'tripPointTime' is not assigned and could be declared final
36674 src/com/gps/hibernate/TripReferenceDAO.java 117 publicMethodCommentRequirement Required
36675 src/com/gps/hibernate/TripReferenceDAO.java 121 Parameter 'tripSession' is not assigned and could be declared final
36676 src/com/gps/hibernate/TripReferenceDAO.java 121 publicMethodCommentRequirement Required
36677 src/com/gps/hibernate/TripReferenceDAO.java 125 Avoid excessively long variable names like tripRecurrentLocations
36678 src/com/gps/hibernate/TripReferenceDAO.java 125 Parameter 'tripRecurrentLocations' is not assigned and could be declared final
36679 src/com/gps/hibernate/TripReferenceDAO.java 125 publicMethodCommentRequirement Required
36680 src/com/gps/hibernate/TripReferenceDAO.java 129 Parameter 'first' is not assigned and could be declared final
36681 src/com/gps/hibernate/TripReferenceDAO.java 129 Parameter 'last' is not assigned and could be declared final
36682 src/com/gps/hibernate/TripReferenceDAO.java 129 publicMethodCommentRequirement Required
36683 src/com/gps/hibernate/TripReferenceDAO.java 131 There is log block not surrounded by if
36684 src/com/gps/hibernate/TripReferenceDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36685 src/com/gps/hibernate/TripReferenceDAO.java 134 Local variable 'queryString' could be declared final
36686 src/com/gps/hibernate/TripReferenceDAO.java 135 Local variable 'queryObject' could be declared final
36687 src/com/gps/hibernate/TripReferenceDAO.java 135 Potential violation of Law of Demeter (method chain calls)
36688 src/com/gps/hibernate/TripReferenceDAO.java 136 Potential violation of Law of Demeter (object not created locally)
36689 src/com/gps/hibernate/TripReferenceDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36690 src/com/gps/hibernate/TripReferenceDAO.java 138 There is log block not surrounded by if
36691 src/com/gps/hibernate/TripReferenceDAO.java 144 Parameter 'detachedInstance' is not assigned and could be declared final
36692 src/com/gps/hibernate/TripReferenceDAO.java 144 publicMethodCommentRequirement Required
36693 src/com/gps/hibernate/TripReferenceDAO.java 145 There is log block not surrounded by if
36694 src/com/gps/hibernate/TripReferenceDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36695 src/com/gps/hibernate/TripReferenceDAO.java 147 Local variable 'result' could be declared final
36696 src/com/gps/hibernate/TripReferenceDAO.java 147 Potential violation of Law of Demeter (method chain calls)
36697 src/com/gps/hibernate/TripReferenceDAO.java 149 There is log block not surrounded by if
36698 src/com/gps/hibernate/TripReferenceDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36699 src/com/gps/hibernate/TripReferenceDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36700 src/com/gps/hibernate/TripReferenceDAO.java 152 There is log block not surrounded by if
36701 src/com/gps/hibernate/TripReferenceDAO.java 157 Parameter 'instance' is not assigned and could be declared final
36702 src/com/gps/hibernate/TripReferenceDAO.java 157 publicMethodCommentRequirement Required
36703 src/com/gps/hibernate/TripReferenceDAO.java 158 There is log block not surrounded by if
36704 src/com/gps/hibernate/TripReferenceDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36705 src/com/gps/hibernate/TripReferenceDAO.java 160 Potential violation of Law of Demeter (method chain calls)
36706 src/com/gps/hibernate/TripReferenceDAO.java 161 There is log block not surrounded by if
36707 src/com/gps/hibernate/TripReferenceDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36708 src/com/gps/hibernate/TripReferenceDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36709 src/com/gps/hibernate/TripReferenceDAO.java 163 There is log block not surrounded by if
36710 src/com/gps/hibernate/TripReferenceDAO.java 168 Parameter 'instance' is not assigned and could be declared final
36711 src/com/gps/hibernate/TripReferenceDAO.java 168 publicMethodCommentRequirement Required
36712 src/com/gps/hibernate/TripReferenceDAO.java 169 There is log block not surrounded by if
36713 src/com/gps/hibernate/TripReferenceDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36714 src/com/gps/hibernate/TripReferenceDAO.java 171 Potential violation of Law of Demeter (method chain calls)
36715 src/com/gps/hibernate/TripReferenceDAO.java 172 There is log block not surrounded by if
36716 src/com/gps/hibernate/TripReferenceDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36717 src/com/gps/hibernate/TripReferenceDAO.java 173 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36718 src/com/gps/hibernate/TripReferenceDAO.java 174 There is log block not surrounded by if
36719 src/com/gps/hibernate/TripScraps.java 9 Classes implementing Serializable should set a serialVersionUID
36720 src/com/gps/hibernate/TripScraps.java 13 fieldCommentRequirement Required
36721 src/com/gps/hibernate/TripScraps.java 14 fieldCommentRequirement Required
36722 src/com/gps/hibernate/TripScraps.java 15 fieldCommentRequirement Required
36723 src/com/gps/hibernate/TripScraps.java 16 fieldCommentRequirement Required
36724 src/com/gps/hibernate/TripScraps.java 21 Document empty constructor
36725 src/com/gps/hibernate/TripScraps.java 25 Parameter 'tripDetails' is not assigned and could be declared final
36726 src/com/gps/hibernate/TripScraps.java 25 Parameter 'userid' is not assigned and could be declared final
36727 src/com/gps/hibernate/TripScraps.java 31 Parameter 'messages' is not assigned and could be declared final
36728 src/com/gps/hibernate/TripScraps.java 31 Parameter 'tripDetails' is not assigned and could be declared final
36729 src/com/gps/hibernate/TripScraps.java 31 Parameter 'userid' is not assigned and could be declared final
36730 src/com/gps/hibernate/TripScraps.java 39 publicMethodCommentRequirement Required
36731 src/com/gps/hibernate/TripScraps.java 43 Parameter 'scrapId' is not assigned and could be declared final
36732 src/com/gps/hibernate/TripScraps.java 43 publicMethodCommentRequirement Required
36733 src/com/gps/hibernate/TripScraps.java 47 publicMethodCommentRequirement Required
36734 src/com/gps/hibernate/TripScraps.java 51 Parameter 'tripDetails' is not assigned and could be declared final
36735 src/com/gps/hibernate/TripScraps.java 51 publicMethodCommentRequirement Required
36736 src/com/gps/hibernate/TripScraps.java 55 publicMethodCommentRequirement Required
36737 src/com/gps/hibernate/TripScraps.java 59 Parameter 'userid' is not assigned and could be declared final
36738 src/com/gps/hibernate/TripScraps.java 59 publicMethodCommentRequirement Required
36739 src/com/gps/hibernate/TripScraps.java 63 publicMethodCommentRequirement Required
36740 src/com/gps/hibernate/TripScraps.java 67 Parameter 'messages' is not assigned and could be declared final
36741 src/com/gps/hibernate/TripScraps.java 67 publicMethodCommentRequirement Required
36742 src/com/gps/hibernate/TripScrapsDAO.java 10 Comment is too large: Too many lines
36743 src/com/gps/hibernate/TripScrapsDAO.java 22 This class has too many methods, consider refactoring it.
36744 src/com/gps/hibernate/TripScrapsDAO.java 23 Logger should be defined private static final and have the correct class
36745 src/com/gps/hibernate/TripScrapsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
36746 src/com/gps/hibernate/TripScrapsDAO.java 23 fieldCommentRequirement Required
36747 src/com/gps/hibernate/TripScrapsDAO.java 25 fieldCommentRequirement Required
36748 src/com/gps/hibernate/TripScrapsDAO.java 26 fieldCommentRequirement Required
36749 src/com/gps/hibernate/TripScrapsDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
36750 src/com/gps/hibernate/TripScrapsDAO.java 28 publicMethodCommentRequirement Required
36751 src/com/gps/hibernate/TripScrapsDAO.java 29 There is log block not surrounded by if
36752 src/com/gps/hibernate/TripScrapsDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36753 src/com/gps/hibernate/TripScrapsDAO.java 31 Potential violation of Law of Demeter (method chain calls)
36754 src/com/gps/hibernate/TripScrapsDAO.java 32 There is log block not surrounded by if
36755 src/com/gps/hibernate/TripScrapsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36756 src/com/gps/hibernate/TripScrapsDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36757 src/com/gps/hibernate/TripScrapsDAO.java 34 There is log block not surrounded by if
36758 src/com/gps/hibernate/TripScrapsDAO.java 39 Avoid excessively long variable names like persistentInstance
36759 src/com/gps/hibernate/TripScrapsDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
36760 src/com/gps/hibernate/TripScrapsDAO.java 39 publicMethodCommentRequirement Required
36761 src/com/gps/hibernate/TripScrapsDAO.java 40 There is log block not surrounded by if
36762 src/com/gps/hibernate/TripScrapsDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36763 src/com/gps/hibernate/TripScrapsDAO.java 42 Potential violation of Law of Demeter (method chain calls)
36764 src/com/gps/hibernate/TripScrapsDAO.java 43 There is log block not surrounded by if
36765 src/com/gps/hibernate/TripScrapsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36766 src/com/gps/hibernate/TripScrapsDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36767 src/com/gps/hibernate/TripScrapsDAO.java 45 There is log block not surrounded by if
36768 src/com/gps/hibernate/TripScrapsDAO.java 50 Avoid variables with short names like id
36769 src/com/gps/hibernate/TripScrapsDAO.java 50 Parameter 'id' is not assigned and could be declared final
36770 src/com/gps/hibernate/TripScrapsDAO.java 50 publicMethodCommentRequirement Required
36771 src/com/gps/hibernate/TripScrapsDAO.java 51 There is log block not surrounded by if
36772 src/com/gps/hibernate/TripScrapsDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36773 src/com/gps/hibernate/TripScrapsDAO.java 53 Local variable 'instance' could be declared final
36774 src/com/gps/hibernate/TripScrapsDAO.java 53 Potential violation of Law of Demeter (method chain calls)
36775 src/com/gps/hibernate/TripScrapsDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36776 src/com/gps/hibernate/TripScrapsDAO.java 57 There is log block not surrounded by if
36777 src/com/gps/hibernate/TripScrapsDAO.java 62 Parameter 'instance' is not assigned and could be declared final
36778 src/com/gps/hibernate/TripScrapsDAO.java 62 publicMethodCommentRequirement Required
36779 src/com/gps/hibernate/TripScrapsDAO.java 63 There is log block not surrounded by if
36780 src/com/gps/hibernate/TripScrapsDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36781 src/com/gps/hibernate/TripScrapsDAO.java 65 Local variable 'results' could be declared final
36782 src/com/gps/hibernate/TripScrapsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
36783 src/com/gps/hibernate/TripScrapsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
36784 src/com/gps/hibernate/TripScrapsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
36785 src/com/gps/hibernate/TripScrapsDAO.java 68 There is log block not surrounded by if
36786 src/com/gps/hibernate/TripScrapsDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36787 src/com/gps/hibernate/TripScrapsDAO.java 69 Potential violation of Law of Demeter (object not created locally)
36788 src/com/gps/hibernate/TripScrapsDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36789 src/com/gps/hibernate/TripScrapsDAO.java 72 There is log block not surrounded by if
36790 src/com/gps/hibernate/TripScrapsDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
36791 src/com/gps/hibernate/TripScrapsDAO.java 77 Parameter 'value' is not assigned and could be declared final
36792 src/com/gps/hibernate/TripScrapsDAO.java 77 publicMethodCommentRequirement Required
36793 src/com/gps/hibernate/TripScrapsDAO.java 78 There is log block not surrounded by if
36794 src/com/gps/hibernate/TripScrapsDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36795 src/com/gps/hibernate/TripScrapsDAO.java 81 Local variable 'queryString' could be declared final
36796 src/com/gps/hibernate/TripScrapsDAO.java 83 Local variable 'queryObject' could be declared final
36797 src/com/gps/hibernate/TripScrapsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
36798 src/com/gps/hibernate/TripScrapsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
36799 src/com/gps/hibernate/TripScrapsDAO.java 85 Potential violation of Law of Demeter (object not created locally)
36800 src/com/gps/hibernate/TripScrapsDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36801 src/com/gps/hibernate/TripScrapsDAO.java 87 There is log block not surrounded by if
36802 src/com/gps/hibernate/TripScrapsDAO.java 92 Parameter 'userid' is not assigned and could be declared final
36803 src/com/gps/hibernate/TripScrapsDAO.java 92 publicMethodCommentRequirement Required
36804 src/com/gps/hibernate/TripScrapsDAO.java 96 Parameter 'messages' is not assigned and could be declared final
36805 src/com/gps/hibernate/TripScrapsDAO.java 96 publicMethodCommentRequirement Required
36806 src/com/gps/hibernate/TripScrapsDAO.java 100 publicMethodCommentRequirement Required
36807 src/com/gps/hibernate/TripScrapsDAO.java 101 There is log block not surrounded by if
36808 src/com/gps/hibernate/TripScrapsDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36809 src/com/gps/hibernate/TripScrapsDAO.java 103 Local variable 'queryString' could be declared final
36810 src/com/gps/hibernate/TripScrapsDAO.java 104 Local variable 'queryObject' could be declared final
36811 src/com/gps/hibernate/TripScrapsDAO.java 104 Potential violation of Law of Demeter (method chain calls)
36812 src/com/gps/hibernate/TripScrapsDAO.java 105 Potential violation of Law of Demeter (object not created locally)
36813 src/com/gps/hibernate/TripScrapsDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36814 src/com/gps/hibernate/TripScrapsDAO.java 107 There is log block not surrounded by if
36815 src/com/gps/hibernate/TripScrapsDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
36816 src/com/gps/hibernate/TripScrapsDAO.java 112 publicMethodCommentRequirement Required
36817 src/com/gps/hibernate/TripScrapsDAO.java 113 There is log block not surrounded by if
36818 src/com/gps/hibernate/TripScrapsDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36819 src/com/gps/hibernate/TripScrapsDAO.java 115 Local variable 'result' could be declared final
36820 src/com/gps/hibernate/TripScrapsDAO.java 115 Potential violation of Law of Demeter (method chain calls)
36821 src/com/gps/hibernate/TripScrapsDAO.java 117 There is log block not surrounded by if
36822 src/com/gps/hibernate/TripScrapsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36823 src/com/gps/hibernate/TripScrapsDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36824 src/com/gps/hibernate/TripScrapsDAO.java 120 There is log block not surrounded by if
36825 src/com/gps/hibernate/TripScrapsDAO.java 125 Parameter 'instance' is not assigned and could be declared final
36826 src/com/gps/hibernate/TripScrapsDAO.java 125 publicMethodCommentRequirement Required
36827 src/com/gps/hibernate/TripScrapsDAO.java 126 There is log block not surrounded by if
36828 src/com/gps/hibernate/TripScrapsDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36829 src/com/gps/hibernate/TripScrapsDAO.java 128 Potential violation of Law of Demeter (method chain calls)
36830 src/com/gps/hibernate/TripScrapsDAO.java 129 There is log block not surrounded by if
36831 src/com/gps/hibernate/TripScrapsDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36832 src/com/gps/hibernate/TripScrapsDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36833 src/com/gps/hibernate/TripScrapsDAO.java 131 There is log block not surrounded by if
36834 src/com/gps/hibernate/TripScrapsDAO.java 136 Parameter 'instance' is not assigned and could be declared final
36835 src/com/gps/hibernate/TripScrapsDAO.java 136 publicMethodCommentRequirement Required
36836 src/com/gps/hibernate/TripScrapsDAO.java 137 There is log block not surrounded by if
36837 src/com/gps/hibernate/TripScrapsDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36838 src/com/gps/hibernate/TripScrapsDAO.java 139 Potential violation of Law of Demeter (method chain calls)
36839 src/com/gps/hibernate/TripScrapsDAO.java 140 There is log block not surrounded by if
36840 src/com/gps/hibernate/TripScrapsDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36841 src/com/gps/hibernate/TripScrapsDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36842 src/com/gps/hibernate/TripScrapsDAO.java 142 There is log block not surrounded by if
36843 src/com/gps/hibernate/TripTravelerDetails.java 13 Classes implementing Serializable should set a serialVersionUID
36844 src/com/gps/hibernate/TripTravelerDetails.java 13 Too many fields
36845 src/com/gps/hibernate/TripTravelerDetails.java 17 fieldCommentRequirement Required
36846 src/com/gps/hibernate/TripTravelerDetails.java 18 fieldCommentRequirement Required
36847 src/com/gps/hibernate/TripTravelerDetails.java 19 fieldCommentRequirement Required
36848 src/com/gps/hibernate/TripTravelerDetails.java 20 fieldCommentRequirement Required
36849 src/com/gps/hibernate/TripTravelerDetails.java 21 Avoid excessively long variable names like travellerFrequency
36850 src/com/gps/hibernate/TripTravelerDetails.java 21 fieldCommentRequirement Required
36851 src/com/gps/hibernate/TripTravelerDetails.java 22 fieldCommentRequirement Required
36852 src/com/gps/hibernate/TripTravelerDetails.java 23 fieldCommentRequirement Required
36853 src/com/gps/hibernate/TripTravelerDetails.java 24 Avoid excessively long variable names like startTimeFlexibility
36854 src/com/gps/hibernate/TripTravelerDetails.java 24 fieldCommentRequirement Required
36855 src/com/gps/hibernate/TripTravelerDetails.java 25 fieldCommentRequirement Required
36856 src/com/gps/hibernate/TripTravelerDetails.java 26 fieldCommentRequirement Required
36857 src/com/gps/hibernate/TripTravelerDetails.java 27 fieldCommentRequirement Required
36858 src/com/gps/hibernate/TripTravelerDetails.java 28 Avoid excessively long variable names like coPassengerRelationship
36859 src/com/gps/hibernate/TripTravelerDetails.java 28 fieldCommentRequirement Required
36860 src/com/gps/hibernate/TripTravelerDetails.java 29 fieldCommentRequirement Required
36861 src/com/gps/hibernate/TripTravelerDetails.java 30 fieldCommentRequirement Required
36862 src/com/gps/hibernate/TripTravelerDetails.java 31 fieldCommentRequirement Required
36863 src/com/gps/hibernate/TripTravelerDetails.java 32 Avoid excessively long variable names like frequentTravellerDetailses
36864 src/com/gps/hibernate/TripTravelerDetails.java 32 fieldCommentRequirement Required
36865 src/com/gps/hibernate/TripTravelerDetails.java 37 Document empty constructor
36866 src/com/gps/hibernate/TripTravelerDetails.java 41 Parameter 'tripDetails' is not assigned and could be declared final
36867 src/com/gps/hibernate/TripTravelerDetails.java 41 Parameter 'userid' is not assigned and could be declared final
36868 src/com/gps/hibernate/TripTravelerDetails.java 47 Avoid long parameter lists.
36869 src/com/gps/hibernate/TripTravelerDetails.java 47 Parameter 'seatsRequested' is not assigned and could be declared final
36870 src/com/gps/hibernate/TripTravelerDetails.java 47 Parameter 'tripDetails' is not assigned and could be declared final
36871 src/com/gps/hibernate/TripTravelerDetails.java 48 Avoid excessively long variable names like travellerFrequency
36872 src/com/gps/hibernate/TripTravelerDetails.java 48 Parameter 'travellerFrequency' is not assigned and could be declared final
36873 src/com/gps/hibernate/TripTravelerDetails.java 48 Parameter 'userStatus' is not assigned and could be declared final
36874 src/com/gps/hibernate/TripTravelerDetails.java 48 Parameter 'userid' is not assigned and could be declared final
36875 src/com/gps/hibernate/TripTravelerDetails.java 49 Avoid excessively long variable names like startTimeFlexibility
36876 src/com/gps/hibernate/TripTravelerDetails.java 49 Parameter 'messageSubject' is not assigned and could be declared final
36877 src/com/gps/hibernate/TripTravelerDetails.java 49 Parameter 'startTimeFlexibility' is not assigned and could be declared final
36878 src/com/gps/hibernate/TripTravelerDetails.java 50 Parameter 'date' is not assigned and could be declared final
36879 src/com/gps/hibernate/TripTravelerDetails.java 50 Parameter 'gender' is not assigned and could be declared final
36880 src/com/gps/hibernate/TripTravelerDetails.java 50 Parameter 'message' is not assigned and could be declared final
36881 src/com/gps/hibernate/TripTravelerDetails.java 51 Avoid excessively long variable names like coPassengerRelationship
36882 src/com/gps/hibernate/TripTravelerDetails.java 51 Parameter 'coPassengerRelationship' is not assigned and could be declared final
36883 src/com/gps/hibernate/TripTravelerDetails.java 51 Parameter 'isreturn' is not assigned and could be declared final
36884 src/com/gps/hibernate/TripTravelerDetails.java 51 Parameter 'role' is not assigned and could be declared final
36885 src/com/gps/hibernate/TripTravelerDetails.java 52 Avoid excessively long variable names like frequentTravellerDetailses
36886 src/com/gps/hibernate/TripTravelerDetails.java 52 Parameter 'frequentTravellerDetailses' is not assigned and could be declared final
36887 src/com/gps/hibernate/TripTravelerDetails.java 52 Parameter 'genderCopy' is not assigned and could be declared final
36888 src/com/gps/hibernate/TripTravelerDetails.java 72 publicMethodCommentRequirement Required
36889 src/com/gps/hibernate/TripTravelerDetails.java 76 Parameter 'tripTravellerId' is not assigned and could be declared final
36890 src/com/gps/hibernate/TripTravelerDetails.java 76 publicMethodCommentRequirement Required
36891 src/com/gps/hibernate/TripTravelerDetails.java 80 publicMethodCommentRequirement Required
36892 src/com/gps/hibernate/TripTravelerDetails.java 84 Parameter 'tripDetails' is not assigned and could be declared final
36893 src/com/gps/hibernate/TripTravelerDetails.java 84 publicMethodCommentRequirement Required
36894 src/com/gps/hibernate/TripTravelerDetails.java 88 publicMethodCommentRequirement Required
36895 src/com/gps/hibernate/TripTravelerDetails.java 92 Parameter 'seatsRequested' is not assigned and could be declared final
36896 src/com/gps/hibernate/TripTravelerDetails.java 92 publicMethodCommentRequirement Required
36897 src/com/gps/hibernate/TripTravelerDetails.java 96 publicMethodCommentRequirement Required
36898 src/com/gps/hibernate/TripTravelerDetails.java 100 Parameter 'userid' is not assigned and could be declared final
36899 src/com/gps/hibernate/TripTravelerDetails.java 100 publicMethodCommentRequirement Required
36900 src/com/gps/hibernate/TripTravelerDetails.java 104 publicMethodCommentRequirement Required
36901 src/com/gps/hibernate/TripTravelerDetails.java 108 Avoid excessively long variable names like travellerFrequency
36902 src/com/gps/hibernate/TripTravelerDetails.java 108 Parameter 'travellerFrequency' is not assigned and could be declared final
36903 src/com/gps/hibernate/TripTravelerDetails.java 108 publicMethodCommentRequirement Required
36904 src/com/gps/hibernate/TripTravelerDetails.java 112 publicMethodCommentRequirement Required
36905 src/com/gps/hibernate/TripTravelerDetails.java 116 Parameter 'userStatus' is not assigned and could be declared final
36906 src/com/gps/hibernate/TripTravelerDetails.java 116 publicMethodCommentRequirement Required
36907 src/com/gps/hibernate/TripTravelerDetails.java 120 publicMethodCommentRequirement Required
36908 src/com/gps/hibernate/TripTravelerDetails.java 124 Parameter 'messageSubject' is not assigned and could be declared final
36909 src/com/gps/hibernate/TripTravelerDetails.java 124 publicMethodCommentRequirement Required
36910 src/com/gps/hibernate/TripTravelerDetails.java 128 publicMethodCommentRequirement Required
36911 src/com/gps/hibernate/TripTravelerDetails.java 132 Avoid excessively long variable names like startTimeFlexibility
36912 src/com/gps/hibernate/TripTravelerDetails.java 132 Parameter 'startTimeFlexibility' is not assigned and could be declared final
36913 src/com/gps/hibernate/TripTravelerDetails.java 132 publicMethodCommentRequirement Required
36914 src/com/gps/hibernate/TripTravelerDetails.java 136 publicMethodCommentRequirement Required
36915 src/com/gps/hibernate/TripTravelerDetails.java 140 Parameter 'message' is not assigned and could be declared final
36916 src/com/gps/hibernate/TripTravelerDetails.java 140 publicMethodCommentRequirement Required
36917 src/com/gps/hibernate/TripTravelerDetails.java 144 publicMethodCommentRequirement Required
36918 src/com/gps/hibernate/TripTravelerDetails.java 148 Parameter 'gender' is not assigned and could be declared final
36919 src/com/gps/hibernate/TripTravelerDetails.java 148 publicMethodCommentRequirement Required
36920 src/com/gps/hibernate/TripTravelerDetails.java 152 publicMethodCommentRequirement Required
36921 src/com/gps/hibernate/TripTravelerDetails.java 156 Parameter 'date' is not assigned and could be declared final
36922 src/com/gps/hibernate/TripTravelerDetails.java 156 publicMethodCommentRequirement Required
36923 src/com/gps/hibernate/TripTravelerDetails.java 160 publicMethodCommentRequirement Required
36924 src/com/gps/hibernate/TripTravelerDetails.java 164 Avoid excessively long variable names like coPassengerRelationship
36925 src/com/gps/hibernate/TripTravelerDetails.java 164 Parameter 'coPassengerRelationship' is not assigned and could be declared final
36926 src/com/gps/hibernate/TripTravelerDetails.java 164 publicMethodCommentRequirement Required
36927 src/com/gps/hibernate/TripTravelerDetails.java 168 publicMethodCommentRequirement Required
36928 src/com/gps/hibernate/TripTravelerDetails.java 172 Parameter 'isreturn' is not assigned and could be declared final
36929 src/com/gps/hibernate/TripTravelerDetails.java 172 publicMethodCommentRequirement Required
36930 src/com/gps/hibernate/TripTravelerDetails.java 176 publicMethodCommentRequirement Required
36931 src/com/gps/hibernate/TripTravelerDetails.java 180 Parameter 'role' is not assigned and could be declared final
36932 src/com/gps/hibernate/TripTravelerDetails.java 180 publicMethodCommentRequirement Required
36933 src/com/gps/hibernate/TripTravelerDetails.java 184 publicMethodCommentRequirement Required
36934 src/com/gps/hibernate/TripTravelerDetails.java 188 Parameter 'genderCopy' is not assigned and could be declared final
36935 src/com/gps/hibernate/TripTravelerDetails.java 188 publicMethodCommentRequirement Required
36936 src/com/gps/hibernate/TripTravelerDetails.java 192 publicMethodCommentRequirement Required
36937 src/com/gps/hibernate/TripTravelerDetails.java 196 Avoid excessively long variable names like frequentTravellerDetailses
36938 src/com/gps/hibernate/TripTravelerDetails.java 196 Parameter 'frequentTravellerDetailses' is not assigned and could be declared final
36939 src/com/gps/hibernate/TripTravelerDetails.java 196 publicMethodCommentRequirement Required
36940 src/com/gps/hibernate/TripTravelerDetailsDAO.java 3 Avoid unused imports such as 'java.util.Date'
36941 src/com/gps/hibernate/TripTravelerDetailsDAO.java 5 Avoid unused imports such as 'java.util.Set'
36942 src/com/gps/hibernate/TripTravelerDetailsDAO.java 12 Comment is too large: Too many lines
36943 src/com/gps/hibernate/TripTravelerDetailsDAO.java 24 This class has too many methods, consider refactoring it.
36944 src/com/gps/hibernate/TripTravelerDetailsDAO.java 25 Logger should be defined private static final and have the correct class
36945 src/com/gps/hibernate/TripTravelerDetailsDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
36946 src/com/gps/hibernate/TripTravelerDetailsDAO.java 25 fieldCommentRequirement Required
36947 src/com/gps/hibernate/TripTravelerDetailsDAO.java 28 fieldCommentRequirement Required
36948 src/com/gps/hibernate/TripTravelerDetailsDAO.java 29 fieldCommentRequirement Required
36949 src/com/gps/hibernate/TripTravelerDetailsDAO.java 30 Avoid excessively long variable names like TRAVELLER_FREQUENCY
36950 src/com/gps/hibernate/TripTravelerDetailsDAO.java 30 fieldCommentRequirement Required
36951 src/com/gps/hibernate/TripTravelerDetailsDAO.java 31 fieldCommentRequirement Required
36952 src/com/gps/hibernate/TripTravelerDetailsDAO.java 32 fieldCommentRequirement Required
36953 src/com/gps/hibernate/TripTravelerDetailsDAO.java 33 Avoid excessively long variable names like START_TIME_FLEXIBILITY
36954 src/com/gps/hibernate/TripTravelerDetailsDAO.java 33 fieldCommentRequirement Required
36955 src/com/gps/hibernate/TripTravelerDetailsDAO.java 34 fieldCommentRequirement Required
36956 src/com/gps/hibernate/TripTravelerDetailsDAO.java 35 fieldCommentRequirement Required
36957 src/com/gps/hibernate/TripTravelerDetailsDAO.java 36 Avoid excessively long variable names like CO_PASSENGER_RELATIONSHIP
36958 src/com/gps/hibernate/TripTravelerDetailsDAO.java 36 fieldCommentRequirement Required
36959 src/com/gps/hibernate/TripTravelerDetailsDAO.java 37 fieldCommentRequirement Required
36960 src/com/gps/hibernate/TripTravelerDetailsDAO.java 38 fieldCommentRequirement Required
36961 src/com/gps/hibernate/TripTravelerDetailsDAO.java 39 fieldCommentRequirement Required
36962 src/com/gps/hibernate/TripTravelerDetailsDAO.java 41 Parameter 'transientInstance' is not assigned and could be declared final
36963 src/com/gps/hibernate/TripTravelerDetailsDAO.java 41 publicMethodCommentRequirement Required
36964 src/com/gps/hibernate/TripTravelerDetailsDAO.java 42 There is log block not surrounded by if
36965 src/com/gps/hibernate/TripTravelerDetailsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36966 src/com/gps/hibernate/TripTravelerDetailsDAO.java 44 Potential violation of Law of Demeter (method chain calls)
36967 src/com/gps/hibernate/TripTravelerDetailsDAO.java 45 There is log block not surrounded by if
36968 src/com/gps/hibernate/TripTravelerDetailsDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36969 src/com/gps/hibernate/TripTravelerDetailsDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36970 src/com/gps/hibernate/TripTravelerDetailsDAO.java 47 There is log block not surrounded by if
36971 src/com/gps/hibernate/TripTravelerDetailsDAO.java 52 Avoid excessively long variable names like persistentInstance
36972 src/com/gps/hibernate/TripTravelerDetailsDAO.java 52 Parameter 'persistentInstance' is not assigned and could be declared final
36973 src/com/gps/hibernate/TripTravelerDetailsDAO.java 52 publicMethodCommentRequirement Required
36974 src/com/gps/hibernate/TripTravelerDetailsDAO.java 53 There is log block not surrounded by if
36975 src/com/gps/hibernate/TripTravelerDetailsDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36976 src/com/gps/hibernate/TripTravelerDetailsDAO.java 55 Potential violation of Law of Demeter (method chain calls)
36977 src/com/gps/hibernate/TripTravelerDetailsDAO.java 56 There is log block not surrounded by if
36978 src/com/gps/hibernate/TripTravelerDetailsDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36979 src/com/gps/hibernate/TripTravelerDetailsDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36980 src/com/gps/hibernate/TripTravelerDetailsDAO.java 58 There is log block not surrounded by if
36981 src/com/gps/hibernate/TripTravelerDetailsDAO.java 63 Avoid variables with short names like id
36982 src/com/gps/hibernate/TripTravelerDetailsDAO.java 63 Parameter 'id' is not assigned and could be declared final
36983 src/com/gps/hibernate/TripTravelerDetailsDAO.java 63 publicMethodCommentRequirement Required
36984 src/com/gps/hibernate/TripTravelerDetailsDAO.java 64 There is log block not surrounded by if
36985 src/com/gps/hibernate/TripTravelerDetailsDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36986 src/com/gps/hibernate/TripTravelerDetailsDAO.java 66 Local variable 'instance' could be declared final
36987 src/com/gps/hibernate/TripTravelerDetailsDAO.java 66 Potential violation of Law of Demeter (method chain calls)
36988 src/com/gps/hibernate/TripTravelerDetailsDAO.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36989 src/com/gps/hibernate/TripTravelerDetailsDAO.java 70 There is log block not surrounded by if
36990 src/com/gps/hibernate/TripTravelerDetailsDAO.java 75 Parameter 'instance' is not assigned and could be declared final
36991 src/com/gps/hibernate/TripTravelerDetailsDAO.java 75 publicMethodCommentRequirement Required
36992 src/com/gps/hibernate/TripTravelerDetailsDAO.java 76 There is log block not surrounded by if
36993 src/com/gps/hibernate/TripTravelerDetailsDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36994 src/com/gps/hibernate/TripTravelerDetailsDAO.java 78 Local variable 'results' could be declared final
36995 src/com/gps/hibernate/TripTravelerDetailsDAO.java 78 Potential violation of Law of Demeter (method chain calls)
36996 src/com/gps/hibernate/TripTravelerDetailsDAO.java 78 Potential violation of Law of Demeter (method chain calls)
36997 src/com/gps/hibernate/TripTravelerDetailsDAO.java 78 Potential violation of Law of Demeter (method chain calls)
36998 src/com/gps/hibernate/TripTravelerDetailsDAO.java 81 There is log block not surrounded by if
36999 src/com/gps/hibernate/TripTravelerDetailsDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37000 src/com/gps/hibernate/TripTravelerDetailsDAO.java 82 Potential violation of Law of Demeter (object not created locally)
37001 src/com/gps/hibernate/TripTravelerDetailsDAO.java 84 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37002 src/com/gps/hibernate/TripTravelerDetailsDAO.java 85 There is log block not surrounded by if
37003 src/com/gps/hibernate/TripTravelerDetailsDAO.java 90 Parameter 'propertyName' is not assigned and could be declared final
37004 src/com/gps/hibernate/TripTravelerDetailsDAO.java 90 Parameter 'value' is not assigned and could be declared final
37005 src/com/gps/hibernate/TripTravelerDetailsDAO.java 90 publicMethodCommentRequirement Required
37006 src/com/gps/hibernate/TripTravelerDetailsDAO.java 91 There is log block not surrounded by if
37007 src/com/gps/hibernate/TripTravelerDetailsDAO.java 91 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37008 src/com/gps/hibernate/TripTravelerDetailsDAO.java 94 Local variable 'queryString' could be declared final
37009 src/com/gps/hibernate/TripTravelerDetailsDAO.java 96 Local variable 'queryObject' could be declared final
37010 src/com/gps/hibernate/TripTravelerDetailsDAO.java 96 Potential violation of Law of Demeter (method chain calls)
37011 src/com/gps/hibernate/TripTravelerDetailsDAO.java 97 Potential violation of Law of Demeter (object not created locally)
37012 src/com/gps/hibernate/TripTravelerDetailsDAO.java 98 Potential violation of Law of Demeter (object not created locally)
37013 src/com/gps/hibernate/TripTravelerDetailsDAO.java 99 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37014 src/com/gps/hibernate/TripTravelerDetailsDAO.java 100 There is log block not surrounded by if
37015 src/com/gps/hibernate/TripTravelerDetailsDAO.java 105 Parameter 'seatsRequested' is not assigned and could be declared final
37016 src/com/gps/hibernate/TripTravelerDetailsDAO.java 105 publicMethodCommentRequirement Required
37017 src/com/gps/hibernate/TripTravelerDetailsDAO.java 109 Parameter 'userid' is not assigned and could be declared final
37018 src/com/gps/hibernate/TripTravelerDetailsDAO.java 109 publicMethodCommentRequirement Required
37019 src/com/gps/hibernate/TripTravelerDetailsDAO.java 113 Avoid excessively long variable names like travellerFrequency
37020 src/com/gps/hibernate/TripTravelerDetailsDAO.java 113 Parameter 'travellerFrequency' is not assigned and could be declared final
37021 src/com/gps/hibernate/TripTravelerDetailsDAO.java 113 publicMethodCommentRequirement Required
37022 src/com/gps/hibernate/TripTravelerDetailsDAO.java 117 Parameter 'userStatus' is not assigned and could be declared final
37023 src/com/gps/hibernate/TripTravelerDetailsDAO.java 117 publicMethodCommentRequirement Required
37024 src/com/gps/hibernate/TripTravelerDetailsDAO.java 121 Parameter 'messageSubject' is not assigned and could be declared final
37025 src/com/gps/hibernate/TripTravelerDetailsDAO.java 121 publicMethodCommentRequirement Required
37026 src/com/gps/hibernate/TripTravelerDetailsDAO.java 125 Avoid excessively long variable names like startTimeFlexibility
37027 src/com/gps/hibernate/TripTravelerDetailsDAO.java 125 Parameter 'startTimeFlexibility' is not assigned and could be declared final
37028 src/com/gps/hibernate/TripTravelerDetailsDAO.java 125 publicMethodCommentRequirement Required
37029 src/com/gps/hibernate/TripTravelerDetailsDAO.java 129 Parameter 'message' is not assigned and could be declared final
37030 src/com/gps/hibernate/TripTravelerDetailsDAO.java 129 publicMethodCommentRequirement Required
37031 src/com/gps/hibernate/TripTravelerDetailsDAO.java 133 Parameter 'gender' is not assigned and could be declared final
37032 src/com/gps/hibernate/TripTravelerDetailsDAO.java 133 publicMethodCommentRequirement Required
37033 src/com/gps/hibernate/TripTravelerDetailsDAO.java 137 Avoid excessively long variable names like coPassengerRelationship
37034 src/com/gps/hibernate/TripTravelerDetailsDAO.java 137 Parameter 'coPassengerRelationship' is not assigned and could be declared final
37035 src/com/gps/hibernate/TripTravelerDetailsDAO.java 137 publicMethodCommentRequirement Required
37036 src/com/gps/hibernate/TripTravelerDetailsDAO.java 142 Parameter 'isreturn' is not assigned and could be declared final
37037 src/com/gps/hibernate/TripTravelerDetailsDAO.java 142 publicMethodCommentRequirement Required
37038 src/com/gps/hibernate/TripTravelerDetailsDAO.java 146 Parameter 'role' is not assigned and could be declared final
37039 src/com/gps/hibernate/TripTravelerDetailsDAO.java 146 publicMethodCommentRequirement Required
37040 src/com/gps/hibernate/TripTravelerDetailsDAO.java 150 Parameter 'genderCopy' is not assigned and could be declared final
37041 src/com/gps/hibernate/TripTravelerDetailsDAO.java 150 publicMethodCommentRequirement Required
37042 src/com/gps/hibernate/TripTravelerDetailsDAO.java 154 publicMethodCommentRequirement Required
37043 src/com/gps/hibernate/TripTravelerDetailsDAO.java 155 There is log block not surrounded by if
37044 src/com/gps/hibernate/TripTravelerDetailsDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37045 src/com/gps/hibernate/TripTravelerDetailsDAO.java 157 Local variable 'queryString' could be declared final
37046 src/com/gps/hibernate/TripTravelerDetailsDAO.java 158 Local variable 'queryObject' could be declared final
37047 src/com/gps/hibernate/TripTravelerDetailsDAO.java 158 Potential violation of Law of Demeter (method chain calls)
37048 src/com/gps/hibernate/TripTravelerDetailsDAO.java 159 Potential violation of Law of Demeter (object not created locally)
37049 src/com/gps/hibernate/TripTravelerDetailsDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37050 src/com/gps/hibernate/TripTravelerDetailsDAO.java 161 There is log block not surrounded by if
37051 src/com/gps/hibernate/TripTravelerDetailsDAO.java 166 Parameter 'detachedInstance' is not assigned and could be declared final
37052 src/com/gps/hibernate/TripTravelerDetailsDAO.java 166 publicMethodCommentRequirement Required
37053 src/com/gps/hibernate/TripTravelerDetailsDAO.java 167 There is log block not surrounded by if
37054 src/com/gps/hibernate/TripTravelerDetailsDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37055 src/com/gps/hibernate/TripTravelerDetailsDAO.java 169 Local variable 'result' could be declared final
37056 src/com/gps/hibernate/TripTravelerDetailsDAO.java 169 Potential violation of Law of Demeter (method chain calls)
37057 src/com/gps/hibernate/TripTravelerDetailsDAO.java 171 There is log block not surrounded by if
37058 src/com/gps/hibernate/TripTravelerDetailsDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37059 src/com/gps/hibernate/TripTravelerDetailsDAO.java 173 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37060 src/com/gps/hibernate/TripTravelerDetailsDAO.java 174 There is log block not surrounded by if
37061 src/com/gps/hibernate/TripTravelerDetailsDAO.java 179 Parameter 'instance' is not assigned and could be declared final
37062 src/com/gps/hibernate/TripTravelerDetailsDAO.java 179 publicMethodCommentRequirement Required
37063 src/com/gps/hibernate/TripTravelerDetailsDAO.java 180 There is log block not surrounded by if
37064 src/com/gps/hibernate/TripTravelerDetailsDAO.java 180 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37065 src/com/gps/hibernate/TripTravelerDetailsDAO.java 182 Potential violation of Law of Demeter (method chain calls)
37066 src/com/gps/hibernate/TripTravelerDetailsDAO.java 183 There is log block not surrounded by if
37067 src/com/gps/hibernate/TripTravelerDetailsDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37068 src/com/gps/hibernate/TripTravelerDetailsDAO.java 184 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37069 src/com/gps/hibernate/TripTravelerDetailsDAO.java 185 There is log block not surrounded by if
37070 src/com/gps/hibernate/TripTravelerDetailsDAO.java 190 Parameter 'instance' is not assigned and could be declared final
37071 src/com/gps/hibernate/TripTravelerDetailsDAO.java 190 publicMethodCommentRequirement Required
37072 src/com/gps/hibernate/TripTravelerDetailsDAO.java 191 There is log block not surrounded by if
37073 src/com/gps/hibernate/TripTravelerDetailsDAO.java 191 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37074 src/com/gps/hibernate/TripTravelerDetailsDAO.java 193 Potential violation of Law of Demeter (method chain calls)
37075 src/com/gps/hibernate/TripTravelerDetailsDAO.java 194 There is log block not surrounded by if
37076 src/com/gps/hibernate/TripTravelerDetailsDAO.java 194 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37077 src/com/gps/hibernate/TripTravelerDetailsDAO.java 195 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37078 src/com/gps/hibernate/TripTravelerDetailsDAO.java 196 There is log block not surrounded by if
37079 src/com/gps/hibernate/TripTraversal.java 17 fieldCommentRequirement Required
37080 src/com/gps/hibernate/TripTraversal.java 18 fieldCommentRequirement Required
37081 src/com/gps/hibernate/TripTraversal.java 19 fieldCommentRequirement Required
37082 src/com/gps/hibernate/TripTraversal.java 20 fieldCommentRequirement Required
37083 src/com/gps/hibernate/TripTraversal.java 21 fieldCommentRequirement Required
37084 src/com/gps/hibernate/TripTraversal.java 22 Avoid excessively long variable names like tripPointTraversalTime
37085 src/com/gps/hibernate/TripTraversal.java 22 fieldCommentRequirement Required
37086 src/com/gps/hibernate/TripTraversal.java 28 publicMethodCommentRequirement Required
37087 src/com/gps/hibernate/TripTraversal.java 32 Parameter 'tripTraversalId' is not assigned and could be declared final
37088 src/com/gps/hibernate/TripTraversal.java 32 publicMethodCommentRequirement Required
37089 src/com/gps/hibernate/TripTraversal.java 37 publicMethodCommentRequirement Required
37090 src/com/gps/hibernate/TripTraversal.java 41 Parameter 'tripReference' is not assigned and could be declared final
37091 src/com/gps/hibernate/TripTraversal.java 41 publicMethodCommentRequirement Required
37092 src/com/gps/hibernate/TripTraversal.java 47 publicMethodCommentRequirement Required
37093 src/com/gps/hibernate/TripTraversal.java 51 Parameter 'tripDetails' is not assigned and could be declared final
37094 src/com/gps/hibernate/TripTraversal.java 51 publicMethodCommentRequirement Required
37095 src/com/gps/hibernate/TripTraversal.java 55 publicMethodCommentRequirement Required
37096 src/com/gps/hibernate/TripTraversal.java 59 Parameter 'hasTraversed' is not assigned and could be declared final
37097 src/com/gps/hibernate/TripTraversal.java 59 publicMethodCommentRequirement Required
37098 src/com/gps/hibernate/TripTraversal.java 63 publicMethodCommentRequirement Required
37099 src/com/gps/hibernate/TripTraversal.java 67 Parameter 'isSupportTeamOk' is not assigned and could be declared final
37100 src/com/gps/hibernate/TripTraversal.java 67 publicMethodCommentRequirement Required
37101 src/com/gps/hibernate/TripTraversal.java 73 publicMethodCommentRequirement Required
37102 src/com/gps/hibernate/TripTraversal.java 77 Avoid excessively long variable names like tripPointTraversalTime
37103 src/com/gps/hibernate/TripTraversal.java 77 Parameter 'tripPointTraversalTime' is not assigned and could be declared final
37104 src/com/gps/hibernate/TripTraversal.java 77 publicMethodCommentRequirement Required
37105 src/com/gps/hibernate/TripTraversal.java 84 Document empty constructor
37106 src/com/gps/hibernate/TripTraversal.java 88 Parameter 'tripDetails' is not assigned and could be declared final
37107 src/com/gps/hibernate/TripTraversal.java 88 Parameter 'tripReference' is not assigned and could be declared final
37108 src/com/gps/hibernate/TripTraversal.java 88 Parameter 'tripTraversalId' is not assigned and could be declared final
37109 src/com/gps/hibernate/TripTraversal.java 89 Avoid excessively long variable names like tripPointTraversalTime
37110 src/com/gps/hibernate/TripTraversal.java 89 Parameter 'hasTraversed' is not assigned and could be declared final
37111 src/com/gps/hibernate/TripTraversal.java 89 Parameter 'isSupportTeamOK' is not assigned and could be declared final
37112 src/com/gps/hibernate/TripTraversal.java 89 Parameter 'tripPointTraversalTime' is not assigned and could be declared final
37113 src/com/gps/hibernate/TripTraversalDAO.java 12 Comment is too large: Too many lines
37114 src/com/gps/hibernate/TripTraversalDAO.java 25 This class has too many methods, consider refactoring it.
37115 src/com/gps/hibernate/TripTraversalDAO.java 26 Logger should be defined private static final and have the correct class
37116 src/com/gps/hibernate/TripTraversalDAO.java 26 Variables that are final and static should be all capitals, 'log' is not all capitals.
37117 src/com/gps/hibernate/TripTraversalDAO.java 26 fieldCommentRequirement Required
37118 src/com/gps/hibernate/TripTraversalDAO.java 29 fieldCommentRequirement Required
37119 src/com/gps/hibernate/TripTraversalDAO.java 30 fieldCommentRequirement Required
37120 src/com/gps/hibernate/TripTraversalDAO.java 31 Avoid excessively long variable names like IS_SUPPORT_TEAM_OK
37121 src/com/gps/hibernate/TripTraversalDAO.java 31 fieldCommentRequirement Required
37122 src/com/gps/hibernate/TripTraversalDAO.java 32 Avoid excessively long variable names like TRIP_POINT_TRAVERSAL_TIME
37123 src/com/gps/hibernate/TripTraversalDAO.java 32 fieldCommentRequirement Required
37124 src/com/gps/hibernate/TripTraversalDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
37125 src/com/gps/hibernate/TripTraversalDAO.java 35 publicMethodCommentRequirement Required
37126 src/com/gps/hibernate/TripTraversalDAO.java 36 There is log block not surrounded by if
37127 src/com/gps/hibernate/TripTraversalDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37128 src/com/gps/hibernate/TripTraversalDAO.java 38 Potential violation of Law of Demeter (method chain calls)
37129 src/com/gps/hibernate/TripTraversalDAO.java 39 There is log block not surrounded by if
37130 src/com/gps/hibernate/TripTraversalDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37131 src/com/gps/hibernate/TripTraversalDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37132 src/com/gps/hibernate/TripTraversalDAO.java 41 There is log block not surrounded by if
37133 src/com/gps/hibernate/TripTraversalDAO.java 46 Avoid excessively long variable names like persistentInstance
37134 src/com/gps/hibernate/TripTraversalDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
37135 src/com/gps/hibernate/TripTraversalDAO.java 46 publicMethodCommentRequirement Required
37136 src/com/gps/hibernate/TripTraversalDAO.java 47 There is log block not surrounded by if
37137 src/com/gps/hibernate/TripTraversalDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37138 src/com/gps/hibernate/TripTraversalDAO.java 49 Potential violation of Law of Demeter (method chain calls)
37139 src/com/gps/hibernate/TripTraversalDAO.java 50 There is log block not surrounded by if
37140 src/com/gps/hibernate/TripTraversalDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37141 src/com/gps/hibernate/TripTraversalDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37142 src/com/gps/hibernate/TripTraversalDAO.java 52 There is log block not surrounded by if
37143 src/com/gps/hibernate/TripTraversalDAO.java 57 Avoid variables with short names like id
37144 src/com/gps/hibernate/TripTraversalDAO.java 57 Parameter 'id' is not assigned and could be declared final
37145 src/com/gps/hibernate/TripTraversalDAO.java 57 publicMethodCommentRequirement Required
37146 src/com/gps/hibernate/TripTraversalDAO.java 58 There is log block not surrounded by if
37147 src/com/gps/hibernate/TripTraversalDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37148 src/com/gps/hibernate/TripTraversalDAO.java 60 Local variable 'instance' could be declared final
37149 src/com/gps/hibernate/TripTraversalDAO.java 60 Potential violation of Law of Demeter (method chain calls)
37150 src/com/gps/hibernate/TripTraversalDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37151 src/com/gps/hibernate/TripTraversalDAO.java 64 There is log block not surrounded by if
37152 src/com/gps/hibernate/TripTraversalDAO.java 70 Parameter 'instance' is not assigned and could be declared final
37153 src/com/gps/hibernate/TripTraversalDAO.java 70 publicMethodCommentRequirement Required
37154 src/com/gps/hibernate/TripTraversalDAO.java 71 There is log block not surrounded by if
37155 src/com/gps/hibernate/TripTraversalDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37156 src/com/gps/hibernate/TripTraversalDAO.java 73 Local variable 'results' could be declared final
37157 src/com/gps/hibernate/TripTraversalDAO.java 73 Potential violation of Law of Demeter (method chain calls)
37158 src/com/gps/hibernate/TripTraversalDAO.java 73 Potential violation of Law of Demeter (method chain calls)
37159 src/com/gps/hibernate/TripTraversalDAO.java 73 Potential violation of Law of Demeter (method chain calls)
37160 src/com/gps/hibernate/TripTraversalDAO.java 76 There is log block not surrounded by if
37161 src/com/gps/hibernate/TripTraversalDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37162 src/com/gps/hibernate/TripTraversalDAO.java 77 Potential violation of Law of Demeter (object not created locally)
37163 src/com/gps/hibernate/TripTraversalDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37164 src/com/gps/hibernate/TripTraversalDAO.java 80 There is log block not surrounded by if
37165 src/com/gps/hibernate/TripTraversalDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
37166 src/com/gps/hibernate/TripTraversalDAO.java 85 Parameter 'value' is not assigned and could be declared final
37167 src/com/gps/hibernate/TripTraversalDAO.java 85 publicMethodCommentRequirement Required
37168 src/com/gps/hibernate/TripTraversalDAO.java 86 There is log block not surrounded by if
37169 src/com/gps/hibernate/TripTraversalDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37170 src/com/gps/hibernate/TripTraversalDAO.java 89 Local variable 'queryString' could be declared final
37171 src/com/gps/hibernate/TripTraversalDAO.java 91 Local variable 'queryObject' could be declared final
37172 src/com/gps/hibernate/TripTraversalDAO.java 91 Potential violation of Law of Demeter (method chain calls)
37173 src/com/gps/hibernate/TripTraversalDAO.java 92 Potential violation of Law of Demeter (object not created locally)
37174 src/com/gps/hibernate/TripTraversalDAO.java 93 Potential violation of Law of Demeter (object not created locally)
37175 src/com/gps/hibernate/TripTraversalDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37176 src/com/gps/hibernate/TripTraversalDAO.java 95 There is log block not surrounded by if
37177 src/com/gps/hibernate/TripTraversalDAO.java 100 Parameter 'hasTraversed' is not assigned and could be declared final
37178 src/com/gps/hibernate/TripTraversalDAO.java 100 publicMethodCommentRequirement Required
37179 src/com/gps/hibernate/TripTraversalDAO.java 104 Parameter 'isSupportTeamOk' is not assigned and could be declared final
37180 src/com/gps/hibernate/TripTraversalDAO.java 104 publicMethodCommentRequirement Required
37181 src/com/gps/hibernate/TripTraversalDAO.java 108 Avoid excessively long variable names like tripPointTraversalTime
37182 src/com/gps/hibernate/TripTraversalDAO.java 108 Parameter 'tripPointTraversalTime' is not assigned and could be declared final
37183 src/com/gps/hibernate/TripTraversalDAO.java 108 publicMethodCommentRequirement Required
37184 src/com/gps/hibernate/TripTraversalDAO.java 112 Parameter 'first' is not assigned and could be declared final
37185 src/com/gps/hibernate/TripTraversalDAO.java 112 Parameter 'last' is not assigned and could be declared final
37186 src/com/gps/hibernate/TripTraversalDAO.java 112 publicMethodCommentRequirement Required
37187 src/com/gps/hibernate/TripTraversalDAO.java 114 There is log block not surrounded by if
37188 src/com/gps/hibernate/TripTraversalDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37189 src/com/gps/hibernate/TripTraversalDAO.java 117 Local variable 'queryString' could be declared final
37190 src/com/gps/hibernate/TripTraversalDAO.java 118 Local variable 'queryObject' could be declared final
37191 src/com/gps/hibernate/TripTraversalDAO.java 118 Potential violation of Law of Demeter (method chain calls)
37192 src/com/gps/hibernate/TripTraversalDAO.java 121 Potential violation of Law of Demeter (object not created locally)
37193 src/com/gps/hibernate/TripTraversalDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37194 src/com/gps/hibernate/TripTraversalDAO.java 123 There is log block not surrounded by if
37195 src/com/gps/hibernate/TripTraversalDAO.java 129 Parameter 'detachedInstance' is not assigned and could be declared final
37196 src/com/gps/hibernate/TripTraversalDAO.java 129 publicMethodCommentRequirement Required
37197 src/com/gps/hibernate/TripTraversalDAO.java 130 There is log block not surrounded by if
37198 src/com/gps/hibernate/TripTraversalDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37199 src/com/gps/hibernate/TripTraversalDAO.java 132 Local variable 'result' could be declared final
37200 src/com/gps/hibernate/TripTraversalDAO.java 132 Potential violation of Law of Demeter (method chain calls)
37201 src/com/gps/hibernate/TripTraversalDAO.java 134 There is log block not surrounded by if
37202 src/com/gps/hibernate/TripTraversalDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37203 src/com/gps/hibernate/TripTraversalDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37204 src/com/gps/hibernate/TripTraversalDAO.java 137 There is log block not surrounded by if
37205 src/com/gps/hibernate/TripTraversalDAO.java 142 Parameter 'instance' is not assigned and could be declared final
37206 src/com/gps/hibernate/TripTraversalDAO.java 142 publicMethodCommentRequirement Required
37207 src/com/gps/hibernate/TripTraversalDAO.java 143 There is log block not surrounded by if
37208 src/com/gps/hibernate/TripTraversalDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37209 src/com/gps/hibernate/TripTraversalDAO.java 145 Potential violation of Law of Demeter (method chain calls)
37210 src/com/gps/hibernate/TripTraversalDAO.java 146 There is log block not surrounded by if
37211 src/com/gps/hibernate/TripTraversalDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37212 src/com/gps/hibernate/TripTraversalDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37213 src/com/gps/hibernate/TripTraversalDAO.java 148 There is log block not surrounded by if
37214 src/com/gps/hibernate/TripTraversalDAO.java 153 Parameter 'instance' is not assigned and could be declared final
37215 src/com/gps/hibernate/TripTraversalDAO.java 153 publicMethodCommentRequirement Required
37216 src/com/gps/hibernate/TripTraversalDAO.java 154 There is log block not surrounded by if
37217 src/com/gps/hibernate/TripTraversalDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37218 src/com/gps/hibernate/TripTraversalDAO.java 156 Potential violation of Law of Demeter (method chain calls)
37219 src/com/gps/hibernate/TripTraversalDAO.java 157 There is log block not surrounded by if
37220 src/com/gps/hibernate/TripTraversalDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37221 src/com/gps/hibernate/TripTraversalDAO.java 158 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37222 src/com/gps/hibernate/TripTraversalDAO.java 159 There is log block not surrounded by if
37223 src/com/gps/hibernate/TripVehicleMap.java 9 Classes implementing Serializable should set a serialVersionUID
37224 src/com/gps/hibernate/TripVehicleMap.java 13 Avoid variables with short names like id
37225 src/com/gps/hibernate/TripVehicleMap.java 13 fieldCommentRequirement Required
37226 src/com/gps/hibernate/TripVehicleMap.java 14 fieldCommentRequirement Required
37227 src/com/gps/hibernate/TripVehicleMap.java 15 fieldCommentRequirement Required
37228 src/com/gps/hibernate/TripVehicleMap.java 20 Document empty constructor
37229 src/com/gps/hibernate/TripVehicleMap.java 24 Parameter 'tripDetails' is not assigned and could be declared final
37230 src/com/gps/hibernate/TripVehicleMap.java 24 Parameter 'vehicleDetails' is not assigned and could be declared final
37231 src/com/gps/hibernate/TripVehicleMap.java 31 publicMethodCommentRequirement Required
37232 src/com/gps/hibernate/TripVehicleMap.java 35 Avoid variables with short names like id
37233 src/com/gps/hibernate/TripVehicleMap.java 35 Parameter 'id' is not assigned and could be declared final
37234 src/com/gps/hibernate/TripVehicleMap.java 35 publicMethodCommentRequirement Required
37235 src/com/gps/hibernate/TripVehicleMap.java 39 publicMethodCommentRequirement Required
37236 src/com/gps/hibernate/TripVehicleMap.java 43 Parameter 'vehicleDetails' is not assigned and could be declared final
37237 src/com/gps/hibernate/TripVehicleMap.java 43 publicMethodCommentRequirement Required
37238 src/com/gps/hibernate/TripVehicleMap.java 47 publicMethodCommentRequirement Required
37239 src/com/gps/hibernate/TripVehicleMap.java 51 Parameter 'tripDetails' is not assigned and could be declared final
37240 src/com/gps/hibernate/TripVehicleMap.java 51 publicMethodCommentRequirement Required
37241 src/com/gps/hibernate/TripVehicleMapDAO.java 10 Comment is too large: Too many lines
37242 src/com/gps/hibernate/TripVehicleMapDAO.java 23 Logger should be defined private static final and have the correct class
37243 src/com/gps/hibernate/TripVehicleMapDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
37244 src/com/gps/hibernate/TripVehicleMapDAO.java 23 fieldCommentRequirement Required
37245 src/com/gps/hibernate/TripVehicleMapDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
37246 src/com/gps/hibernate/TripVehicleMapDAO.java 27 publicMethodCommentRequirement Required
37247 src/com/gps/hibernate/TripVehicleMapDAO.java 28 There is log block not surrounded by if
37248 src/com/gps/hibernate/TripVehicleMapDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37249 src/com/gps/hibernate/TripVehicleMapDAO.java 30 Potential violation of Law of Demeter (method chain calls)
37250 src/com/gps/hibernate/TripVehicleMapDAO.java 31 There is log block not surrounded by if
37251 src/com/gps/hibernate/TripVehicleMapDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37252 src/com/gps/hibernate/TripVehicleMapDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37253 src/com/gps/hibernate/TripVehicleMapDAO.java 33 There is log block not surrounded by if
37254 src/com/gps/hibernate/TripVehicleMapDAO.java 38 Avoid excessively long variable names like persistentInstance
37255 src/com/gps/hibernate/TripVehicleMapDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
37256 src/com/gps/hibernate/TripVehicleMapDAO.java 38 publicMethodCommentRequirement Required
37257 src/com/gps/hibernate/TripVehicleMapDAO.java 39 There is log block not surrounded by if
37258 src/com/gps/hibernate/TripVehicleMapDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37259 src/com/gps/hibernate/TripVehicleMapDAO.java 41 Potential violation of Law of Demeter (method chain calls)
37260 src/com/gps/hibernate/TripVehicleMapDAO.java 42 There is log block not surrounded by if
37261 src/com/gps/hibernate/TripVehicleMapDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37262 src/com/gps/hibernate/TripVehicleMapDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37263 src/com/gps/hibernate/TripVehicleMapDAO.java 44 There is log block not surrounded by if
37264 src/com/gps/hibernate/TripVehicleMapDAO.java 49 Avoid variables with short names like id
37265 src/com/gps/hibernate/TripVehicleMapDAO.java 49 Parameter 'id' is not assigned and could be declared final
37266 src/com/gps/hibernate/TripVehicleMapDAO.java 49 publicMethodCommentRequirement Required
37267 src/com/gps/hibernate/TripVehicleMapDAO.java 50 There is log block not surrounded by if
37268 src/com/gps/hibernate/TripVehicleMapDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37269 src/com/gps/hibernate/TripVehicleMapDAO.java 52 Local variable 'instance' could be declared final
37270 src/com/gps/hibernate/TripVehicleMapDAO.java 52 Potential violation of Law of Demeter (method chain calls)
37271 src/com/gps/hibernate/TripVehicleMapDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37272 src/com/gps/hibernate/TripVehicleMapDAO.java 56 There is log block not surrounded by if
37273 src/com/gps/hibernate/TripVehicleMapDAO.java 61 Parameter 'instance' is not assigned and could be declared final
37274 src/com/gps/hibernate/TripVehicleMapDAO.java 61 publicMethodCommentRequirement Required
37275 src/com/gps/hibernate/TripVehicleMapDAO.java 62 There is log block not surrounded by if
37276 src/com/gps/hibernate/TripVehicleMapDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37277 src/com/gps/hibernate/TripVehicleMapDAO.java 64 Local variable 'results' could be declared final
37278 src/com/gps/hibernate/TripVehicleMapDAO.java 64 Potential violation of Law of Demeter (method chain calls)
37279 src/com/gps/hibernate/TripVehicleMapDAO.java 64 Potential violation of Law of Demeter (method chain calls)
37280 src/com/gps/hibernate/TripVehicleMapDAO.java 64 Potential violation of Law of Demeter (method chain calls)
37281 src/com/gps/hibernate/TripVehicleMapDAO.java 67 There is log block not surrounded by if
37282 src/com/gps/hibernate/TripVehicleMapDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37283 src/com/gps/hibernate/TripVehicleMapDAO.java 68 Potential violation of Law of Demeter (object not created locally)
37284 src/com/gps/hibernate/TripVehicleMapDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37285 src/com/gps/hibernate/TripVehicleMapDAO.java 71 There is log block not surrounded by if
37286 src/com/gps/hibernate/TripVehicleMapDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
37287 src/com/gps/hibernate/TripVehicleMapDAO.java 76 Parameter 'value' is not assigned and could be declared final
37288 src/com/gps/hibernate/TripVehicleMapDAO.java 76 publicMethodCommentRequirement Required
37289 src/com/gps/hibernate/TripVehicleMapDAO.java 77 There is log block not surrounded by if
37290 src/com/gps/hibernate/TripVehicleMapDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37291 src/com/gps/hibernate/TripVehicleMapDAO.java 80 Local variable 'queryString' could be declared final
37292 src/com/gps/hibernate/TripVehicleMapDAO.java 82 Local variable 'queryObject' could be declared final
37293 src/com/gps/hibernate/TripVehicleMapDAO.java 82 Potential violation of Law of Demeter (method chain calls)
37294 src/com/gps/hibernate/TripVehicleMapDAO.java 83 Potential violation of Law of Demeter (object not created locally)
37295 src/com/gps/hibernate/TripVehicleMapDAO.java 84 Potential violation of Law of Demeter (object not created locally)
37296 src/com/gps/hibernate/TripVehicleMapDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37297 src/com/gps/hibernate/TripVehicleMapDAO.java 86 There is log block not surrounded by if
37298 src/com/gps/hibernate/TripVehicleMapDAO.java 91 publicMethodCommentRequirement Required
37299 src/com/gps/hibernate/TripVehicleMapDAO.java 92 There is log block not surrounded by if
37300 src/com/gps/hibernate/TripVehicleMapDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37301 src/com/gps/hibernate/TripVehicleMapDAO.java 94 Local variable 'queryString' could be declared final
37302 src/com/gps/hibernate/TripVehicleMapDAO.java 95 Local variable 'queryObject' could be declared final
37303 src/com/gps/hibernate/TripVehicleMapDAO.java 95 Potential violation of Law of Demeter (method chain calls)
37304 src/com/gps/hibernate/TripVehicleMapDAO.java 96 Potential violation of Law of Demeter (object not created locally)
37305 src/com/gps/hibernate/TripVehicleMapDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37306 src/com/gps/hibernate/TripVehicleMapDAO.java 98 There is log block not surrounded by if
37307 src/com/gps/hibernate/TripVehicleMapDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
37308 src/com/gps/hibernate/TripVehicleMapDAO.java 103 publicMethodCommentRequirement Required
37309 src/com/gps/hibernate/TripVehicleMapDAO.java 104 There is log block not surrounded by if
37310 src/com/gps/hibernate/TripVehicleMapDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37311 src/com/gps/hibernate/TripVehicleMapDAO.java 106 Local variable 'result' could be declared final
37312 src/com/gps/hibernate/TripVehicleMapDAO.java 106 Potential violation of Law of Demeter (method chain calls)
37313 src/com/gps/hibernate/TripVehicleMapDAO.java 108 There is log block not surrounded by if
37314 src/com/gps/hibernate/TripVehicleMapDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37315 src/com/gps/hibernate/TripVehicleMapDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37316 src/com/gps/hibernate/TripVehicleMapDAO.java 111 There is log block not surrounded by if
37317 src/com/gps/hibernate/TripVehicleMapDAO.java 116 Parameter 'instance' is not assigned and could be declared final
37318 src/com/gps/hibernate/TripVehicleMapDAO.java 116 publicMethodCommentRequirement Required
37319 src/com/gps/hibernate/TripVehicleMapDAO.java 117 There is log block not surrounded by if
37320 src/com/gps/hibernate/TripVehicleMapDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37321 src/com/gps/hibernate/TripVehicleMapDAO.java 119 Potential violation of Law of Demeter (method chain calls)
37322 src/com/gps/hibernate/TripVehicleMapDAO.java 120 There is log block not surrounded by if
37323 src/com/gps/hibernate/TripVehicleMapDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37324 src/com/gps/hibernate/TripVehicleMapDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37325 src/com/gps/hibernate/TripVehicleMapDAO.java 122 There is log block not surrounded by if
37326 src/com/gps/hibernate/TripVehicleMapDAO.java 127 Parameter 'instance' is not assigned and could be declared final
37327 src/com/gps/hibernate/TripVehicleMapDAO.java 127 publicMethodCommentRequirement Required
37328 src/com/gps/hibernate/TripVehicleMapDAO.java 128 There is log block not surrounded by if
37329 src/com/gps/hibernate/TripVehicleMapDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37330 src/com/gps/hibernate/TripVehicleMapDAO.java 130 Potential violation of Law of Demeter (method chain calls)
37331 src/com/gps/hibernate/TripVehicleMapDAO.java 131 There is log block not surrounded by if
37332 src/com/gps/hibernate/TripVehicleMapDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37333 src/com/gps/hibernate/TripVehicleMapDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37334 src/com/gps/hibernate/TripVehicleMapDAO.java 133 There is log block not surrounded by if
37335 src/com/gps/hibernate/User.java 1 This class has a bunch of public methods and attributes
37336 src/com/gps/hibernate/User.java 13 A Classname should have a minimum of five characters
37337 src/com/gps/hibernate/User.java 13 Classes implementing Serializable should set a serialVersionUID
37338 src/com/gps/hibernate/User.java 13 Too many fields
37339 src/com/gps/hibernate/User.java 17 fieldCommentRequirement Required
37340 src/com/gps/hibernate/User.java 18 fieldCommentRequirement Required
37341 src/com/gps/hibernate/User.java 19 fieldCommentRequirement Required
37342 src/com/gps/hibernate/User.java 20 fieldCommentRequirement Required
37343 src/com/gps/hibernate/User.java 21 fieldCommentRequirement Required
37344 src/com/gps/hibernate/User.java 22 fieldCommentRequirement Required
37345 src/com/gps/hibernate/User.java 23 fieldCommentRequirement Required
37346 src/com/gps/hibernate/User.java 24 fieldCommentRequirement Required
37347 src/com/gps/hibernate/User.java 25 fieldCommentRequirement Required
37348 src/com/gps/hibernate/User.java 26 fieldCommentRequirement Required
37349 src/com/gps/hibernate/User.java 27 Avoid excessively long variable names like passwordModifiedDate
37350 src/com/gps/hibernate/User.java 27 fieldCommentRequirement Required
37351 src/com/gps/hibernate/User.java 28 Avoid excessively long variable names like reminderQueryQuestion
37352 src/com/gps/hibernate/User.java 28 fieldCommentRequirement Required
37353 src/com/gps/hibernate/User.java 29 Avoid excessively long variable names like reminderQueryAnswer
37354 src/com/gps/hibernate/User.java 29 fieldCommentRequirement Required
37355 src/com/gps/hibernate/User.java 30 fieldCommentRequirement Required
37356 src/com/gps/hibernate/User.java 31 fieldCommentRequirement Required
37357 src/com/gps/hibernate/User.java 32 fieldCommentRequirement Required
37358 src/com/gps/hibernate/User.java 33 fieldCommentRequirement Required
37359 src/com/gps/hibernate/User.java 34 fieldCommentRequirement Required
37360 src/com/gps/hibernate/User.java 35 fieldCommentRequirement Required
37361 src/com/gps/hibernate/User.java 36 fieldCommentRequirement Required
37362 src/com/gps/hibernate/User.java 37 fieldCommentRequirement Required
37363 src/com/gps/hibernate/User.java 38 fieldCommentRequirement Required
37364 src/com/gps/hibernate/User.java 39 fieldCommentRequirement Required
37365 src/com/gps/hibernate/User.java 40 fieldCommentRequirement Required
37366 src/com/gps/hibernate/User.java 41 fieldCommentRequirement Required
37367 src/com/gps/hibernate/User.java 42 fieldCommentRequirement Required
37368 src/com/gps/hibernate/User.java 43 fieldCommentRequirement Required
37369 src/com/gps/hibernate/User.java 44 fieldCommentRequirement Required
37370 src/com/gps/hibernate/User.java 45 fieldCommentRequirement Required
37371 src/com/gps/hibernate/User.java 46 fieldCommentRequirement Required
37372 src/com/gps/hibernate/User.java 47 Avoid excessively long variable names like lastFailedLoginDate
37373 src/com/gps/hibernate/User.java 47 fieldCommentRequirement Required
37374 src/com/gps/hibernate/User.java 48 Avoid excessively long variable names like failedLoginAttempts
37375 src/com/gps/hibernate/User.java 48 fieldCommentRequirement Required
37376 src/com/gps/hibernate/User.java 49 fieldCommentRequirement Required
37377 src/com/gps/hibernate/User.java 50 fieldCommentRequirement Required
37378 src/com/gps/hibernate/User.java 51 Avoid excessively long variable names like agreedToTermsOfUse
37379 src/com/gps/hibernate/User.java 51 fieldCommentRequirement Required
37380 src/com/gps/hibernate/User.java 52 fieldCommentRequirement Required
37381 src/com/gps/hibernate/User.java 53 fieldCommentRequirement Required
37382 src/com/gps/hibernate/User.java 54 fieldCommentRequirement Required
37383 src/com/gps/hibernate/User.java 55 fieldCommentRequirement Required
37384 src/com/gps/hibernate/User.java 56 fieldCommentRequirement Required
37385 src/com/gps/hibernate/User.java 57 fieldCommentRequirement Required
37386 src/com/gps/hibernate/User.java 58 Avoid excessively long variable names like userPanelSettingses
37387 src/com/gps/hibernate/User.java 58 fieldCommentRequirement Required
37388 src/com/gps/hibernate/User.java 59 Avoid excessively long variable names like vehiclePanelSettingses
37389 src/com/gps/hibernate/User.java 59 fieldCommentRequirement Required
37390 src/com/gps/hibernate/User.java 64 Document empty constructor
37391 src/com/gps/hibernate/User.java 68 Parameter 'userId' is not assigned and could be declared final
37392 src/com/gps/hibernate/User.java 73 Avoid long parameter lists.
37393 src/com/gps/hibernate/User.java 73 Parameter 'companyId' is not assigned and could be declared final
37394 src/com/gps/hibernate/User.java 73 Parameter 'createDate' is not assigned and could be declared final
37395 src/com/gps/hibernate/User.java 73 Parameter 'userId' is not assigned and could be declared final
37396 src/com/gps/hibernate/User.java 73 Parameter 'uuid' is not assigned and could be declared final
37397 src/com/gps/hibernate/User.java 74 Parameter 'contactId' is not assigned and could be declared final
37398 src/com/gps/hibernate/User.java 74 Parameter 'defaultUser' is not assigned and could be declared final
37399 src/com/gps/hibernate/User.java 74 Parameter 'modifiedDate' is not assigned and could be declared final
37400 src/com/gps/hibernate/User.java 75 Parameter 'password' is not assigned and could be declared final
37401 src/com/gps/hibernate/User.java 75 Parameter 'passwordEncrypted' is not assigned and could be declared final
37402 src/com/gps/hibernate/User.java 75 Parameter 'passwordReset' is not assigned and could be declared final
37403 src/com/gps/hibernate/User.java 76 Avoid excessively long variable names like passwordModifiedDate
37404 src/com/gps/hibernate/User.java 76 Avoid excessively long variable names like reminderQueryQuestion
37405 src/com/gps/hibernate/User.java 76 Parameter 'passwordModifiedDate' is not assigned and could be declared final
37406 src/com/gps/hibernate/User.java 76 Parameter 'reminderQueryQuestion' is not assigned and could be declared final
37407 src/com/gps/hibernate/User.java 77 Avoid excessively long variable names like reminderQueryAnswer
37408 src/com/gps/hibernate/User.java 77 Parameter 'graceLoginCount' is not assigned and could be declared final
37409 src/com/gps/hibernate/User.java 77 Parameter 'reminderQueryAnswer' is not assigned and could be declared final
37410 src/com/gps/hibernate/User.java 78 Parameter 'emailAddress' is not assigned and could be declared final
37411 src/com/gps/hibernate/User.java 78 Parameter 'openId' is not assigned and could be declared final
37412 src/com/gps/hibernate/User.java 78 Parameter 'screenName' is not assigned and could be declared final
37413 src/com/gps/hibernate/User.java 79 Parameter 'languageId' is not assigned and could be declared final
37414 src/com/gps/hibernate/User.java 79 Parameter 'portraitId' is not assigned and could be declared final
37415 src/com/gps/hibernate/User.java 79 Parameter 'timeZoneId' is not assigned and could be declared final
37416 src/com/gps/hibernate/User.java 80 Parameter 'comments' is not assigned and could be declared final
37417 src/com/gps/hibernate/User.java 80 Parameter 'firstName' is not assigned and could be declared final
37418 src/com/gps/hibernate/User.java 80 Parameter 'greeting' is not assigned and could be declared final
37419 src/com/gps/hibernate/User.java 81 Parameter 'jobTitle' is not assigned and could be declared final
37420 src/com/gps/hibernate/User.java 81 Parameter 'lastName' is not assigned and could be declared final
37421 src/com/gps/hibernate/User.java 81 Parameter 'middleName' is not assigned and could be declared final
37422 src/com/gps/hibernate/User.java 82 Parameter 'lastLoginDate' is not assigned and could be declared final
37423 src/com/gps/hibernate/User.java 82 Parameter 'loginDate' is not assigned and could be declared final
37424 src/com/gps/hibernate/User.java 82 Parameter 'loginIp' is not assigned and could be declared final
37425 src/com/gps/hibernate/User.java 83 Avoid excessively long variable names like lastFailedLoginDate
37426 src/com/gps/hibernate/User.java 83 Parameter 'lastFailedLoginDate' is not assigned and could be declared final
37427 src/com/gps/hibernate/User.java 83 Parameter 'lastLoginIp' is not assigned and could be declared final
37428 src/com/gps/hibernate/User.java 84 Avoid excessively long variable names like failedLoginAttempts
37429 src/com/gps/hibernate/User.java 84 Parameter 'failedLoginAttempts' is not assigned and could be declared final
37430 src/com/gps/hibernate/User.java 84 Parameter 'lockout' is not assigned and could be declared final
37431 src/com/gps/hibernate/User.java 84 Parameter 'lockoutDate' is not assigned and could be declared final
37432 src/com/gps/hibernate/User.java 85 Avoid excessively long variable names like agreedToTermsOfUse
37433 src/com/gps/hibernate/User.java 85 Parameter 'active' is not assigned and could be declared final
37434 src/com/gps/hibernate/User.java 85 Parameter 'agreedToTermsOfUse' is not assigned and could be declared final
37435 src/com/gps/hibernate/User.java 85 Parameter 'vehicleDetailses' is not assigned and could be declared final
37436 src/com/gps/hibernate/User.java 86 Parameter 'rfIds' is not assigned and could be declared final
37437 src/com/gps/hibernate/User.java 86 Parameter 'tripDetailses' is not assigned and could be declared final
37438 src/com/gps/hibernate/User.java 86 Parameter 'usersGeofences' is not assigned and could be declared final
37439 src/com/gps/hibernate/User.java 86 Parameter 'usersTripses' is not assigned and could be declared final
37440 src/com/gps/hibernate/User.java 132 publicMethodCommentRequirement Required
37441 src/com/gps/hibernate/User.java 136 Parameter 'userId' is not assigned and could be declared final
37442 src/com/gps/hibernate/User.java 136 publicMethodCommentRequirement Required
37443 src/com/gps/hibernate/User.java 140 publicMethodCommentRequirement Required
37444 src/com/gps/hibernate/User.java 144 Parameter 'uuid' is not assigned and could be declared final
37445 src/com/gps/hibernate/User.java 144 publicMethodCommentRequirement Required
37446 src/com/gps/hibernate/User.java 148 publicMethodCommentRequirement Required
37447 src/com/gps/hibernate/User.java 152 Parameter 'companyId' is not assigned and could be declared final
37448 src/com/gps/hibernate/User.java 152 publicMethodCommentRequirement Required
37449 src/com/gps/hibernate/User.java 156 publicMethodCommentRequirement Required
37450 src/com/gps/hibernate/User.java 160 Parameter 'createDate' is not assigned and could be declared final
37451 src/com/gps/hibernate/User.java 160 publicMethodCommentRequirement Required
37452 src/com/gps/hibernate/User.java 164 publicMethodCommentRequirement Required
37453 src/com/gps/hibernate/User.java 168 Parameter 'modifiedDate' is not assigned and could be declared final
37454 src/com/gps/hibernate/User.java 168 publicMethodCommentRequirement Required
37455 src/com/gps/hibernate/User.java 172 publicMethodCommentRequirement Required
37456 src/com/gps/hibernate/User.java 176 Parameter 'defaultUser' is not assigned and could be declared final
37457 src/com/gps/hibernate/User.java 176 publicMethodCommentRequirement Required
37458 src/com/gps/hibernate/User.java 180 publicMethodCommentRequirement Required
37459 src/com/gps/hibernate/User.java 184 Parameter 'contactId' is not assigned and could be declared final
37460 src/com/gps/hibernate/User.java 184 publicMethodCommentRequirement Required
37461 src/com/gps/hibernate/User.java 188 publicMethodCommentRequirement Required
37462 src/com/gps/hibernate/User.java 192 Parameter 'password' is not assigned and could be declared final
37463 src/com/gps/hibernate/User.java 192 publicMethodCommentRequirement Required
37464 src/com/gps/hibernate/User.java 196 publicMethodCommentRequirement Required
37465 src/com/gps/hibernate/User.java 200 Parameter 'passwordEncrypted' is not assigned and could be declared final
37466 src/com/gps/hibernate/User.java 200 publicMethodCommentRequirement Required
37467 src/com/gps/hibernate/User.java 204 publicMethodCommentRequirement Required
37468 src/com/gps/hibernate/User.java 208 Parameter 'passwordReset' is not assigned and could be declared final
37469 src/com/gps/hibernate/User.java 208 publicMethodCommentRequirement Required
37470 src/com/gps/hibernate/User.java 212 publicMethodCommentRequirement Required
37471 src/com/gps/hibernate/User.java 216 Avoid excessively long variable names like passwordModifiedDate
37472 src/com/gps/hibernate/User.java 216 Parameter 'passwordModifiedDate' is not assigned and could be declared final
37473 src/com/gps/hibernate/User.java 216 publicMethodCommentRequirement Required
37474 src/com/gps/hibernate/User.java 220 publicMethodCommentRequirement Required
37475 src/com/gps/hibernate/User.java 224 Avoid excessively long variable names like reminderQueryQuestion
37476 src/com/gps/hibernate/User.java 224 Parameter 'reminderQueryQuestion' is not assigned and could be declared final
37477 src/com/gps/hibernate/User.java 224 publicMethodCommentRequirement Required
37478 src/com/gps/hibernate/User.java 228 publicMethodCommentRequirement Required
37479 src/com/gps/hibernate/User.java 232 Avoid excessively long variable names like reminderQueryAnswer
37480 src/com/gps/hibernate/User.java 232 Parameter 'reminderQueryAnswer' is not assigned and could be declared final
37481 src/com/gps/hibernate/User.java 232 publicMethodCommentRequirement Required
37482 src/com/gps/hibernate/User.java 236 publicMethodCommentRequirement Required
37483 src/com/gps/hibernate/User.java 240 Parameter 'graceLoginCount' is not assigned and could be declared final
37484 src/com/gps/hibernate/User.java 240 publicMethodCommentRequirement Required
37485 src/com/gps/hibernate/User.java 244 publicMethodCommentRequirement Required
37486 src/com/gps/hibernate/User.java 248 Parameter 'screenName' is not assigned and could be declared final
37487 src/com/gps/hibernate/User.java 248 publicMethodCommentRequirement Required
37488 src/com/gps/hibernate/User.java 252 publicMethodCommentRequirement Required
37489 src/com/gps/hibernate/User.java 256 Parameter 'emailAddress' is not assigned and could be declared final
37490 src/com/gps/hibernate/User.java 256 publicMethodCommentRequirement Required
37491 src/com/gps/hibernate/User.java 260 publicMethodCommentRequirement Required
37492 src/com/gps/hibernate/User.java 264 Parameter 'openId' is not assigned and could be declared final
37493 src/com/gps/hibernate/User.java 264 publicMethodCommentRequirement Required
37494 src/com/gps/hibernate/User.java 268 publicMethodCommentRequirement Required
37495 src/com/gps/hibernate/User.java 272 Parameter 'portraitId' is not assigned and could be declared final
37496 src/com/gps/hibernate/User.java 272 publicMethodCommentRequirement Required
37497 src/com/gps/hibernate/User.java 276 publicMethodCommentRequirement Required
37498 src/com/gps/hibernate/User.java 280 Parameter 'languageId' is not assigned and could be declared final
37499 src/com/gps/hibernate/User.java 280 publicMethodCommentRequirement Required
37500 src/com/gps/hibernate/User.java 284 publicMethodCommentRequirement Required
37501 src/com/gps/hibernate/User.java 288 Parameter 'timeZoneId' is not assigned and could be declared final
37502 src/com/gps/hibernate/User.java 288 publicMethodCommentRequirement Required
37503 src/com/gps/hibernate/User.java 292 publicMethodCommentRequirement Required
37504 src/com/gps/hibernate/User.java 296 Parameter 'greeting' is not assigned and could be declared final
37505 src/com/gps/hibernate/User.java 296 publicMethodCommentRequirement Required
37506 src/com/gps/hibernate/User.java 300 publicMethodCommentRequirement Required
37507 src/com/gps/hibernate/User.java 304 Parameter 'comments' is not assigned and could be declared final
37508 src/com/gps/hibernate/User.java 304 publicMethodCommentRequirement Required
37509 src/com/gps/hibernate/User.java 308 publicMethodCommentRequirement Required
37510 src/com/gps/hibernate/User.java 312 Parameter 'firstName' is not assigned and could be declared final
37511 src/com/gps/hibernate/User.java 312 publicMethodCommentRequirement Required
37512 src/com/gps/hibernate/User.java 316 publicMethodCommentRequirement Required
37513 src/com/gps/hibernate/User.java 320 Parameter 'middleName' is not assigned and could be declared final
37514 src/com/gps/hibernate/User.java 320 publicMethodCommentRequirement Required
37515 src/com/gps/hibernate/User.java 324 publicMethodCommentRequirement Required
37516 src/com/gps/hibernate/User.java 328 Parameter 'lastName' is not assigned and could be declared final
37517 src/com/gps/hibernate/User.java 328 publicMethodCommentRequirement Required
37518 src/com/gps/hibernate/User.java 332 publicMethodCommentRequirement Required
37519 src/com/gps/hibernate/User.java 336 Parameter 'jobTitle' is not assigned and could be declared final
37520 src/com/gps/hibernate/User.java 336 publicMethodCommentRequirement Required
37521 src/com/gps/hibernate/User.java 340 publicMethodCommentRequirement Required
37522 src/com/gps/hibernate/User.java 344 Parameter 'loginDate' is not assigned and could be declared final
37523 src/com/gps/hibernate/User.java 344 publicMethodCommentRequirement Required
37524 src/com/gps/hibernate/User.java 348 publicMethodCommentRequirement Required
37525 src/com/gps/hibernate/User.java 352 Parameter 'loginIp' is not assigned and could be declared final
37526 src/com/gps/hibernate/User.java 352 publicMethodCommentRequirement Required
37527 src/com/gps/hibernate/User.java 356 publicMethodCommentRequirement Required
37528 src/com/gps/hibernate/User.java 360 Parameter 'lastLoginDate' is not assigned and could be declared final
37529 src/com/gps/hibernate/User.java 360 publicMethodCommentRequirement Required
37530 src/com/gps/hibernate/User.java 364 publicMethodCommentRequirement Required
37531 src/com/gps/hibernate/User.java 368 Parameter 'lastLoginIp' is not assigned and could be declared final
37532 src/com/gps/hibernate/User.java 368 publicMethodCommentRequirement Required
37533 src/com/gps/hibernate/User.java 372 publicMethodCommentRequirement Required
37534 src/com/gps/hibernate/User.java 376 Avoid excessively long variable names like lastFailedLoginDate
37535 src/com/gps/hibernate/User.java 376 Parameter 'lastFailedLoginDate' is not assigned and could be declared final
37536 src/com/gps/hibernate/User.java 376 publicMethodCommentRequirement Required
37537 src/com/gps/hibernate/User.java 380 publicMethodCommentRequirement Required
37538 src/com/gps/hibernate/User.java 384 Avoid excessively long variable names like failedLoginAttempts
37539 src/com/gps/hibernate/User.java 384 Parameter 'failedLoginAttempts' is not assigned and could be declared final
37540 src/com/gps/hibernate/User.java 384 publicMethodCommentRequirement Required
37541 src/com/gps/hibernate/User.java 388 publicMethodCommentRequirement Required
37542 src/com/gps/hibernate/User.java 392 Parameter 'lockout' is not assigned and could be declared final
37543 src/com/gps/hibernate/User.java 392 publicMethodCommentRequirement Required
37544 src/com/gps/hibernate/User.java 396 publicMethodCommentRequirement Required
37545 src/com/gps/hibernate/User.java 400 Parameter 'lockoutDate' is not assigned and could be declared final
37546 src/com/gps/hibernate/User.java 400 publicMethodCommentRequirement Required
37547 src/com/gps/hibernate/User.java 404 publicMethodCommentRequirement Required
37548 src/com/gps/hibernate/User.java 408 Avoid excessively long variable names like agreedToTermsOfUse
37549 src/com/gps/hibernate/User.java 408 Parameter 'agreedToTermsOfUse' is not assigned and could be declared final
37550 src/com/gps/hibernate/User.java 408 publicMethodCommentRequirement Required
37551 src/com/gps/hibernate/User.java 412 publicMethodCommentRequirement Required
37552 src/com/gps/hibernate/User.java 416 Parameter 'active' is not assigned and could be declared final
37553 src/com/gps/hibernate/User.java 416 publicMethodCommentRequirement Required
37554 src/com/gps/hibernate/User.java 420 publicMethodCommentRequirement Required
37555 src/com/gps/hibernate/User.java 424 Parameter 'vehicleDetailses' is not assigned and could be declared final
37556 src/com/gps/hibernate/User.java 424 publicMethodCommentRequirement Required
37557 src/com/gps/hibernate/User.java 428 publicMethodCommentRequirement Required
37558 src/com/gps/hibernate/User.java 432 Parameter 'usersGeofences' is not assigned and could be declared final
37559 src/com/gps/hibernate/User.java 432 publicMethodCommentRequirement Required
37560 src/com/gps/hibernate/User.java 436 publicMethodCommentRequirement Required
37561 src/com/gps/hibernate/User.java 440 Parameter 'tripDetailses' is not assigned and could be declared final
37562 src/com/gps/hibernate/User.java 440 publicMethodCommentRequirement Required
37563 src/com/gps/hibernate/User.java 444 publicMethodCommentRequirement Required
37564 src/com/gps/hibernate/User.java 448 Parameter 'usersTripses' is not assigned and could be declared final
37565 src/com/gps/hibernate/User.java 448 publicMethodCommentRequirement Required
37566 src/com/gps/hibernate/User.java 453 Parameter 'obj' is not assigned and could be declared final
37567 src/com/gps/hibernate/User.java 453 publicMethodCommentRequirement Required
37568 src/com/gps/hibernate/User.java 459 Local variable 'user' could be declared final
37569 src/com/gps/hibernate/User.java 461 Local variable 'lastCmp' could be declared final
37570 src/com/gps/hibernate/User.java 463 A method should have only one exit point, and that should be the last statement in the method
37571 src/com/gps/hibernate/User.java 479 Parameter 'rfIds' is not assigned and could be declared final
37572 src/com/gps/hibernate/User.java 485 publicMethodCommentRequirement Required
37573 src/com/gps/hibernate/User.java 489 Avoid excessively long variable names like userPanelSettingses
37574 src/com/gps/hibernate/User.java 489 Parameter 'userPanelSettingses' is not assigned and could be declared final
37575 src/com/gps/hibernate/User.java 489 publicMethodCommentRequirement Required
37576 src/com/gps/hibernate/User.java 493 publicMethodCommentRequirement Required
37577 src/com/gps/hibernate/User.java 497 Avoid excessively long variable names like vehiclePanelSettingses
37578 src/com/gps/hibernate/User.java 497 Parameter 'vehiclePanelSettingses' is not assigned and could be declared final
37579 src/com/gps/hibernate/User.java 497 publicMethodCommentRequirement Required
37580 src/com/gps/hibernate/UserDAO.java 3 Avoid unused imports such as 'java.util.Date'
37581 src/com/gps/hibernate/UserDAO.java 5 Avoid unused imports such as 'java.util.Set'
37582 src/com/gps/hibernate/UserDAO.java 12 Comment is too large: Too many lines
37583 src/com/gps/hibernate/UserDAO.java 24 This class has too many methods, consider refactoring it.
37584 src/com/gps/hibernate/UserDAO.java 25 Logger should be defined private static final and have the correct class
37585 src/com/gps/hibernate/UserDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
37586 src/com/gps/hibernate/UserDAO.java 25 fieldCommentRequirement Required
37587 src/com/gps/hibernate/UserDAO.java 27 fieldCommentRequirement Required
37588 src/com/gps/hibernate/UserDAO.java 28 fieldCommentRequirement Required
37589 src/com/gps/hibernate/UserDAO.java 29 fieldCommentRequirement Required
37590 src/com/gps/hibernate/UserDAO.java 30 fieldCommentRequirement Required
37591 src/com/gps/hibernate/UserDAO.java 31 fieldCommentRequirement Required
37592 src/com/gps/hibernate/UserDAO.java 32 Avoid excessively long variable names like PASSWORD_ENCRYPTED
37593 src/com/gps/hibernate/UserDAO.java 32 fieldCommentRequirement Required
37594 src/com/gps/hibernate/UserDAO.java 33 fieldCommentRequirement Required
37595 src/com/gps/hibernate/UserDAO.java 34 Avoid excessively long variable names like REMINDER_QUERY_QUESTION
37596 src/com/gps/hibernate/UserDAO.java 34 fieldCommentRequirement Required
37597 src/com/gps/hibernate/UserDAO.java 35 Avoid excessively long variable names like REMINDER_QUERY_ANSWER
37598 src/com/gps/hibernate/UserDAO.java 35 fieldCommentRequirement Required
37599 src/com/gps/hibernate/UserDAO.java 36 fieldCommentRequirement Required
37600 src/com/gps/hibernate/UserDAO.java 37 fieldCommentRequirement Required
37601 src/com/gps/hibernate/UserDAO.java 38 fieldCommentRequirement Required
37602 src/com/gps/hibernate/UserDAO.java 39 fieldCommentRequirement Required
37603 src/com/gps/hibernate/UserDAO.java 40 fieldCommentRequirement Required
37604 src/com/gps/hibernate/UserDAO.java 41 fieldCommentRequirement Required
37605 src/com/gps/hibernate/UserDAO.java 42 fieldCommentRequirement Required
37606 src/com/gps/hibernate/UserDAO.java 43 fieldCommentRequirement Required
37607 src/com/gps/hibernate/UserDAO.java 44 fieldCommentRequirement Required
37608 src/com/gps/hibernate/UserDAO.java 45 fieldCommentRequirement Required
37609 src/com/gps/hibernate/UserDAO.java 46 fieldCommentRequirement Required
37610 src/com/gps/hibernate/UserDAO.java 47 fieldCommentRequirement Required
37611 src/com/gps/hibernate/UserDAO.java 48 fieldCommentRequirement Required
37612 src/com/gps/hibernate/UserDAO.java 49 fieldCommentRequirement Required
37613 src/com/gps/hibernate/UserDAO.java 50 fieldCommentRequirement Required
37614 src/com/gps/hibernate/UserDAO.java 51 Avoid excessively long variable names like FAILED_LOGIN_ATTEMPTS
37615 src/com/gps/hibernate/UserDAO.java 51 fieldCommentRequirement Required
37616 src/com/gps/hibernate/UserDAO.java 52 fieldCommentRequirement Required
37617 src/com/gps/hibernate/UserDAO.java 53 Avoid excessively long variable names like AGREED_TO_TERMS_OF_USE
37618 src/com/gps/hibernate/UserDAO.java 53 fieldCommentRequirement Required
37619 src/com/gps/hibernate/UserDAO.java 54 fieldCommentRequirement Required
37620 src/com/gps/hibernate/UserDAO.java 56 Parameter 'transientInstance' is not assigned and could be declared final
37621 src/com/gps/hibernate/UserDAO.java 56 publicMethodCommentRequirement Required
37622 src/com/gps/hibernate/UserDAO.java 57 There is log block not surrounded by if
37623 src/com/gps/hibernate/UserDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37624 src/com/gps/hibernate/UserDAO.java 59 Potential violation of Law of Demeter (method chain calls)
37625 src/com/gps/hibernate/UserDAO.java 60 There is log block not surrounded by if
37626 src/com/gps/hibernate/UserDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37627 src/com/gps/hibernate/UserDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37628 src/com/gps/hibernate/UserDAO.java 62 There is log block not surrounded by if
37629 src/com/gps/hibernate/UserDAO.java 67 Avoid excessively long variable names like persistentInstance
37630 src/com/gps/hibernate/UserDAO.java 67 Parameter 'persistentInstance' is not assigned and could be declared final
37631 src/com/gps/hibernate/UserDAO.java 67 publicMethodCommentRequirement Required
37632 src/com/gps/hibernate/UserDAO.java 68 There is log block not surrounded by if
37633 src/com/gps/hibernate/UserDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37634 src/com/gps/hibernate/UserDAO.java 70 Potential violation of Law of Demeter (method chain calls)
37635 src/com/gps/hibernate/UserDAO.java 71 There is log block not surrounded by if
37636 src/com/gps/hibernate/UserDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37637 src/com/gps/hibernate/UserDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37638 src/com/gps/hibernate/UserDAO.java 73 There is log block not surrounded by if
37639 src/com/gps/hibernate/UserDAO.java 78 Avoid variables with short names like id
37640 src/com/gps/hibernate/UserDAO.java 78 Parameter 'id' is not assigned and could be declared final
37641 src/com/gps/hibernate/UserDAO.java 78 publicMethodCommentRequirement Required
37642 src/com/gps/hibernate/UserDAO.java 79 There is log block not surrounded by if
37643 src/com/gps/hibernate/UserDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37644 src/com/gps/hibernate/UserDAO.java 81 Local variable 'instance' could be declared final
37645 src/com/gps/hibernate/UserDAO.java 81 Potential violation of Law of Demeter (method chain calls)
37646 src/com/gps/hibernate/UserDAO.java 84 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37647 src/com/gps/hibernate/UserDAO.java 85 There is log block not surrounded by if
37648 src/com/gps/hibernate/UserDAO.java 90 Parameter 'instance' is not assigned and could be declared final
37649 src/com/gps/hibernate/UserDAO.java 90 publicMethodCommentRequirement Required
37650 src/com/gps/hibernate/UserDAO.java 91 There is log block not surrounded by if
37651 src/com/gps/hibernate/UserDAO.java 91 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37652 src/com/gps/hibernate/UserDAO.java 93 Local variable 'results' could be declared final
37653 src/com/gps/hibernate/UserDAO.java 93 Potential violation of Law of Demeter (method chain calls)
37654 src/com/gps/hibernate/UserDAO.java 93 Potential violation of Law of Demeter (method chain calls)
37655 src/com/gps/hibernate/UserDAO.java 93 Potential violation of Law of Demeter (method chain calls)
37656 src/com/gps/hibernate/UserDAO.java 96 There is log block not surrounded by if
37657 src/com/gps/hibernate/UserDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37658 src/com/gps/hibernate/UserDAO.java 97 Potential violation of Law of Demeter (object not created locally)
37659 src/com/gps/hibernate/UserDAO.java 99 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37660 src/com/gps/hibernate/UserDAO.java 100 There is log block not surrounded by if
37661 src/com/gps/hibernate/UserDAO.java 105 Parameter 'propertyName' is not assigned and could be declared final
37662 src/com/gps/hibernate/UserDAO.java 105 Parameter 'value' is not assigned and could be declared final
37663 src/com/gps/hibernate/UserDAO.java 105 publicMethodCommentRequirement Required
37664 src/com/gps/hibernate/UserDAO.java 106 There is log block not surrounded by if
37665 src/com/gps/hibernate/UserDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37666 src/com/gps/hibernate/UserDAO.java 109 Local variable 'queryString' could be declared final
37667 src/com/gps/hibernate/UserDAO.java 111 Local variable 'queryObject' could be declared final
37668 src/com/gps/hibernate/UserDAO.java 111 Potential violation of Law of Demeter (method chain calls)
37669 src/com/gps/hibernate/UserDAO.java 112 Potential violation of Law of Demeter (object not created locally)
37670 src/com/gps/hibernate/UserDAO.java 113 Potential violation of Law of Demeter (object not created locally)
37671 src/com/gps/hibernate/UserDAO.java 114 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37672 src/com/gps/hibernate/UserDAO.java 115 There is log block not surrounded by if
37673 src/com/gps/hibernate/UserDAO.java 120 Parameter 'uuid' is not assigned and could be declared final
37674 src/com/gps/hibernate/UserDAO.java 120 publicMethodCommentRequirement Required
37675 src/com/gps/hibernate/UserDAO.java 124 Parameter 'companyId' is not assigned and could be declared final
37676 src/com/gps/hibernate/UserDAO.java 124 publicMethodCommentRequirement Required
37677 src/com/gps/hibernate/UserDAO.java 128 Parameter 'defaultUser' is not assigned and could be declared final
37678 src/com/gps/hibernate/UserDAO.java 128 publicMethodCommentRequirement Required
37679 src/com/gps/hibernate/UserDAO.java 132 Parameter 'contactId' is not assigned and could be declared final
37680 src/com/gps/hibernate/UserDAO.java 132 publicMethodCommentRequirement Required
37681 src/com/gps/hibernate/UserDAO.java 136 Parameter 'password' is not assigned and could be declared final
37682 src/com/gps/hibernate/UserDAO.java 136 publicMethodCommentRequirement Required
37683 src/com/gps/hibernate/UserDAO.java 140 Parameter 'passwordEncrypted' is not assigned and could be declared final
37684 src/com/gps/hibernate/UserDAO.java 140 publicMethodCommentRequirement Required
37685 src/com/gps/hibernate/UserDAO.java 144 Parameter 'passwordReset' is not assigned and could be declared final
37686 src/com/gps/hibernate/UserDAO.java 144 publicMethodCommentRequirement Required
37687 src/com/gps/hibernate/UserDAO.java 148 Avoid excessively long variable names like reminderQueryQuestion
37688 src/com/gps/hibernate/UserDAO.java 148 Parameter 'reminderQueryQuestion' is not assigned and could be declared final
37689 src/com/gps/hibernate/UserDAO.java 148 publicMethodCommentRequirement Required
37690 src/com/gps/hibernate/UserDAO.java 152 Avoid excessively long variable names like reminderQueryAnswer
37691 src/com/gps/hibernate/UserDAO.java 152 Parameter 'reminderQueryAnswer' is not assigned and could be declared final
37692 src/com/gps/hibernate/UserDAO.java 152 publicMethodCommentRequirement Required
37693 src/com/gps/hibernate/UserDAO.java 156 Parameter 'graceLoginCount' is not assigned and could be declared final
37694 src/com/gps/hibernate/UserDAO.java 156 publicMethodCommentRequirement Required
37695 src/com/gps/hibernate/UserDAO.java 160 Parameter 'screenName' is not assigned and could be declared final
37696 src/com/gps/hibernate/UserDAO.java 160 publicMethodCommentRequirement Required
37697 src/com/gps/hibernate/UserDAO.java 164 Parameter 'emailAddress' is not assigned and could be declared final
37698 src/com/gps/hibernate/UserDAO.java 164 publicMethodCommentRequirement Required
37699 src/com/gps/hibernate/UserDAO.java 168 Parameter 'openId' is not assigned and could be declared final
37700 src/com/gps/hibernate/UserDAO.java 168 publicMethodCommentRequirement Required
37701 src/com/gps/hibernate/UserDAO.java 172 Parameter 'portraitId' is not assigned and could be declared final
37702 src/com/gps/hibernate/UserDAO.java 172 publicMethodCommentRequirement Required
37703 src/com/gps/hibernate/UserDAO.java 176 Parameter 'languageId' is not assigned and could be declared final
37704 src/com/gps/hibernate/UserDAO.java 176 publicMethodCommentRequirement Required
37705 src/com/gps/hibernate/UserDAO.java 180 Parameter 'timeZoneId' is not assigned and could be declared final
37706 src/com/gps/hibernate/UserDAO.java 180 publicMethodCommentRequirement Required
37707 src/com/gps/hibernate/UserDAO.java 184 Parameter 'greeting' is not assigned and could be declared final
37708 src/com/gps/hibernate/UserDAO.java 184 publicMethodCommentRequirement Required
37709 src/com/gps/hibernate/UserDAO.java 188 Parameter 'comments' is not assigned and could be declared final
37710 src/com/gps/hibernate/UserDAO.java 188 publicMethodCommentRequirement Required
37711 src/com/gps/hibernate/UserDAO.java 192 Parameter 'firstName' is not assigned and could be declared final
37712 src/com/gps/hibernate/UserDAO.java 192 publicMethodCommentRequirement Required
37713 src/com/gps/hibernate/UserDAO.java 196 Parameter 'middleName' is not assigned and could be declared final
37714 src/com/gps/hibernate/UserDAO.java 196 publicMethodCommentRequirement Required
37715 src/com/gps/hibernate/UserDAO.java 200 Parameter 'lastName' is not assigned and could be declared final
37716 src/com/gps/hibernate/UserDAO.java 200 publicMethodCommentRequirement Required
37717 src/com/gps/hibernate/UserDAO.java 204 Parameter 'jobTitle' is not assigned and could be declared final
37718 src/com/gps/hibernate/UserDAO.java 204 publicMethodCommentRequirement Required
37719 src/com/gps/hibernate/UserDAO.java 208 Parameter 'loginIp' is not assigned and could be declared final
37720 src/com/gps/hibernate/UserDAO.java 208 publicMethodCommentRequirement Required
37721 src/com/gps/hibernate/UserDAO.java 212 Parameter 'lastLoginIp' is not assigned and could be declared final
37722 src/com/gps/hibernate/UserDAO.java 212 publicMethodCommentRequirement Required
37723 src/com/gps/hibernate/UserDAO.java 216 Avoid excessively long variable names like failedLoginAttempts
37724 src/com/gps/hibernate/UserDAO.java 216 Parameter 'failedLoginAttempts' is not assigned and could be declared final
37725 src/com/gps/hibernate/UserDAO.java 216 publicMethodCommentRequirement Required
37726 src/com/gps/hibernate/UserDAO.java 220 Parameter 'lockout' is not assigned and could be declared final
37727 src/com/gps/hibernate/UserDAO.java 220 publicMethodCommentRequirement Required
37728 src/com/gps/hibernate/UserDAO.java 224 Avoid excessively long variable names like agreedToTermsOfUse
37729 src/com/gps/hibernate/UserDAO.java 224 Parameter 'agreedToTermsOfUse' is not assigned and could be declared final
37730 src/com/gps/hibernate/UserDAO.java 224 publicMethodCommentRequirement Required
37731 src/com/gps/hibernate/UserDAO.java 228 Parameter 'active' is not assigned and could be declared final
37732 src/com/gps/hibernate/UserDAO.java 228 publicMethodCommentRequirement Required
37733 src/com/gps/hibernate/UserDAO.java 232 publicMethodCommentRequirement Required
37734 src/com/gps/hibernate/UserDAO.java 233 There is log block not surrounded by if
37735 src/com/gps/hibernate/UserDAO.java 233 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37736 src/com/gps/hibernate/UserDAO.java 235 Local variable 'queryString' could be declared final
37737 src/com/gps/hibernate/UserDAO.java 236 Local variable 'queryObject' could be declared final
37738 src/com/gps/hibernate/UserDAO.java 236 Potential violation of Law of Demeter (method chain calls)
37739 src/com/gps/hibernate/UserDAO.java 237 Potential violation of Law of Demeter (object not created locally)
37740 src/com/gps/hibernate/UserDAO.java 238 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37741 src/com/gps/hibernate/UserDAO.java 239 There is log block not surrounded by if
37742 src/com/gps/hibernate/UserDAO.java 244 Parameter 'detachedInstance' is not assigned and could be declared final
37743 src/com/gps/hibernate/UserDAO.java 244 publicMethodCommentRequirement Required
37744 src/com/gps/hibernate/UserDAO.java 245 There is log block not surrounded by if
37745 src/com/gps/hibernate/UserDAO.java 245 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37746 src/com/gps/hibernate/UserDAO.java 247 Local variable 'result' could be declared final
37747 src/com/gps/hibernate/UserDAO.java 247 Potential violation of Law of Demeter (method chain calls)
37748 src/com/gps/hibernate/UserDAO.java 248 There is log block not surrounded by if
37749 src/com/gps/hibernate/UserDAO.java 248 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37750 src/com/gps/hibernate/UserDAO.java 250 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37751 src/com/gps/hibernate/UserDAO.java 251 There is log block not surrounded by if
37752 src/com/gps/hibernate/UserDAO.java 256 Parameter 'instance' is not assigned and could be declared final
37753 src/com/gps/hibernate/UserDAO.java 256 publicMethodCommentRequirement Required
37754 src/com/gps/hibernate/UserDAO.java 257 There is log block not surrounded by if
37755 src/com/gps/hibernate/UserDAO.java 257 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37756 src/com/gps/hibernate/UserDAO.java 259 Potential violation of Law of Demeter (method chain calls)
37757 src/com/gps/hibernate/UserDAO.java 260 There is log block not surrounded by if
37758 src/com/gps/hibernate/UserDAO.java 260 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37759 src/com/gps/hibernate/UserDAO.java 261 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37760 src/com/gps/hibernate/UserDAO.java 262 There is log block not surrounded by if
37761 src/com/gps/hibernate/UserDAO.java 267 Parameter 'instance' is not assigned and could be declared final
37762 src/com/gps/hibernate/UserDAO.java 267 publicMethodCommentRequirement Required
37763 src/com/gps/hibernate/UserDAO.java 268 There is log block not surrounded by if
37764 src/com/gps/hibernate/UserDAO.java 268 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37765 src/com/gps/hibernate/UserDAO.java 270 Potential violation of Law of Demeter (method chain calls)
37766 src/com/gps/hibernate/UserDAO.java 271 There is log block not surrounded by if
37767 src/com/gps/hibernate/UserDAO.java 271 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37768 src/com/gps/hibernate/UserDAO.java 272 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37769 src/com/gps/hibernate/UserDAO.java 273 There is log block not surrounded by if
37770 src/com/gps/hibernate/UserDetails.java 1 This class has a bunch of public methods and attributes
37771 src/com/gps/hibernate/UserDetails.java 13 Classes implementing Serializable should set a serialVersionUID
37772 src/com/gps/hibernate/UserDetails.java 13 Too many fields
37773 src/com/gps/hibernate/UserDetails.java 17 fieldCommentRequirement Required
37774 src/com/gps/hibernate/UserDetails.java 18 fieldCommentRequirement Required
37775 src/com/gps/hibernate/UserDetails.java 19 fieldCommentRequirement Required
37776 src/com/gps/hibernate/UserDetails.java 20 fieldCommentRequirement Required
37777 src/com/gps/hibernate/UserDetails.java 21 fieldCommentRequirement Required
37778 src/com/gps/hibernate/UserDetails.java 22 fieldCommentRequirement Required
37779 src/com/gps/hibernate/UserDetails.java 23 fieldCommentRequirement Required
37780 src/com/gps/hibernate/UserDetails.java 24 fieldCommentRequirement Required
37781 src/com/gps/hibernate/UserDetails.java 25 fieldCommentRequirement Required
37782 src/com/gps/hibernate/UserDetails.java 26 fieldCommentRequirement Required
37783 src/com/gps/hibernate/UserDetails.java 27 fieldCommentRequirement Required
37784 src/com/gps/hibernate/UserDetails.java 28 fieldCommentRequirement Required
37785 src/com/gps/hibernate/UserDetails.java 29 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'organization_1' is not final.
37786 src/com/gps/hibernate/UserDetails.java 29 fieldCommentRequirement Required
37787 src/com/gps/hibernate/UserDetails.java 30 fieldCommentRequirement Required
37788 src/com/gps/hibernate/UserDetails.java 31 fieldCommentRequirement Required
37789 src/com/gps/hibernate/UserDetails.java 32 fieldCommentRequirement Required
37790 src/com/gps/hibernate/UserDetails.java 33 fieldCommentRequirement Required
37791 src/com/gps/hibernate/UserDetails.java 34 fieldCommentRequirement Required
37792 src/com/gps/hibernate/UserDetails.java 35 fieldCommentRequirement Required
37793 src/com/gps/hibernate/UserDetails.java 36 fieldCommentRequirement Required
37794 src/com/gps/hibernate/UserDetails.java 37 fieldCommentRequirement Required
37795 src/com/gps/hibernate/UserDetails.java 38 fieldCommentRequirement Required
37796 src/com/gps/hibernate/UserDetails.java 39 fieldCommentRequirement Required
37797 src/com/gps/hibernate/UserDetails.java 40 fieldCommentRequirement Required
37798 src/com/gps/hibernate/UserDetails.java 41 fieldCommentRequirement Required
37799 src/com/gps/hibernate/UserDetails.java 42 fieldCommentRequirement Required
37800 src/com/gps/hibernate/UserDetails.java 43 fieldCommentRequirement Required
37801 src/com/gps/hibernate/UserDetails.java 44 fieldCommentRequirement Required
37802 src/com/gps/hibernate/UserDetails.java 45 fieldCommentRequirement Required
37803 src/com/gps/hibernate/UserDetails.java 46 fieldCommentRequirement Required
37804 src/com/gps/hibernate/UserDetails.java 47 fieldCommentRequirement Required
37805 src/com/gps/hibernate/UserDetails.java 48 fieldCommentRequirement Required
37806 src/com/gps/hibernate/UserDetails.java 49 fieldCommentRequirement Required
37807 src/com/gps/hibernate/UserDetails.java 50 fieldCommentRequirement Required
37808 src/com/gps/hibernate/UserDetails.java 55 Document empty constructor
37809 src/com/gps/hibernate/UserDetails.java 59 Parameter 'email' is not assigned and could be declared final
37810 src/com/gps/hibernate/UserDetails.java 59 Parameter 'userStatus' is not assigned and could be declared final
37811 src/com/gps/hibernate/UserDetails.java 59 Parameter 'username' is not assigned and could be declared final
37812 src/com/gps/hibernate/UserDetails.java 60 Parameter 'accCreationTime' is not assigned and could be declared final
37813 src/com/gps/hibernate/UserDetails.java 60 Parameter 'lastLoginTime' is not assigned and could be declared final
37814 src/com/gps/hibernate/UserDetails.java 60 Parameter 'password' is not assigned and could be declared final
37815 src/com/gps/hibernate/UserDetails.java 61 Parameter 'lastUpdateTime' is not assigned and could be declared final
37816 src/com/gps/hibernate/UserDetails.java 72 Avoid long parameter lists.
37817 src/com/gps/hibernate/UserDetails.java 72 Parameter 'organization' is not assigned and could be declared final
37818 src/com/gps/hibernate/UserDetails.java 72 Parameter 'username' is not assigned and could be declared final
37819 src/com/gps/hibernate/UserDetails.java 73 Parameter 'email' is not assigned and could be declared final
37820 src/com/gps/hibernate/UserDetails.java 73 Parameter 'gender' is not assigned and could be declared final
37821 src/com/gps/hibernate/UserDetails.java 73 Parameter 'loginname' is not assigned and could be declared final
37822 src/com/gps/hibernate/UserDetails.java 73 Parameter 'userStatus' is not assigned and could be declared final
37823 src/com/gps/hibernate/UserDetails.java 74 Parameter 'chatId' is not assigned and could be declared final
37824 src/com/gps/hibernate/UserDetails.java 74 Parameter 'phNumber' is not assigned and could be declared final
37825 src/com/gps/hibernate/UserDetails.java 74 Parameter 'secAnswer' is not assigned and could be declared final
37826 src/com/gps/hibernate/UserDetails.java 74 Parameter 'secQuest' is not assigned and could be declared final
37827 src/com/gps/hibernate/UserDetails.java 75 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'organization_1' is not final.
37828 src/com/gps/hibernate/UserDetails.java 75 Parameter 'age' is not assigned and could be declared final
37829 src/com/gps/hibernate/UserDetails.java 75 Parameter 'organization_1' is not assigned and could be declared final
37830 src/com/gps/hibernate/UserDetails.java 75 Parameter 'role' is not assigned and could be declared final
37831 src/com/gps/hibernate/UserDetails.java 75 Parameter 'userImage' is not assigned and could be declared final
37832 src/com/gps/hibernate/UserDetails.java 76 Parameter 'accCreationTime' is not assigned and could be declared final
37833 src/com/gps/hibernate/UserDetails.java 76 Parameter 'password' is not assigned and could be declared final
37834 src/com/gps/hibernate/UserDetails.java 76 Parameter 'smsStatus' is not assigned and could be declared final
37835 src/com/gps/hibernate/UserDetails.java 77 Parameter 'lastLoginTime' is not assigned and could be declared final
37836 src/com/gps/hibernate/UserDetails.java 77 Parameter 'lastUpdateTime' is not assigned and could be declared final
37837 src/com/gps/hibernate/UserDetails.java 77 Parameter 'timezone' is not assigned and could be declared final
37838 src/com/gps/hibernate/UserDetails.java 78 Parameter 'firstname' is not assigned and could be declared final
37839 src/com/gps/hibernate/UserDetails.java 78 Parameter 'lastname' is not assigned and could be declared final
37840 src/com/gps/hibernate/UserDetails.java 78 Parameter 'userPreferenceses' is not assigned and could be declared final
37841 src/com/gps/hibernate/UserDetails.java 79 Parameter 'geofences' is not assigned and could be declared final
37842 src/com/gps/hibernate/UserDetails.java 79 Parameter 'tripDetailses' is not assigned and could be declared final
37843 src/com/gps/hibernate/UserDetails.java 79 Parameter 'userGeofenceMaps' is not assigned and could be declared final
37844 src/com/gps/hibernate/UserDetails.java 80 Parameter 'feedbacks' is not assigned and could be declared final
37845 src/com/gps/hibernate/UserDetails.java 80 Parameter 'inboxes' is not assigned and could be declared final
37846 src/com/gps/hibernate/UserDetails.java 80 Parameter 'savingStatuses' is not assigned and could be declared final
37847 src/com/gps/hibernate/UserDetails.java 81 Parameter 'charityBarometers' is not assigned and could be declared final
37848 src/com/gps/hibernate/UserDetails.java 81 Parameter 'speedparameters' is not assigned and could be declared final
37849 src/com/gps/hibernate/UserDetails.java 81 Parameter 'vehicleDetailses' is not assigned and could be declared final
37850 src/com/gps/hibernate/UserDetails.java 82 Parameter 'userLandmarkses' is not assigned and could be declared final
37851 src/com/gps/hibernate/UserDetails.java 120 publicMethodCommentRequirement Required
37852 src/com/gps/hibernate/UserDetails.java 124 Parameter 'userid' is not assigned and could be declared final
37853 src/com/gps/hibernate/UserDetails.java 124 publicMethodCommentRequirement Required
37854 src/com/gps/hibernate/UserDetails.java 128 publicMethodCommentRequirement Required
37855 src/com/gps/hibernate/UserDetails.java 132 Parameter 'organization' is not assigned and could be declared final
37856 src/com/gps/hibernate/UserDetails.java 132 publicMethodCommentRequirement Required
37857 src/com/gps/hibernate/UserDetails.java 136 publicMethodCommentRequirement Required
37858 src/com/gps/hibernate/UserDetails.java 140 Parameter 'username' is not assigned and could be declared final
37859 src/com/gps/hibernate/UserDetails.java 140 publicMethodCommentRequirement Required
37860 src/com/gps/hibernate/UserDetails.java 144 publicMethodCommentRequirement Required
37861 src/com/gps/hibernate/UserDetails.java 148 Parameter 'loginname' is not assigned and could be declared final
37862 src/com/gps/hibernate/UserDetails.java 148 publicMethodCommentRequirement Required
37863 src/com/gps/hibernate/UserDetails.java 152 publicMethodCommentRequirement Required
37864 src/com/gps/hibernate/UserDetails.java 156 Parameter 'userStatus' is not assigned and could be declared final
37865 src/com/gps/hibernate/UserDetails.java 156 publicMethodCommentRequirement Required
37866 src/com/gps/hibernate/UserDetails.java 160 publicMethodCommentRequirement Required
37867 src/com/gps/hibernate/UserDetails.java 164 Parameter 'email' is not assigned and could be declared final
37868 src/com/gps/hibernate/UserDetails.java 164 publicMethodCommentRequirement Required
37869 src/com/gps/hibernate/UserDetails.java 168 publicMethodCommentRequirement Required
37870 src/com/gps/hibernate/UserDetails.java 172 Parameter 'gender' is not assigned and could be declared final
37871 src/com/gps/hibernate/UserDetails.java 172 publicMethodCommentRequirement Required
37872 src/com/gps/hibernate/UserDetails.java 176 publicMethodCommentRequirement Required
37873 src/com/gps/hibernate/UserDetails.java 180 Parameter 'phNumber' is not assigned and could be declared final
37874 src/com/gps/hibernate/UserDetails.java 180 publicMethodCommentRequirement Required
37875 src/com/gps/hibernate/UserDetails.java 184 publicMethodCommentRequirement Required
37876 src/com/gps/hibernate/UserDetails.java 188 Parameter 'chatId' is not assigned and could be declared final
37877 src/com/gps/hibernate/UserDetails.java 188 publicMethodCommentRequirement Required
37878 src/com/gps/hibernate/UserDetails.java 192 publicMethodCommentRequirement Required
37879 src/com/gps/hibernate/UserDetails.java 196 Parameter 'secQuest' is not assigned and could be declared final
37880 src/com/gps/hibernate/UserDetails.java 196 publicMethodCommentRequirement Required
37881 src/com/gps/hibernate/UserDetails.java 200 publicMethodCommentRequirement Required
37882 src/com/gps/hibernate/UserDetails.java 204 Parameter 'secAnswer' is not assigned and could be declared final
37883 src/com/gps/hibernate/UserDetails.java 204 publicMethodCommentRequirement Required
37884 src/com/gps/hibernate/UserDetails.java 208 publicMethodCommentRequirement Required
37885 src/com/gps/hibernate/UserDetails.java 212 Parameter 'role' is not assigned and could be declared final
37886 src/com/gps/hibernate/UserDetails.java 212 publicMethodCommentRequirement Required
37887 src/com/gps/hibernate/UserDetails.java 216 Method names should not contain underscores
37888 src/com/gps/hibernate/UserDetails.java 216 publicMethodCommentRequirement Required
37889 src/com/gps/hibernate/UserDetails.java 220 Method names should not contain underscores
37890 src/com/gps/hibernate/UserDetails.java 220 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'organization_1' is not final.
37891 src/com/gps/hibernate/UserDetails.java 220 Parameter 'organization_1' is not assigned and could be declared final
37892 src/com/gps/hibernate/UserDetails.java 220 publicMethodCommentRequirement Required
37893 src/com/gps/hibernate/UserDetails.java 224 publicMethodCommentRequirement Required
37894 src/com/gps/hibernate/UserDetails.java 228 Parameter 'age' is not assigned and could be declared final
37895 src/com/gps/hibernate/UserDetails.java 228 publicMethodCommentRequirement Required
37896 src/com/gps/hibernate/UserDetails.java 232 publicMethodCommentRequirement Required
37897 src/com/gps/hibernate/UserDetails.java 236 Parameter 'userImage' is not assigned and could be declared final
37898 src/com/gps/hibernate/UserDetails.java 236 publicMethodCommentRequirement Required
37899 src/com/gps/hibernate/UserDetails.java 240 publicMethodCommentRequirement Required
37900 src/com/gps/hibernate/UserDetails.java 244 Parameter 'password' is not assigned and could be declared final
37901 src/com/gps/hibernate/UserDetails.java 244 publicMethodCommentRequirement Required
37902 src/com/gps/hibernate/UserDetails.java 248 publicMethodCommentRequirement Required
37903 src/com/gps/hibernate/UserDetails.java 252 Parameter 'accCreationTime' is not assigned and could be declared final
37904 src/com/gps/hibernate/UserDetails.java 252 publicMethodCommentRequirement Required
37905 src/com/gps/hibernate/UserDetails.java 256 publicMethodCommentRequirement Required
37906 src/com/gps/hibernate/UserDetails.java 260 Parameter 'smsStatus' is not assigned and could be declared final
37907 src/com/gps/hibernate/UserDetails.java 260 publicMethodCommentRequirement Required
37908 src/com/gps/hibernate/UserDetails.java 264 publicMethodCommentRequirement Required
37909 src/com/gps/hibernate/UserDetails.java 268 Parameter 'lastLoginTime' is not assigned and could be declared final
37910 src/com/gps/hibernate/UserDetails.java 268 publicMethodCommentRequirement Required
37911 src/com/gps/hibernate/UserDetails.java 272 publicMethodCommentRequirement Required
37912 src/com/gps/hibernate/UserDetails.java 276 Parameter 'lastUpdateTime' is not assigned and could be declared final
37913 src/com/gps/hibernate/UserDetails.java 276 publicMethodCommentRequirement Required
37914 src/com/gps/hibernate/UserDetails.java 280 publicMethodCommentRequirement Required
37915 src/com/gps/hibernate/UserDetails.java 284 Parameter 'timezone' is not assigned and could be declared final
37916 src/com/gps/hibernate/UserDetails.java 284 publicMethodCommentRequirement Required
37917 src/com/gps/hibernate/UserDetails.java 288 publicMethodCommentRequirement Required
37918 src/com/gps/hibernate/UserDetails.java 292 Parameter 'firstname' is not assigned and could be declared final
37919 src/com/gps/hibernate/UserDetails.java 292 publicMethodCommentRequirement Required
37920 src/com/gps/hibernate/UserDetails.java 296 publicMethodCommentRequirement Required
37921 src/com/gps/hibernate/UserDetails.java 300 Parameter 'lastname' is not assigned and could be declared final
37922 src/com/gps/hibernate/UserDetails.java 300 publicMethodCommentRequirement Required
37923 src/com/gps/hibernate/UserDetails.java 304 publicMethodCommentRequirement Required
37924 src/com/gps/hibernate/UserDetails.java 308 Parameter 'userPreferenceses' is not assigned and could be declared final
37925 src/com/gps/hibernate/UserDetails.java 308 publicMethodCommentRequirement Required
37926 src/com/gps/hibernate/UserDetails.java 312 publicMethodCommentRequirement Required
37927 src/com/gps/hibernate/UserDetails.java 316 Parameter 'tripDetailses' is not assigned and could be declared final
37928 src/com/gps/hibernate/UserDetails.java 316 publicMethodCommentRequirement Required
37929 src/com/gps/hibernate/UserDetails.java 320 publicMethodCommentRequirement Required
37930 src/com/gps/hibernate/UserDetails.java 324 Parameter 'geofences' is not assigned and could be declared final
37931 src/com/gps/hibernate/UserDetails.java 324 publicMethodCommentRequirement Required
37932 src/com/gps/hibernate/UserDetails.java 328 publicMethodCommentRequirement Required
37933 src/com/gps/hibernate/UserDetails.java 332 Parameter 'userGeofenceMaps' is not assigned and could be declared final
37934 src/com/gps/hibernate/UserDetails.java 332 publicMethodCommentRequirement Required
37935 src/com/gps/hibernate/UserDetails.java 336 publicMethodCommentRequirement Required
37936 src/com/gps/hibernate/UserDetails.java 340 Parameter 'feedbacks' is not assigned and could be declared final
37937 src/com/gps/hibernate/UserDetails.java 340 publicMethodCommentRequirement Required
37938 src/com/gps/hibernate/UserDetails.java 344 publicMethodCommentRequirement Required
37939 src/com/gps/hibernate/UserDetails.java 348 Parameter 'savingStatuses' is not assigned and could be declared final
37940 src/com/gps/hibernate/UserDetails.java 348 publicMethodCommentRequirement Required
37941 src/com/gps/hibernate/UserDetails.java 352 publicMethodCommentRequirement Required
37942 src/com/gps/hibernate/UserDetails.java 356 Parameter 'inboxes' is not assigned and could be declared final
37943 src/com/gps/hibernate/UserDetails.java 356 publicMethodCommentRequirement Required
37944 src/com/gps/hibernate/UserDetails.java 360 publicMethodCommentRequirement Required
37945 src/com/gps/hibernate/UserDetails.java 364 Parameter 'speedparameters' is not assigned and could be declared final
37946 src/com/gps/hibernate/UserDetails.java 364 publicMethodCommentRequirement Required
37947 src/com/gps/hibernate/UserDetails.java 368 publicMethodCommentRequirement Required
37948 src/com/gps/hibernate/UserDetails.java 372 Parameter 'charityBarometers' is not assigned and could be declared final
37949 src/com/gps/hibernate/UserDetails.java 372 publicMethodCommentRequirement Required
37950 src/com/gps/hibernate/UserDetails.java 376 publicMethodCommentRequirement Required
37951 src/com/gps/hibernate/UserDetails.java 380 Parameter 'vehicleDetailses' is not assigned and could be declared final
37952 src/com/gps/hibernate/UserDetails.java 380 publicMethodCommentRequirement Required
37953 src/com/gps/hibernate/UserDetails.java 384 publicMethodCommentRequirement Required
37954 src/com/gps/hibernate/UserDetails.java 388 Parameter 'userLandmarkses' is not assigned and could be declared final
37955 src/com/gps/hibernate/UserDetails.java 388 publicMethodCommentRequirement Required
37956 src/com/gps/hibernate/UserDetailsDAO.java 3 Avoid unused imports such as 'java.util.Date'
37957 src/com/gps/hibernate/UserDetailsDAO.java 5 Avoid unused imports such as 'java.util.Set'
37958 src/com/gps/hibernate/UserDetailsDAO.java 12 Comment is too large: Too many lines
37959 src/com/gps/hibernate/UserDetailsDAO.java 24 This class has too many methods, consider refactoring it.
37960 src/com/gps/hibernate/UserDetailsDAO.java 25 Logger should be defined private static final and have the correct class
37961 src/com/gps/hibernate/UserDetailsDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
37962 src/com/gps/hibernate/UserDetailsDAO.java 25 fieldCommentRequirement Required
37963 src/com/gps/hibernate/UserDetailsDAO.java 27 fieldCommentRequirement Required
37964 src/com/gps/hibernate/UserDetailsDAO.java 28 fieldCommentRequirement Required
37965 src/com/gps/hibernate/UserDetailsDAO.java 29 fieldCommentRequirement Required
37966 src/com/gps/hibernate/UserDetailsDAO.java 30 fieldCommentRequirement Required
37967 src/com/gps/hibernate/UserDetailsDAO.java 31 fieldCommentRequirement Required
37968 src/com/gps/hibernate/UserDetailsDAO.java 32 fieldCommentRequirement Required
37969 src/com/gps/hibernate/UserDetailsDAO.java 33 fieldCommentRequirement Required
37970 src/com/gps/hibernate/UserDetailsDAO.java 34 fieldCommentRequirement Required
37971 src/com/gps/hibernate/UserDetailsDAO.java 35 fieldCommentRequirement Required
37972 src/com/gps/hibernate/UserDetailsDAO.java 36 fieldCommentRequirement Required
37973 src/com/gps/hibernate/UserDetailsDAO.java 37 fieldCommentRequirement Required
37974 src/com/gps/hibernate/UserDetailsDAO.java 38 fieldCommentRequirement Required
37975 src/com/gps/hibernate/UserDetailsDAO.java 39 fieldCommentRequirement Required
37976 src/com/gps/hibernate/UserDetailsDAO.java 40 fieldCommentRequirement Required
37977 src/com/gps/hibernate/UserDetailsDAO.java 41 fieldCommentRequirement Required
37978 src/com/gps/hibernate/UserDetailsDAO.java 42 fieldCommentRequirement Required
37979 src/com/gps/hibernate/UserDetailsDAO.java 43 fieldCommentRequirement Required
37980 src/com/gps/hibernate/UserDetailsDAO.java 44 fieldCommentRequirement Required
37981 src/com/gps/hibernate/UserDetailsDAO.java 46 Parameter 'transientInstance' is not assigned and could be declared final
37982 src/com/gps/hibernate/UserDetailsDAO.java 46 publicMethodCommentRequirement Required
37983 src/com/gps/hibernate/UserDetailsDAO.java 47 There is log block not surrounded by if
37984 src/com/gps/hibernate/UserDetailsDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37985 src/com/gps/hibernate/UserDetailsDAO.java 49 Potential violation of Law of Demeter (method chain calls)
37986 src/com/gps/hibernate/UserDetailsDAO.java 50 There is log block not surrounded by if
37987 src/com/gps/hibernate/UserDetailsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37988 src/com/gps/hibernate/UserDetailsDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37989 src/com/gps/hibernate/UserDetailsDAO.java 52 There is log block not surrounded by if
37990 src/com/gps/hibernate/UserDetailsDAO.java 57 Avoid excessively long variable names like persistentInstance
37991 src/com/gps/hibernate/UserDetailsDAO.java 57 Parameter 'persistentInstance' is not assigned and could be declared final
37992 src/com/gps/hibernate/UserDetailsDAO.java 57 publicMethodCommentRequirement Required
37993 src/com/gps/hibernate/UserDetailsDAO.java 58 There is log block not surrounded by if
37994 src/com/gps/hibernate/UserDetailsDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37995 src/com/gps/hibernate/UserDetailsDAO.java 60 Potential violation of Law of Demeter (method chain calls)
37996 src/com/gps/hibernate/UserDetailsDAO.java 61 There is log block not surrounded by if
37997 src/com/gps/hibernate/UserDetailsDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37998 src/com/gps/hibernate/UserDetailsDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37999 src/com/gps/hibernate/UserDetailsDAO.java 63 There is log block not surrounded by if
38000 src/com/gps/hibernate/UserDetailsDAO.java 68 Avoid variables with short names like id
38001 src/com/gps/hibernate/UserDetailsDAO.java 68 Parameter 'id' is not assigned and could be declared final
38002 src/com/gps/hibernate/UserDetailsDAO.java 68 publicMethodCommentRequirement Required
38003 src/com/gps/hibernate/UserDetailsDAO.java 69 There is log block not surrounded by if
38004 src/com/gps/hibernate/UserDetailsDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38005 src/com/gps/hibernate/UserDetailsDAO.java 71 Local variable 'instance' could be declared final
38006 src/com/gps/hibernate/UserDetailsDAO.java 71 Potential violation of Law of Demeter (method chain calls)
38007 src/com/gps/hibernate/UserDetailsDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38008 src/com/gps/hibernate/UserDetailsDAO.java 75 There is log block not surrounded by if
38009 src/com/gps/hibernate/UserDetailsDAO.java 80 Parameter 'instance' is not assigned and could be declared final
38010 src/com/gps/hibernate/UserDetailsDAO.java 80 publicMethodCommentRequirement Required
38011 src/com/gps/hibernate/UserDetailsDAO.java 81 There is log block not surrounded by if
38012 src/com/gps/hibernate/UserDetailsDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38013 src/com/gps/hibernate/UserDetailsDAO.java 83 Local variable 'results' could be declared final
38014 src/com/gps/hibernate/UserDetailsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
38015 src/com/gps/hibernate/UserDetailsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
38016 src/com/gps/hibernate/UserDetailsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
38017 src/com/gps/hibernate/UserDetailsDAO.java 86 There is log block not surrounded by if
38018 src/com/gps/hibernate/UserDetailsDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38019 src/com/gps/hibernate/UserDetailsDAO.java 87 Potential violation of Law of Demeter (object not created locally)
38020 src/com/gps/hibernate/UserDetailsDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38021 src/com/gps/hibernate/UserDetailsDAO.java 90 There is log block not surrounded by if
38022 src/com/gps/hibernate/UserDetailsDAO.java 95 Parameter 'propertyName' is not assigned and could be declared final
38023 src/com/gps/hibernate/UserDetailsDAO.java 95 Parameter 'value' is not assigned and could be declared final
38024 src/com/gps/hibernate/UserDetailsDAO.java 95 publicMethodCommentRequirement Required
38025 src/com/gps/hibernate/UserDetailsDAO.java 96 There is log block not surrounded by if
38026 src/com/gps/hibernate/UserDetailsDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38027 src/com/gps/hibernate/UserDetailsDAO.java 99 Local variable 'queryString' could be declared final
38028 src/com/gps/hibernate/UserDetailsDAO.java 101 Local variable 'queryObject' could be declared final
38029 src/com/gps/hibernate/UserDetailsDAO.java 101 Potential violation of Law of Demeter (method chain calls)
38030 src/com/gps/hibernate/UserDetailsDAO.java 102 Potential violation of Law of Demeter (object not created locally)
38031 src/com/gps/hibernate/UserDetailsDAO.java 103 Potential violation of Law of Demeter (object not created locally)
38032 src/com/gps/hibernate/UserDetailsDAO.java 104 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38033 src/com/gps/hibernate/UserDetailsDAO.java 105 There is log block not surrounded by if
38034 src/com/gps/hibernate/UserDetailsDAO.java 110 Parameter 'username' is not assigned and could be declared final
38035 src/com/gps/hibernate/UserDetailsDAO.java 110 publicMethodCommentRequirement Required
38036 src/com/gps/hibernate/UserDetailsDAO.java 114 Parameter 'loginname' is not assigned and could be declared final
38037 src/com/gps/hibernate/UserDetailsDAO.java 114 publicMethodCommentRequirement Required
38038 src/com/gps/hibernate/UserDetailsDAO.java 118 Parameter 'userStatus' is not assigned and could be declared final
38039 src/com/gps/hibernate/UserDetailsDAO.java 118 publicMethodCommentRequirement Required
38040 src/com/gps/hibernate/UserDetailsDAO.java 122 Parameter 'email' is not assigned and could be declared final
38041 src/com/gps/hibernate/UserDetailsDAO.java 122 publicMethodCommentRequirement Required
38042 src/com/gps/hibernate/UserDetailsDAO.java 126 Parameter 'gender' is not assigned and could be declared final
38043 src/com/gps/hibernate/UserDetailsDAO.java 126 publicMethodCommentRequirement Required
38044 src/com/gps/hibernate/UserDetailsDAO.java 130 Parameter 'phNumber' is not assigned and could be declared final
38045 src/com/gps/hibernate/UserDetailsDAO.java 130 publicMethodCommentRequirement Required
38046 src/com/gps/hibernate/UserDetailsDAO.java 134 Parameter 'chatId' is not assigned and could be declared final
38047 src/com/gps/hibernate/UserDetailsDAO.java 134 publicMethodCommentRequirement Required
38048 src/com/gps/hibernate/UserDetailsDAO.java 138 Parameter 'secQuest' is not assigned and could be declared final
38049 src/com/gps/hibernate/UserDetailsDAO.java 138 publicMethodCommentRequirement Required
38050 src/com/gps/hibernate/UserDetailsDAO.java 142 Parameter 'secAnswer' is not assigned and could be declared final
38051 src/com/gps/hibernate/UserDetailsDAO.java 142 publicMethodCommentRequirement Required
38052 src/com/gps/hibernate/UserDetailsDAO.java 146 Parameter 'role' is not assigned and could be declared final
38053 src/com/gps/hibernate/UserDetailsDAO.java 146 publicMethodCommentRequirement Required
38054 src/com/gps/hibernate/UserDetailsDAO.java 150 Method names should not contain underscores
38055 src/com/gps/hibernate/UserDetailsDAO.java 150 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'organization_1' is not final.
38056 src/com/gps/hibernate/UserDetailsDAO.java 150 Parameter 'organization_1' is not assigned and could be declared final
38057 src/com/gps/hibernate/UserDetailsDAO.java 150 publicMethodCommentRequirement Required
38058 src/com/gps/hibernate/UserDetailsDAO.java 154 Parameter 'age' is not assigned and could be declared final
38059 src/com/gps/hibernate/UserDetailsDAO.java 154 publicMethodCommentRequirement Required
38060 src/com/gps/hibernate/UserDetailsDAO.java 158 Parameter 'userImage' is not assigned and could be declared final
38061 src/com/gps/hibernate/UserDetailsDAO.java 158 publicMethodCommentRequirement Required
38062 src/com/gps/hibernate/UserDetailsDAO.java 162 Parameter 'password' is not assigned and could be declared final
38063 src/com/gps/hibernate/UserDetailsDAO.java 162 publicMethodCommentRequirement Required
38064 src/com/gps/hibernate/UserDetailsDAO.java 166 Parameter 'smsStatus' is not assigned and could be declared final
38065 src/com/gps/hibernate/UserDetailsDAO.java 166 publicMethodCommentRequirement Required
38066 src/com/gps/hibernate/UserDetailsDAO.java 170 Parameter 'timezone' is not assigned and could be declared final
38067 src/com/gps/hibernate/UserDetailsDAO.java 170 publicMethodCommentRequirement Required
38068 src/com/gps/hibernate/UserDetailsDAO.java 174 Parameter 'firstname' is not assigned and could be declared final
38069 src/com/gps/hibernate/UserDetailsDAO.java 174 publicMethodCommentRequirement Required
38070 src/com/gps/hibernate/UserDetailsDAO.java 178 Parameter 'lastname' is not assigned and could be declared final
38071 src/com/gps/hibernate/UserDetailsDAO.java 178 publicMethodCommentRequirement Required
38072 src/com/gps/hibernate/UserDetailsDAO.java 182 publicMethodCommentRequirement Required
38073 src/com/gps/hibernate/UserDetailsDAO.java 183 There is log block not surrounded by if
38074 src/com/gps/hibernate/UserDetailsDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38075 src/com/gps/hibernate/UserDetailsDAO.java 185 Local variable 'queryString' could be declared final
38076 src/com/gps/hibernate/UserDetailsDAO.java 186 Local variable 'queryObject' could be declared final
38077 src/com/gps/hibernate/UserDetailsDAO.java 186 Potential violation of Law of Demeter (method chain calls)
38078 src/com/gps/hibernate/UserDetailsDAO.java 187 Potential violation of Law of Demeter (object not created locally)
38079 src/com/gps/hibernate/UserDetailsDAO.java 188 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38080 src/com/gps/hibernate/UserDetailsDAO.java 189 There is log block not surrounded by if
38081 src/com/gps/hibernate/UserDetailsDAO.java 194 Parameter 'detachedInstance' is not assigned and could be declared final
38082 src/com/gps/hibernate/UserDetailsDAO.java 194 publicMethodCommentRequirement Required
38083 src/com/gps/hibernate/UserDetailsDAO.java 195 There is log block not surrounded by if
38084 src/com/gps/hibernate/UserDetailsDAO.java 195 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38085 src/com/gps/hibernate/UserDetailsDAO.java 197 Local variable 'result' could be declared final
38086 src/com/gps/hibernate/UserDetailsDAO.java 197 Potential violation of Law of Demeter (method chain calls)
38087 src/com/gps/hibernate/UserDetailsDAO.java 199 There is log block not surrounded by if
38088 src/com/gps/hibernate/UserDetailsDAO.java 199 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38089 src/com/gps/hibernate/UserDetailsDAO.java 201 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38090 src/com/gps/hibernate/UserDetailsDAO.java 202 There is log block not surrounded by if
38091 src/com/gps/hibernate/UserDetailsDAO.java 207 Parameter 'instance' is not assigned and could be declared final
38092 src/com/gps/hibernate/UserDetailsDAO.java 207 publicMethodCommentRequirement Required
38093 src/com/gps/hibernate/UserDetailsDAO.java 208 There is log block not surrounded by if
38094 src/com/gps/hibernate/UserDetailsDAO.java 208 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38095 src/com/gps/hibernate/UserDetailsDAO.java 210 Potential violation of Law of Demeter (method chain calls)
38096 src/com/gps/hibernate/UserDetailsDAO.java 211 There is log block not surrounded by if
38097 src/com/gps/hibernate/UserDetailsDAO.java 211 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38098 src/com/gps/hibernate/UserDetailsDAO.java 212 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38099 src/com/gps/hibernate/UserDetailsDAO.java 213 There is log block not surrounded by if
38100 src/com/gps/hibernate/UserDetailsDAO.java 218 Parameter 'instance' is not assigned and could be declared final
38101 src/com/gps/hibernate/UserDetailsDAO.java 218 publicMethodCommentRequirement Required
38102 src/com/gps/hibernate/UserDetailsDAO.java 219 There is log block not surrounded by if
38103 src/com/gps/hibernate/UserDetailsDAO.java 219 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38104 src/com/gps/hibernate/UserDetailsDAO.java 221 Potential violation of Law of Demeter (method chain calls)
38105 src/com/gps/hibernate/UserDetailsDAO.java 222 There is log block not surrounded by if
38106 src/com/gps/hibernate/UserDetailsDAO.java 222 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38107 src/com/gps/hibernate/UserDetailsDAO.java 223 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38108 src/com/gps/hibernate/UserDetailsDAO.java 224 There is log block not surrounded by if
38109 src/com/gps/hibernate/UserGeofenceMap.java 9 Classes implementing Serializable should set a serialVersionUID
38110 src/com/gps/hibernate/UserGeofenceMap.java 13 fieldCommentRequirement Required
38111 src/com/gps/hibernate/UserGeofenceMap.java 14 fieldCommentRequirement Required
38112 src/com/gps/hibernate/UserGeofenceMap.java 15 fieldCommentRequirement Required
38113 src/com/gps/hibernate/UserGeofenceMap.java 20 Document empty constructor
38114 src/com/gps/hibernate/UserGeofenceMap.java 24 Parameter 'geofence' is not assigned and could be declared final
38115 src/com/gps/hibernate/UserGeofenceMap.java 24 Parameter 'userDetails' is not assigned and could be declared final
38116 src/com/gps/hibernate/UserGeofenceMap.java 31 publicMethodCommentRequirement Required
38117 src/com/gps/hibernate/UserGeofenceMap.java 35 Parameter 'ugmapid' is not assigned and could be declared final
38118 src/com/gps/hibernate/UserGeofenceMap.java 35 publicMethodCommentRequirement Required
38119 src/com/gps/hibernate/UserGeofenceMap.java 39 publicMethodCommentRequirement Required
38120 src/com/gps/hibernate/UserGeofenceMap.java 43 Parameter 'userDetails' is not assigned and could be declared final
38121 src/com/gps/hibernate/UserGeofenceMap.java 43 publicMethodCommentRequirement Required
38122 src/com/gps/hibernate/UserGeofenceMap.java 47 publicMethodCommentRequirement Required
38123 src/com/gps/hibernate/UserGeofenceMap.java 51 Parameter 'geofence' is not assigned and could be declared final
38124 src/com/gps/hibernate/UserGeofenceMap.java 51 publicMethodCommentRequirement Required
38125 src/com/gps/hibernate/UserGeofenceMapDAO.java 10 Comment is too large: Too many lines
38126 src/com/gps/hibernate/UserGeofenceMapDAO.java 23 Logger should be defined private static final and have the correct class
38127 src/com/gps/hibernate/UserGeofenceMapDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
38128 src/com/gps/hibernate/UserGeofenceMapDAO.java 23 fieldCommentRequirement Required
38129 src/com/gps/hibernate/UserGeofenceMapDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
38130 src/com/gps/hibernate/UserGeofenceMapDAO.java 27 publicMethodCommentRequirement Required
38131 src/com/gps/hibernate/UserGeofenceMapDAO.java 28 There is log block not surrounded by if
38132 src/com/gps/hibernate/UserGeofenceMapDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38133 src/com/gps/hibernate/UserGeofenceMapDAO.java 30 Potential violation of Law of Demeter (method chain calls)
38134 src/com/gps/hibernate/UserGeofenceMapDAO.java 31 There is log block not surrounded by if
38135 src/com/gps/hibernate/UserGeofenceMapDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38136 src/com/gps/hibernate/UserGeofenceMapDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38137 src/com/gps/hibernate/UserGeofenceMapDAO.java 33 There is log block not surrounded by if
38138 src/com/gps/hibernate/UserGeofenceMapDAO.java 38 Avoid excessively long variable names like persistentInstance
38139 src/com/gps/hibernate/UserGeofenceMapDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
38140 src/com/gps/hibernate/UserGeofenceMapDAO.java 38 publicMethodCommentRequirement Required
38141 src/com/gps/hibernate/UserGeofenceMapDAO.java 39 There is log block not surrounded by if
38142 src/com/gps/hibernate/UserGeofenceMapDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38143 src/com/gps/hibernate/UserGeofenceMapDAO.java 41 Potential violation of Law of Demeter (method chain calls)
38144 src/com/gps/hibernate/UserGeofenceMapDAO.java 42 There is log block not surrounded by if
38145 src/com/gps/hibernate/UserGeofenceMapDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38146 src/com/gps/hibernate/UserGeofenceMapDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38147 src/com/gps/hibernate/UserGeofenceMapDAO.java 44 There is log block not surrounded by if
38148 src/com/gps/hibernate/UserGeofenceMapDAO.java 49 Avoid variables with short names like id
38149 src/com/gps/hibernate/UserGeofenceMapDAO.java 49 Parameter 'id' is not assigned and could be declared final
38150 src/com/gps/hibernate/UserGeofenceMapDAO.java 49 publicMethodCommentRequirement Required
38151 src/com/gps/hibernate/UserGeofenceMapDAO.java 50 There is log block not surrounded by if
38152 src/com/gps/hibernate/UserGeofenceMapDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38153 src/com/gps/hibernate/UserGeofenceMapDAO.java 52 Local variable 'instance' could be declared final
38154 src/com/gps/hibernate/UserGeofenceMapDAO.java 52 Potential violation of Law of Demeter (method chain calls)
38155 src/com/gps/hibernate/UserGeofenceMapDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38156 src/com/gps/hibernate/UserGeofenceMapDAO.java 56 There is log block not surrounded by if
38157 src/com/gps/hibernate/UserGeofenceMapDAO.java 61 Parameter 'instance' is not assigned and could be declared final
38158 src/com/gps/hibernate/UserGeofenceMapDAO.java 61 publicMethodCommentRequirement Required
38159 src/com/gps/hibernate/UserGeofenceMapDAO.java 62 There is log block not surrounded by if
38160 src/com/gps/hibernate/UserGeofenceMapDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38161 src/com/gps/hibernate/UserGeofenceMapDAO.java 64 Local variable 'results' could be declared final
38162 src/com/gps/hibernate/UserGeofenceMapDAO.java 64 Potential violation of Law of Demeter (method chain calls)
38163 src/com/gps/hibernate/UserGeofenceMapDAO.java 64 Potential violation of Law of Demeter (method chain calls)
38164 src/com/gps/hibernate/UserGeofenceMapDAO.java 64 Potential violation of Law of Demeter (method chain calls)
38165 src/com/gps/hibernate/UserGeofenceMapDAO.java 67 There is log block not surrounded by if
38166 src/com/gps/hibernate/UserGeofenceMapDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38167 src/com/gps/hibernate/UserGeofenceMapDAO.java 68 Potential violation of Law of Demeter (object not created locally)
38168 src/com/gps/hibernate/UserGeofenceMapDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38169 src/com/gps/hibernate/UserGeofenceMapDAO.java 71 There is log block not surrounded by if
38170 src/com/gps/hibernate/UserGeofenceMapDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
38171 src/com/gps/hibernate/UserGeofenceMapDAO.java 76 Parameter 'value' is not assigned and could be declared final
38172 src/com/gps/hibernate/UserGeofenceMapDAO.java 76 publicMethodCommentRequirement Required
38173 src/com/gps/hibernate/UserGeofenceMapDAO.java 77 There is log block not surrounded by if
38174 src/com/gps/hibernate/UserGeofenceMapDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38175 src/com/gps/hibernate/UserGeofenceMapDAO.java 80 Local variable 'queryString' could be declared final
38176 src/com/gps/hibernate/UserGeofenceMapDAO.java 82 Local variable 'queryObject' could be declared final
38177 src/com/gps/hibernate/UserGeofenceMapDAO.java 82 Potential violation of Law of Demeter (method chain calls)
38178 src/com/gps/hibernate/UserGeofenceMapDAO.java 83 Potential violation of Law of Demeter (object not created locally)
38179 src/com/gps/hibernate/UserGeofenceMapDAO.java 84 Potential violation of Law of Demeter (object not created locally)
38180 src/com/gps/hibernate/UserGeofenceMapDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38181 src/com/gps/hibernate/UserGeofenceMapDAO.java 86 There is log block not surrounded by if
38182 src/com/gps/hibernate/UserGeofenceMapDAO.java 91 publicMethodCommentRequirement Required
38183 src/com/gps/hibernate/UserGeofenceMapDAO.java 92 There is log block not surrounded by if
38184 src/com/gps/hibernate/UserGeofenceMapDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38185 src/com/gps/hibernate/UserGeofenceMapDAO.java 94 Local variable 'queryString' could be declared final
38186 src/com/gps/hibernate/UserGeofenceMapDAO.java 95 Local variable 'queryObject' could be declared final
38187 src/com/gps/hibernate/UserGeofenceMapDAO.java 95 Potential violation of Law of Demeter (method chain calls)
38188 src/com/gps/hibernate/UserGeofenceMapDAO.java 96 Potential violation of Law of Demeter (object not created locally)
38189 src/com/gps/hibernate/UserGeofenceMapDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38190 src/com/gps/hibernate/UserGeofenceMapDAO.java 98 There is log block not surrounded by if
38191 src/com/gps/hibernate/UserGeofenceMapDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
38192 src/com/gps/hibernate/UserGeofenceMapDAO.java 103 publicMethodCommentRequirement Required
38193 src/com/gps/hibernate/UserGeofenceMapDAO.java 104 There is log block not surrounded by if
38194 src/com/gps/hibernate/UserGeofenceMapDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38195 src/com/gps/hibernate/UserGeofenceMapDAO.java 106 Local variable 'result' could be declared final
38196 src/com/gps/hibernate/UserGeofenceMapDAO.java 106 Potential violation of Law of Demeter (method chain calls)
38197 src/com/gps/hibernate/UserGeofenceMapDAO.java 108 There is log block not surrounded by if
38198 src/com/gps/hibernate/UserGeofenceMapDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38199 src/com/gps/hibernate/UserGeofenceMapDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38200 src/com/gps/hibernate/UserGeofenceMapDAO.java 111 There is log block not surrounded by if
38201 src/com/gps/hibernate/UserGeofenceMapDAO.java 116 Parameter 'instance' is not assigned and could be declared final
38202 src/com/gps/hibernate/UserGeofenceMapDAO.java 116 publicMethodCommentRequirement Required
38203 src/com/gps/hibernate/UserGeofenceMapDAO.java 117 There is log block not surrounded by if
38204 src/com/gps/hibernate/UserGeofenceMapDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38205 src/com/gps/hibernate/UserGeofenceMapDAO.java 119 Potential violation of Law of Demeter (method chain calls)
38206 src/com/gps/hibernate/UserGeofenceMapDAO.java 120 There is log block not surrounded by if
38207 src/com/gps/hibernate/UserGeofenceMapDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38208 src/com/gps/hibernate/UserGeofenceMapDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38209 src/com/gps/hibernate/UserGeofenceMapDAO.java 122 There is log block not surrounded by if
38210 src/com/gps/hibernate/UserGeofenceMapDAO.java 127 Parameter 'instance' is not assigned and could be declared final
38211 src/com/gps/hibernate/UserGeofenceMapDAO.java 127 publicMethodCommentRequirement Required
38212 src/com/gps/hibernate/UserGeofenceMapDAO.java 128 There is log block not surrounded by if
38213 src/com/gps/hibernate/UserGeofenceMapDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38214 src/com/gps/hibernate/UserGeofenceMapDAO.java 130 Potential violation of Law of Demeter (method chain calls)
38215 src/com/gps/hibernate/UserGeofenceMapDAO.java 131 There is log block not surrounded by if
38216 src/com/gps/hibernate/UserGeofenceMapDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38217 src/com/gps/hibernate/UserGeofenceMapDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38218 src/com/gps/hibernate/UserGeofenceMapDAO.java 133 There is log block not surrounded by if
38219 src/com/gps/hibernate/UserPanelSettings.java 7 Classes implementing Serializable should set a serialVersionUID
38220 src/com/gps/hibernate/UserPanelSettings.java 9 Avoid variables with short names like id
38221 src/com/gps/hibernate/UserPanelSettings.java 9 fieldCommentRequirement Required
38222 src/com/gps/hibernate/UserPanelSettings.java 10 Avoid excessively long variable names like vehiclePanelSettings
38223 src/com/gps/hibernate/UserPanelSettings.java 10 fieldCommentRequirement Required
38224 src/com/gps/hibernate/UserPanelSettings.java 11 fieldCommentRequirement Required
38225 src/com/gps/hibernate/UserPanelSettings.java 12 fieldCommentRequirement Required
38226 src/com/gps/hibernate/UserPanelSettings.java 14 Document empty constructor
38227 src/com/gps/hibernate/UserPanelSettings.java 14 publicMethodCommentRequirement Required
38228 src/com/gps/hibernate/UserPanelSettings.java 17 Avoid variables with short names like id
38229 src/com/gps/hibernate/UserPanelSettings.java 17 Parameter 'id' is not assigned and could be declared final
38230 src/com/gps/hibernate/UserPanelSettings.java 17 publicMethodCommentRequirement Required
38231 src/com/gps/hibernate/UserPanelSettings.java 18 Avoid excessively long variable names like vehiclePanelSettings
38232 src/com/gps/hibernate/UserPanelSettings.java 18 Parameter 'user' is not assigned and could be declared final
38233 src/com/gps/hibernate/UserPanelSettings.java 18 Parameter 'vehiclePanelSettings' is not assigned and could be declared final
38234 src/com/gps/hibernate/UserPanelSettings.java 19 Parameter 'infoPanel' is not assigned and could be declared final
38235 src/com/gps/hibernate/UserPanelSettings.java 26 publicMethodCommentRequirement Required
38236 src/com/gps/hibernate/UserPanelSettings.java 30 Avoid variables with short names like id
38237 src/com/gps/hibernate/UserPanelSettings.java 30 Parameter 'id' is not assigned and could be declared final
38238 src/com/gps/hibernate/UserPanelSettings.java 30 publicMethodCommentRequirement Required
38239 src/com/gps/hibernate/UserPanelSettings.java 34 publicMethodCommentRequirement Required
38240 src/com/gps/hibernate/UserPanelSettings.java 38 publicMethodCommentRequirement Required
38241 src/com/gps/hibernate/UserPanelSettings.java 39 Avoid excessively long variable names like vehiclePanelSettings
38242 src/com/gps/hibernate/UserPanelSettings.java 39 Parameter 'vehiclePanelSettings' is not assigned and could be declared final
38243 src/com/gps/hibernate/UserPanelSettings.java 43 publicMethodCommentRequirement Required
38244 src/com/gps/hibernate/UserPanelSettings.java 47 Parameter 'user' is not assigned and could be declared final
38245 src/com/gps/hibernate/UserPanelSettings.java 47 publicMethodCommentRequirement Required
38246 src/com/gps/hibernate/UserPanelSettings.java 51 publicMethodCommentRequirement Required
38247 src/com/gps/hibernate/UserPanelSettings.java 55 Parameter 'infoPanel' is not assigned and could be declared final
38248 src/com/gps/hibernate/UserPanelSettings.java 55 publicMethodCommentRequirement Required
38249 src/com/gps/hibernate/UserPanelSettingsDAO.java 16 Logger should be defined private static final and have the correct class
38250 src/com/gps/hibernate/UserPanelSettingsDAO.java 16 Variables that are final and static should be all capitals, 'log' is not all capitals.
38251 src/com/gps/hibernate/UserPanelSettingsDAO.java 16 fieldCommentRequirement Required
38252 src/com/gps/hibernate/UserPanelSettingsDAO.java 19 Parameter 'transientInstance' is not assigned and could be declared final
38253 src/com/gps/hibernate/UserPanelSettingsDAO.java 19 publicMethodCommentRequirement Required
38254 src/com/gps/hibernate/UserPanelSettingsDAO.java 20 There is log block not surrounded by if
38255 src/com/gps/hibernate/UserPanelSettingsDAO.java 20 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38256 src/com/gps/hibernate/UserPanelSettingsDAO.java 22 Potential violation of Law of Demeter (method chain calls)
38257 src/com/gps/hibernate/UserPanelSettingsDAO.java 23 There is log block not surrounded by if
38258 src/com/gps/hibernate/UserPanelSettingsDAO.java 23 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38259 src/com/gps/hibernate/UserPanelSettingsDAO.java 24 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38260 src/com/gps/hibernate/UserPanelSettingsDAO.java 25 There is log block not surrounded by if
38261 src/com/gps/hibernate/UserPanelSettingsDAO.java 30 Parameter 'instance' is not assigned and could be declared final
38262 src/com/gps/hibernate/UserPanelSettingsDAO.java 30 publicMethodCommentRequirement Required
38263 src/com/gps/hibernate/UserPanelSettingsDAO.java 31 There is log block not surrounded by if
38264 src/com/gps/hibernate/UserPanelSettingsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38265 src/com/gps/hibernate/UserPanelSettingsDAO.java 33 Potential violation of Law of Demeter (method chain calls)
38266 src/com/gps/hibernate/UserPanelSettingsDAO.java 34 There is log block not surrounded by if
38267 src/com/gps/hibernate/UserPanelSettingsDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38268 src/com/gps/hibernate/UserPanelSettingsDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38269 src/com/gps/hibernate/UserPanelSettingsDAO.java 36 There is log block not surrounded by if
38270 src/com/gps/hibernate/UserPanelSettingsDAO.java 41 Parameter 'instance' is not assigned and could be declared final
38271 src/com/gps/hibernate/UserPanelSettingsDAO.java 41 publicMethodCommentRequirement Required
38272 src/com/gps/hibernate/UserPanelSettingsDAO.java 42 There is log block not surrounded by if
38273 src/com/gps/hibernate/UserPanelSettingsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38274 src/com/gps/hibernate/UserPanelSettingsDAO.java 44 Potential violation of Law of Demeter (method chain calls)
38275 src/com/gps/hibernate/UserPanelSettingsDAO.java 45 There is log block not surrounded by if
38276 src/com/gps/hibernate/UserPanelSettingsDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38277 src/com/gps/hibernate/UserPanelSettingsDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38278 src/com/gps/hibernate/UserPanelSettingsDAO.java 47 There is log block not surrounded by if
38279 src/com/gps/hibernate/UserPanelSettingsDAO.java 52 Avoid excessively long variable names like persistentInstance
38280 src/com/gps/hibernate/UserPanelSettingsDAO.java 52 Parameter 'persistentInstance' is not assigned and could be declared final
38281 src/com/gps/hibernate/UserPanelSettingsDAO.java 52 publicMethodCommentRequirement Required
38282 src/com/gps/hibernate/UserPanelSettingsDAO.java 53 There is log block not surrounded by if
38283 src/com/gps/hibernate/UserPanelSettingsDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38284 src/com/gps/hibernate/UserPanelSettingsDAO.java 55 Potential violation of Law of Demeter (method chain calls)
38285 src/com/gps/hibernate/UserPanelSettingsDAO.java 56 There is log block not surrounded by if
38286 src/com/gps/hibernate/UserPanelSettingsDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38287 src/com/gps/hibernate/UserPanelSettingsDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38288 src/com/gps/hibernate/UserPanelSettingsDAO.java 58 There is log block not surrounded by if
38289 src/com/gps/hibernate/UserPanelSettingsDAO.java 63 Parameter 'detachedInstance' is not assigned and could be declared final
38290 src/com/gps/hibernate/UserPanelSettingsDAO.java 63 publicMethodCommentRequirement Required
38291 src/com/gps/hibernate/UserPanelSettingsDAO.java 64 There is log block not surrounded by if
38292 src/com/gps/hibernate/UserPanelSettingsDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38293 src/com/gps/hibernate/UserPanelSettingsDAO.java 66 Local variable 'result' could be declared final
38294 src/com/gps/hibernate/UserPanelSettingsDAO.java 66 Potential violation of Law of Demeter (method chain calls)
38295 src/com/gps/hibernate/UserPanelSettingsDAO.java 67 There is log block not surrounded by if
38296 src/com/gps/hibernate/UserPanelSettingsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38297 src/com/gps/hibernate/UserPanelSettingsDAO.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38298 src/com/gps/hibernate/UserPanelSettingsDAO.java 70 There is log block not surrounded by if
38299 src/com/gps/hibernate/UserPanelSettingsDAO.java 75 Avoid variables with short names like id
38300 src/com/gps/hibernate/UserPanelSettingsDAO.java 75 Parameter 'id' is not assigned and could be declared final
38301 src/com/gps/hibernate/UserPanelSettingsDAO.java 75 publicMethodCommentRequirement Required
38302 src/com/gps/hibernate/UserPanelSettingsDAO.java 76 There is log block not surrounded by if
38303 src/com/gps/hibernate/UserPanelSettingsDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38304 src/com/gps/hibernate/UserPanelSettingsDAO.java 78 Local variable 'instance' could be declared final
38305 src/com/gps/hibernate/UserPanelSettingsDAO.java 78 Potential violation of Law of Demeter (method chain calls)
38306 src/com/gps/hibernate/UserPanelSettingsDAO.java 80 There is log block not surrounded by if
38307 src/com/gps/hibernate/UserPanelSettingsDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38308 src/com/gps/hibernate/UserPanelSettingsDAO.java 82 There is log block not surrounded by if
38309 src/com/gps/hibernate/UserPanelSettingsDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38310 src/com/gps/hibernate/UserPanelSettingsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38311 src/com/gps/hibernate/UserPanelSettingsDAO.java 86 There is log block not surrounded by if
38312 src/com/gps/hibernate/UserPanelSettingsId.java 7 Classes implementing Serializable should set a serialVersionUID
38313 src/com/gps/hibernate/UserPanelSettingsId.java 9 fieldCommentRequirement Required
38314 src/com/gps/hibernate/UserPanelSettingsId.java 10 fieldCommentRequirement Required
38315 src/com/gps/hibernate/UserPanelSettingsId.java 11 fieldCommentRequirement Required
38316 src/com/gps/hibernate/UserPanelSettingsId.java 13 Document empty constructor
38317 src/com/gps/hibernate/UserPanelSettingsId.java 13 publicMethodCommentRequirement Required
38318 src/com/gps/hibernate/UserPanelSettingsId.java 16 Parameter 'infopanelid' is not assigned and could be declared final
38319 src/com/gps/hibernate/UserPanelSettingsId.java 16 Parameter 'layoutid' is not assigned and could be declared final
38320 src/com/gps/hibernate/UserPanelSettingsId.java 16 Parameter 'userid' is not assigned and could be declared final
38321 src/com/gps/hibernate/UserPanelSettingsId.java 16 publicMethodCommentRequirement Required
38322 src/com/gps/hibernate/UserPanelSettingsId.java 22 publicMethodCommentRequirement Required
38323 src/com/gps/hibernate/UserPanelSettingsId.java 26 Parameter 'userid' is not assigned and could be declared final
38324 src/com/gps/hibernate/UserPanelSettingsId.java 26 publicMethodCommentRequirement Required
38325 src/com/gps/hibernate/UserPanelSettingsId.java 30 publicMethodCommentRequirement Required
38326 src/com/gps/hibernate/UserPanelSettingsId.java 34 Parameter 'layoutid' is not assigned and could be declared final
38327 src/com/gps/hibernate/UserPanelSettingsId.java 34 publicMethodCommentRequirement Required
38328 src/com/gps/hibernate/UserPanelSettingsId.java 38 publicMethodCommentRequirement Required
38329 src/com/gps/hibernate/UserPanelSettingsId.java 42 Parameter 'infopanelid' is not assigned and could be declared final
38330 src/com/gps/hibernate/UserPanelSettingsId.java 42 publicMethodCommentRequirement Required
38331 src/com/gps/hibernate/UserPanelSettingsId.java 46 Parameter 'other' is not assigned and could be declared final
38332 src/com/gps/hibernate/UserPanelSettingsId.java 46 publicMethodCommentRequirement Required
38333 src/com/gps/hibernate/UserPanelSettingsId.java 47 Avoid using if statements without curly braces
38334 src/com/gps/hibernate/UserPanelSettingsId.java 47 Useless parentheses.
38335 src/com/gps/hibernate/UserPanelSettingsId.java 47 Useless parentheses.
38336 src/com/gps/hibernate/UserPanelSettingsId.java 48 A method should have only one exit point, and that should be the last statement in the method
38337 src/com/gps/hibernate/UserPanelSettingsId.java 49 Avoid using if statements without curly braces
38338 src/com/gps/hibernate/UserPanelSettingsId.java 49 Useless parentheses.
38339 src/com/gps/hibernate/UserPanelSettingsId.java 49 Useless parentheses.
38340 src/com/gps/hibernate/UserPanelSettingsId.java 50 A method should have only one exit point, and that should be the last statement in the method
38341 src/com/gps/hibernate/UserPanelSettingsId.java 51 Avoid using if statements without curly braces
38342 src/com/gps/hibernate/UserPanelSettingsId.java 52 A method should have only one exit point, and that should be the last statement in the method
38343 src/com/gps/hibernate/UserPanelSettingsId.java 53 Local variable 'castOther' could be declared final
38344 src/com/gps/hibernate/UserPanelSettingsId.java 55 Potential violation of Law of Demeter (method chain calls)
38345 src/com/gps/hibernate/UserPanelSettingsId.java 55 Potential violation of Law of Demeter (object not created locally)
38346 src/com/gps/hibernate/UserPanelSettingsId.java 55 Potential violation of Law of Demeter (object not created locally)
38347 src/com/gps/hibernate/UserPanelSettingsId.java 55 Useless parentheses.
38348 src/com/gps/hibernate/UserPanelSettingsId.java 55 Useless parentheses.
38349 src/com/gps/hibernate/UserPanelSettingsId.java 56 Potential violation of Law of Demeter (method chain calls)
38350 src/com/gps/hibernate/UserPanelSettingsId.java 56 Potential violation of Law of Demeter (object not created locally)
38351 src/com/gps/hibernate/UserPanelSettingsId.java 56 Potential violation of Law of Demeter (object not created locally)
38352 src/com/gps/hibernate/UserPanelSettingsId.java 56 Useless parentheses.
38353 src/com/gps/hibernate/UserPanelSettingsId.java 56 Useless parentheses.
38354 src/com/gps/hibernate/UserPanelSettingsId.java 57 Potential violation of Law of Demeter (method chain calls)
38355 src/com/gps/hibernate/UserPanelSettingsId.java 57 Potential violation of Law of Demeter (object not created locally)
38356 src/com/gps/hibernate/UserPanelSettingsId.java 57 Potential violation of Law of Demeter (object not created locally)
38357 src/com/gps/hibernate/UserPanelSettingsId.java 57 Useless parentheses.
38358 src/com/gps/hibernate/UserPanelSettingsId.java 57 Useless parentheses.
38359 src/com/gps/hibernate/UserPanelSettingsId.java 60 publicMethodCommentRequirement Required
38360 src/com/gps/hibernate/UserPanelSettingsId.java 61 Found 'DD'-anomaly for variable 'result' (lines '61'-'63').
38361 src/com/gps/hibernate/UserPreferences.java 9 Classes implementing Serializable should set a serialVersionUID
38362 src/com/gps/hibernate/UserPreferences.java 9 Too many fields
38363 src/com/gps/hibernate/UserPreferences.java 13 fieldCommentRequirement Required
38364 src/com/gps/hibernate/UserPreferences.java 14 fieldCommentRequirement Required
38365 src/com/gps/hibernate/UserPreferences.java 15 fieldCommentRequirement Required
38366 src/com/gps/hibernate/UserPreferences.java 16 fieldCommentRequirement Required
38367 src/com/gps/hibernate/UserPreferences.java 17 Avoid excessively long variable names like searchPreferenceStatus
38368 src/com/gps/hibernate/UserPreferences.java 17 fieldCommentRequirement Required
38369 src/com/gps/hibernate/UserPreferences.java 18 fieldCommentRequirement Required
38370 src/com/gps/hibernate/UserPreferences.java 19 Avoid excessively long variable names like startDistanceLimit
38371 src/com/gps/hibernate/UserPreferences.java 19 fieldCommentRequirement Required
38372 src/com/gps/hibernate/UserPreferences.java 20 Avoid excessively long variable names like distancePreferenceStatus
38373 src/com/gps/hibernate/UserPreferences.java 20 fieldCommentRequirement Required
38374 src/com/gps/hibernate/UserPreferences.java 21 fieldCommentRequirement Required
38375 src/com/gps/hibernate/UserPreferences.java 22 fieldCommentRequirement Required
38376 src/com/gps/hibernate/UserPreferences.java 23 fieldCommentRequirement Required
38377 src/com/gps/hibernate/UserPreferences.java 24 fieldCommentRequirement Required
38378 src/com/gps/hibernate/UserPreferences.java 25 fieldCommentRequirement Required
38379 src/com/gps/hibernate/UserPreferences.java 26 fieldCommentRequirement Required
38380 src/com/gps/hibernate/UserPreferences.java 27 fieldCommentRequirement Required
38381 src/com/gps/hibernate/UserPreferences.java 28 fieldCommentRequirement Required
38382 src/com/gps/hibernate/UserPreferences.java 29 fieldCommentRequirement Required
38383 src/com/gps/hibernate/UserPreferences.java 34 Document empty constructor
38384 src/com/gps/hibernate/UserPreferences.java 38 Parameter 'userDetails' is not assigned and could be declared final
38385 src/com/gps/hibernate/UserPreferences.java 43 Avoid long parameter lists.
38386 src/com/gps/hibernate/UserPreferences.java 43 Parameter 'sourceLocation' is not assigned and could be declared final
38387 src/com/gps/hibernate/UserPreferences.java 43 Parameter 'userDetails' is not assigned and could be declared final
38388 src/com/gps/hibernate/UserPreferences.java 44 Avoid excessively long variable names like searchPreferenceStatus
38389 src/com/gps/hibernate/UserPreferences.java 44 Parameter 'destination' is not assigned and could be declared final
38390 src/com/gps/hibernate/UserPreferences.java 44 Parameter 'searchPreferenceStatus' is not assigned and could be declared final
38391 src/com/gps/hibernate/UserPreferences.java 45 Avoid excessively long variable names like startDistanceLimit
38392 src/com/gps/hibernate/UserPreferences.java 45 Parameter 'destinationLimit' is not assigned and could be declared final
38393 src/com/gps/hibernate/UserPreferences.java 45 Parameter 'startDistanceLimit' is not assigned and could be declared final
38394 src/com/gps/hibernate/UserPreferences.java 46 Avoid excessively long variable names like distancePreferenceStatus
38395 src/com/gps/hibernate/UserPreferences.java 46 Parameter 'distancePreferenceStatus' is not assigned and could be declared final
38396 src/com/gps/hibernate/UserPreferences.java 46 Parameter 'roleType' is not assigned and could be declared final
38397 src/com/gps/hibernate/UserPreferences.java 47 Parameter 'genderPreference' is not assigned and could be declared final
38398 src/com/gps/hibernate/UserPreferences.java 47 Parameter 'smokingPreference' is not assigned and could be declared final
38399 src/com/gps/hibernate/UserPreferences.java 48 Parameter 'emailAlert' is not assigned and could be declared final
38400 src/com/gps/hibernate/UserPreferences.java 48 Parameter 'smsAlert' is not assigned and could be declared final
38401 src/com/gps/hibernate/UserPreferences.java 48 Parameter 'tripFrequency' is not assigned and could be declared final
38402 src/com/gps/hibernate/UserPreferences.java 49 Parameter 'drivingPreference' is not assigned and could be declared final
38403 src/com/gps/hibernate/UserPreferences.java 49 Parameter 'speedLimit' is not assigned and could be declared final
38404 src/com/gps/hibernate/UserPreferences.java 49 Parameter 'stopLimit' is not assigned and could be declared final
38405 src/com/gps/hibernate/UserPreferences.java 70 publicMethodCommentRequirement Required
38406 src/com/gps/hibernate/UserPreferences.java 74 Parameter 'userPrefId' is not assigned and could be declared final
38407 src/com/gps/hibernate/UserPreferences.java 74 publicMethodCommentRequirement Required
38408 src/com/gps/hibernate/UserPreferences.java 78 publicMethodCommentRequirement Required
38409 src/com/gps/hibernate/UserPreferences.java 82 Parameter 'userDetails' is not assigned and could be declared final
38410 src/com/gps/hibernate/UserPreferences.java 82 publicMethodCommentRequirement Required
38411 src/com/gps/hibernate/UserPreferences.java 86 publicMethodCommentRequirement Required
38412 src/com/gps/hibernate/UserPreferences.java 90 Parameter 'sourceLocation' is not assigned and could be declared final
38413 src/com/gps/hibernate/UserPreferences.java 90 publicMethodCommentRequirement Required
38414 src/com/gps/hibernate/UserPreferences.java 94 publicMethodCommentRequirement Required
38415 src/com/gps/hibernate/UserPreferences.java 98 Parameter 'destination' is not assigned and could be declared final
38416 src/com/gps/hibernate/UserPreferences.java 98 publicMethodCommentRequirement Required
38417 src/com/gps/hibernate/UserPreferences.java 102 publicMethodCommentRequirement Required
38418 src/com/gps/hibernate/UserPreferences.java 106 Avoid excessively long variable names like searchPreferenceStatus
38419 src/com/gps/hibernate/UserPreferences.java 106 Parameter 'searchPreferenceStatus' is not assigned and could be declared final
38420 src/com/gps/hibernate/UserPreferences.java 106 publicMethodCommentRequirement Required
38421 src/com/gps/hibernate/UserPreferences.java 110 publicMethodCommentRequirement Required
38422 src/com/gps/hibernate/UserPreferences.java 114 Parameter 'destinationLimit' is not assigned and could be declared final
38423 src/com/gps/hibernate/UserPreferences.java 114 publicMethodCommentRequirement Required
38424 src/com/gps/hibernate/UserPreferences.java 118 publicMethodCommentRequirement Required
38425 src/com/gps/hibernate/UserPreferences.java 122 Avoid excessively long variable names like startDistanceLimit
38426 src/com/gps/hibernate/UserPreferences.java 122 Parameter 'startDistanceLimit' is not assigned and could be declared final
38427 src/com/gps/hibernate/UserPreferences.java 122 publicMethodCommentRequirement Required
38428 src/com/gps/hibernate/UserPreferences.java 126 publicMethodCommentRequirement Required
38429 src/com/gps/hibernate/UserPreferences.java 130 Avoid excessively long variable names like distancePreferenceStatus
38430 src/com/gps/hibernate/UserPreferences.java 130 Parameter 'distancePreferenceStatus' is not assigned and could be declared final
38431 src/com/gps/hibernate/UserPreferences.java 130 publicMethodCommentRequirement Required
38432 src/com/gps/hibernate/UserPreferences.java 134 publicMethodCommentRequirement Required
38433 src/com/gps/hibernate/UserPreferences.java 138 Parameter 'roleType' is not assigned and could be declared final
38434 src/com/gps/hibernate/UserPreferences.java 138 publicMethodCommentRequirement Required
38435 src/com/gps/hibernate/UserPreferences.java 142 publicMethodCommentRequirement Required
38436 src/com/gps/hibernate/UserPreferences.java 146 Parameter 'smokingPreference' is not assigned and could be declared final
38437 src/com/gps/hibernate/UserPreferences.java 146 publicMethodCommentRequirement Required
38438 src/com/gps/hibernate/UserPreferences.java 150 publicMethodCommentRequirement Required
38439 src/com/gps/hibernate/UserPreferences.java 154 Parameter 'genderPreference' is not assigned and could be declared final
38440 src/com/gps/hibernate/UserPreferences.java 154 publicMethodCommentRequirement Required
38441 src/com/gps/hibernate/UserPreferences.java 158 publicMethodCommentRequirement Required
38442 src/com/gps/hibernate/UserPreferences.java 162 Parameter 'emailAlert' is not assigned and could be declared final
38443 src/com/gps/hibernate/UserPreferences.java 162 publicMethodCommentRequirement Required
38444 src/com/gps/hibernate/UserPreferences.java 166 publicMethodCommentRequirement Required
38445 src/com/gps/hibernate/UserPreferences.java 170 Parameter 'smsAlert' is not assigned and could be declared final
38446 src/com/gps/hibernate/UserPreferences.java 170 publicMethodCommentRequirement Required
38447 src/com/gps/hibernate/UserPreferences.java 174 publicMethodCommentRequirement Required
38448 src/com/gps/hibernate/UserPreferences.java 178 Parameter 'tripFrequency' is not assigned and could be declared final
38449 src/com/gps/hibernate/UserPreferences.java 178 publicMethodCommentRequirement Required
38450 src/com/gps/hibernate/UserPreferences.java 182 publicMethodCommentRequirement Required
38451 src/com/gps/hibernate/UserPreferences.java 186 Parameter 'drivingPreference' is not assigned and could be declared final
38452 src/com/gps/hibernate/UserPreferences.java 186 publicMethodCommentRequirement Required
38453 src/com/gps/hibernate/UserPreferences.java 190 publicMethodCommentRequirement Required
38454 src/com/gps/hibernate/UserPreferences.java 194 Parameter 'speedLimit' is not assigned and could be declared final
38455 src/com/gps/hibernate/UserPreferences.java 194 publicMethodCommentRequirement Required
38456 src/com/gps/hibernate/UserPreferences.java 198 publicMethodCommentRequirement Required
38457 src/com/gps/hibernate/UserPreferences.java 202 Parameter 'stopLimit' is not assigned and could be declared final
38458 src/com/gps/hibernate/UserPreferences.java 202 publicMethodCommentRequirement Required
38459 src/com/gps/hibernate/UserPreferencesDAO.java 10 Comment is too large: Too many lines
38460 src/com/gps/hibernate/UserPreferencesDAO.java 22 This class has too many methods, consider refactoring it.
38461 src/com/gps/hibernate/UserPreferencesDAO.java 23 Logger should be defined private static final and have the correct class
38462 src/com/gps/hibernate/UserPreferencesDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
38463 src/com/gps/hibernate/UserPreferencesDAO.java 23 fieldCommentRequirement Required
38464 src/com/gps/hibernate/UserPreferencesDAO.java 25 fieldCommentRequirement Required
38465 src/com/gps/hibernate/UserPreferencesDAO.java 26 fieldCommentRequirement Required
38466 src/com/gps/hibernate/UserPreferencesDAO.java 27 Avoid excessively long variable names like SEARCH_PREFERENCE_STATUS
38467 src/com/gps/hibernate/UserPreferencesDAO.java 27 fieldCommentRequirement Required
38468 src/com/gps/hibernate/UserPreferencesDAO.java 28 fieldCommentRequirement Required
38469 src/com/gps/hibernate/UserPreferencesDAO.java 29 Avoid excessively long variable names like START_DISTANCE_LIMIT
38470 src/com/gps/hibernate/UserPreferencesDAO.java 29 fieldCommentRequirement Required
38471 src/com/gps/hibernate/UserPreferencesDAO.java 30 Avoid excessively long variable names like DISTANCE_PREFERENCE_STATUS
38472 src/com/gps/hibernate/UserPreferencesDAO.java 30 fieldCommentRequirement Required
38473 src/com/gps/hibernate/UserPreferencesDAO.java 31 fieldCommentRequirement Required
38474 src/com/gps/hibernate/UserPreferencesDAO.java 32 Avoid excessively long variable names like SMOKING_PREFERENCE
38475 src/com/gps/hibernate/UserPreferencesDAO.java 32 fieldCommentRequirement Required
38476 src/com/gps/hibernate/UserPreferencesDAO.java 33 fieldCommentRequirement Required
38477 src/com/gps/hibernate/UserPreferencesDAO.java 34 fieldCommentRequirement Required
38478 src/com/gps/hibernate/UserPreferencesDAO.java 35 fieldCommentRequirement Required
38479 src/com/gps/hibernate/UserPreferencesDAO.java 36 fieldCommentRequirement Required
38480 src/com/gps/hibernate/UserPreferencesDAO.java 37 Avoid excessively long variable names like DRIVING_PREFERENCE
38481 src/com/gps/hibernate/UserPreferencesDAO.java 37 fieldCommentRequirement Required
38482 src/com/gps/hibernate/UserPreferencesDAO.java 38 fieldCommentRequirement Required
38483 src/com/gps/hibernate/UserPreferencesDAO.java 39 fieldCommentRequirement Required
38484 src/com/gps/hibernate/UserPreferencesDAO.java 41 Parameter 'transientInstance' is not assigned and could be declared final
38485 src/com/gps/hibernate/UserPreferencesDAO.java 41 publicMethodCommentRequirement Required
38486 src/com/gps/hibernate/UserPreferencesDAO.java 42 There is log block not surrounded by if
38487 src/com/gps/hibernate/UserPreferencesDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38488 src/com/gps/hibernate/UserPreferencesDAO.java 44 Potential violation of Law of Demeter (method chain calls)
38489 src/com/gps/hibernate/UserPreferencesDAO.java 45 There is log block not surrounded by if
38490 src/com/gps/hibernate/UserPreferencesDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38491 src/com/gps/hibernate/UserPreferencesDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38492 src/com/gps/hibernate/UserPreferencesDAO.java 47 There is log block not surrounded by if
38493 src/com/gps/hibernate/UserPreferencesDAO.java 52 Avoid excessively long variable names like persistentInstance
38494 src/com/gps/hibernate/UserPreferencesDAO.java 52 Parameter 'persistentInstance' is not assigned and could be declared final
38495 src/com/gps/hibernate/UserPreferencesDAO.java 52 publicMethodCommentRequirement Required
38496 src/com/gps/hibernate/UserPreferencesDAO.java 53 There is log block not surrounded by if
38497 src/com/gps/hibernate/UserPreferencesDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38498 src/com/gps/hibernate/UserPreferencesDAO.java 55 Potential violation of Law of Demeter (method chain calls)
38499 src/com/gps/hibernate/UserPreferencesDAO.java 56 There is log block not surrounded by if
38500 src/com/gps/hibernate/UserPreferencesDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38501 src/com/gps/hibernate/UserPreferencesDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38502 src/com/gps/hibernate/UserPreferencesDAO.java 58 There is log block not surrounded by if
38503 src/com/gps/hibernate/UserPreferencesDAO.java 63 Avoid variables with short names like id
38504 src/com/gps/hibernate/UserPreferencesDAO.java 63 Parameter 'id' is not assigned and could be declared final
38505 src/com/gps/hibernate/UserPreferencesDAO.java 63 publicMethodCommentRequirement Required
38506 src/com/gps/hibernate/UserPreferencesDAO.java 64 There is log block not surrounded by if
38507 src/com/gps/hibernate/UserPreferencesDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38508 src/com/gps/hibernate/UserPreferencesDAO.java 66 Local variable 'instance' could be declared final
38509 src/com/gps/hibernate/UserPreferencesDAO.java 66 Potential violation of Law of Demeter (method chain calls)
38510 src/com/gps/hibernate/UserPreferencesDAO.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38511 src/com/gps/hibernate/UserPreferencesDAO.java 70 There is log block not surrounded by if
38512 src/com/gps/hibernate/UserPreferencesDAO.java 75 Parameter 'instance' is not assigned and could be declared final
38513 src/com/gps/hibernate/UserPreferencesDAO.java 75 publicMethodCommentRequirement Required
38514 src/com/gps/hibernate/UserPreferencesDAO.java 76 There is log block not surrounded by if
38515 src/com/gps/hibernate/UserPreferencesDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38516 src/com/gps/hibernate/UserPreferencesDAO.java 78 Local variable 'results' could be declared final
38517 src/com/gps/hibernate/UserPreferencesDAO.java 78 Potential violation of Law of Demeter (method chain calls)
38518 src/com/gps/hibernate/UserPreferencesDAO.java 78 Potential violation of Law of Demeter (method chain calls)
38519 src/com/gps/hibernate/UserPreferencesDAO.java 78 Potential violation of Law of Demeter (method chain calls)
38520 src/com/gps/hibernate/UserPreferencesDAO.java 81 There is log block not surrounded by if
38521 src/com/gps/hibernate/UserPreferencesDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38522 src/com/gps/hibernate/UserPreferencesDAO.java 82 Potential violation of Law of Demeter (object not created locally)
38523 src/com/gps/hibernate/UserPreferencesDAO.java 84 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38524 src/com/gps/hibernate/UserPreferencesDAO.java 85 There is log block not surrounded by if
38525 src/com/gps/hibernate/UserPreferencesDAO.java 90 Parameter 'propertyName' is not assigned and could be declared final
38526 src/com/gps/hibernate/UserPreferencesDAO.java 90 Parameter 'value' is not assigned and could be declared final
38527 src/com/gps/hibernate/UserPreferencesDAO.java 90 publicMethodCommentRequirement Required
38528 src/com/gps/hibernate/UserPreferencesDAO.java 91 There is log block not surrounded by if
38529 src/com/gps/hibernate/UserPreferencesDAO.java 91 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38530 src/com/gps/hibernate/UserPreferencesDAO.java 94 Local variable 'queryString' could be declared final
38531 src/com/gps/hibernate/UserPreferencesDAO.java 96 Local variable 'queryObject' could be declared final
38532 src/com/gps/hibernate/UserPreferencesDAO.java 96 Potential violation of Law of Demeter (method chain calls)
38533 src/com/gps/hibernate/UserPreferencesDAO.java 97 Potential violation of Law of Demeter (object not created locally)
38534 src/com/gps/hibernate/UserPreferencesDAO.java 98 Potential violation of Law of Demeter (object not created locally)
38535 src/com/gps/hibernate/UserPreferencesDAO.java 99 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38536 src/com/gps/hibernate/UserPreferencesDAO.java 100 There is log block not surrounded by if
38537 src/com/gps/hibernate/UserPreferencesDAO.java 105 Parameter 'sourceLocation' is not assigned and could be declared final
38538 src/com/gps/hibernate/UserPreferencesDAO.java 105 publicMethodCommentRequirement Required
38539 src/com/gps/hibernate/UserPreferencesDAO.java 109 Parameter 'destination' is not assigned and could be declared final
38540 src/com/gps/hibernate/UserPreferencesDAO.java 109 publicMethodCommentRequirement Required
38541 src/com/gps/hibernate/UserPreferencesDAO.java 113 Avoid excessively long variable names like searchPreferenceStatus
38542 src/com/gps/hibernate/UserPreferencesDAO.java 113 Parameter 'searchPreferenceStatus' is not assigned and could be declared final
38543 src/com/gps/hibernate/UserPreferencesDAO.java 113 publicMethodCommentRequirement Required
38544 src/com/gps/hibernate/UserPreferencesDAO.java 117 Parameter 'destinationLimit' is not assigned and could be declared final
38545 src/com/gps/hibernate/UserPreferencesDAO.java 117 publicMethodCommentRequirement Required
38546 src/com/gps/hibernate/UserPreferencesDAO.java 121 Avoid excessively long variable names like startDistanceLimit
38547 src/com/gps/hibernate/UserPreferencesDAO.java 121 Parameter 'startDistanceLimit' is not assigned and could be declared final
38548 src/com/gps/hibernate/UserPreferencesDAO.java 121 publicMethodCommentRequirement Required
38549 src/com/gps/hibernate/UserPreferencesDAO.java 125 Avoid excessively long variable names like distancePreferenceStatus
38550 src/com/gps/hibernate/UserPreferencesDAO.java 125 Parameter 'distancePreferenceStatus' is not assigned and could be declared final
38551 src/com/gps/hibernate/UserPreferencesDAO.java 125 publicMethodCommentRequirement Required
38552 src/com/gps/hibernate/UserPreferencesDAO.java 130 Parameter 'roleType' is not assigned and could be declared final
38553 src/com/gps/hibernate/UserPreferencesDAO.java 130 publicMethodCommentRequirement Required
38554 src/com/gps/hibernate/UserPreferencesDAO.java 134 Parameter 'smokingPreference' is not assigned and could be declared final
38555 src/com/gps/hibernate/UserPreferencesDAO.java 134 publicMethodCommentRequirement Required
38556 src/com/gps/hibernate/UserPreferencesDAO.java 138 Parameter 'genderPreference' is not assigned and could be declared final
38557 src/com/gps/hibernate/UserPreferencesDAO.java 138 publicMethodCommentRequirement Required
38558 src/com/gps/hibernate/UserPreferencesDAO.java 142 Parameter 'emailAlert' is not assigned and could be declared final
38559 src/com/gps/hibernate/UserPreferencesDAO.java 142 publicMethodCommentRequirement Required
38560 src/com/gps/hibernate/UserPreferencesDAO.java 146 Parameter 'smsAlert' is not assigned and could be declared final
38561 src/com/gps/hibernate/UserPreferencesDAO.java 146 publicMethodCommentRequirement Required
38562 src/com/gps/hibernate/UserPreferencesDAO.java 150 Parameter 'tripFrequency' is not assigned and could be declared final
38563 src/com/gps/hibernate/UserPreferencesDAO.java 150 publicMethodCommentRequirement Required
38564 src/com/gps/hibernate/UserPreferencesDAO.java 154 Parameter 'drivingPreference' is not assigned and could be declared final
38565 src/com/gps/hibernate/UserPreferencesDAO.java 154 publicMethodCommentRequirement Required
38566 src/com/gps/hibernate/UserPreferencesDAO.java 158 Parameter 'speedLimit' is not assigned and could be declared final
38567 src/com/gps/hibernate/UserPreferencesDAO.java 158 publicMethodCommentRequirement Required
38568 src/com/gps/hibernate/UserPreferencesDAO.java 162 Parameter 'stopLimit' is not assigned and could be declared final
38569 src/com/gps/hibernate/UserPreferencesDAO.java 162 publicMethodCommentRequirement Required
38570 src/com/gps/hibernate/UserPreferencesDAO.java 166 publicMethodCommentRequirement Required
38571 src/com/gps/hibernate/UserPreferencesDAO.java 167 There is log block not surrounded by if
38572 src/com/gps/hibernate/UserPreferencesDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38573 src/com/gps/hibernate/UserPreferencesDAO.java 169 Local variable 'queryString' could be declared final
38574 src/com/gps/hibernate/UserPreferencesDAO.java 170 Local variable 'queryObject' could be declared final
38575 src/com/gps/hibernate/UserPreferencesDAO.java 170 Potential violation of Law of Demeter (method chain calls)
38576 src/com/gps/hibernate/UserPreferencesDAO.java 171 Potential violation of Law of Demeter (object not created locally)
38577 src/com/gps/hibernate/UserPreferencesDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38578 src/com/gps/hibernate/UserPreferencesDAO.java 173 There is log block not surrounded by if
38579 src/com/gps/hibernate/UserPreferencesDAO.java 178 Parameter 'detachedInstance' is not assigned and could be declared final
38580 src/com/gps/hibernate/UserPreferencesDAO.java 178 publicMethodCommentRequirement Required
38581 src/com/gps/hibernate/UserPreferencesDAO.java 179 There is log block not surrounded by if
38582 src/com/gps/hibernate/UserPreferencesDAO.java 179 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38583 src/com/gps/hibernate/UserPreferencesDAO.java 181 Local variable 'result' could be declared final
38584 src/com/gps/hibernate/UserPreferencesDAO.java 181 Potential violation of Law of Demeter (method chain calls)
38585 src/com/gps/hibernate/UserPreferencesDAO.java 183 There is log block not surrounded by if
38586 src/com/gps/hibernate/UserPreferencesDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38587 src/com/gps/hibernate/UserPreferencesDAO.java 185 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38588 src/com/gps/hibernate/UserPreferencesDAO.java 186 There is log block not surrounded by if
38589 src/com/gps/hibernate/UserPreferencesDAO.java 191 Parameter 'instance' is not assigned and could be declared final
38590 src/com/gps/hibernate/UserPreferencesDAO.java 191 publicMethodCommentRequirement Required
38591 src/com/gps/hibernate/UserPreferencesDAO.java 192 There is log block not surrounded by if
38592 src/com/gps/hibernate/UserPreferencesDAO.java 192 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38593 src/com/gps/hibernate/UserPreferencesDAO.java 194 Potential violation of Law of Demeter (method chain calls)
38594 src/com/gps/hibernate/UserPreferencesDAO.java 195 There is log block not surrounded by if
38595 src/com/gps/hibernate/UserPreferencesDAO.java 195 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38596 src/com/gps/hibernate/UserPreferencesDAO.java 196 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38597 src/com/gps/hibernate/UserPreferencesDAO.java 197 There is log block not surrounded by if
38598 src/com/gps/hibernate/UserPreferencesDAO.java 202 Parameter 'instance' is not assigned and could be declared final
38599 src/com/gps/hibernate/UserPreferencesDAO.java 202 publicMethodCommentRequirement Required
38600 src/com/gps/hibernate/UserPreferencesDAO.java 203 There is log block not surrounded by if
38601 src/com/gps/hibernate/UserPreferencesDAO.java 203 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38602 src/com/gps/hibernate/UserPreferencesDAO.java 205 Potential violation of Law of Demeter (method chain calls)
38603 src/com/gps/hibernate/UserPreferencesDAO.java 206 There is log block not surrounded by if
38604 src/com/gps/hibernate/UserPreferencesDAO.java 206 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38605 src/com/gps/hibernate/UserPreferencesDAO.java 207 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38606 src/com/gps/hibernate/UserPreferencesDAO.java 208 There is log block not surrounded by if
38607 src/com/gps/hibernate/UserRfid.java 3 Avoid unused imports such as 'java.util.HashSet'
38608 src/com/gps/hibernate/UserRfid.java 4 Avoid unused imports such as 'java.util.Set'
38609 src/com/gps/hibernate/UserRfid.java 6 Classes implementing Serializable should set a serialVersionUID
38610 src/com/gps/hibernate/UserRfid.java 6 headerCommentRequirement Required
38611 src/com/gps/hibernate/UserRfid.java 11 Avoid variables with short names like id
38612 src/com/gps/hibernate/UserRfid.java 11 fieldCommentRequirement Required
38613 src/com/gps/hibernate/UserRfid.java 12 fieldCommentRequirement Required
38614 src/com/gps/hibernate/UserRfid.java 13 fieldCommentRequirement Required
38615 src/com/gps/hibernate/UserRfid.java 14 fieldCommentRequirement Required
38616 src/com/gps/hibernate/UserRfid.java 15 fieldCommentRequirement Required
38617 src/com/gps/hibernate/UserRfid.java 21 Document empty constructor
38618 src/com/gps/hibernate/UserRfid.java 25 Avoid variables with short names like id
38619 src/com/gps/hibernate/UserRfid.java 25 Parameter 'id' is not assigned and could be declared final
38620 src/com/gps/hibernate/UserRfid.java 25 Parameter 'rfidNo' is not assigned and could be declared final
38621 src/com/gps/hibernate/UserRfid.java 25 Parameter 'status' is not assigned and could be declared final
38622 src/com/gps/hibernate/UserRfid.java 25 Parameter 'user' is not assigned and could be declared final
38623 src/com/gps/hibernate/UserRfid.java 38 publicMethodCommentRequirement Required
38624 src/com/gps/hibernate/UserRfid.java 42 Avoid variables with short names like id
38625 src/com/gps/hibernate/UserRfid.java 42 Parameter 'id' is not assigned and could be declared final
38626 src/com/gps/hibernate/UserRfid.java 42 publicMethodCommentRequirement Required
38627 src/com/gps/hibernate/UserRfid.java 46 publicMethodCommentRequirement Required
38628 src/com/gps/hibernate/UserRfid.java 50 Parameter 'user' is not assigned and could be declared final
38629 src/com/gps/hibernate/UserRfid.java 50 publicMethodCommentRequirement Required
38630 src/com/gps/hibernate/UserRfid.java 54 publicMethodCommentRequirement Required
38631 src/com/gps/hibernate/UserRfid.java 58 Parameter 'rfidNo' is not assigned and could be declared final
38632 src/com/gps/hibernate/UserRfid.java 58 publicMethodCommentRequirement Required
38633 src/com/gps/hibernate/UserRfid.java 62 publicMethodCommentRequirement Required
38634 src/com/gps/hibernate/UserRfid.java 66 Parameter 'status' is not assigned and could be declared final
38635 src/com/gps/hibernate/UserRfid.java 66 publicMethodCommentRequirement Required
38636 src/com/gps/hibernate/UserRfid.java 80 Parameter 'tripSession' is not assigned and could be declared final
38637 src/com/gps/hibernate/UserRfidDAO.java 21 Logger should be defined private static final and have the correct class
38638 src/com/gps/hibernate/UserRfidDAO.java 21 Variables that are final and static should be all capitals, 'log' is not all capitals.
38639 src/com/gps/hibernate/UserRfidDAO.java 21 fieldCommentRequirement Required
38640 src/com/gps/hibernate/UserRfidDAO.java 23 fieldCommentRequirement Required
38641 src/com/gps/hibernate/UserRfidDAO.java 25 protectedMethodCommentRequirement Required
38642 src/com/gps/hibernate/UserRfidDAO.java 29 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38643 src/com/gps/hibernate/UserRfidDAO.java 30 There is log block not surrounded by if
38644 src/com/gps/hibernate/UserRfidDAO.java 31 New exception is thrown in catch block, original stack trace may be lost
38645 src/com/gps/hibernate/UserRfidDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
38646 src/com/gps/hibernate/UserRfidDAO.java 35 publicMethodCommentRequirement Required
38647 src/com/gps/hibernate/UserRfidDAO.java 36 There is log block not surrounded by if
38648 src/com/gps/hibernate/UserRfidDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38649 src/com/gps/hibernate/UserRfidDAO.java 38 Potential violation of Law of Demeter (method chain calls)
38650 src/com/gps/hibernate/UserRfidDAO.java 39 There is log block not surrounded by if
38651 src/com/gps/hibernate/UserRfidDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38652 src/com/gps/hibernate/UserRfidDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38653 src/com/gps/hibernate/UserRfidDAO.java 42 There is log block not surrounded by if
38654 src/com/gps/hibernate/UserRfidDAO.java 47 Parameter 'instance' is not assigned and could be declared final
38655 src/com/gps/hibernate/UserRfidDAO.java 47 publicMethodCommentRequirement Required
38656 src/com/gps/hibernate/UserRfidDAO.java 48 There is log block not surrounded by if
38657 src/com/gps/hibernate/UserRfidDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38658 src/com/gps/hibernate/UserRfidDAO.java 50 Potential violation of Law of Demeter (method chain calls)
38659 src/com/gps/hibernate/UserRfidDAO.java 51 There is log block not surrounded by if
38660 src/com/gps/hibernate/UserRfidDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38661 src/com/gps/hibernate/UserRfidDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38662 src/com/gps/hibernate/UserRfidDAO.java 54 There is log block not surrounded by if
38663 src/com/gps/hibernate/UserRfidDAO.java 59 Parameter 'instance' is not assigned and could be declared final
38664 src/com/gps/hibernate/UserRfidDAO.java 59 publicMethodCommentRequirement Required
38665 src/com/gps/hibernate/UserRfidDAO.java 60 There is log block not surrounded by if
38666 src/com/gps/hibernate/UserRfidDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38667 src/com/gps/hibernate/UserRfidDAO.java 62 Potential violation of Law of Demeter (method chain calls)
38668 src/com/gps/hibernate/UserRfidDAO.java 63 There is log block not surrounded by if
38669 src/com/gps/hibernate/UserRfidDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38670 src/com/gps/hibernate/UserRfidDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38671 src/com/gps/hibernate/UserRfidDAO.java 66 There is log block not surrounded by if
38672 src/com/gps/hibernate/UserRfidDAO.java 71 Avoid excessively long variable names like persistentInstance
38673 src/com/gps/hibernate/UserRfidDAO.java 71 Parameter 'persistentInstance' is not assigned and could be declared final
38674 src/com/gps/hibernate/UserRfidDAO.java 71 publicMethodCommentRequirement Required
38675 src/com/gps/hibernate/UserRfidDAO.java 72 There is log block not surrounded by if
38676 src/com/gps/hibernate/UserRfidDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38677 src/com/gps/hibernate/UserRfidDAO.java 74 Potential violation of Law of Demeter (method chain calls)
38678 src/com/gps/hibernate/UserRfidDAO.java 75 There is log block not surrounded by if
38679 src/com/gps/hibernate/UserRfidDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38680 src/com/gps/hibernate/UserRfidDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38681 src/com/gps/hibernate/UserRfidDAO.java 78 There is log block not surrounded by if
38682 src/com/gps/hibernate/UserRfidDAO.java 83 Parameter 'detachedInstance' is not assigned and could be declared final
38683 src/com/gps/hibernate/UserRfidDAO.java 83 publicMethodCommentRequirement Required
38684 src/com/gps/hibernate/UserRfidDAO.java 84 There is log block not surrounded by if
38685 src/com/gps/hibernate/UserRfidDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38686 src/com/gps/hibernate/UserRfidDAO.java 86 Local variable 'result' could be declared final
38687 src/com/gps/hibernate/UserRfidDAO.java 86 Potential violation of Law of Demeter (method chain calls)
38688 src/com/gps/hibernate/UserRfidDAO.java 88 There is log block not surrounded by if
38689 src/com/gps/hibernate/UserRfidDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38690 src/com/gps/hibernate/UserRfidDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38691 src/com/gps/hibernate/UserRfidDAO.java 92 There is log block not surrounded by if
38692 src/com/gps/hibernate/UserRfidDAO.java 97 Avoid variables with short names like id
38693 src/com/gps/hibernate/UserRfidDAO.java 97 Parameter 'id' is not assigned and could be declared final
38694 src/com/gps/hibernate/UserRfidDAO.java 97 publicMethodCommentRequirement Required
38695 src/com/gps/hibernate/UserRfidDAO.java 98 There is log block not surrounded by if
38696 src/com/gps/hibernate/UserRfidDAO.java 98 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38697 src/com/gps/hibernate/UserRfidDAO.java 100 Local variable 'instance' could be declared final
38698 src/com/gps/hibernate/UserRfidDAO.java 100 Potential violation of Law of Demeter (method chain calls)
38699 src/com/gps/hibernate/UserRfidDAO.java 103 There is log block not surrounded by if
38700 src/com/gps/hibernate/UserRfidDAO.java 103 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38701 src/com/gps/hibernate/UserRfidDAO.java 106 There is log block not surrounded by if
38702 src/com/gps/hibernate/UserRfidDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38703 src/com/gps/hibernate/UserRfidDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38704 src/com/gps/hibernate/UserRfidDAO.java 111 There is log block not surrounded by if
38705 src/com/gps/hibernate/UserRfidDAO.java 117 Parameter 'instance' is not assigned and could be declared final
38706 src/com/gps/hibernate/UserRfidDAO.java 117 publicMethodCommentRequirement Required
38707 src/com/gps/hibernate/UserRfidDAO.java 118 There is log block not surrounded by if
38708 src/com/gps/hibernate/UserRfidDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38709 src/com/gps/hibernate/UserRfidDAO.java 120 Local variable 'results' could be declared final
38710 src/com/gps/hibernate/UserRfidDAO.java 120 Potential violation of Law of Demeter (method chain calls)
38711 src/com/gps/hibernate/UserRfidDAO.java 120 Potential violation of Law of Demeter (method chain calls)
38712 src/com/gps/hibernate/UserRfidDAO.java 120 Potential violation of Law of Demeter (method chain calls)
38713 src/com/gps/hibernate/UserRfidDAO.java 124 Potential violation of Law of Demeter (object not created locally)
38714 src/com/gps/hibernate/UserRfidDAO.java 124 There is log block not surrounded by if
38715 src/com/gps/hibernate/UserRfidDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38716 src/com/gps/hibernate/UserRfidDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38717 src/com/gps/hibernate/UserRfidDAO.java 128 There is log block not surrounded by if
38718 src/com/gps/hibernate/UsersGeofence.java 9 Classes implementing Serializable should set a serialVersionUID
38719 src/com/gps/hibernate/UsersGeofence.java 13 fieldCommentRequirement Required
38720 src/com/gps/hibernate/UsersGeofence.java 14 fieldCommentRequirement Required
38721 src/com/gps/hibernate/UsersGeofence.java 15 fieldCommentRequirement Required
38722 src/com/gps/hibernate/UsersGeofence.java 16 fieldCommentRequirement Required
38723 src/com/gps/hibernate/UsersGeofence.java 17 fieldCommentRequirement Required
38724 src/com/gps/hibernate/UsersGeofence.java 22 Document empty constructor
38725 src/com/gps/hibernate/UsersGeofence.java 26 Parameter 'geofence' is not assigned and could be declared final
38726 src/com/gps/hibernate/UsersGeofence.java 26 Parameter 'user' is not assigned and could be declared final
38727 src/com/gps/hibernate/UsersGeofence.java 33 publicMethodCommentRequirement Required
38728 src/com/gps/hibernate/UsersGeofence.java 37 Parameter 'usersGeoId' is not assigned and could be declared final
38729 src/com/gps/hibernate/UsersGeofence.java 37 publicMethodCommentRequirement Required
38730 src/com/gps/hibernate/UsersGeofence.java 41 publicMethodCommentRequirement Required
38731 src/com/gps/hibernate/UsersGeofence.java 45 Parameter 'user' is not assigned and could be declared final
38732 src/com/gps/hibernate/UsersGeofence.java 45 publicMethodCommentRequirement Required
38733 src/com/gps/hibernate/UsersGeofence.java 49 publicMethodCommentRequirement Required
38734 src/com/gps/hibernate/UsersGeofence.java 53 Parameter 'geofence' is not assigned and could be declared final
38735 src/com/gps/hibernate/UsersGeofence.java 53 publicMethodCommentRequirement Required
38736 src/com/gps/hibernate/UsersGeofence.java 67 Parameter 'mobileNo' is not assigned and could be declared final
38737 src/com/gps/hibernate/UsersGeofence.java 71 Parameter 'intrSession' is not assigned and could be declared final
38738 src/com/gps/hibernate/UsersGeofence.java 71 publicMethodCommentRequirement Required
38739 src/com/gps/hibernate/UsersGeofence.java 75 publicMethodCommentRequirement Required
38740 src/com/gps/hibernate/UsersGeofenceDAO.java 10 Comment is too large: Too many lines
38741 src/com/gps/hibernate/UsersGeofenceDAO.java 23 Logger should be defined private static final and have the correct class
38742 src/com/gps/hibernate/UsersGeofenceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
38743 src/com/gps/hibernate/UsersGeofenceDAO.java 23 fieldCommentRequirement Required
38744 src/com/gps/hibernate/UsersGeofenceDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
38745 src/com/gps/hibernate/UsersGeofenceDAO.java 27 publicMethodCommentRequirement Required
38746 src/com/gps/hibernate/UsersGeofenceDAO.java 28 There is log block not surrounded by if
38747 src/com/gps/hibernate/UsersGeofenceDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38748 src/com/gps/hibernate/UsersGeofenceDAO.java 30 Potential violation of Law of Demeter (method chain calls)
38749 src/com/gps/hibernate/UsersGeofenceDAO.java 31 There is log block not surrounded by if
38750 src/com/gps/hibernate/UsersGeofenceDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38751 src/com/gps/hibernate/UsersGeofenceDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38752 src/com/gps/hibernate/UsersGeofenceDAO.java 33 There is log block not surrounded by if
38753 src/com/gps/hibernate/UsersGeofenceDAO.java 38 Avoid excessively long variable names like persistentInstance
38754 src/com/gps/hibernate/UsersGeofenceDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
38755 src/com/gps/hibernate/UsersGeofenceDAO.java 38 publicMethodCommentRequirement Required
38756 src/com/gps/hibernate/UsersGeofenceDAO.java 39 There is log block not surrounded by if
38757 src/com/gps/hibernate/UsersGeofenceDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38758 src/com/gps/hibernate/UsersGeofenceDAO.java 41 Potential violation of Law of Demeter (method chain calls)
38759 src/com/gps/hibernate/UsersGeofenceDAO.java 42 There is log block not surrounded by if
38760 src/com/gps/hibernate/UsersGeofenceDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38761 src/com/gps/hibernate/UsersGeofenceDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38762 src/com/gps/hibernate/UsersGeofenceDAO.java 44 There is log block not surrounded by if
38763 src/com/gps/hibernate/UsersGeofenceDAO.java 49 Avoid variables with short names like id
38764 src/com/gps/hibernate/UsersGeofenceDAO.java 49 Parameter 'id' is not assigned and could be declared final
38765 src/com/gps/hibernate/UsersGeofenceDAO.java 49 publicMethodCommentRequirement Required
38766 src/com/gps/hibernate/UsersGeofenceDAO.java 50 There is log block not surrounded by if
38767 src/com/gps/hibernate/UsersGeofenceDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38768 src/com/gps/hibernate/UsersGeofenceDAO.java 52 Local variable 'instance' could be declared final
38769 src/com/gps/hibernate/UsersGeofenceDAO.java 52 Potential violation of Law of Demeter (method chain calls)
38770 src/com/gps/hibernate/UsersGeofenceDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38771 src/com/gps/hibernate/UsersGeofenceDAO.java 56 There is log block not surrounded by if
38772 src/com/gps/hibernate/UsersGeofenceDAO.java 61 Parameter 'instance' is not assigned and could be declared final
38773 src/com/gps/hibernate/UsersGeofenceDAO.java 61 publicMethodCommentRequirement Required
38774 src/com/gps/hibernate/UsersGeofenceDAO.java 62 There is log block not surrounded by if
38775 src/com/gps/hibernate/UsersGeofenceDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38776 src/com/gps/hibernate/UsersGeofenceDAO.java 64 Local variable 'results' could be declared final
38777 src/com/gps/hibernate/UsersGeofenceDAO.java 64 Potential violation of Law of Demeter (method chain calls)
38778 src/com/gps/hibernate/UsersGeofenceDAO.java 64 Potential violation of Law of Demeter (method chain calls)
38779 src/com/gps/hibernate/UsersGeofenceDAO.java 64 Potential violation of Law of Demeter (method chain calls)
38780 src/com/gps/hibernate/UsersGeofenceDAO.java 67 There is log block not surrounded by if
38781 src/com/gps/hibernate/UsersGeofenceDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38782 src/com/gps/hibernate/UsersGeofenceDAO.java 68 Potential violation of Law of Demeter (object not created locally)
38783 src/com/gps/hibernate/UsersGeofenceDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38784 src/com/gps/hibernate/UsersGeofenceDAO.java 71 There is log block not surrounded by if
38785 src/com/gps/hibernate/UsersGeofenceDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
38786 src/com/gps/hibernate/UsersGeofenceDAO.java 76 Parameter 'value' is not assigned and could be declared final
38787 src/com/gps/hibernate/UsersGeofenceDAO.java 76 publicMethodCommentRequirement Required
38788 src/com/gps/hibernate/UsersGeofenceDAO.java 77 There is log block not surrounded by if
38789 src/com/gps/hibernate/UsersGeofenceDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38790 src/com/gps/hibernate/UsersGeofenceDAO.java 80 Local variable 'queryString' could be declared final
38791 src/com/gps/hibernate/UsersGeofenceDAO.java 82 Local variable 'queryObject' could be declared final
38792 src/com/gps/hibernate/UsersGeofenceDAO.java 82 Potential violation of Law of Demeter (method chain calls)
38793 src/com/gps/hibernate/UsersGeofenceDAO.java 83 Potential violation of Law of Demeter (object not created locally)
38794 src/com/gps/hibernate/UsersGeofenceDAO.java 84 Potential violation of Law of Demeter (object not created locally)
38795 src/com/gps/hibernate/UsersGeofenceDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38796 src/com/gps/hibernate/UsersGeofenceDAO.java 86 There is log block not surrounded by if
38797 src/com/gps/hibernate/UsersGeofenceDAO.java 91 publicMethodCommentRequirement Required
38798 src/com/gps/hibernate/UsersGeofenceDAO.java 92 There is log block not surrounded by if
38799 src/com/gps/hibernate/UsersGeofenceDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38800 src/com/gps/hibernate/UsersGeofenceDAO.java 94 Local variable 'queryString' could be declared final
38801 src/com/gps/hibernate/UsersGeofenceDAO.java 95 Local variable 'queryObject' could be declared final
38802 src/com/gps/hibernate/UsersGeofenceDAO.java 95 Potential violation of Law of Demeter (method chain calls)
38803 src/com/gps/hibernate/UsersGeofenceDAO.java 96 Potential violation of Law of Demeter (object not created locally)
38804 src/com/gps/hibernate/UsersGeofenceDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38805 src/com/gps/hibernate/UsersGeofenceDAO.java 98 There is log block not surrounded by if
38806 src/com/gps/hibernate/UsersGeofenceDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
38807 src/com/gps/hibernate/UsersGeofenceDAO.java 103 publicMethodCommentRequirement Required
38808 src/com/gps/hibernate/UsersGeofenceDAO.java 104 There is log block not surrounded by if
38809 src/com/gps/hibernate/UsersGeofenceDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38810 src/com/gps/hibernate/UsersGeofenceDAO.java 106 Local variable 'result' could be declared final
38811 src/com/gps/hibernate/UsersGeofenceDAO.java 106 Potential violation of Law of Demeter (method chain calls)
38812 src/com/gps/hibernate/UsersGeofenceDAO.java 108 There is log block not surrounded by if
38813 src/com/gps/hibernate/UsersGeofenceDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38814 src/com/gps/hibernate/UsersGeofenceDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38815 src/com/gps/hibernate/UsersGeofenceDAO.java 111 There is log block not surrounded by if
38816 src/com/gps/hibernate/UsersGeofenceDAO.java 116 Parameter 'instance' is not assigned and could be declared final
38817 src/com/gps/hibernate/UsersGeofenceDAO.java 116 publicMethodCommentRequirement Required
38818 src/com/gps/hibernate/UsersGeofenceDAO.java 117 There is log block not surrounded by if
38819 src/com/gps/hibernate/UsersGeofenceDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38820 src/com/gps/hibernate/UsersGeofenceDAO.java 119 Potential violation of Law of Demeter (method chain calls)
38821 src/com/gps/hibernate/UsersGeofenceDAO.java 120 There is log block not surrounded by if
38822 src/com/gps/hibernate/UsersGeofenceDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38823 src/com/gps/hibernate/UsersGeofenceDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38824 src/com/gps/hibernate/UsersGeofenceDAO.java 122 There is log block not surrounded by if
38825 src/com/gps/hibernate/UsersGeofenceDAO.java 127 Parameter 'instance' is not assigned and could be declared final
38826 src/com/gps/hibernate/UsersGeofenceDAO.java 127 publicMethodCommentRequirement Required
38827 src/com/gps/hibernate/UsersGeofenceDAO.java 128 There is log block not surrounded by if
38828 src/com/gps/hibernate/UsersGeofenceDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38829 src/com/gps/hibernate/UsersGeofenceDAO.java 130 Potential violation of Law of Demeter (method chain calls)
38830 src/com/gps/hibernate/UsersGeofenceDAO.java 131 There is log block not surrounded by if
38831 src/com/gps/hibernate/UsersGeofenceDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38832 src/com/gps/hibernate/UsersGeofenceDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38833 src/com/gps/hibernate/UsersGeofenceDAO.java 133 There is log block not surrounded by if
38834 src/com/gps/hibernate/UsersOrgs.java 9 Classes implementing Serializable should set a serialVersionUID
38835 src/com/gps/hibernate/UsersOrgs.java 13 Avoid variables with short names like id
38836 src/com/gps/hibernate/UsersOrgs.java 13 fieldCommentRequirement Required
38837 src/com/gps/hibernate/UsersOrgs.java 18 Document empty constructor
38838 src/com/gps/hibernate/UsersOrgs.java 22 Avoid variables with short names like id
38839 src/com/gps/hibernate/UsersOrgs.java 22 Parameter 'id' is not assigned and could be declared final
38840 src/com/gps/hibernate/UsersOrgs.java 28 publicMethodCommentRequirement Required
38841 src/com/gps/hibernate/UsersOrgs.java 32 Avoid variables with short names like id
38842 src/com/gps/hibernate/UsersOrgs.java 32 Parameter 'id' is not assigned and could be declared final
38843 src/com/gps/hibernate/UsersOrgs.java 32 publicMethodCommentRequirement Required
38844 src/com/gps/hibernate/UsersOrgsDAO.java 10 Comment is too large: Too many lines
38845 src/com/gps/hibernate/UsersOrgsDAO.java 23 Logger should be defined private static final and have the correct class
38846 src/com/gps/hibernate/UsersOrgsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
38847 src/com/gps/hibernate/UsersOrgsDAO.java 23 fieldCommentRequirement Required
38848 src/com/gps/hibernate/UsersOrgsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
38849 src/com/gps/hibernate/UsersOrgsDAO.java 27 publicMethodCommentRequirement Required
38850 src/com/gps/hibernate/UsersOrgsDAO.java 28 There is log block not surrounded by if
38851 src/com/gps/hibernate/UsersOrgsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38852 src/com/gps/hibernate/UsersOrgsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
38853 src/com/gps/hibernate/UsersOrgsDAO.java 31 There is log block not surrounded by if
38854 src/com/gps/hibernate/UsersOrgsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38855 src/com/gps/hibernate/UsersOrgsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38856 src/com/gps/hibernate/UsersOrgsDAO.java 33 There is log block not surrounded by if
38857 src/com/gps/hibernate/UsersOrgsDAO.java 38 Avoid excessively long variable names like persistentInstance
38858 src/com/gps/hibernate/UsersOrgsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
38859 src/com/gps/hibernate/UsersOrgsDAO.java 38 publicMethodCommentRequirement Required
38860 src/com/gps/hibernate/UsersOrgsDAO.java 39 There is log block not surrounded by if
38861 src/com/gps/hibernate/UsersOrgsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38862 src/com/gps/hibernate/UsersOrgsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
38863 src/com/gps/hibernate/UsersOrgsDAO.java 42 There is log block not surrounded by if
38864 src/com/gps/hibernate/UsersOrgsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38865 src/com/gps/hibernate/UsersOrgsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38866 src/com/gps/hibernate/UsersOrgsDAO.java 44 There is log block not surrounded by if
38867 src/com/gps/hibernate/UsersOrgsDAO.java 49 Avoid variables with short names like id
38868 src/com/gps/hibernate/UsersOrgsDAO.java 49 Parameter 'id' is not assigned and could be declared final
38869 src/com/gps/hibernate/UsersOrgsDAO.java 49 publicMethodCommentRequirement Required
38870 src/com/gps/hibernate/UsersOrgsDAO.java 50 There is log block not surrounded by if
38871 src/com/gps/hibernate/UsersOrgsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38872 src/com/gps/hibernate/UsersOrgsDAO.java 52 Local variable 'instance' could be declared final
38873 src/com/gps/hibernate/UsersOrgsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
38874 src/com/gps/hibernate/UsersOrgsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38875 src/com/gps/hibernate/UsersOrgsDAO.java 56 There is log block not surrounded by if
38876 src/com/gps/hibernate/UsersOrgsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
38877 src/com/gps/hibernate/UsersOrgsDAO.java 61 publicMethodCommentRequirement Required
38878 src/com/gps/hibernate/UsersOrgsDAO.java 62 There is log block not surrounded by if
38879 src/com/gps/hibernate/UsersOrgsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38880 src/com/gps/hibernate/UsersOrgsDAO.java 64 Local variable 'results' could be declared final
38881 src/com/gps/hibernate/UsersOrgsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
38882 src/com/gps/hibernate/UsersOrgsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
38883 src/com/gps/hibernate/UsersOrgsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
38884 src/com/gps/hibernate/UsersOrgsDAO.java 67 There is log block not surrounded by if
38885 src/com/gps/hibernate/UsersOrgsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38886 src/com/gps/hibernate/UsersOrgsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
38887 src/com/gps/hibernate/UsersOrgsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38888 src/com/gps/hibernate/UsersOrgsDAO.java 71 There is log block not surrounded by if
38889 src/com/gps/hibernate/UsersOrgsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
38890 src/com/gps/hibernate/UsersOrgsDAO.java 76 Parameter 'value' is not assigned and could be declared final
38891 src/com/gps/hibernate/UsersOrgsDAO.java 76 publicMethodCommentRequirement Required
38892 src/com/gps/hibernate/UsersOrgsDAO.java 77 There is log block not surrounded by if
38893 src/com/gps/hibernate/UsersOrgsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38894 src/com/gps/hibernate/UsersOrgsDAO.java 80 Local variable 'queryString' could be declared final
38895 src/com/gps/hibernate/UsersOrgsDAO.java 82 Local variable 'queryObject' could be declared final
38896 src/com/gps/hibernate/UsersOrgsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
38897 src/com/gps/hibernate/UsersOrgsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
38898 src/com/gps/hibernate/UsersOrgsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
38899 src/com/gps/hibernate/UsersOrgsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38900 src/com/gps/hibernate/UsersOrgsDAO.java 86 There is log block not surrounded by if
38901 src/com/gps/hibernate/UsersOrgsDAO.java 91 publicMethodCommentRequirement Required
38902 src/com/gps/hibernate/UsersOrgsDAO.java 92 There is log block not surrounded by if
38903 src/com/gps/hibernate/UsersOrgsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38904 src/com/gps/hibernate/UsersOrgsDAO.java 94 Local variable 'queryString' could be declared final
38905 src/com/gps/hibernate/UsersOrgsDAO.java 95 Local variable 'queryObject' could be declared final
38906 src/com/gps/hibernate/UsersOrgsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
38907 src/com/gps/hibernate/UsersOrgsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
38908 src/com/gps/hibernate/UsersOrgsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38909 src/com/gps/hibernate/UsersOrgsDAO.java 98 There is log block not surrounded by if
38910 src/com/gps/hibernate/UsersOrgsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
38911 src/com/gps/hibernate/UsersOrgsDAO.java 103 publicMethodCommentRequirement Required
38912 src/com/gps/hibernate/UsersOrgsDAO.java 104 There is log block not surrounded by if
38913 src/com/gps/hibernate/UsersOrgsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38914 src/com/gps/hibernate/UsersOrgsDAO.java 106 Local variable 'result' could be declared final
38915 src/com/gps/hibernate/UsersOrgsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
38916 src/com/gps/hibernate/UsersOrgsDAO.java 107 There is log block not surrounded by if
38917 src/com/gps/hibernate/UsersOrgsDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38918 src/com/gps/hibernate/UsersOrgsDAO.java 109 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38919 src/com/gps/hibernate/UsersOrgsDAO.java 110 There is log block not surrounded by if
38920 src/com/gps/hibernate/UsersOrgsDAO.java 115 Parameter 'instance' is not assigned and could be declared final
38921 src/com/gps/hibernate/UsersOrgsDAO.java 115 publicMethodCommentRequirement Required
38922 src/com/gps/hibernate/UsersOrgsDAO.java 116 There is log block not surrounded by if
38923 src/com/gps/hibernate/UsersOrgsDAO.java 116 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38924 src/com/gps/hibernate/UsersOrgsDAO.java 118 Potential violation of Law of Demeter (method chain calls)
38925 src/com/gps/hibernate/UsersOrgsDAO.java 119 There is log block not surrounded by if
38926 src/com/gps/hibernate/UsersOrgsDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38927 src/com/gps/hibernate/UsersOrgsDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38928 src/com/gps/hibernate/UsersOrgsDAO.java 121 There is log block not surrounded by if
38929 src/com/gps/hibernate/UsersOrgsDAO.java 126 Parameter 'instance' is not assigned and could be declared final
38930 src/com/gps/hibernate/UsersOrgsDAO.java 126 publicMethodCommentRequirement Required
38931 src/com/gps/hibernate/UsersOrgsDAO.java 127 There is log block not surrounded by if
38932 src/com/gps/hibernate/UsersOrgsDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38933 src/com/gps/hibernate/UsersOrgsDAO.java 129 Potential violation of Law of Demeter (method chain calls)
38934 src/com/gps/hibernate/UsersOrgsDAO.java 130 There is log block not surrounded by if
38935 src/com/gps/hibernate/UsersOrgsDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38936 src/com/gps/hibernate/UsersOrgsDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38937 src/com/gps/hibernate/UsersOrgsDAO.java 132 There is log block not surrounded by if
38938 src/com/gps/hibernate/UsersOrgsId.java 9 Classes implementing Serializable should set a serialVersionUID
38939 src/com/gps/hibernate/UsersOrgsId.java 13 fieldCommentRequirement Required
38940 src/com/gps/hibernate/UsersOrgsId.java 14 fieldCommentRequirement Required
38941 src/com/gps/hibernate/UsersOrgsId.java 19 Document empty constructor
38942 src/com/gps/hibernate/UsersOrgsId.java 23 Parameter 'organizationId' is not assigned and could be declared final
38943 src/com/gps/hibernate/UsersOrgsId.java 23 Parameter 'userId' is not assigned and could be declared final
38944 src/com/gps/hibernate/UsersOrgsId.java 30 publicMethodCommentRequirement Required
38945 src/com/gps/hibernate/UsersOrgsId.java 34 Parameter 'userId' is not assigned and could be declared final
38946 src/com/gps/hibernate/UsersOrgsId.java 34 publicMethodCommentRequirement Required
38947 src/com/gps/hibernate/UsersOrgsId.java 38 publicMethodCommentRequirement Required
38948 src/com/gps/hibernate/UsersOrgsId.java 42 Parameter 'organizationId' is not assigned and could be declared final
38949 src/com/gps/hibernate/UsersOrgsId.java 42 publicMethodCommentRequirement Required
38950 src/com/gps/hibernate/UsersOrgsId.java 46 Parameter 'other' is not assigned and could be declared final
38951 src/com/gps/hibernate/UsersOrgsId.java 46 publicMethodCommentRequirement Required
38952 src/com/gps/hibernate/UsersOrgsId.java 47 Avoid using if statements without curly braces
38953 src/com/gps/hibernate/UsersOrgsId.java 47 Useless parentheses.
38954 src/com/gps/hibernate/UsersOrgsId.java 47 Useless parentheses.
38955 src/com/gps/hibernate/UsersOrgsId.java 48 A method should have only one exit point, and that should be the last statement in the method
38956 src/com/gps/hibernate/UsersOrgsId.java 49 Avoid using if statements without curly braces
38957 src/com/gps/hibernate/UsersOrgsId.java 49 Useless parentheses.
38958 src/com/gps/hibernate/UsersOrgsId.java 49 Useless parentheses.
38959 src/com/gps/hibernate/UsersOrgsId.java 50 A method should have only one exit point, and that should be the last statement in the method
38960 src/com/gps/hibernate/UsersOrgsId.java 51 Avoid using if statements without curly braces
38961 src/com/gps/hibernate/UsersOrgsId.java 52 A method should have only one exit point, and that should be the last statement in the method
38962 src/com/gps/hibernate/UsersOrgsId.java 53 Local variable 'castOther' could be declared final
38963 src/com/gps/hibernate/UsersOrgsId.java 55 Potential violation of Law of Demeter (method chain calls)
38964 src/com/gps/hibernate/UsersOrgsId.java 55 Potential violation of Law of Demeter (object not created locally)
38965 src/com/gps/hibernate/UsersOrgsId.java 55 Potential violation of Law of Demeter (object not created locally)
38966 src/com/gps/hibernate/UsersOrgsId.java 55 Useless parentheses.
38967 src/com/gps/hibernate/UsersOrgsId.java 55 Useless parentheses.
38968 src/com/gps/hibernate/UsersOrgsId.java 55 Useless parentheses.
38969 src/com/gps/hibernate/UsersOrgsId.java 55 Useless parentheses.
38970 src/com/gps/hibernate/UsersOrgsId.java 57 Potential violation of Law of Demeter (object not created locally)
38971 src/com/gps/hibernate/UsersOrgsId.java 58 Potential violation of Law of Demeter (object not created locally)
38972 src/com/gps/hibernate/UsersOrgsId.java 59 Potential violation of Law of Demeter (method chain calls)
38973 src/com/gps/hibernate/UsersOrgsId.java 59 Potential violation of Law of Demeter (object not created locally)
38974 src/com/gps/hibernate/UsersOrgsId.java 59 Potential violation of Law of Demeter (object not created locally)
38975 src/com/gps/hibernate/UsersOrgsId.java 59 Useless parentheses.
38976 src/com/gps/hibernate/UsersOrgsId.java 59 Useless parentheses.
38977 src/com/gps/hibernate/UsersOrgsId.java 59 Useless parentheses.
38978 src/com/gps/hibernate/UsersOrgsId.java 59 Useless parentheses.
38979 src/com/gps/hibernate/UsersOrgsId.java 61 Potential violation of Law of Demeter (object not created locally)
38980 src/com/gps/hibernate/UsersOrgsId.java 63 Potential violation of Law of Demeter (object not created locally)
38981 src/com/gps/hibernate/UsersOrgsId.java 66 publicMethodCommentRequirement Required
38982 src/com/gps/hibernate/UsersOrgsId.java 67 Found 'DD'-anomaly for variable 'result' (lines '67'-'69').
38983 src/com/gps/hibernate/UsersTrips.java 9 Classes implementing Serializable should set a serialVersionUID
38984 src/com/gps/hibernate/UsersTrips.java 13 fieldCommentRequirement Required
38985 src/com/gps/hibernate/UsersTrips.java 14 fieldCommentRequirement Required
38986 src/com/gps/hibernate/UsersTrips.java 15 fieldCommentRequirement Required
38987 src/com/gps/hibernate/UsersTrips.java 20 Document empty constructor
38988 src/com/gps/hibernate/UsersTrips.java 24 Parameter 'tripDetails' is not assigned and could be declared final
38989 src/com/gps/hibernate/UsersTrips.java 24 Parameter 'user' is not assigned and could be declared final
38990 src/com/gps/hibernate/UsersTrips.java 31 publicMethodCommentRequirement Required
38991 src/com/gps/hibernate/UsersTrips.java 35 Parameter 'usersTripsId' is not assigned and could be declared final
38992 src/com/gps/hibernate/UsersTrips.java 35 publicMethodCommentRequirement Required
38993 src/com/gps/hibernate/UsersTrips.java 39 publicMethodCommentRequirement Required
38994 src/com/gps/hibernate/UsersTrips.java 43 Parameter 'user' is not assigned and could be declared final
38995 src/com/gps/hibernate/UsersTrips.java 43 publicMethodCommentRequirement Required
38996 src/com/gps/hibernate/UsersTrips.java 47 publicMethodCommentRequirement Required
38997 src/com/gps/hibernate/UsersTrips.java 51 Parameter 'tripDetails' is not assigned and could be declared final
38998 src/com/gps/hibernate/UsersTrips.java 51 publicMethodCommentRequirement Required
38999 src/com/gps/hibernate/UsersTripsDAO.java 10 Comment is too large: Too many lines
39000 src/com/gps/hibernate/UsersTripsDAO.java 23 Logger should be defined private static final and have the correct class
39001 src/com/gps/hibernate/UsersTripsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
39002 src/com/gps/hibernate/UsersTripsDAO.java 23 fieldCommentRequirement Required
39003 src/com/gps/hibernate/UsersTripsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
39004 src/com/gps/hibernate/UsersTripsDAO.java 27 publicMethodCommentRequirement Required
39005 src/com/gps/hibernate/UsersTripsDAO.java 28 There is log block not surrounded by if
39006 src/com/gps/hibernate/UsersTripsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39007 src/com/gps/hibernate/UsersTripsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
39008 src/com/gps/hibernate/UsersTripsDAO.java 31 There is log block not surrounded by if
39009 src/com/gps/hibernate/UsersTripsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39010 src/com/gps/hibernate/UsersTripsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39011 src/com/gps/hibernate/UsersTripsDAO.java 33 There is log block not surrounded by if
39012 src/com/gps/hibernate/UsersTripsDAO.java 38 Avoid excessively long variable names like persistentInstance
39013 src/com/gps/hibernate/UsersTripsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
39014 src/com/gps/hibernate/UsersTripsDAO.java 38 publicMethodCommentRequirement Required
39015 src/com/gps/hibernate/UsersTripsDAO.java 39 There is log block not surrounded by if
39016 src/com/gps/hibernate/UsersTripsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39017 src/com/gps/hibernate/UsersTripsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
39018 src/com/gps/hibernate/UsersTripsDAO.java 42 There is log block not surrounded by if
39019 src/com/gps/hibernate/UsersTripsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39020 src/com/gps/hibernate/UsersTripsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39021 src/com/gps/hibernate/UsersTripsDAO.java 44 There is log block not surrounded by if
39022 src/com/gps/hibernate/UsersTripsDAO.java 49 Avoid variables with short names like id
39023 src/com/gps/hibernate/UsersTripsDAO.java 49 Parameter 'id' is not assigned and could be declared final
39024 src/com/gps/hibernate/UsersTripsDAO.java 49 publicMethodCommentRequirement Required
39025 src/com/gps/hibernate/UsersTripsDAO.java 50 There is log block not surrounded by if
39026 src/com/gps/hibernate/UsersTripsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39027 src/com/gps/hibernate/UsersTripsDAO.java 52 Local variable 'instance' could be declared final
39028 src/com/gps/hibernate/UsersTripsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
39029 src/com/gps/hibernate/UsersTripsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39030 src/com/gps/hibernate/UsersTripsDAO.java 56 There is log block not surrounded by if
39031 src/com/gps/hibernate/UsersTripsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
39032 src/com/gps/hibernate/UsersTripsDAO.java 61 publicMethodCommentRequirement Required
39033 src/com/gps/hibernate/UsersTripsDAO.java 62 There is log block not surrounded by if
39034 src/com/gps/hibernate/UsersTripsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39035 src/com/gps/hibernate/UsersTripsDAO.java 64 Local variable 'results' could be declared final
39036 src/com/gps/hibernate/UsersTripsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
39037 src/com/gps/hibernate/UsersTripsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
39038 src/com/gps/hibernate/UsersTripsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
39039 src/com/gps/hibernate/UsersTripsDAO.java 67 There is log block not surrounded by if
39040 src/com/gps/hibernate/UsersTripsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39041 src/com/gps/hibernate/UsersTripsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
39042 src/com/gps/hibernate/UsersTripsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39043 src/com/gps/hibernate/UsersTripsDAO.java 71 There is log block not surrounded by if
39044 src/com/gps/hibernate/UsersTripsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
39045 src/com/gps/hibernate/UsersTripsDAO.java 76 Parameter 'value' is not assigned and could be declared final
39046 src/com/gps/hibernate/UsersTripsDAO.java 76 publicMethodCommentRequirement Required
39047 src/com/gps/hibernate/UsersTripsDAO.java 77 There is log block not surrounded by if
39048 src/com/gps/hibernate/UsersTripsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39049 src/com/gps/hibernate/UsersTripsDAO.java 80 Local variable 'queryString' could be declared final
39050 src/com/gps/hibernate/UsersTripsDAO.java 82 Local variable 'queryObject' could be declared final
39051 src/com/gps/hibernate/UsersTripsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
39052 src/com/gps/hibernate/UsersTripsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
39053 src/com/gps/hibernate/UsersTripsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
39054 src/com/gps/hibernate/UsersTripsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39055 src/com/gps/hibernate/UsersTripsDAO.java 86 There is log block not surrounded by if
39056 src/com/gps/hibernate/UsersTripsDAO.java 91 publicMethodCommentRequirement Required
39057 src/com/gps/hibernate/UsersTripsDAO.java 92 There is log block not surrounded by if
39058 src/com/gps/hibernate/UsersTripsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39059 src/com/gps/hibernate/UsersTripsDAO.java 94 Local variable 'queryString' could be declared final
39060 src/com/gps/hibernate/UsersTripsDAO.java 95 Local variable 'queryObject' could be declared final
39061 src/com/gps/hibernate/UsersTripsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
39062 src/com/gps/hibernate/UsersTripsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
39063 src/com/gps/hibernate/UsersTripsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39064 src/com/gps/hibernate/UsersTripsDAO.java 98 There is log block not surrounded by if
39065 src/com/gps/hibernate/UsersTripsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
39066 src/com/gps/hibernate/UsersTripsDAO.java 103 publicMethodCommentRequirement Required
39067 src/com/gps/hibernate/UsersTripsDAO.java 104 There is log block not surrounded by if
39068 src/com/gps/hibernate/UsersTripsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39069 src/com/gps/hibernate/UsersTripsDAO.java 106 Local variable 'result' could be declared final
39070 src/com/gps/hibernate/UsersTripsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
39071 src/com/gps/hibernate/UsersTripsDAO.java 108 There is log block not surrounded by if
39072 src/com/gps/hibernate/UsersTripsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39073 src/com/gps/hibernate/UsersTripsDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39074 src/com/gps/hibernate/UsersTripsDAO.java 111 There is log block not surrounded by if
39075 src/com/gps/hibernate/UsersTripsDAO.java 116 Parameter 'instance' is not assigned and could be declared final
39076 src/com/gps/hibernate/UsersTripsDAO.java 116 publicMethodCommentRequirement Required
39077 src/com/gps/hibernate/UsersTripsDAO.java 117 There is log block not surrounded by if
39078 src/com/gps/hibernate/UsersTripsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39079 src/com/gps/hibernate/UsersTripsDAO.java 119 Potential violation of Law of Demeter (method chain calls)
39080 src/com/gps/hibernate/UsersTripsDAO.java 120 There is log block not surrounded by if
39081 src/com/gps/hibernate/UsersTripsDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39082 src/com/gps/hibernate/UsersTripsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39083 src/com/gps/hibernate/UsersTripsDAO.java 122 There is log block not surrounded by if
39084 src/com/gps/hibernate/UsersTripsDAO.java 127 Parameter 'instance' is not assigned and could be declared final
39085 src/com/gps/hibernate/UsersTripsDAO.java 127 publicMethodCommentRequirement Required
39086 src/com/gps/hibernate/UsersTripsDAO.java 128 There is log block not surrounded by if
39087 src/com/gps/hibernate/UsersTripsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39088 src/com/gps/hibernate/UsersTripsDAO.java 130 Potential violation of Law of Demeter (method chain calls)
39089 src/com/gps/hibernate/UsersTripsDAO.java 131 There is log block not surrounded by if
39090 src/com/gps/hibernate/UsersTripsDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39091 src/com/gps/hibernate/UsersTripsDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39092 src/com/gps/hibernate/UsersTripsDAO.java 133 There is log block not surrounded by if
39093 src/com/gps/hibernate/VehicleDetails.java 2 This class has a bunch of public methods and attributes
39094 src/com/gps/hibernate/VehicleDetails.java 13 Classes implementing Serializable should set a serialVersionUID
39095 src/com/gps/hibernate/VehicleDetails.java 13 Too many fields
39096 src/com/gps/hibernate/VehicleDetails.java 17 fieldCommentRequirement Required
39097 src/com/gps/hibernate/VehicleDetails.java 18 fieldCommentRequirement Required
39098 src/com/gps/hibernate/VehicleDetails.java 19 fieldCommentRequirement Required
39099 src/com/gps/hibernate/VehicleDetails.java 20 fieldCommentRequirement Required
39100 src/com/gps/hibernate/VehicleDetails.java 21 fieldCommentRequirement Required
39101 src/com/gps/hibernate/VehicleDetails.java 22 fieldCommentRequirement Required
39102 src/com/gps/hibernate/VehicleDetails.java 23 fieldCommentRequirement Required
39103 src/com/gps/hibernate/VehicleDetails.java 24 fieldCommentRequirement Required
39104 src/com/gps/hibernate/VehicleDetails.java 25 fieldCommentRequirement Required
39105 src/com/gps/hibernate/VehicleDetails.java 26 fieldCommentRequirement Required
39106 src/com/gps/hibernate/VehicleDetails.java 27 fieldCommentRequirement Required
39107 src/com/gps/hibernate/VehicleDetails.java 28 fieldCommentRequirement Required
39108 src/com/gps/hibernate/VehicleDetails.java 29 fieldCommentRequirement Required
39109 src/com/gps/hibernate/VehicleDetails.java 30 fieldCommentRequirement Required
39110 src/com/gps/hibernate/VehicleDetails.java 31 fieldCommentRequirement Required
39111 src/com/gps/hibernate/VehicleDetails.java 32 fieldCommentRequirement Required
39112 src/com/gps/hibernate/VehicleDetails.java 33 fieldCommentRequirement Required
39113 src/com/gps/hibernate/VehicleDetails.java 34 fieldCommentRequirement Required
39114 src/com/gps/hibernate/VehicleDetails.java 35 fieldCommentRequirement Required
39115 src/com/gps/hibernate/VehicleDetails.java 36 fieldCommentRequirement Required
39116 src/com/gps/hibernate/VehicleDetails.java 37 fieldCommentRequirement Required
39117 src/com/gps/hibernate/VehicleDetails.java 38 fieldCommentRequirement Required
39118 src/com/gps/hibernate/VehicleDetails.java 39 fieldCommentRequirement Required
39119 src/com/gps/hibernate/VehicleDetails.java 40 fieldCommentRequirement Required
39120 src/com/gps/hibernate/VehicleDetails.java 41 fieldCommentRequirement Required
39121 src/com/gps/hibernate/VehicleDetails.java 46 Document empty constructor
39122 src/com/gps/hibernate/VehicleDetails.java 50 Parameter 'regNo' is not assigned and could be declared final
39123 src/com/gps/hibernate/VehicleDetails.java 50 Parameter 'totalSeats' is not assigned and could be declared final
39124 src/com/gps/hibernate/VehicleDetails.java 56 Avoid long parameter lists.
39125 src/com/gps/hibernate/VehicleDetails.java 56 Parameter 'organization' is not assigned and could be declared final
39126 src/com/gps/hibernate/VehicleDetails.java 56 Parameter 'user' is not assigned and could be declared final
39127 src/com/gps/hibernate/VehicleDetails.java 57 Parameter 'device' is not assigned and could be declared final
39128 src/com/gps/hibernate/VehicleDetails.java 57 Parameter 'totalSeats' is not assigned and could be declared final
39129 src/com/gps/hibernate/VehicleDetails.java 57 Parameter 'vehicleGroup' is not assigned and could be declared final
39130 src/com/gps/hibernate/VehicleDetails.java 58 Parameter 'carMileage' is not assigned and could be declared final
39131 src/com/gps/hibernate/VehicleDetails.java 58 Parameter 'carType' is not assigned and could be declared final
39132 src/com/gps/hibernate/VehicleDetails.java 58 Parameter 'musicStatus' is not assigned and could be declared final
39133 src/com/gps/hibernate/VehicleDetails.java 59 Parameter 'acStatus' is not assigned and could be declared final
39134 src/com/gps/hibernate/VehicleDetails.java 59 Parameter 'amFmStatus' is not assigned and could be declared final
39135 src/com/gps/hibernate/VehicleDetails.java 59 Parameter 'cdDvdStatus' is not assigned and could be declared final
39136 src/com/gps/hibernate/VehicleDetails.java 60 Parameter 'color' is not assigned and could be declared final
39137 src/com/gps/hibernate/VehicleDetails.java 60 Parameter 'imeiNumber' is not assigned and could be declared final
39138 src/com/gps/hibernate/VehicleDetails.java 60 Parameter 'regNo' is not assigned and could be declared final
39139 src/com/gps/hibernate/VehicleDetails.java 60 Parameter 'vehicleName' is not assigned and could be declared final
39140 src/com/gps/hibernate/VehicleDetails.java 61 Parameter 'companyName' is not assigned and could be declared final
39141 src/com/gps/hibernate/VehicleDetails.java 61 Parameter 'runningStatus' is not assigned and could be declared final
39142 src/com/gps/hibernate/VehicleDetails.java 61 Parameter 'useStatus' is not assigned and could be declared final
39143 src/com/gps/hibernate/VehicleDetails.java 62 Parameter 'geovehicleMaps' is not assigned and could be declared final
39144 src/com/gps/hibernate/VehicleDetails.java 62 Parameter 'tripDetailses' is not assigned and could be declared final
39145 src/com/gps/hibernate/VehicleDetails.java 85 Parameter 'carType' is not assigned and could be declared final
39146 src/com/gps/hibernate/VehicleDetails.java 85 Parameter 'vehicleId' is not assigned and could be declared final
39147 src/com/gps/hibernate/VehicleDetails.java 85 publicMethodCommentRequirement Required
39148 src/com/gps/hibernate/VehicleDetails.java 86 Parameter 'color' is not assigned and could be declared final
39149 src/com/gps/hibernate/VehicleDetails.java 86 Parameter 'imeiNumber' is not assigned and could be declared final
39150 src/com/gps/hibernate/VehicleDetails.java 86 Parameter 'regNo' is not assigned and could be declared final
39151 src/com/gps/hibernate/VehicleDetails.java 86 Parameter 'vehicleName' is not assigned and could be declared final
39152 src/com/gps/hibernate/VehicleDetails.java 87 Parameter 'companyName' is not assigned and could be declared final
39153 src/com/gps/hibernate/VehicleDetails.java 100 publicMethodCommentRequirement Required
39154 src/com/gps/hibernate/VehicleDetails.java 104 Parameter 'vehicleId' is not assigned and could be declared final
39155 src/com/gps/hibernate/VehicleDetails.java 104 publicMethodCommentRequirement Required
39156 src/com/gps/hibernate/VehicleDetails.java 108 publicMethodCommentRequirement Required
39157 src/com/gps/hibernate/VehicleDetails.java 112 Parameter 'user' is not assigned and could be declared final
39158 src/com/gps/hibernate/VehicleDetails.java 112 publicMethodCommentRequirement Required
39159 src/com/gps/hibernate/VehicleDetails.java 116 publicMethodCommentRequirement Required
39160 src/com/gps/hibernate/VehicleDetails.java 120 Parameter 'organization' is not assigned and could be declared final
39161 src/com/gps/hibernate/VehicleDetails.java 120 publicMethodCommentRequirement Required
39162 src/com/gps/hibernate/VehicleDetails.java 124 publicMethodCommentRequirement Required
39163 src/com/gps/hibernate/VehicleDetails.java 128 Parameter 'vehicleGroup' is not assigned and could be declared final
39164 src/com/gps/hibernate/VehicleDetails.java 128 publicMethodCommentRequirement Required
39165 src/com/gps/hibernate/VehicleDetails.java 132 publicMethodCommentRequirement Required
39166 src/com/gps/hibernate/VehicleDetails.java 136 Parameter 'device' is not assigned and could be declared final
39167 src/com/gps/hibernate/VehicleDetails.java 136 publicMethodCommentRequirement Required
39168 src/com/gps/hibernate/VehicleDetails.java 140 publicMethodCommentRequirement Required
39169 src/com/gps/hibernate/VehicleDetails.java 144 Parameter 'totalSeats' is not assigned and could be declared final
39170 src/com/gps/hibernate/VehicleDetails.java 144 publicMethodCommentRequirement Required
39171 src/com/gps/hibernate/VehicleDetails.java 148 publicMethodCommentRequirement Required
39172 src/com/gps/hibernate/VehicleDetails.java 152 Parameter 'musicStatus' is not assigned and could be declared final
39173 src/com/gps/hibernate/VehicleDetails.java 152 publicMethodCommentRequirement Required
39174 src/com/gps/hibernate/VehicleDetails.java 156 publicMethodCommentRequirement Required
39175 src/com/gps/hibernate/VehicleDetails.java 160 Parameter 'carMileage' is not assigned and could be declared final
39176 src/com/gps/hibernate/VehicleDetails.java 160 publicMethodCommentRequirement Required
39177 src/com/gps/hibernate/VehicleDetails.java 164 publicMethodCommentRequirement Required
39178 src/com/gps/hibernate/VehicleDetails.java 168 Parameter 'carType' is not assigned and could be declared final
39179 src/com/gps/hibernate/VehicleDetails.java 168 publicMethodCommentRequirement Required
39180 src/com/gps/hibernate/VehicleDetails.java 172 publicMethodCommentRequirement Required
39181 src/com/gps/hibernate/VehicleDetails.java 176 Parameter 'acStatus' is not assigned and could be declared final
39182 src/com/gps/hibernate/VehicleDetails.java 176 publicMethodCommentRequirement Required
39183 src/com/gps/hibernate/VehicleDetails.java 180 publicMethodCommentRequirement Required
39184 src/com/gps/hibernate/VehicleDetails.java 184 Parameter 'cdDvdStatus' is not assigned and could be declared final
39185 src/com/gps/hibernate/VehicleDetails.java 184 publicMethodCommentRequirement Required
39186 src/com/gps/hibernate/VehicleDetails.java 188 publicMethodCommentRequirement Required
39187 src/com/gps/hibernate/VehicleDetails.java 192 Parameter 'amFmStatus' is not assigned and could be declared final
39188 src/com/gps/hibernate/VehicleDetails.java 192 publicMethodCommentRequirement Required
39189 src/com/gps/hibernate/VehicleDetails.java 196 publicMethodCommentRequirement Required
39190 src/com/gps/hibernate/VehicleDetails.java 200 Parameter 'vehicleName' is not assigned and could be declared final
39191 src/com/gps/hibernate/VehicleDetails.java 200 publicMethodCommentRequirement Required
39192 src/com/gps/hibernate/VehicleDetails.java 204 publicMethodCommentRequirement Required
39193 src/com/gps/hibernate/VehicleDetails.java 208 Parameter 'imeiNumber' is not assigned and could be declared final
39194 src/com/gps/hibernate/VehicleDetails.java 208 publicMethodCommentRequirement Required
39195 src/com/gps/hibernate/VehicleDetails.java 212 publicMethodCommentRequirement Required
39196 src/com/gps/hibernate/VehicleDetails.java 216 Parameter 'hasDamping' is not assigned and could be declared final
39197 src/com/gps/hibernate/VehicleDetails.java 216 publicMethodCommentRequirement Required
39198 src/com/gps/hibernate/VehicleDetails.java 220 publicMethodCommentRequirement Required
39199 src/com/gps/hibernate/VehicleDetails.java 224 Parameter 'color' is not assigned and could be declared final
39200 src/com/gps/hibernate/VehicleDetails.java 224 publicMethodCommentRequirement Required
39201 src/com/gps/hibernate/VehicleDetails.java 228 publicMethodCommentRequirement Required
39202 src/com/gps/hibernate/VehicleDetails.java 232 Parameter 'regNo' is not assigned and could be declared final
39203 src/com/gps/hibernate/VehicleDetails.java 232 publicMethodCommentRequirement Required
39204 src/com/gps/hibernate/VehicleDetails.java 236 publicMethodCommentRequirement Required
39205 src/com/gps/hibernate/VehicleDetails.java 240 Parameter 'companyName' is not assigned and could be declared final
39206 src/com/gps/hibernate/VehicleDetails.java 240 publicMethodCommentRequirement Required
39207 src/com/gps/hibernate/VehicleDetails.java 244 publicMethodCommentRequirement Required
39208 src/com/gps/hibernate/VehicleDetails.java 248 Parameter 'runningStatus' is not assigned and could be declared final
39209 src/com/gps/hibernate/VehicleDetails.java 248 publicMethodCommentRequirement Required
39210 src/com/gps/hibernate/VehicleDetails.java 252 publicMethodCommentRequirement Required
39211 src/com/gps/hibernate/VehicleDetails.java 256 Parameter 'useStatus' is not assigned and could be declared final
39212 src/com/gps/hibernate/VehicleDetails.java 256 publicMethodCommentRequirement Required
39213 src/com/gps/hibernate/VehicleDetails.java 270 Parameter 'resetDistance' is not assigned and could be declared final
39214 src/com/gps/hibernate/VehicleDetails.java 284 Parameter 'stableFuelValue' is not assigned and could be declared final
39215 src/com/gps/hibernate/VehicleDetails.java 289 publicMethodCommentRequirement Required
39216 src/com/gps/hibernate/VehicleDetails.java 293 Parameter 'tripDetailses' is not assigned and could be declared final
39217 src/com/gps/hibernate/VehicleDetails.java 293 publicMethodCommentRequirement Required
39218 src/com/gps/hibernate/VehicleDetails.java 297 publicMethodCommentRequirement Required
39219 src/com/gps/hibernate/VehicleDetails.java 301 Parameter 'geovehicleMaps' is not assigned and could be declared final
39220 src/com/gps/hibernate/VehicleDetails.java 301 publicMethodCommentRequirement Required
39221 src/com/gps/hibernate/VehicleDetails.java 315 Parameter 'tripParams' is not assigned and could be declared final
39222 src/com/gps/hibernate/VehicleDetailsDAO.java 4 Avoid unused imports such as 'java.util.Set'
39223 src/com/gps/hibernate/VehicleDetailsDAO.java 11 Comment is too large: Too many lines
39224 src/com/gps/hibernate/VehicleDetailsDAO.java 23 This class has too many methods, consider refactoring it.
39225 src/com/gps/hibernate/VehicleDetailsDAO.java 24 Logger should be defined private static final and have the correct class
39226 src/com/gps/hibernate/VehicleDetailsDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
39227 src/com/gps/hibernate/VehicleDetailsDAO.java 24 fieldCommentRequirement Required
39228 src/com/gps/hibernate/VehicleDetailsDAO.java 26 fieldCommentRequirement Required
39229 src/com/gps/hibernate/VehicleDetailsDAO.java 27 fieldCommentRequirement Required
39230 src/com/gps/hibernate/VehicleDetailsDAO.java 28 fieldCommentRequirement Required
39231 src/com/gps/hibernate/VehicleDetailsDAO.java 29 fieldCommentRequirement Required
39232 src/com/gps/hibernate/VehicleDetailsDAO.java 30 fieldCommentRequirement Required
39233 src/com/gps/hibernate/VehicleDetailsDAO.java 31 fieldCommentRequirement Required
39234 src/com/gps/hibernate/VehicleDetailsDAO.java 32 fieldCommentRequirement Required
39235 src/com/gps/hibernate/VehicleDetailsDAO.java 33 fieldCommentRequirement Required
39236 src/com/gps/hibernate/VehicleDetailsDAO.java 34 fieldCommentRequirement Required
39237 src/com/gps/hibernate/VehicleDetailsDAO.java 35 fieldCommentRequirement Required
39238 src/com/gps/hibernate/VehicleDetailsDAO.java 36 fieldCommentRequirement Required
39239 src/com/gps/hibernate/VehicleDetailsDAO.java 37 fieldCommentRequirement Required
39240 src/com/gps/hibernate/VehicleDetailsDAO.java 39 Parameter 'transientInstance' is not assigned and could be declared final
39241 src/com/gps/hibernate/VehicleDetailsDAO.java 39 publicMethodCommentRequirement Required
39242 src/com/gps/hibernate/VehicleDetailsDAO.java 40 There is log block not surrounded by if
39243 src/com/gps/hibernate/VehicleDetailsDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39244 src/com/gps/hibernate/VehicleDetailsDAO.java 42 Potential violation of Law of Demeter (method chain calls)
39245 src/com/gps/hibernate/VehicleDetailsDAO.java 43 There is log block not surrounded by if
39246 src/com/gps/hibernate/VehicleDetailsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39247 src/com/gps/hibernate/VehicleDetailsDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39248 src/com/gps/hibernate/VehicleDetailsDAO.java 45 There is log block not surrounded by if
39249 src/com/gps/hibernate/VehicleDetailsDAO.java 50 Avoid excessively long variable names like persistentInstance
39250 src/com/gps/hibernate/VehicleDetailsDAO.java 50 Parameter 'persistentInstance' is not assigned and could be declared final
39251 src/com/gps/hibernate/VehicleDetailsDAO.java 50 publicMethodCommentRequirement Required
39252 src/com/gps/hibernate/VehicleDetailsDAO.java 51 There is log block not surrounded by if
39253 src/com/gps/hibernate/VehicleDetailsDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39254 src/com/gps/hibernate/VehicleDetailsDAO.java 53 Potential violation of Law of Demeter (method chain calls)
39255 src/com/gps/hibernate/VehicleDetailsDAO.java 54 There is log block not surrounded by if
39256 src/com/gps/hibernate/VehicleDetailsDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39257 src/com/gps/hibernate/VehicleDetailsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39258 src/com/gps/hibernate/VehicleDetailsDAO.java 56 There is log block not surrounded by if
39259 src/com/gps/hibernate/VehicleDetailsDAO.java 61 Avoid variables with short names like id
39260 src/com/gps/hibernate/VehicleDetailsDAO.java 61 Parameter 'id' is not assigned and could be declared final
39261 src/com/gps/hibernate/VehicleDetailsDAO.java 61 publicMethodCommentRequirement Required
39262 src/com/gps/hibernate/VehicleDetailsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
39263 src/com/gps/hibernate/VehicleDetailsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
39264 src/com/gps/hibernate/VehicleDetailsDAO.java 64 There is log block not surrounded by if
39265 src/com/gps/hibernate/VehicleDetailsDAO.java 64 There is log block not surrounded by if
39266 src/com/gps/hibernate/VehicleDetailsDAO.java 65 Local variable 'instance' could be declared final
39267 src/com/gps/hibernate/VehicleDetailsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
39268 src/com/gps/hibernate/VehicleDetailsDAO.java 67 Potential violation of Law of Demeter (object not created locally)
39269 src/com/gps/hibernate/VehicleDetailsDAO.java 67 There is log block not surrounded by if
39270 src/com/gps/hibernate/VehicleDetailsDAO.java 67 There is log block not surrounded by if
39271 src/com/gps/hibernate/VehicleDetailsDAO.java 69 Avoid catching NullPointerException; consider removing the cause of the NPE.
39272 src/com/gps/hibernate/VehicleDetailsDAO.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39273 src/com/gps/hibernate/VehicleDetailsDAO.java 70 There is log block not surrounded by if
39274 src/com/gps/hibernate/VehicleDetailsDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39275 src/com/gps/hibernate/VehicleDetailsDAO.java 73 There is log block not surrounded by if
39276 src/com/gps/hibernate/VehicleDetailsDAO.java 78 Parameter 'instance' is not assigned and could be declared final
39277 src/com/gps/hibernate/VehicleDetailsDAO.java 78 publicMethodCommentRequirement Required
39278 src/com/gps/hibernate/VehicleDetailsDAO.java 79 There is log block not surrounded by if
39279 src/com/gps/hibernate/VehicleDetailsDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39280 src/com/gps/hibernate/VehicleDetailsDAO.java 81 Local variable 'results' could be declared final
39281 src/com/gps/hibernate/VehicleDetailsDAO.java 81 Potential violation of Law of Demeter (method chain calls)
39282 src/com/gps/hibernate/VehicleDetailsDAO.java 81 Potential violation of Law of Demeter (method chain calls)
39283 src/com/gps/hibernate/VehicleDetailsDAO.java 81 Potential violation of Law of Demeter (method chain calls)
39284 src/com/gps/hibernate/VehicleDetailsDAO.java 84 There is log block not surrounded by if
39285 src/com/gps/hibernate/VehicleDetailsDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39286 src/com/gps/hibernate/VehicleDetailsDAO.java 85 Potential violation of Law of Demeter (object not created locally)
39287 src/com/gps/hibernate/VehicleDetailsDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39288 src/com/gps/hibernate/VehicleDetailsDAO.java 88 There is log block not surrounded by if
39289 src/com/gps/hibernate/VehicleDetailsDAO.java 93 Parameter 'propertyName' is not assigned and could be declared final
39290 src/com/gps/hibernate/VehicleDetailsDAO.java 93 Parameter 'value' is not assigned and could be declared final
39291 src/com/gps/hibernate/VehicleDetailsDAO.java 93 publicMethodCommentRequirement Required
39292 src/com/gps/hibernate/VehicleDetailsDAO.java 94 There is log block not surrounded by if
39293 src/com/gps/hibernate/VehicleDetailsDAO.java 94 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39294 src/com/gps/hibernate/VehicleDetailsDAO.java 97 Local variable 'queryString' could be declared final
39295 src/com/gps/hibernate/VehicleDetailsDAO.java 99 Local variable 'queryObject' could be declared final
39296 src/com/gps/hibernate/VehicleDetailsDAO.java 99 Potential violation of Law of Demeter (method chain calls)
39297 src/com/gps/hibernate/VehicleDetailsDAO.java 100 Potential violation of Law of Demeter (object not created locally)
39298 src/com/gps/hibernate/VehicleDetailsDAO.java 101 Potential violation of Law of Demeter (object not created locally)
39299 src/com/gps/hibernate/VehicleDetailsDAO.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39300 src/com/gps/hibernate/VehicleDetailsDAO.java 103 There is log block not surrounded by if
39301 src/com/gps/hibernate/VehicleDetailsDAO.java 108 Parameter 'totalSeats' is not assigned and could be declared final
39302 src/com/gps/hibernate/VehicleDetailsDAO.java 108 publicMethodCommentRequirement Required
39303 src/com/gps/hibernate/VehicleDetailsDAO.java 112 Parameter 'musicStatus' is not assigned and could be declared final
39304 src/com/gps/hibernate/VehicleDetailsDAO.java 112 publicMethodCommentRequirement Required
39305 src/com/gps/hibernate/VehicleDetailsDAO.java 116 Parameter 'carMileage' is not assigned and could be declared final
39306 src/com/gps/hibernate/VehicleDetailsDAO.java 116 publicMethodCommentRequirement Required
39307 src/com/gps/hibernate/VehicleDetailsDAO.java 120 Parameter 'carType' is not assigned and could be declared final
39308 src/com/gps/hibernate/VehicleDetailsDAO.java 120 publicMethodCommentRequirement Required
39309 src/com/gps/hibernate/VehicleDetailsDAO.java 124 Parameter 'acStatus' is not assigned and could be declared final
39310 src/com/gps/hibernate/VehicleDetailsDAO.java 124 publicMethodCommentRequirement Required
39311 src/com/gps/hibernate/VehicleDetailsDAO.java 128 Parameter 'cdDvdStatus' is not assigned and could be declared final
39312 src/com/gps/hibernate/VehicleDetailsDAO.java 128 publicMethodCommentRequirement Required
39313 src/com/gps/hibernate/VehicleDetailsDAO.java 132 Parameter 'amFmStatus' is not assigned and could be declared final
39314 src/com/gps/hibernate/VehicleDetailsDAO.java 132 publicMethodCommentRequirement Required
39315 src/com/gps/hibernate/VehicleDetailsDAO.java 136 Parameter 'vehicleName' is not assigned and could be declared final
39316 src/com/gps/hibernate/VehicleDetailsDAO.java 136 publicMethodCommentRequirement Required
39317 src/com/gps/hibernate/VehicleDetailsDAO.java 140 Parameter 'imeiNumber' is not assigned and could be declared final
39318 src/com/gps/hibernate/VehicleDetailsDAO.java 140 publicMethodCommentRequirement Required
39319 src/com/gps/hibernate/VehicleDetailsDAO.java 144 Parameter 'color' is not assigned and could be declared final
39320 src/com/gps/hibernate/VehicleDetailsDAO.java 144 publicMethodCommentRequirement Required
39321 src/com/gps/hibernate/VehicleDetailsDAO.java 148 Parameter 'regNo' is not assigned and could be declared final
39322 src/com/gps/hibernate/VehicleDetailsDAO.java 148 publicMethodCommentRequirement Required
39323 src/com/gps/hibernate/VehicleDetailsDAO.java 152 Parameter 'companyName' is not assigned and could be declared final
39324 src/com/gps/hibernate/VehicleDetailsDAO.java 152 publicMethodCommentRequirement Required
39325 src/com/gps/hibernate/VehicleDetailsDAO.java 156 Parameter 'first' is not assigned and could be declared final
39326 src/com/gps/hibernate/VehicleDetailsDAO.java 156 Parameter 'last' is not assigned and could be declared final
39327 src/com/gps/hibernate/VehicleDetailsDAO.java 156 publicMethodCommentRequirement Required
39328 src/com/gps/hibernate/VehicleDetailsDAO.java 157 There is log block not surrounded by if
39329 src/com/gps/hibernate/VehicleDetailsDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39330 src/com/gps/hibernate/VehicleDetailsDAO.java 159 Local variable 'queryString' could be declared final
39331 src/com/gps/hibernate/VehicleDetailsDAO.java 160 Local variable 'queryObject' could be declared final
39332 src/com/gps/hibernate/VehicleDetailsDAO.java 160 Potential violation of Law of Demeter (method chain calls)
39333 src/com/gps/hibernate/VehicleDetailsDAO.java 161 Potential violation of Law of Demeter (object not created locally)
39334 src/com/gps/hibernate/VehicleDetailsDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39335 src/com/gps/hibernate/VehicleDetailsDAO.java 163 There is log block not surrounded by if
39336 src/com/gps/hibernate/VehicleDetailsDAO.java 168 Parameter 'detachedInstance' is not assigned and could be declared final
39337 src/com/gps/hibernate/VehicleDetailsDAO.java 168 publicMethodCommentRequirement Required
39338 src/com/gps/hibernate/VehicleDetailsDAO.java 169 There is log block not surrounded by if
39339 src/com/gps/hibernate/VehicleDetailsDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39340 src/com/gps/hibernate/VehicleDetailsDAO.java 171 Local variable 'result' could be declared final
39341 src/com/gps/hibernate/VehicleDetailsDAO.java 171 Potential violation of Law of Demeter (method chain calls)
39342 src/com/gps/hibernate/VehicleDetailsDAO.java 173 There is log block not surrounded by if
39343 src/com/gps/hibernate/VehicleDetailsDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39344 src/com/gps/hibernate/VehicleDetailsDAO.java 175 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39345 src/com/gps/hibernate/VehicleDetailsDAO.java 176 There is log block not surrounded by if
39346 src/com/gps/hibernate/VehicleDetailsDAO.java 181 Parameter 'instance' is not assigned and could be declared final
39347 src/com/gps/hibernate/VehicleDetailsDAO.java 181 publicMethodCommentRequirement Required
39348 src/com/gps/hibernate/VehicleDetailsDAO.java 182 There is log block not surrounded by if
39349 src/com/gps/hibernate/VehicleDetailsDAO.java 182 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39350 src/com/gps/hibernate/VehicleDetailsDAO.java 184 Potential violation of Law of Demeter (method chain calls)
39351 src/com/gps/hibernate/VehicleDetailsDAO.java 185 There is log block not surrounded by if
39352 src/com/gps/hibernate/VehicleDetailsDAO.java 185 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39353 src/com/gps/hibernate/VehicleDetailsDAO.java 186 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39354 src/com/gps/hibernate/VehicleDetailsDAO.java 187 There is log block not surrounded by if
39355 src/com/gps/hibernate/VehicleDetailsDAO.java 192 Parameter 'instance' is not assigned and could be declared final
39356 src/com/gps/hibernate/VehicleDetailsDAO.java 192 publicMethodCommentRequirement Required
39357 src/com/gps/hibernate/VehicleDetailsDAO.java 193 There is log block not surrounded by if
39358 src/com/gps/hibernate/VehicleDetailsDAO.java 193 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39359 src/com/gps/hibernate/VehicleDetailsDAO.java 195 Potential violation of Law of Demeter (method chain calls)
39360 src/com/gps/hibernate/VehicleDetailsDAO.java 196 There is log block not surrounded by if
39361 src/com/gps/hibernate/VehicleDetailsDAO.java 196 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39362 src/com/gps/hibernate/VehicleDetailsDAO.java 197 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39363 src/com/gps/hibernate/VehicleDetailsDAO.java 198 There is log block not surrounded by if
39364 src/com/gps/hibernate/VehicleDetailsDAO.java 203 Parameter 'args' is not assigned and could be declared final
39365 src/com/gps/hibernate/VehicleDetailsDAO.java 203 publicMethodCommentRequirement Required
39366 src/com/gps/hibernate/VehicleDetailsDAO.java 204 Local variable 'dao' could be declared final
39367 src/com/gps/hibernate/VehicleDetailsDAO.java 206 There is log block not surrounded by if
39368 src/com/gps/hibernate/VehicleDetailsDAO.java 206 There is log block not surrounded by if
39369 src/com/gps/hibernate/VehicleDetailsDAO.java 207 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39370 src/com/gps/hibernate/VehicleGroup.java 12 Classes implementing Serializable should set a serialVersionUID
39371 src/com/gps/hibernate/VehicleGroup.java 16 fieldCommentRequirement Required
39372 src/com/gps/hibernate/VehicleGroup.java 17 fieldCommentRequirement Required
39373 src/com/gps/hibernate/VehicleGroup.java 18 fieldCommentRequirement Required
39374 src/com/gps/hibernate/VehicleGroup.java 19 fieldCommentRequirement Required
39375 src/com/gps/hibernate/VehicleGroup.java 20 fieldCommentRequirement Required
39376 src/com/gps/hibernate/VehicleGroup.java 25 Document empty constructor
39377 src/com/gps/hibernate/VehicleGroup.java 27 Parameter 'vehicleGroupName' is not assigned and could be declared final
39378 src/com/gps/hibernate/VehicleGroup.java 27 Parameter 'vehicleGroupid' is not assigned and could be declared final
39379 src/com/gps/hibernate/VehicleGroup.java 27 publicMethodCommentRequirement Required
39380 src/com/gps/hibernate/VehicleGroup.java 28 Parameter 'vehicleDesc' is not assigned and could be declared final
39381 src/com/gps/hibernate/VehicleGroup.java 28 Parameter 'vehiclePurpose' is not assigned and could be declared final
39382 src/com/gps/hibernate/VehicleGroup.java 38 Parameter 'vehicleDesc' is not assigned and could be declared final
39383 src/com/gps/hibernate/VehicleGroup.java 38 Parameter 'vehicleGroupName' is not assigned and could be declared final
39384 src/com/gps/hibernate/VehicleGroup.java 39 Parameter 'vehicleDetailses' is not assigned and could be declared final
39385 src/com/gps/hibernate/VehicleGroup.java 39 Parameter 'vehiclePurpose' is not assigned and could be declared final
39386 src/com/gps/hibernate/VehicleGroup.java 48 publicMethodCommentRequirement Required
39387 src/com/gps/hibernate/VehicleGroup.java 52 Parameter 'vehicleGroupid' is not assigned and could be declared final
39388 src/com/gps/hibernate/VehicleGroup.java 52 publicMethodCommentRequirement Required
39389 src/com/gps/hibernate/VehicleGroup.java 56 publicMethodCommentRequirement Required
39390 src/com/gps/hibernate/VehicleGroup.java 60 Parameter 'vehicleGroupName' is not assigned and could be declared final
39391 src/com/gps/hibernate/VehicleGroup.java 60 publicMethodCommentRequirement Required
39392 src/com/gps/hibernate/VehicleGroup.java 64 publicMethodCommentRequirement Required
39393 src/com/gps/hibernate/VehicleGroup.java 68 Parameter 'vehicleDesc' is not assigned and could be declared final
39394 src/com/gps/hibernate/VehicleGroup.java 68 publicMethodCommentRequirement Required
39395 src/com/gps/hibernate/VehicleGroup.java 72 publicMethodCommentRequirement Required
39396 src/com/gps/hibernate/VehicleGroup.java 76 Parameter 'vehiclePurpose' is not assigned and could be declared final
39397 src/com/gps/hibernate/VehicleGroup.java 76 publicMethodCommentRequirement Required
39398 src/com/gps/hibernate/VehicleGroup.java 80 publicMethodCommentRequirement Required
39399 src/com/gps/hibernate/VehicleGroup.java 84 Parameter 'vehicleDetailses' is not assigned and could be declared final
39400 src/com/gps/hibernate/VehicleGroup.java 84 publicMethodCommentRequirement Required
39401 src/com/gps/hibernate/VehicleGroupDAO.java 4 Avoid unused imports such as 'java.util.Set'
39402 src/com/gps/hibernate/VehicleGroupDAO.java 11 Comment is too large: Too many lines
39403 src/com/gps/hibernate/VehicleGroupDAO.java 23 This class has too many methods, consider refactoring it.
39404 src/com/gps/hibernate/VehicleGroupDAO.java 24 Logger should be defined private static final and have the correct class
39405 src/com/gps/hibernate/VehicleGroupDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
39406 src/com/gps/hibernate/VehicleGroupDAO.java 24 fieldCommentRequirement Required
39407 src/com/gps/hibernate/VehicleGroupDAO.java 26 Avoid excessively long variable names like VEHICLE_GROUP_NAME
39408 src/com/gps/hibernate/VehicleGroupDAO.java 26 fieldCommentRequirement Required
39409 src/com/gps/hibernate/VehicleGroupDAO.java 27 fieldCommentRequirement Required
39410 src/com/gps/hibernate/VehicleGroupDAO.java 28 fieldCommentRequirement Required
39411 src/com/gps/hibernate/VehicleGroupDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
39412 src/com/gps/hibernate/VehicleGroupDAO.java 30 publicMethodCommentRequirement Required
39413 src/com/gps/hibernate/VehicleGroupDAO.java 31 There is log block not surrounded by if
39414 src/com/gps/hibernate/VehicleGroupDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39415 src/com/gps/hibernate/VehicleGroupDAO.java 33 Potential violation of Law of Demeter (method chain calls)
39416 src/com/gps/hibernate/VehicleGroupDAO.java 34 There is log block not surrounded by if
39417 src/com/gps/hibernate/VehicleGroupDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39418 src/com/gps/hibernate/VehicleGroupDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39419 src/com/gps/hibernate/VehicleGroupDAO.java 36 There is log block not surrounded by if
39420 src/com/gps/hibernate/VehicleGroupDAO.java 41 Avoid excessively long variable names like persistentInstance
39421 src/com/gps/hibernate/VehicleGroupDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
39422 src/com/gps/hibernate/VehicleGroupDAO.java 41 publicMethodCommentRequirement Required
39423 src/com/gps/hibernate/VehicleGroupDAO.java 42 There is log block not surrounded by if
39424 src/com/gps/hibernate/VehicleGroupDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39425 src/com/gps/hibernate/VehicleGroupDAO.java 44 Potential violation of Law of Demeter (method chain calls)
39426 src/com/gps/hibernate/VehicleGroupDAO.java 45 There is log block not surrounded by if
39427 src/com/gps/hibernate/VehicleGroupDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39428 src/com/gps/hibernate/VehicleGroupDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39429 src/com/gps/hibernate/VehicleGroupDAO.java 47 There is log block not surrounded by if
39430 src/com/gps/hibernate/VehicleGroupDAO.java 52 Avoid variables with short names like id
39431 src/com/gps/hibernate/VehicleGroupDAO.java 52 Parameter 'id' is not assigned and could be declared final
39432 src/com/gps/hibernate/VehicleGroupDAO.java 52 publicMethodCommentRequirement Required
39433 src/com/gps/hibernate/VehicleGroupDAO.java 53 There is log block not surrounded by if
39434 src/com/gps/hibernate/VehicleGroupDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39435 src/com/gps/hibernate/VehicleGroupDAO.java 55 Local variable 'instance' could be declared final
39436 src/com/gps/hibernate/VehicleGroupDAO.java 55 Potential violation of Law of Demeter (method chain calls)
39437 src/com/gps/hibernate/VehicleGroupDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39438 src/com/gps/hibernate/VehicleGroupDAO.java 59 There is log block not surrounded by if
39439 src/com/gps/hibernate/VehicleGroupDAO.java 64 Parameter 'instance' is not assigned and could be declared final
39440 src/com/gps/hibernate/VehicleGroupDAO.java 64 publicMethodCommentRequirement Required
39441 src/com/gps/hibernate/VehicleGroupDAO.java 65 There is log block not surrounded by if
39442 src/com/gps/hibernate/VehicleGroupDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39443 src/com/gps/hibernate/VehicleGroupDAO.java 67 Local variable 'results' could be declared final
39444 src/com/gps/hibernate/VehicleGroupDAO.java 67 Potential violation of Law of Demeter (method chain calls)
39445 src/com/gps/hibernate/VehicleGroupDAO.java 67 Potential violation of Law of Demeter (method chain calls)
39446 src/com/gps/hibernate/VehicleGroupDAO.java 67 Potential violation of Law of Demeter (method chain calls)
39447 src/com/gps/hibernate/VehicleGroupDAO.java 70 There is log block not surrounded by if
39448 src/com/gps/hibernate/VehicleGroupDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39449 src/com/gps/hibernate/VehicleGroupDAO.java 71 Potential violation of Law of Demeter (object not created locally)
39450 src/com/gps/hibernate/VehicleGroupDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39451 src/com/gps/hibernate/VehicleGroupDAO.java 74 There is log block not surrounded by if
39452 src/com/gps/hibernate/VehicleGroupDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
39453 src/com/gps/hibernate/VehicleGroupDAO.java 79 Parameter 'value' is not assigned and could be declared final
39454 src/com/gps/hibernate/VehicleGroupDAO.java 79 publicMethodCommentRequirement Required
39455 src/com/gps/hibernate/VehicleGroupDAO.java 80 There is log block not surrounded by if
39456 src/com/gps/hibernate/VehicleGroupDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39457 src/com/gps/hibernate/VehicleGroupDAO.java 83 Local variable 'queryString' could be declared final
39458 src/com/gps/hibernate/VehicleGroupDAO.java 85 Local variable 'queryObject' could be declared final
39459 src/com/gps/hibernate/VehicleGroupDAO.java 85 Potential violation of Law of Demeter (method chain calls)
39460 src/com/gps/hibernate/VehicleGroupDAO.java 86 Potential violation of Law of Demeter (object not created locally)
39461 src/com/gps/hibernate/VehicleGroupDAO.java 87 Potential violation of Law of Demeter (object not created locally)
39462 src/com/gps/hibernate/VehicleGroupDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39463 src/com/gps/hibernate/VehicleGroupDAO.java 89 There is log block not surrounded by if
39464 src/com/gps/hibernate/VehicleGroupDAO.java 94 Parameter 'vehicleGroupName' is not assigned and could be declared final
39465 src/com/gps/hibernate/VehicleGroupDAO.java 94 publicMethodCommentRequirement Required
39466 src/com/gps/hibernate/VehicleGroupDAO.java 98 Parameter 'vehicleDesc' is not assigned and could be declared final
39467 src/com/gps/hibernate/VehicleGroupDAO.java 98 publicMethodCommentRequirement Required
39468 src/com/gps/hibernate/VehicleGroupDAO.java 102 Parameter 'vehiclePurpose' is not assigned and could be declared final
39469 src/com/gps/hibernate/VehicleGroupDAO.java 102 publicMethodCommentRequirement Required
39470 src/com/gps/hibernate/VehicleGroupDAO.java 106 publicMethodCommentRequirement Required
39471 src/com/gps/hibernate/VehicleGroupDAO.java 107 There is log block not surrounded by if
39472 src/com/gps/hibernate/VehicleGroupDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39473 src/com/gps/hibernate/VehicleGroupDAO.java 109 Local variable 'queryString' could be declared final
39474 src/com/gps/hibernate/VehicleGroupDAO.java 110 Local variable 'queryObject' could be declared final
39475 src/com/gps/hibernate/VehicleGroupDAO.java 110 Potential violation of Law of Demeter (method chain calls)
39476 src/com/gps/hibernate/VehicleGroupDAO.java 111 Potential violation of Law of Demeter (object not created locally)
39477 src/com/gps/hibernate/VehicleGroupDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39478 src/com/gps/hibernate/VehicleGroupDAO.java 113 There is log block not surrounded by if
39479 src/com/gps/hibernate/VehicleGroupDAO.java 118 Parameter 'detachedInstance' is not assigned and could be declared final
39480 src/com/gps/hibernate/VehicleGroupDAO.java 118 publicMethodCommentRequirement Required
39481 src/com/gps/hibernate/VehicleGroupDAO.java 119 There is log block not surrounded by if
39482 src/com/gps/hibernate/VehicleGroupDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39483 src/com/gps/hibernate/VehicleGroupDAO.java 121 Local variable 'result' could be declared final
39484 src/com/gps/hibernate/VehicleGroupDAO.java 121 Potential violation of Law of Demeter (method chain calls)
39485 src/com/gps/hibernate/VehicleGroupDAO.java 123 There is log block not surrounded by if
39486 src/com/gps/hibernate/VehicleGroupDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39487 src/com/gps/hibernate/VehicleGroupDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39488 src/com/gps/hibernate/VehicleGroupDAO.java 126 There is log block not surrounded by if
39489 src/com/gps/hibernate/VehicleGroupDAO.java 131 Parameter 'instance' is not assigned and could be declared final
39490 src/com/gps/hibernate/VehicleGroupDAO.java 131 publicMethodCommentRequirement Required
39491 src/com/gps/hibernate/VehicleGroupDAO.java 132 There is log block not surrounded by if
39492 src/com/gps/hibernate/VehicleGroupDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39493 src/com/gps/hibernate/VehicleGroupDAO.java 134 Potential violation of Law of Demeter (method chain calls)
39494 src/com/gps/hibernate/VehicleGroupDAO.java 135 There is log block not surrounded by if
39495 src/com/gps/hibernate/VehicleGroupDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39496 src/com/gps/hibernate/VehicleGroupDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39497 src/com/gps/hibernate/VehicleGroupDAO.java 137 There is log block not surrounded by if
39498 src/com/gps/hibernate/VehicleGroupDAO.java 142 Parameter 'instance' is not assigned and could be declared final
39499 src/com/gps/hibernate/VehicleGroupDAO.java 142 publicMethodCommentRequirement Required
39500 src/com/gps/hibernate/VehicleGroupDAO.java 143 There is log block not surrounded by if
39501 src/com/gps/hibernate/VehicleGroupDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39502 src/com/gps/hibernate/VehicleGroupDAO.java 145 Potential violation of Law of Demeter (method chain calls)
39503 src/com/gps/hibernate/VehicleGroupDAO.java 146 There is log block not surrounded by if
39504 src/com/gps/hibernate/VehicleGroupDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39505 src/com/gps/hibernate/VehicleGroupDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39506 src/com/gps/hibernate/VehicleGroupDAO.java 148 There is log block not surrounded by if
39507 src/com/gps/hibernate/VehiclePanelSettings.java 10 Classes implementing Serializable should set a serialVersionUID
39508 src/com/gps/hibernate/VehiclePanelSettings.java 12 fieldCommentRequirement Required
39509 src/com/gps/hibernate/VehiclePanelSettings.java 13 fieldCommentRequirement Required
39510 src/com/gps/hibernate/VehiclePanelSettings.java 14 fieldCommentRequirement Required
39511 src/com/gps/hibernate/VehiclePanelSettings.java 15 fieldCommentRequirement Required
39512 src/com/gps/hibernate/VehiclePanelSettings.java 16 Avoid excessively long variable names like userPanelSettingses
39513 src/com/gps/hibernate/VehiclePanelSettings.java 16 fieldCommentRequirement Required
39514 src/com/gps/hibernate/VehiclePanelSettings.java 17 Avoid excessively long variable names like layoutInfoPanelStyleSettings
39515 src/com/gps/hibernate/VehiclePanelSettings.java 17 fieldCommentRequirement Required
39516 src/com/gps/hibernate/VehiclePanelSettings.java 18 fieldCommentRequirement Required
39517 src/com/gps/hibernate/VehiclePanelSettings.java 19 fieldCommentRequirement Required
39518 src/com/gps/hibernate/VehiclePanelSettings.java 21 Document empty constructor
39519 src/com/gps/hibernate/VehiclePanelSettings.java 21 publicMethodCommentRequirement Required
39520 src/com/gps/hibernate/VehiclePanelSettings.java 24 Parameter 'height' is not assigned and could be declared final
39521 src/com/gps/hibernate/VehiclePanelSettings.java 24 Parameter 'layoutstyle' is not assigned and could be declared final
39522 src/com/gps/hibernate/VehiclePanelSettings.java 24 Parameter 'width' is not assigned and could be declared final
39523 src/com/gps/hibernate/VehiclePanelSettings.java 24 publicMethodCommentRequirement Required
39524 src/com/gps/hibernate/VehiclePanelSettings.java 30 Parameter 'height' is not assigned and could be declared final
39525 src/com/gps/hibernate/VehiclePanelSettings.java 30 Parameter 'layoutstyle' is not assigned and could be declared final
39526 src/com/gps/hibernate/VehiclePanelSettings.java 30 Parameter 'width' is not assigned and could be declared final
39527 src/com/gps/hibernate/VehiclePanelSettings.java 30 publicMethodCommentRequirement Required
39528 src/com/gps/hibernate/VehiclePanelSettings.java 31 Avoid excessively long variable names like userPanelSettingses
39529 src/com/gps/hibernate/VehiclePanelSettings.java 31 Parameter 'userPanelSettingses' is not assigned and could be declared final
39530 src/com/gps/hibernate/VehiclePanelSettings.java 32 Avoid excessively long variable names like layoutInfoPanelStyleSettings
39531 src/com/gps/hibernate/VehiclePanelSettings.java 32 Parameter 'layoutInfoPanelStyleSettings' is not assigned and could be declared final
39532 src/com/gps/hibernate/VehiclePanelSettings.java 33 Parameter 'infoPanels' is not assigned and could be declared final
39533 src/com/gps/hibernate/VehiclePanelSettings.java 33 Parameter 'users' is not assigned and could be declared final
39534 src/com/gps/hibernate/VehiclePanelSettings.java 43 publicMethodCommentRequirement Required
39535 src/com/gps/hibernate/VehiclePanelSettings.java 47 Parameter 'layoutid' is not assigned and could be declared final
39536 src/com/gps/hibernate/VehiclePanelSettings.java 47 publicMethodCommentRequirement Required
39537 src/com/gps/hibernate/VehiclePanelSettings.java 51 publicMethodCommentRequirement Required
39538 src/com/gps/hibernate/VehiclePanelSettings.java 55 Parameter 'layoutstyle' is not assigned and could be declared final
39539 src/com/gps/hibernate/VehiclePanelSettings.java 55 publicMethodCommentRequirement Required
39540 src/com/gps/hibernate/VehiclePanelSettings.java 59 publicMethodCommentRequirement Required
39541 src/com/gps/hibernate/VehiclePanelSettings.java 63 Parameter 'width' is not assigned and could be declared final
39542 src/com/gps/hibernate/VehiclePanelSettings.java 63 publicMethodCommentRequirement Required
39543 src/com/gps/hibernate/VehiclePanelSettings.java 67 publicMethodCommentRequirement Required
39544 src/com/gps/hibernate/VehiclePanelSettings.java 71 Parameter 'height' is not assigned and could be declared final
39545 src/com/gps/hibernate/VehiclePanelSettings.java 71 publicMethodCommentRequirement Required
39546 src/com/gps/hibernate/VehiclePanelSettings.java 75 publicMethodCommentRequirement Required
39547 src/com/gps/hibernate/VehiclePanelSettings.java 79 Avoid excessively long variable names like userPanelSettingses
39548 src/com/gps/hibernate/VehiclePanelSettings.java 79 Parameter 'userPanelSettingses' is not assigned and could be declared final
39549 src/com/gps/hibernate/VehiclePanelSettings.java 79 publicMethodCommentRequirement Required
39550 src/com/gps/hibernate/VehiclePanelSettings.java 83 publicMethodCommentRequirement Required
39551 src/com/gps/hibernate/VehiclePanelSettings.java 87 publicMethodCommentRequirement Required
39552 src/com/gps/hibernate/VehiclePanelSettings.java 88 Avoid excessively long variable names like layoutInfoPanelStyleSettings
39553 src/com/gps/hibernate/VehiclePanelSettings.java 88 Parameter 'layoutInfoPanelStyleSettings' is not assigned and could be declared final
39554 src/com/gps/hibernate/VehiclePanelSettings.java 92 publicMethodCommentRequirement Required
39555 src/com/gps/hibernate/VehiclePanelSettings.java 96 Parameter 'infoPanels' is not assigned and could be declared final
39556 src/com/gps/hibernate/VehiclePanelSettings.java 96 publicMethodCommentRequirement Required
39557 src/com/gps/hibernate/VehiclePanelSettings.java 100 publicMethodCommentRequirement Required
39558 src/com/gps/hibernate/VehiclePanelSettings.java 104 Parameter 'users' is not assigned and could be declared final
39559 src/com/gps/hibernate/VehiclePanelSettings.java 104 publicMethodCommentRequirement Required
39560 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 15 Logger should be defined private static final and have the correct class
39561 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 15 Variables that are final and static should be all capitals, 'log' is not all capitals.
39562 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 15 fieldCommentRequirement Required
39563 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 19 Parameter 'transientInstance' is not assigned and could be declared final
39564 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 19 publicMethodCommentRequirement Required
39565 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 20 There is log block not surrounded by if
39566 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 20 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39567 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 22 Potential violation of Law of Demeter (method chain calls)
39568 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 23 There is log block not surrounded by if
39569 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 23 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39570 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 24 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39571 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 25 There is log block not surrounded by if
39572 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 30 Parameter 'instance' is not assigned and could be declared final
39573 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 30 publicMethodCommentRequirement Required
39574 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 31 There is log block not surrounded by if
39575 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39576 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 33 Potential violation of Law of Demeter (method chain calls)
39577 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 34 There is log block not surrounded by if
39578 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39579 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39580 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 36 There is log block not surrounded by if
39581 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 41 Parameter 'instance' is not assigned and could be declared final
39582 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 41 publicMethodCommentRequirement Required
39583 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 42 There is log block not surrounded by if
39584 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39585 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 44 Potential violation of Law of Demeter (method chain calls)
39586 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 45 There is log block not surrounded by if
39587 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39588 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39589 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 47 There is log block not surrounded by if
39590 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 52 Avoid excessively long variable names like persistentInstance
39591 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 52 Parameter 'persistentInstance' is not assigned and could be declared final
39592 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 52 publicMethodCommentRequirement Required
39593 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 53 There is log block not surrounded by if
39594 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39595 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 55 Potential violation of Law of Demeter (method chain calls)
39596 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 56 There is log block not surrounded by if
39597 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39598 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39599 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 58 There is log block not surrounded by if
39600 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 63 Parameter 'detachedInstance' is not assigned and could be declared final
39601 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 63 publicMethodCommentRequirement Required
39602 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 64 There is log block not surrounded by if
39603 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39604 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 66 Local variable 'result' could be declared final
39605 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 66 Potential violation of Law of Demeter (method chain calls)
39606 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 67 There is log block not surrounded by if
39607 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39608 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39609 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 70 There is log block not surrounded by if
39610 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 75 Avoid variables with short names like id
39611 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 75 Parameter 'id' is not assigned and could be declared final
39612 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 75 publicMethodCommentRequirement Required
39613 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 76 There is log block not surrounded by if
39614 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39615 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 78 Local variable 'instance' could be declared final
39616 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 78 Potential violation of Law of Demeter (method chain calls)
39617 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 80 There is log block not surrounded by if
39618 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39619 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 82 There is log block not surrounded by if
39620 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39621 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39622 src/com/gps/hibernate/VehiclePanelSettingsDAO.java 86 There is log block not surrounded by if
39623 src/com/gps/hibernate/VehicleType.java 10 Classes implementing Serializable should set a serialVersionUID
39624 src/com/gps/hibernate/VehicleType.java 12 Use explicit scoping instead of the default package private level
39625 src/com/gps/hibernate/VehicleType.java 12 fieldCommentRequirement Required
39626 src/com/gps/hibernate/VehicleType.java 13 Use explicit scoping instead of the default package private level
39627 src/com/gps/hibernate/VehicleType.java 13 fieldCommentRequirement Required
39628 src/com/gps/hibernate/VehicleType.java 14 Use explicit scoping instead of the default package private level
39629 src/com/gps/hibernate/VehicleType.java 14 fieldCommentRequirement Required
39630 src/com/gps/hibernate/VehicleType.java 15 Use explicit scoping instead of the default package private level
39631 src/com/gps/hibernate/VehicleType.java 15 fieldCommentRequirement Required
39632 src/com/gps/hibernate/VehicleType.java 16 Use explicit scoping instead of the default package private level
39633 src/com/gps/hibernate/VehicleType.java 16 fieldCommentRequirement Required
39634 src/com/gps/hibernate/VehicleType.java 17 Use explicit scoping instead of the default package private level
39635 src/com/gps/hibernate/VehicleType.java 17 fieldCommentRequirement Required
39636 src/com/gps/hibernate/VehicleType.java 18 Use explicit scoping instead of the default package private level
39637 src/com/gps/hibernate/VehicleType.java 18 fieldCommentRequirement Required
39638 src/com/gps/hibernate/VehicleType.java 25 publicMethodCommentRequirement Required
39639 src/com/gps/hibernate/VehicleType.java 28 Parameter 'correctionValue' is not assigned and could be declared final
39640 src/com/gps/hibernate/VehicleType.java 28 publicMethodCommentRequirement Required
39641 src/com/gps/hibernate/VehicleType.java 38 Parameter 'tankCapacity' is not assigned and could be declared final
39642 src/com/gps/hibernate/VehicleType.java 38 Parameter 'typeId' is not assigned and could be declared final
39643 src/com/gps/hibernate/VehicleType.java 38 Parameter 'typeName' is not assigned and could be declared final
39644 src/com/gps/hibernate/VehicleType.java 39 Parameter 'emptyVolt' is not assigned and could be declared final
39645 src/com/gps/hibernate/VehicleType.java 39 Parameter 'fullVolt' is not assigned and could be declared final
39646 src/com/gps/hibernate/VehicleType.java 39 Parameter 'valueOrder' is not assigned and could be declared final
39647 src/com/gps/hibernate/VehicleType.java 57 Parameter 'typeId' is not assigned and could be declared final
39648 src/com/gps/hibernate/VehicleType.java 69 Parameter 'typeName' is not assigned and could be declared final
39649 src/com/gps/hibernate/VehicleType.java 81 Parameter 'tankCapacity' is not assigned and could be declared final
39650 src/com/gps/hibernate/VehicleType.java 93 Parameter 'fullVolt' is not assigned and could be declared final
39651 src/com/gps/hibernate/VehicleType.java 105 Parameter 'emptyVolt' is not assigned and could be declared final
39652 src/com/gps/hibernate/VehicleType.java 117 Parameter 'valueOrder' is not assigned and could be declared final
39653 src/com/gps/hibernate/VehicleTypeDAO.java 4 Avoid unused imports such as 'java.util.Set'
39654 src/com/gps/hibernate/VehicleTypeDAO.java 11 Comment is too large: Too many lines
39655 src/com/gps/hibernate/VehicleTypeDAO.java 24 Logger should be defined private static final and have the correct class
39656 src/com/gps/hibernate/VehicleTypeDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
39657 src/com/gps/hibernate/VehicleTypeDAO.java 24 fieldCommentRequirement Required
39658 src/com/gps/hibernate/VehicleTypeDAO.java 26 Parameter 'transientInstance' is not assigned and could be declared final
39659 src/com/gps/hibernate/VehicleTypeDAO.java 26 publicMethodCommentRequirement Required
39660 src/com/gps/hibernate/VehicleTypeDAO.java 27 There is log block not surrounded by if
39661 src/com/gps/hibernate/VehicleTypeDAO.java 27 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39662 src/com/gps/hibernate/VehicleTypeDAO.java 29 Potential violation of Law of Demeter (method chain calls)
39663 src/com/gps/hibernate/VehicleTypeDAO.java 30 There is log block not surrounded by if
39664 src/com/gps/hibernate/VehicleTypeDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39665 src/com/gps/hibernate/VehicleTypeDAO.java 31 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39666 src/com/gps/hibernate/VehicleTypeDAO.java 32 There is log block not surrounded by if
39667 src/com/gps/hibernate/VehicleTypeDAO.java 37 Avoid excessively long variable names like persistentInstance
39668 src/com/gps/hibernate/VehicleTypeDAO.java 37 Parameter 'persistentInstance' is not assigned and could be declared final
39669 src/com/gps/hibernate/VehicleTypeDAO.java 37 publicMethodCommentRequirement Required
39670 src/com/gps/hibernate/VehicleTypeDAO.java 38 There is log block not surrounded by if
39671 src/com/gps/hibernate/VehicleTypeDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39672 src/com/gps/hibernate/VehicleTypeDAO.java 40 Potential violation of Law of Demeter (method chain calls)
39673 src/com/gps/hibernate/VehicleTypeDAO.java 41 There is log block not surrounded by if
39674 src/com/gps/hibernate/VehicleTypeDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39675 src/com/gps/hibernate/VehicleTypeDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39676 src/com/gps/hibernate/VehicleTypeDAO.java 43 There is log block not surrounded by if
39677 src/com/gps/hibernate/VehicleTypeDAO.java 48 Avoid variables with short names like id
39678 src/com/gps/hibernate/VehicleTypeDAO.java 48 Parameter 'id' is not assigned and could be declared final
39679 src/com/gps/hibernate/VehicleTypeDAO.java 48 publicMethodCommentRequirement Required
39680 src/com/gps/hibernate/VehicleTypeDAO.java 49 There is log block not surrounded by if
39681 src/com/gps/hibernate/VehicleTypeDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39682 src/com/gps/hibernate/VehicleTypeDAO.java 51 Local variable 'instance' could be declared final
39683 src/com/gps/hibernate/VehicleTypeDAO.java 51 Potential violation of Law of Demeter (method chain calls)
39684 src/com/gps/hibernate/VehicleTypeDAO.java 55 Avoid catching NullPointerException; consider removing the cause of the NPE.
39685 src/com/gps/hibernate/VehicleTypeDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39686 src/com/gps/hibernate/VehicleTypeDAO.java 57 There is log block not surrounded by if
39687 src/com/gps/hibernate/VehicleTypeDAO.java 57 There is log block not surrounded by if
39688 src/com/gps/hibernate/VehicleTypeDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39689 src/com/gps/hibernate/VehicleTypeDAO.java 61 There is log block not surrounded by if
39690 src/com/gps/hibernate/VehicleTypeDAO.java 66 Parameter 'instance' is not assigned and could be declared final
39691 src/com/gps/hibernate/VehicleTypeDAO.java 66 publicMethodCommentRequirement Required
39692 src/com/gps/hibernate/VehicleTypeDAO.java 67 There is log block not surrounded by if
39693 src/com/gps/hibernate/VehicleTypeDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39694 src/com/gps/hibernate/VehicleTypeDAO.java 69 Local variable 'results' could be declared final
39695 src/com/gps/hibernate/VehicleTypeDAO.java 69 Potential violation of Law of Demeter (method chain calls)
39696 src/com/gps/hibernate/VehicleTypeDAO.java 69 Potential violation of Law of Demeter (method chain calls)
39697 src/com/gps/hibernate/VehicleTypeDAO.java 69 Potential violation of Law of Demeter (method chain calls)
39698 src/com/gps/hibernate/VehicleTypeDAO.java 72 There is log block not surrounded by if
39699 src/com/gps/hibernate/VehicleTypeDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39700 src/com/gps/hibernate/VehicleTypeDAO.java 73 Potential violation of Law of Demeter (object not created locally)
39701 src/com/gps/hibernate/VehicleTypeDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39702 src/com/gps/hibernate/VehicleTypeDAO.java 76 There is log block not surrounded by if
39703 src/com/gps/hibernate/VehicleTypeDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
39704 src/com/gps/hibernate/VehicleTypeDAO.java 81 Parameter 'value' is not assigned and could be declared final
39705 src/com/gps/hibernate/VehicleTypeDAO.java 81 publicMethodCommentRequirement Required
39706 src/com/gps/hibernate/VehicleTypeDAO.java 82 There is log block not surrounded by if
39707 src/com/gps/hibernate/VehicleTypeDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39708 src/com/gps/hibernate/VehicleTypeDAO.java 85 Local variable 'queryString' could be declared final
39709 src/com/gps/hibernate/VehicleTypeDAO.java 87 Local variable 'queryObject' could be declared final
39710 src/com/gps/hibernate/VehicleTypeDAO.java 87 Potential violation of Law of Demeter (method chain calls)
39711 src/com/gps/hibernate/VehicleTypeDAO.java 88 Potential violation of Law of Demeter (object not created locally)
39712 src/com/gps/hibernate/VehicleTypeDAO.java 89 Potential violation of Law of Demeter (object not created locally)
39713 src/com/gps/hibernate/VehicleTypeDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39714 src/com/gps/hibernate/VehicleTypeDAO.java 91 There is log block not surrounded by if
39715 src/com/gps/hibernate/VehicleTypeDAO.java 96 Parameter 'first' is not assigned and could be declared final
39716 src/com/gps/hibernate/VehicleTypeDAO.java 96 Parameter 'last' is not assigned and could be declared final
39717 src/com/gps/hibernate/VehicleTypeDAO.java 96 publicMethodCommentRequirement Required
39718 src/com/gps/hibernate/VehicleTypeDAO.java 97 There is log block not surrounded by if
39719 src/com/gps/hibernate/VehicleTypeDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39720 src/com/gps/hibernate/VehicleTypeDAO.java 99 Local variable 'queryString' could be declared final
39721 src/com/gps/hibernate/VehicleTypeDAO.java 100 Local variable 'queryObject' could be declared final
39722 src/com/gps/hibernate/VehicleTypeDAO.java 100 Potential violation of Law of Demeter (method chain calls)
39723 src/com/gps/hibernate/VehicleTypeDAO.java 101 Potential violation of Law of Demeter (object not created locally)
39724 src/com/gps/hibernate/VehicleTypeDAO.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39725 src/com/gps/hibernate/VehicleTypeDAO.java 103 There is log block not surrounded by if
39726 src/com/gps/hibernate/VehicleTypeDAO.java 108 Parameter 'detachedInstance' is not assigned and could be declared final
39727 src/com/gps/hibernate/VehicleTypeDAO.java 108 publicMethodCommentRequirement Required
39728 src/com/gps/hibernate/VehicleTypeDAO.java 109 There is log block not surrounded by if
39729 src/com/gps/hibernate/VehicleTypeDAO.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39730 src/com/gps/hibernate/VehicleTypeDAO.java 111 Local variable 'result' could be declared final
39731 src/com/gps/hibernate/VehicleTypeDAO.java 111 Potential violation of Law of Demeter (method chain calls)
39732 src/com/gps/hibernate/VehicleTypeDAO.java 113 There is log block not surrounded by if
39733 src/com/gps/hibernate/VehicleTypeDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39734 src/com/gps/hibernate/VehicleTypeDAO.java 115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39735 src/com/gps/hibernate/VehicleTypeDAO.java 116 There is log block not surrounded by if
39736 src/com/gps/hibernate/VehicleTypeDAO.java 121 Parameter 'instance' is not assigned and could be declared final
39737 src/com/gps/hibernate/VehicleTypeDAO.java 121 publicMethodCommentRequirement Required
39738 src/com/gps/hibernate/VehicleTypeDAO.java 122 There is log block not surrounded by if
39739 src/com/gps/hibernate/VehicleTypeDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39740 src/com/gps/hibernate/VehicleTypeDAO.java 124 Potential violation of Law of Demeter (method chain calls)
39741 src/com/gps/hibernate/VehicleTypeDAO.java 125 There is log block not surrounded by if
39742 src/com/gps/hibernate/VehicleTypeDAO.java 125 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39743 src/com/gps/hibernate/VehicleTypeDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39744 src/com/gps/hibernate/VehicleTypeDAO.java 127 There is log block not surrounded by if
39745 src/com/gps/hibernate/VehicleTypeDAO.java 132 Parameter 'instance' is not assigned and could be declared final
39746 src/com/gps/hibernate/VehicleTypeDAO.java 132 publicMethodCommentRequirement Required
39747 src/com/gps/hibernate/VehicleTypeDAO.java 133 There is log block not surrounded by if
39748 src/com/gps/hibernate/VehicleTypeDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39749 src/com/gps/hibernate/VehicleTypeDAO.java 135 Potential violation of Law of Demeter (method chain calls)
39750 src/com/gps/hibernate/VehicleTypeDAO.java 136 There is log block not surrounded by if
39751 src/com/gps/hibernate/VehicleTypeDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39752 src/com/gps/hibernate/VehicleTypeDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39753 src/com/gps/hibernate/VehicleTypeDAO.java 138 There is log block not surrounded by if
39754 src/com/gps/hsqldb/CustomHSQLDialect.java 1 Comment is too large: Too many lines
39755 src/com/gps/hsqldb/CustomHSQLDialect.java 5 Comment is too large: Line too long
39756 src/com/gps/hsqldb/CustomHSQLDialect.java 15 headerCommentRequirement Required
39757 src/com/gps/hsqldb/CustomHSQLDialect.java 18 It is a good practice to call super() in a constructor
39758 src/com/gps/hsqldb/CustomHSQLDialect.java 18 publicMethodCommentRequirement Required
39759 src/com/gps/hsqldb/DBAdapter.java 3 Comment is too large: Too many lines
39760 src/com/gps/hsqldb/DBAdapter.java 8 Comment is too large: Line too long
39761 src/com/gps/hsqldb/DBAdapter.java 27 headerCommentRequirement Required
39762 src/com/gps/hsqldb/DBAdapter.java 29 The Logger variable declaration does not contain the static and final modifiers
39763 src/com/gps/hsqldb/DBAdapter.java 29 Use explicit scoping instead of the default package private level
39764 src/com/gps/hsqldb/DBAdapter.java 29 fieldCommentRequirement Required
39765 src/com/gps/hsqldb/DBAdapter.java 31 Avoid using implementation types like 'ArrayList'; use the interface instead
39766 src/com/gps/hsqldb/DBAdapter.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
39767 src/com/gps/hsqldb/DBAdapter.java 31 Private field 'params' could be made final; it is only initialized in the declaration or constructor.
39768 src/com/gps/hsqldb/DBAdapter.java 31 fieldCommentRequirement Required
39769 src/com/gps/hsqldb/DBAdapter.java 34 Parameter 'name' is not assigned and could be declared final
39770 src/com/gps/hsqldb/DBAdapter.java 34 Parameter 'value' is not assigned and could be declared final
39771 src/com/gps/hsqldb/DBAdapter.java 34 publicMethodCommentRequirement Required
39772 src/com/gps/hsqldb/DBAdapter.java 35 Local variable 'input' could be declared final
39773 src/com/gps/hsqldb/DBAdapter.java 41 Parameter 'QueryString' is not assigned and could be declared final
39774 src/com/gps/hsqldb/DBAdapter.java 41 Parameter 'pClass' is not assigned and could be declared final
39775 src/com/gps/hsqldb/DBAdapter.java 41 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
39776 src/com/gps/hsqldb/DBAdapter.java 41 publicMethodCommentRequirement Required
39777 src/com/gps/hsqldb/DBAdapter.java 43 Local variable 'session' could be declared final
39778 src/com/gps/hsqldb/DBAdapter.java 44 Found 'DD'-anomaly for variable 'resultlist' (lines '44'-'54').
39779 src/com/gps/hsqldb/DBAdapter.java 45 Found 'DD'-anomaly for variable 'query' (lines '45'-'49').
39780 src/com/gps/hsqldb/DBAdapter.java 49 Found 'DD'-anomaly for variable 'query' (lines '49'-'52').
39781 src/com/gps/hsqldb/DBAdapter.java 49 Potential violation of Law of Demeter (object not created locally)
39782 src/com/gps/hsqldb/DBAdapter.java 54 Potential violation of Law of Demeter (object not created locally)
39783 src/com/gps/hsqldb/DBAdapter.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39784 src/com/gps/hsqldb/DBAdapter.java 57 Potential violation of Law of Demeter (object not created locally)
39785 src/com/gps/hsqldb/DBAdapter.java 57 The String literal "Exception:" appears 4 times in this file; the first occurrence is on line 57
39786 src/com/gps/hsqldb/DBAdapter.java 57 There is log block not surrounded by if
39787 src/com/gps/hsqldb/DBAdapter.java 68 Parameter 'QueryString' is not assigned and could be declared final
39788 src/com/gps/hsqldb/DBAdapter.java 68 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
39789 src/com/gps/hsqldb/DBAdapter.java 68 publicMethodCommentRequirement Required
39790 src/com/gps/hsqldb/DBAdapter.java 70 Local variable 'session' could be declared final
39791 src/com/gps/hsqldb/DBAdapter.java 71 Found 'DD'-anomaly for variable 'resultlist' (lines '71'-'79').
39792 src/com/gps/hsqldb/DBAdapter.java 72 Found 'DD'-anomaly for variable 'query' (lines '72'-'75').
39793 src/com/gps/hsqldb/DBAdapter.java 75 Found 'DD'-anomaly for variable 'query' (lines '75'-'77').
39794 src/com/gps/hsqldb/DBAdapter.java 75 Potential violation of Law of Demeter (object not created locally)
39795 src/com/gps/hsqldb/DBAdapter.java 79 Potential violation of Law of Demeter (object not created locally)
39796 src/com/gps/hsqldb/DBAdapter.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39797 src/com/gps/hsqldb/DBAdapter.java 83 Potential violation of Law of Demeter (object not created locally)
39798 src/com/gps/hsqldb/DBAdapter.java 83 There is log block not surrounded by if
39799 src/com/gps/hsqldb/DBAdapter.java 94 Found 'UR'-anomaly for variable 'element' (lines '94'-'98').
39800 src/com/gps/hsqldb/DBAdapter.java 94 Parameter 'query' is not assigned and could be declared final
39801 src/com/gps/hsqldb/DBAdapter.java 96 Local variable 'inputvalue' could be declared final
39802 src/com/gps/hsqldb/DBAdapter.java 97 Local variable 'element' could be declared final
39803 src/com/gps/hsqldb/DBAdapter.java 100 Local variable 'value' could be declared final
39804 src/com/gps/hsqldb/DBAdapter.java 112 Parameter 'object' is not assigned and could be declared final
39805 src/com/gps/hsqldb/DBAdapter.java 112 publicMethodCommentRequirement Required
39806 src/com/gps/hsqldb/DBAdapter.java 114 Local variable 'session' could be declared final
39807 src/com/gps/hsqldb/DBAdapter.java 115 Found 'DD'-anomaly for variable 'rowcount' (lines '115'-'122').
39808 src/com/gps/hsqldb/DBAdapter.java 117 Avoid variables with short names like tx
39809 src/com/gps/hsqldb/DBAdapter.java 117 Local variable 'tx' could be declared final
39810 src/com/gps/hsqldb/DBAdapter.java 117 Potential violation of Law of Demeter (object not created locally)
39811 src/com/gps/hsqldb/DBAdapter.java 119 Potential violation of Law of Demeter (object not created locally)
39812 src/com/gps/hsqldb/DBAdapter.java 119 There is log block not surrounded by if
39813 src/com/gps/hsqldb/DBAdapter.java 119 There is log block not surrounded by if
39814 src/com/gps/hsqldb/DBAdapter.java 121 Potential violation of Law of Demeter (object not created locally)
39815 src/com/gps/hsqldb/DBAdapter.java 123 There is log block not surrounded by if
39816 src/com/gps/hsqldb/DBAdapter.java 123 There is log block not surrounded by if
39817 src/com/gps/hsqldb/DBAdapter.java 124 Potential violation of Law of Demeter (object not created locally)
39818 src/com/gps/hsqldb/DBAdapter.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39819 src/com/gps/hsqldb/DBAdapter.java 127 There is log block not surrounded by if
39820 src/com/gps/hsqldb/DBAdapter.java 129 Potential violation of Law of Demeter (object not created locally)
39821 src/com/gps/hsqldb/DBAdapter.java 135 Parameter 'QueryString' is not assigned and could be declared final
39822 src/com/gps/hsqldb/DBAdapter.java 135 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
39823 src/com/gps/hsqldb/DBAdapter.java 135 publicMethodCommentRequirement Required
39824 src/com/gps/hsqldb/DBAdapter.java 136 Local variable 'session' could be declared final
39825 src/com/gps/hsqldb/DBAdapter.java 137 Found 'DD'-anomaly for variable 'rowcount' (lines '137'-'146').
39826 src/com/gps/hsqldb/DBAdapter.java 138 Avoid variables with short names like tx
39827 src/com/gps/hsqldb/DBAdapter.java 138 Local variable 'tx' could be declared final
39828 src/com/gps/hsqldb/DBAdapter.java 138 Potential violation of Law of Demeter (object not created locally)
39829 src/com/gps/hsqldb/DBAdapter.java 139 Found 'DD'-anomaly for variable 'query' (lines '139'-'142').
39830 src/com/gps/hsqldb/DBAdapter.java 142 Found 'DD'-anomaly for variable 'query' (lines '142'-'144').
39831 src/com/gps/hsqldb/DBAdapter.java 142 Potential violation of Law of Demeter (object not created locally)
39832 src/com/gps/hsqldb/DBAdapter.java 146 Potential violation of Law of Demeter (object not created locally)
39833 src/com/gps/hsqldb/DBAdapter.java 147 There is log block not surrounded by if
39834 src/com/gps/hsqldb/DBAdapter.java 147 There is log block not surrounded by if
39835 src/com/gps/hsqldb/DBAdapter.java 148 Potential violation of Law of Demeter (object not created locally)
39836 src/com/gps/hsqldb/DBAdapter.java 149 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39837 src/com/gps/hsqldb/DBAdapter.java 150 Potential violation of Law of Demeter (object not created locally)
39838 src/com/gps/hsqldb/DBAdapter.java 150 There is log block not surrounded by if
39839 src/com/gps/hsqldb/DBAdapter.java 151 Potential violation of Law of Demeter (object not created locally)
39840 src/com/gps/hsqldb/DBAdapter.java 160 Parameter 'QueryString' is not assigned and could be declared final
39841 src/com/gps/hsqldb/DBAdapter.java 160 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
39842 src/com/gps/hsqldb/DBAdapter.java 160 publicMethodCommentRequirement Required
39843 src/com/gps/hsqldb/DBAdapter.java 162 Local variable 'session' could be declared final
39844 src/com/gps/hsqldb/DBAdapter.java 163 Found 'DD'-anomaly for variable 'resultlist' (lines '163'-'171').
39845 src/com/gps/hsqldb/DBAdapter.java 164 Found 'DD'-anomaly for variable 'query' (lines '164'-'167').
39846 src/com/gps/hsqldb/DBAdapter.java 167 Found 'DD'-anomaly for variable 'query' (lines '167'-'169').
39847 src/com/gps/hsqldb/DBAdapter.java 167 Potential violation of Law of Demeter (object not created locally)
39848 src/com/gps/hsqldb/DBAdapter.java 171 Potential violation of Law of Demeter (object not created locally)
39849 src/com/gps/hsqldb/DBAdapter.java 173 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39850 src/com/gps/hsqldb/DBAdapter.java 174 Potential violation of Law of Demeter (object not created locally)
39851 src/com/gps/hsqldb/DBAdapter.java 174 There is log block not surrounded by if
39852 src/com/gps/hsqldb/DBAdapter.java 184 Parameter 'QueryString' is not assigned and could be declared final
39853 src/com/gps/hsqldb/DBAdapter.java 184 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
39854 src/com/gps/hsqldb/DBAdapter.java 184 publicMethodCommentRequirement Required
39855 src/com/gps/hsqldb/DBAdapter.java 185 Local variable 'session' could be declared final
39856 src/com/gps/hsqldb/DBAdapter.java 186 Avoid declaring a variable if it is unreferenced before a possible exit point.
39857 src/com/gps/hsqldb/DBAdapter.java 186 Avoid unused local variables such as 'resultlist'.
39858 src/com/gps/hsqldb/DBAdapter.java 186 Found 'DU'-anomaly for variable 'resultlist' (lines '186'-'207').
39859 src/com/gps/hsqldb/DBAdapter.java 186 Local variable 'resultlist' could be declared final
39860 src/com/gps/hsqldb/DBAdapter.java 187 Avoid variables with short names like tx
39861 src/com/gps/hsqldb/DBAdapter.java 187 Local variable 'tx' could be declared final
39862 src/com/gps/hsqldb/DBAdapter.java 187 Potential violation of Law of Demeter (object not created locally)
39863 src/com/gps/hsqldb/DBAdapter.java 188 Found 'DD'-anomaly for variable 'updrowcnt' (lines '188'-'194').
39864 src/com/gps/hsqldb/DBAdapter.java 189 Found 'DD'-anomaly for variable 'query' (lines '189'-'192').
39865 src/com/gps/hsqldb/DBAdapter.java 191 There is log block not surrounded by if
39866 src/com/gps/hsqldb/DBAdapter.java 191 There is log block not surrounded by if
39867 src/com/gps/hsqldb/DBAdapter.java 192 Found 'DD'-anomaly for variable 'query' (lines '192'-'193').
39868 src/com/gps/hsqldb/DBAdapter.java 192 Potential violation of Law of Demeter (object not created locally)
39869 src/com/gps/hsqldb/DBAdapter.java 194 Potential violation of Law of Demeter (object not created locally)
39870 src/com/gps/hsqldb/DBAdapter.java 195 There is log block not surrounded by if
39871 src/com/gps/hsqldb/DBAdapter.java 195 There is log block not surrounded by if
39872 src/com/gps/hsqldb/DBAdapter.java 196 Potential violation of Law of Demeter (object not created locally)
39873 src/com/gps/hsqldb/DBAdapter.java 197 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39874 src/com/gps/hsqldb/DBAdapter.java 198 Potential violation of Law of Demeter (object not created locally)
39875 src/com/gps/hsqldb/DBAdapter.java 198 There is log block not surrounded by if
39876 src/com/gps/hsqldb/DBAdapter.java 201 Potential violation of Law of Demeter (object not created locally)
39877 src/com/gps/hsqldb/DBAdapter.java 211 Parameter 'arg' is not assigned and could be declared final
39878 src/com/gps/hsqldb/DBAdapter.java 211 Parameter 'serialObj' is not assigned and could be declared final
39879 src/com/gps/hsqldb/DBAdapter.java 211 publicMethodCommentRequirement Required
39880 src/com/gps/hsqldb/DBAdapter.java 213 Found 'DU'-anomaly for variable 'session' (lines '213'-'226').
39881 src/com/gps/hsqldb/DBAdapter.java 213 Local variable 'session' could be declared final
39882 src/com/gps/hsqldb/DBAdapter.java 214 Found 'DD'-anomaly for variable 'resultObj' (lines '214'-'217').
39883 src/com/gps/hsqldb/DBAdapter.java 216 Avoid using if statements without curly braces
39884 src/com/gps/hsqldb/DBAdapter.java 217 Potential violation of Law of Demeter (object not created locally)
39885 src/com/gps/hsqldb/DBAdapter.java 220 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39886 src/com/gps/hsqldb/DBAdapter.java 222 Potential violation of Law of Demeter (object not created locally)
39887 src/com/gps/hsqldb/DBAdapter.java 222 There is log block not surrounded by if
39888 src/com/gps/hsqldb/HibernatePlug.java 29 A class which only has private constructors should be final
39889 src/com/gps/hsqldb/HibernatePlug.java 37 Avoid excessively long variable names like CONFIG_FILE_LOCATION
39890 src/com/gps/hsqldb/HibernatePlug.java 37 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'CONFIG_FILE_LOCATION' is not final.
39891 src/com/gps/hsqldb/HibernatePlug.java 37 The field name indicates a constant but its modifiers do not
39892 src/com/gps/hsqldb/HibernatePlug.java 37 Variables should start with a lowercase character, 'CONFIG_FILE_LOCATION' starts with uppercase character.
39893 src/com/gps/hsqldb/HibernatePlug.java 38 Variables that are final and static should be all capitals, 'threadLocal' is not all capitals.
39894 src/com/gps/hsqldb/HibernatePlug.java 38 fieldCommentRequirement Required
39895 src/com/gps/hsqldb/HibernatePlug.java 39 fieldCommentRequirement Required
39896 src/com/gps/hsqldb/HibernatePlug.java 40 fieldCommentRequirement Required
39897 src/com/gps/hsqldb/HibernatePlug.java 41 fieldCommentRequirement Required
39898 src/com/gps/hsqldb/HibernatePlug.java 44 fieldCommentRequirement Required
39899 src/com/gps/hsqldb/HibernatePlug.java 49 Local variable 'props' could be declared final
39900 src/com/gps/hsqldb/HibernatePlug.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39901 src/com/gps/hsqldb/HibernatePlug.java 64 System.out.print is used
39902 src/com/gps/hsqldb/HibernatePlug.java 84 Potential violation of Law of Demeter (object not created locally)
39903 src/com/gps/hsqldb/HibernatePlug.java 88 Avoid if (x != y) ..; else ..;
39904 src/com/gps/hsqldb/HibernatePlug.java 89 Assigning an Object to null is a code smell. Consider refactoring.
39905 src/com/gps/hsqldb/HibernatePlug.java 92 A method should have only one exit point, and that should be the last statement in the method
39906 src/com/gps/hsqldb/HibernatePlug.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39907 src/com/gps/hsqldb/HibernatePlug.java 108 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39908 src/com/gps/hsqldb/HibernatePlug.java 109 System.out.print is used
39909 src/com/gps/hsqldb/HibernatePlug.java 121 Local variable 'session' could be declared final
39910 src/com/gps/hsqldb/HibernatePlug.java 125 Potential violation of Law of Demeter (object not created locally)
39911 src/com/gps/hsqldb/HibernatePlug.java 126 Potential violation of Law of Demeter (object not created locally)
39912 src/com/gps/hsqldb/HibernatePlug.java 143 Parameter 'configFile' is not assigned and could be declared final
39913 src/com/gps/hsqldb/HibernatePlug.java 145 Assigning an Object to null is a code smell. Consider refactoring.
39914 src/com/gps/hsqldb/HsqlHibernateDAO.java 6 Comment is too large: Line too long
39915 src/com/gps/hsqldb/HsqlHibernateDAO.java 14 headerCommentRequirement Required
39916 src/com/gps/hsqldb/HsqlHibernateDAO.java 16 publicMethodCommentRequirement Required
39917 src/com/gps/hsqldb/InputData.java 1 Comment is too large: Too many lines
39918 src/com/gps/hsqldb/InputData.java 13 headerCommentRequirement Required
39919 src/com/gps/hsqldb/InputData.java 14 fieldCommentRequirement Required
39920 src/com/gps/hsqldb/InputData.java 15 fieldCommentRequirement Required
39921 src/com/gps/hsqldb/InputData.java 16 Parameter 'key' is not assigned and could be declared final
39922 src/com/gps/hsqldb/InputData.java 16 Parameter 'value' is not assigned and could be declared final
39923 src/com/gps/hsqldb/InputData.java 16 publicMethodCommentRequirement Required
39924 src/com/gps/hsqldb/InputData.java 21 publicMethodCommentRequirement Required
39925 src/com/gps/hsqldb/InputData.java 24 Parameter 'key' is not assigned and could be declared final
39926 src/com/gps/hsqldb/InputData.java 24 publicMethodCommentRequirement Required
39927 src/com/gps/hsqldb/InputData.java 27 publicMethodCommentRequirement Required
39928 src/com/gps/hsqldb/InputData.java 30 Parameter 'value' is not assigned and could be declared final
39929 src/com/gps/hsqldb/InputData.java 30 publicMethodCommentRequirement Required
39930 src/com/gps/hsqldb/PacketInfoBean.java 2 Comment is too large: Too many lines
39931 src/com/gps/hsqldb/PacketInfoBean.java 15 headerCommentRequirement Required
39932 src/com/gps/hsqldb/PacketInfoBean.java 16 fieldCommentRequirement Required
39933 src/com/gps/hsqldb/PacketInfoBean.java 17 fieldCommentRequirement Required
39934 src/com/gps/hsqldb/PacketInfoBean.java 18 fieldCommentRequirement Required
39935 src/com/gps/hsqldb/PacketInfoBean.java 19 fieldCommentRequirement Required
39936 src/com/gps/hsqldb/PacketInfoBean.java 20 fieldCommentRequirement Required
39937 src/com/gps/hsqldb/PacketInfoBean.java 23 publicMethodCommentRequirement Required
39938 src/com/gps/hsqldb/PacketInfoBean.java 30 publicMethodCommentRequirement Required
39939 src/com/gps/hsqldb/PacketInfoBean.java 34 Parameter 'tripId' is not assigned and could be declared final
39940 src/com/gps/hsqldb/PacketInfoBean.java 34 publicMethodCommentRequirement Required
39941 src/com/gps/hsqldb/PacketInfoBean.java 40 publicMethodCommentRequirement Required
39942 src/com/gps/hsqldb/PacketInfoBean.java 44 Parameter 'lattitude' is not assigned and could be declared final
39943 src/com/gps/hsqldb/PacketInfoBean.java 44 publicMethodCommentRequirement Required
39944 src/com/gps/hsqldb/PacketInfoBean.java 48 publicMethodCommentRequirement Required
39945 src/com/gps/hsqldb/PacketInfoBean.java 52 Parameter 'longitude' is not assigned and could be declared final
39946 src/com/gps/hsqldb/PacketInfoBean.java 52 publicMethodCommentRequirement Required
39947 src/com/gps/hsqldb/PacketInfoBean.java 56 publicMethodCommentRequirement Required
39948 src/com/gps/hsqldb/PacketInfoBean.java 60 Parameter 'creationTime' is not assigned and could be declared final
39949 src/com/gps/hsqldb/PacketInfoBean.java 60 publicMethodCommentRequirement Required
39950 src/com/gps/hsqldb/PacketInfoBean.java 65 publicMethodCommentRequirement Required
39951 src/com/gps/hsqldb/PacketInfoBean.java 69 Parameter 'deviationChkResp' is not assigned and could be declared final
39952 src/com/gps/hsqldb/PacketInfoBean.java 69 publicMethodCommentRequirement Required
39953 src/com/gps/hsqldb/VehicleInfoBean.java 1 Comment is too large: Too many lines
39954 src/com/gps/hsqldb/VehicleInfoBean.java 20 This class has a bunch of public methods and attributes
39955 src/com/gps/hsqldb/VehicleInfoBean.java 24 Classes implementing Serializable should set a serialVersionUID
39956 src/com/gps/hsqldb/VehicleInfoBean.java 24 Too many fields
39957 src/com/gps/hsqldb/VehicleInfoBean.java 24 headerCommentRequirement Required
39958 src/com/gps/hsqldb/VehicleInfoBean.java 26 fieldCommentRequirement Required
39959 src/com/gps/hsqldb/VehicleInfoBean.java 28 fieldCommentRequirement Required
39960 src/com/gps/hsqldb/VehicleInfoBean.java 29 fieldCommentRequirement Required
39961 src/com/gps/hsqldb/VehicleInfoBean.java 30 fieldCommentRequirement Required
39962 src/com/gps/hsqldb/VehicleInfoBean.java 31 fieldCommentRequirement Required
39963 src/com/gps/hsqldb/VehicleInfoBean.java 34 fieldCommentRequirement Required
39964 src/com/gps/hsqldb/VehicleInfoBean.java 35 fieldCommentRequirement Required
39965 src/com/gps/hsqldb/VehicleInfoBean.java 36 fieldCommentRequirement Required
39966 src/com/gps/hsqldb/VehicleInfoBean.java 37 fieldCommentRequirement Required
39967 src/com/gps/hsqldb/VehicleInfoBean.java 38 fieldCommentRequirement Required
39968 src/com/gps/hsqldb/VehicleInfoBean.java 39 fieldCommentRequirement Required
39969 src/com/gps/hsqldb/VehicleInfoBean.java 40 fieldCommentRequirement Required
39970 src/com/gps/hsqldb/VehicleInfoBean.java 41 fieldCommentRequirement Required
39971 src/com/gps/hsqldb/VehicleInfoBean.java 42 fieldCommentRequirement Required
39972 src/com/gps/hsqldb/VehicleInfoBean.java 43 fieldCommentRequirement Required
39973 src/com/gps/hsqldb/VehicleInfoBean.java 44 fieldCommentRequirement Required
39974 src/com/gps/hsqldb/VehicleInfoBean.java 45 fieldCommentRequirement Required
39975 src/com/gps/hsqldb/VehicleInfoBean.java 46 fieldCommentRequirement Required
39976 src/com/gps/hsqldb/VehicleInfoBean.java 47 fieldCommentRequirement Required
39977 src/com/gps/hsqldb/VehicleInfoBean.java 48 fieldCommentRequirement Required
39978 src/com/gps/hsqldb/VehicleInfoBean.java 49 fieldCommentRequirement Required
39979 src/com/gps/hsqldb/VehicleInfoBean.java 50 fieldCommentRequirement Required
39980 src/com/gps/hsqldb/VehicleInfoBean.java 52 fieldCommentRequirement Required
39981 src/com/gps/hsqldb/VehicleInfoBean.java 54 fieldCommentRequirement Required
39982 src/com/gps/hsqldb/VehicleInfoBean.java 55 fieldCommentRequirement Required
39983 src/com/gps/hsqldb/VehicleInfoBean.java 56 fieldCommentRequirement Required
39984 src/com/gps/hsqldb/VehicleInfoBean.java 58 publicMethodCommentRequirement Required
39985 src/com/gps/hsqldb/VehicleInfoBean.java 73 publicMethodCommentRequirement Required
39986 src/com/gps/hsqldb/VehicleInfoBean.java 78 Parameter 'tripParamId' is not assigned and could be declared final
39987 src/com/gps/hsqldb/VehicleInfoBean.java 78 publicMethodCommentRequirement Required
39988 src/com/gps/hsqldb/VehicleInfoBean.java 83 publicMethodCommentRequirement Required
39989 src/com/gps/hsqldb/VehicleInfoBean.java 88 Parameter 'fuelContent' is not assigned and could be declared final
39990 src/com/gps/hsqldb/VehicleInfoBean.java 88 publicMethodCommentRequirement Required
39991 src/com/gps/hsqldb/VehicleInfoBean.java 92 publicMethodCommentRequirement Required
39992 src/com/gps/hsqldb/VehicleInfoBean.java 97 Parameter 'batteryStatus' is not assigned and could be declared final
39993 src/com/gps/hsqldb/VehicleInfoBean.java 97 publicMethodCommentRequirement Required
39994 src/com/gps/hsqldb/VehicleInfoBean.java 100 publicMethodCommentRequirement Required
39995 src/com/gps/hsqldb/VehicleInfoBean.java 104 Parameter 'tripId' is not assigned and could be declared final
39996 src/com/gps/hsqldb/VehicleInfoBean.java 104 publicMethodCommentRequirement Required
39997 src/com/gps/hsqldb/VehicleInfoBean.java 110 publicMethodCommentRequirement Required
39998 src/com/gps/hsqldb/VehicleInfoBean.java 114 Parameter 'lattitude' is not assigned and could be declared final
39999 src/com/gps/hsqldb/VehicleInfoBean.java 114 publicMethodCommentRequirement Required
40000 src/com/gps/hsqldb/VehicleInfoBean.java 118 publicMethodCommentRequirement Required
40001 src/com/gps/hsqldb/VehicleInfoBean.java 122 Parameter 'longitude' is not assigned and could be declared final
40002 src/com/gps/hsqldb/VehicleInfoBean.java 122 publicMethodCommentRequirement Required
40003 src/com/gps/hsqldb/VehicleInfoBean.java 126 publicMethodCommentRequirement Required
40004 src/com/gps/hsqldb/VehicleInfoBean.java 130 Parameter 'speed' is not assigned and could be declared final
40005 src/com/gps/hsqldb/VehicleInfoBean.java 130 publicMethodCommentRequirement Required
40006 src/com/gps/hsqldb/VehicleInfoBean.java 134 publicMethodCommentRequirement Required
40007 src/com/gps/hsqldb/VehicleInfoBean.java 138 Parameter 'heading' is not assigned and could be declared final
40008 src/com/gps/hsqldb/VehicleInfoBean.java 138 publicMethodCommentRequirement Required
40009 src/com/gps/hsqldb/VehicleInfoBean.java 142 publicMethodCommentRequirement Required
40010 src/com/gps/hsqldb/VehicleInfoBean.java 146 Parameter 'vehicleId' is not assigned and could be declared final
40011 src/com/gps/hsqldb/VehicleInfoBean.java 146 publicMethodCommentRequirement Required
40012 src/com/gps/hsqldb/VehicleInfoBean.java 150 publicMethodCommentRequirement Required
40013 src/com/gps/hsqldb/VehicleInfoBean.java 154 Parameter 'deviceId' is not assigned and could be declared final
40014 src/com/gps/hsqldb/VehicleInfoBean.java 154 publicMethodCommentRequirement Required
40015 src/com/gps/hsqldb/VehicleInfoBean.java 158 publicMethodCommentRequirement Required
40016 src/com/gps/hsqldb/VehicleInfoBean.java 162 Parameter 'vehicleName' is not assigned and could be declared final
40017 src/com/gps/hsqldb/VehicleInfoBean.java 162 publicMethodCommentRequirement Required
40018 src/com/gps/hsqldb/VehicleInfoBean.java 166 publicMethodCommentRequirement Required
40019 src/com/gps/hsqldb/VehicleInfoBean.java 170 Parameter 'creationTime' is not assigned and could be declared final
40020 src/com/gps/hsqldb/VehicleInfoBean.java 170 publicMethodCommentRequirement Required
40021 src/com/gps/hsqldb/VehicleInfoBean.java 174 publicMethodCommentRequirement Required
40022 src/com/gps/hsqldb/VehicleInfoBean.java 178 Parameter 'organization' is not assigned and could be declared final
40023 src/com/gps/hsqldb/VehicleInfoBean.java 178 publicMethodCommentRequirement Required
40024 src/com/gps/hsqldb/VehicleInfoBean.java 182 publicMethodCommentRequirement Required
40025 src/com/gps/hsqldb/VehicleInfoBean.java 186 Parameter 'eventCode' is not assigned and could be declared final
40026 src/com/gps/hsqldb/VehicleInfoBean.java 186 publicMethodCommentRequirement Required
40027 src/com/gps/hsqldb/VehicleInfoBean.java 191 publicMethodCommentRequirement Required
40028 src/com/gps/hsqldb/VehicleInfoBean.java 196 Parameter 'resentDistance' is not assigned and could be declared final
40029 src/com/gps/hsqldb/VehicleInfoBean.java 196 publicMethodCommentRequirement Required
40030 src/com/gps/hsqldb/VehicleInfoBean.java 201 publicMethodCommentRequirement Required
40031 src/com/gps/hsqldb/VehicleInfoBean.java 206 Parameter 'distance' is not assigned and could be declared final
40032 src/com/gps/hsqldb/VehicleInfoBean.java 206 publicMethodCommentRequirement Required
40033 src/com/gps/hsqldb/VehicleInfoBean.java 211 publicMethodCommentRequirement Required
40034 src/com/gps/hsqldb/VehicleInfoBean.java 216 Parameter 'counter' is not assigned and could be declared final
40035 src/com/gps/hsqldb/VehicleInfoBean.java 216 publicMethodCommentRequirement Required
40036 src/com/gps/hsqldb/VehicleInfoBean.java 221 publicMethodCommentRequirement Required
40037 src/com/gps/hsqldb/VehicleInfoBean.java 226 Parameter 'isSMSSent' is not assigned and could be declared final
40038 src/com/gps/hsqldb/VehicleInfoBean.java 226 publicMethodCommentRequirement Required
40039 src/com/gps/hsqldb/VehicleInfoBean.java 231 publicMethodCommentRequirement Required
40040 src/com/gps/hsqldb/VehicleInfoBean.java 236 Parameter 'tripType' is not assigned and could be declared final
40041 src/com/gps/hsqldb/VehicleInfoBean.java 236 publicMethodCommentRequirement Required
40042 src/com/gps/hsqldb/VehicleInfoBean.java 241 publicMethodCommentRequirement Required
40043 src/com/gps/hsqldb/VehicleInfoBean.java 246 Parameter 'tripStatus' is not assigned and could be declared final
40044 src/com/gps/hsqldb/VehicleInfoBean.java 246 publicMethodCommentRequirement Required
40045 src/com/gps/hsqldb/VehicleInfoBean.java 251 publicMethodCommentRequirement Required
40046 src/com/gps/hsqldb/VehicleInfoBean.java 256 Parameter 'tankCapacity' is not assigned and could be declared final
40047 src/com/gps/hsqldb/VehicleInfoBean.java 256 publicMethodCommentRequirement Required
40048 src/com/gps/hsqldb/VehicleInfoBean.java 261 publicMethodCommentRequirement Required
40049 src/com/gps/hsqldb/VehicleInfoBean.java 266 Parameter 'stableFuelVal' is not assigned and could be declared final
40050 src/com/gps/hsqldb/VehicleInfoBean.java 266 publicMethodCommentRequirement Required
40051 src/com/gps/hsqldb/VehicleInfoBean.java 271 publicMethodCommentRequirement Required
40052 src/com/gps/hsqldb/VehicleInfoBean.java 276 Parameter 'lastMovedTime' is not assigned and could be declared final
40053 src/com/gps/hsqldb/VehicleInfoBean.java 276 publicMethodCommentRequirement Required
40054 src/com/gps/hsqldb/VehicleInfoBean.java 281 publicMethodCommentRequirement Required
40055 src/com/gps/hsqldb/VehicleInfoBean.java 286 Parameter 'fenceId' is not assigned and could be declared final
40056 src/com/gps/hsqldb/VehicleInfoBean.java 286 publicMethodCommentRequirement Required
40057 src/com/gps/hsqldb/VehicleInfoBean.java 291 publicMethodCommentRequirement Required
40058 src/com/gps/hsqldb/VehicleInfoBean.java 296 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
40059 src/com/gps/hsqldb/VehicleInfoBean.java 296 Parameter 'inFenceTime' is not assigned and could be declared final
40060 src/com/gps/hsqldb/VehicleInfoBean.java 296 publicMethodCommentRequirement Required
40061 src/com/gps/hsqldb/VehicleInfoBean.java 301 publicMethodCommentRequirement Required
40062 src/com/gps/hsqldb/VehicleInfoBean.java 306 Parameter 'esnNumber' is not assigned and could be declared final
40063 src/com/gps/hsqldb/VehicleInfoBean.java 306 publicMethodCommentRequirement Required
40064 src/com/gps/notifier/AlertNotification.java 6 Comment is too large: Line too long
40065 src/com/gps/notifier/AlertNotification.java 10 Avoid unused imports such as 'java.net.URLDecoder'
40066 src/com/gps/notifier/AlertNotification.java 16 headerCommentRequirement Required
40067 src/com/gps/notifier/AlertNotification.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
40068 src/com/gps/notifier/AlertNotification.java 18 Use explicit scoping instead of the default package private level
40069 src/com/gps/notifier/AlertNotification.java 18 fieldCommentRequirement Required
40070 src/com/gps/notifier/AlertNotification.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
40071 src/com/gps/notifier/AlertNotification.java 19 Use explicit scoping instead of the default package private level
40072 src/com/gps/notifier/AlertNotification.java 19 fieldCommentRequirement Required
40073 src/com/gps/notifier/AlertNotification.java 20 The Logger variable declaration does not contain the static and final modifiers
40074 src/com/gps/notifier/AlertNotification.java 20 fieldCommentRequirement Required
40075 src/com/gps/notifier/AlertNotification.java 21 Avoid using implementation types like 'Hashtable'; use the interface instead
40076 src/com/gps/notifier/AlertNotification.java 21 Consider replacing this Hashtable with the newer java.util.Map
40077 src/com/gps/notifier/AlertNotification.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
40078 src/com/gps/notifier/AlertNotification.java 21 Use explicit scoping instead of the default package private level
40079 src/com/gps/notifier/AlertNotification.java 21 fieldCommentRequirement Required
40080 src/com/gps/notifier/AlertNotification.java 22 Found non-transient, non-static member. Please mark as transient or provide accessors.
40081 src/com/gps/notifier/AlertNotification.java 22 Use explicit scoping instead of the default package private level
40082 src/com/gps/notifier/AlertNotification.java 22 fieldCommentRequirement Required
40083 src/com/gps/notifier/AlertNotification.java 24 Parameter 'group' is not assigned and could be declared final
40084 src/com/gps/notifier/AlertNotification.java 24 Parameter 'message' is not assigned and could be declared final
40085 src/com/gps/notifier/AlertNotification.java 24 Parameter 'subject' is not assigned and could be declared final
40086 src/com/gps/notifier/AlertNotification.java 24 publicMethodCommentRequirement Required
40087 src/com/gps/notifier/AlertNotification.java 29 Parameter 'message' is not assigned and could be declared final
40088 src/com/gps/notifier/AlertNotification.java 29 Parameter 'recipients' is not assigned and could be declared final
40089 src/com/gps/notifier/AlertNotification.java 29 Parameter 'subject' is not assigned and could be declared final
40090 src/com/gps/notifier/AlertNotification.java 29 publicMethodCommentRequirement Required
40091 src/com/gps/notifier/AlertNotification.java 34 Parameter 'group' is not assigned and could be declared final
40092 src/com/gps/notifier/AlertNotification.java 34 Parameter 'message' is not assigned and could be declared final
40093 src/com/gps/notifier/AlertNotification.java 34 Parameter 'subject' is not assigned and could be declared final
40094 src/com/gps/notifier/AlertNotification.java 34 publicMethodCommentRequirement Required
40095 src/com/gps/notifier/AlertNotification.java 39 Parameter 'message' is not assigned and could be declared final
40096 src/com/gps/notifier/AlertNotification.java 39 Parameter 'recipients' is not assigned and could be declared final
40097 src/com/gps/notifier/AlertNotification.java 39 Parameter 'subject' is not assigned and could be declared final
40098 src/com/gps/notifier/AlertNotification.java 39 publicMethodCommentRequirement Required
40099 src/com/gps/notifier/AlertNotification.java 44 Parameter 'group' is not assigned and could be declared final
40100 src/com/gps/notifier/AlertNotification.java 44 Parameter 'message' is not assigned and could be declared final
40101 src/com/gps/notifier/AlertNotification.java 44 Parameter 'subject' is not assigned and could be declared final
40102 src/com/gps/notifier/AlertNotification.java 44 Parameter 'type' is not assigned and could be declared final
40103 src/com/gps/notifier/AlertNotification.java 44 Rather than using a lot of String arguments, consider using a container object for those values.
40104 src/com/gps/notifier/AlertNotification.java 49 Potential violation of Law of Demeter (method chain calls)
40105 src/com/gps/notifier/AlertNotification.java 52 Position literals first in String comparisons for EqualsIgnoreCase
40106 src/com/gps/notifier/AlertNotification.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40107 src/com/gps/notifier/AlertNotification.java 62 Potential violation of Law of Demeter (object not created locally)
40108 src/com/gps/notifier/AlertNotification.java 62 There is log block not surrounded by if
40109 src/com/gps/notifier/AlertNotification.java 66 Parameter 'message' is not assigned and could be declared final
40110 src/com/gps/notifier/AlertNotification.java 66 Parameter 'recepients' is not assigned and could be declared final
40111 src/com/gps/notifier/AlertNotification.java 66 Parameter 'subject' is not assigned and could be declared final
40112 src/com/gps/notifier/AlertNotification.java 66 Parameter 'type' is not assigned and could be declared final
40113 src/com/gps/notifier/AlertNotification.java 66 Rather than using a lot of String arguments, consider using a container object for those values.
40114 src/com/gps/notifier/AlertNotification.java 70 There is log block not surrounded by if
40115 src/com/gps/notifier/AlertNotification.java 70 There is log block not surrounded by if
40116 src/com/gps/notifier/AlertNotification.java 72 Potential violation of Law of Demeter (method chain calls)
40117 src/com/gps/notifier/AlertNotification.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40118 src/com/gps/notifier/AlertNotification.java 78 Potential violation of Law of Demeter (object not created locally)
40119 src/com/gps/notifier/AlertNotification.java 78 There is log block not surrounded by if
40120 src/com/gps/notifier/AlertNotification.java 82 Parameter 'args' is not assigned and could be declared final
40121 src/com/gps/notifier/AlertNotification.java 82 publicMethodCommentRequirement Required
40122 src/com/gps/notifier/AlertNotification.java 84 Local variable 'notify' could be declared final
40123 src/com/gps/notifier/EventAlertMgr.java 16 Comment is too large: Line too long
40124 src/com/gps/notifier/EventAlertMgr.java 44 The class 'EventAlertMgr' has a Cyclomatic Complexity of 7 (Highest = 18).
40125 src/com/gps/notifier/EventAlertMgr.java 44 headerCommentRequirement Required
40126 src/com/gps/notifier/EventAlertMgr.java 46 Logger should be defined private static final and have the correct class
40127 src/com/gps/notifier/EventAlertMgr.java 46 Variables that are final and static should be all capitals, 'log' is not all capitals.
40128 src/com/gps/notifier/EventAlertMgr.java 46 fieldCommentRequirement Required
40129 src/com/gps/notifier/EventAlertMgr.java 47 Variables that are final and static should be all capitals, 'format' is not all capitals.
40130 src/com/gps/notifier/EventAlertMgr.java 47 When instantiating a SimpleDateFormat object, specify a Locale
40131 src/com/gps/notifier/EventAlertMgr.java 47 fieldCommentRequirement Required
40132 src/com/gps/notifier/EventAlertMgr.java 48 Variables that are final and static should be all capitals, 'dateformat' is not all capitals.
40133 src/com/gps/notifier/EventAlertMgr.java 48 When instantiating a SimpleDateFormat object, specify a Locale
40134 src/com/gps/notifier/EventAlertMgr.java 48 fieldCommentRequirement Required
40135 src/com/gps/notifier/EventAlertMgr.java 49 Variables that are final and static should be all capitals, 'formatter' is not all capitals.
40136 src/com/gps/notifier/EventAlertMgr.java 49 When instantiating a SimpleDateFormat object, specify a Locale
40137 src/com/gps/notifier/EventAlertMgr.java 49 fieldCommentRequirement Required
40138 src/com/gps/notifier/EventAlertMgr.java 50 Variables that are final and static should be all capitals, 'BufferTime' is not all capitals.
40139 src/com/gps/notifier/EventAlertMgr.java 50 fieldCommentRequirement Required
40140 src/com/gps/notifier/EventAlertMgr.java 51 Avoid really long methods.
40141 src/com/gps/notifier/EventAlertMgr.java 51 Method names should not start with capital letters
40142 src/com/gps/notifier/EventAlertMgr.java 51 Parameter 'datetime' is not assigned and could be declared final
40143 src/com/gps/notifier/EventAlertMgr.java 51 Parameter 'eventCode' is not assigned and could be declared final
40144 src/com/gps/notifier/EventAlertMgr.java 51 Parameter 'isInterested' is not assigned and could be declared final
40145 src/com/gps/notifier/EventAlertMgr.java 51 Parameter 'lat' is not assigned and could be declared final
40146 src/com/gps/notifier/EventAlertMgr.java 51 Parameter 'lon' is not assigned and could be declared final
40147 src/com/gps/notifier/EventAlertMgr.java 51 Parameter 'speed' is not assigned and could be declared final
40148 src/com/gps/notifier/EventAlertMgr.java 51 Parameter 'tripParamid' is not assigned and could be declared final
40149 src/com/gps/notifier/EventAlertMgr.java 51 Parameter 'tripid' is not assigned and could be declared final
40150 src/com/gps/notifier/EventAlertMgr.java 51 Parameter 'vehicleId' is not assigned and could be declared final
40151 src/com/gps/notifier/EventAlertMgr.java 51 The method 'AlertMgr' has a Cyclomatic Complexity of 18.
40152 src/com/gps/notifier/EventAlertMgr.java 51 The method AlertMgr() has an NPath complexity of 1197
40153 src/com/gps/notifier/EventAlertMgr.java 51 publicMethodCommentRequirement Required
40154 src/com/gps/notifier/EventAlertMgr.java 53 Found 'DU'-anomaly for variable 'notifier' (lines '53'-'202').
40155 src/com/gps/notifier/EventAlertMgr.java 53 Local variable 'notifier' could be declared final
40156 src/com/gps/notifier/EventAlertMgr.java 54 Found 'DD'-anomaly for variable 'sendTo' (lines '54'-'76').
40157 src/com/gps/notifier/EventAlertMgr.java 55 There is log block not surrounded by if
40158 src/com/gps/notifier/EventAlertMgr.java 55 There is log block not surrounded by if
40159 src/com/gps/notifier/EventAlertMgr.java 56 Found 'DD'-anomaly for variable 'mobile_no' (lines '56'-'88').
40160 src/com/gps/notifier/EventAlertMgr.java 56 Found 'DU'-anomaly for variable 'mobile_no' (lines '56'-'202').
40161 src/com/gps/notifier/EventAlertMgr.java 56 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'mobile_no' is not final.
40162 src/com/gps/notifier/EventAlertMgr.java 57 Found 'DD'-anomaly for variable 'address' (lines '57'-'132').
40163 src/com/gps/notifier/EventAlertMgr.java 57 Found 'DU'-anomaly for variable 'address' (lines '57'-'202').
40164 src/com/gps/notifier/EventAlertMgr.java 58 Local variable 'vehicleDetails' could be declared final
40165 src/com/gps/notifier/EventAlertMgr.java 59 Found 'DD'-anomaly for variable 'vehicleObj' (lines '59'-'60').
40166 src/com/gps/notifier/EventAlertMgr.java 61 Found 'DD'-anomaly for variable 'alert' (lines '61'-'193').
40167 src/com/gps/notifier/EventAlertMgr.java 61 Found 'DU'-anomaly for variable 'alert' (lines '61'-'202').
40168 src/com/gps/notifier/EventAlertMgr.java 62 Found 'DD'-anomaly for variable 'time' (lines '62'-'72').
40169 src/com/gps/notifier/EventAlertMgr.java 63 Found 'DD'-anomaly for variable 'modes' (lines '63'-'85').
40170 src/com/gps/notifier/EventAlertMgr.java 63 Found 'DU'-anomaly for variable 'modes' (lines '63'-'202').
40171 src/com/gps/notifier/EventAlertMgr.java 65 Found 'DD'-anomaly for variable 'email_addr' (lines '65'-'89').
40172 src/com/gps/notifier/EventAlertMgr.java 65 Found 'DU'-anomaly for variable 'email_addr' (lines '65'-'202').
40173 src/com/gps/notifier/EventAlertMgr.java 65 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'email_addr' is not final.
40174 src/com/gps/notifier/EventAlertMgr.java 72 Found 'DD'-anomaly for variable 'time' (lines '72'-'110').
40175 src/com/gps/notifier/EventAlertMgr.java 72 Found 'DU'-anomaly for variable 'time' (lines '72'-'202').
40176 src/com/gps/notifier/EventAlertMgr.java 75 Avoid using if statements without curly braces
40177 src/com/gps/notifier/EventAlertMgr.java 76 Potential violation of Law of Demeter (method chain calls)
40178 src/com/gps/notifier/EventAlertMgr.java 76 Potential violation of Law of Demeter (method chain calls)
40179 src/com/gps/notifier/EventAlertMgr.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40180 src/com/gps/notifier/EventAlertMgr.java 78 There is log block not surrounded by if
40181 src/com/gps/notifier/EventAlertMgr.java 81 Avoid if (x != y) ..; else ..;
40182 src/com/gps/notifier/EventAlertMgr.java 81 Avoid using Literals in Conditional Statements
40183 src/com/gps/notifier/EventAlertMgr.java 81 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
40184 src/com/gps/notifier/EventAlertMgr.java 91 There is log block not surrounded by if
40185 src/com/gps/notifier/EventAlertMgr.java 91 There is log block not surrounded by if
40186 src/com/gps/notifier/EventAlertMgr.java 92 Avoid if (x != y) ..; else ..;
40187 src/com/gps/notifier/EventAlertMgr.java 92 Use equals() to compare strings instead of '==' or '!='
40188 src/com/gps/notifier/EventAlertMgr.java 92 Use equals() to compare strings instead of '==' or '!='
40189 src/com/gps/notifier/EventAlertMgr.java 94 There is log block not surrounded by if
40190 src/com/gps/notifier/EventAlertMgr.java 94 There is log block not surrounded by if
40191 src/com/gps/notifier/EventAlertMgr.java 96 Found 'DU'-anomaly for variable 'phone' (lines '96'-'202').
40192 src/com/gps/notifier/EventAlertMgr.java 96 Local variable 'phone' could be declared final
40193 src/com/gps/notifier/EventAlertMgr.java 98 Found 'DU'-anomaly for variable 'email' (lines '98'-'202').
40194 src/com/gps/notifier/EventAlertMgr.java 98 Local variable 'email' could be declared final
40195 src/com/gps/notifier/EventAlertMgr.java 101 Found 'DD'-anomaly for variable 'Msg' (lines '101'-'103').
40196 src/com/gps/notifier/EventAlertMgr.java 101 Variables should start with a lowercase character, 'Msg' starts with uppercase character.
40197 src/com/gps/notifier/EventAlertMgr.java 102 Local variable 'reportRef' could be declared final
40198 src/com/gps/notifier/EventAlertMgr.java 104 There is log block not surrounded by if
40199 src/com/gps/notifier/EventAlertMgr.java 104 There is log block not surrounded by if
40200 src/com/gps/notifier/EventAlertMgr.java 105 Found 'DU'-anomaly for variable 'message' (lines '105'-'202').
40201 src/com/gps/notifier/EventAlertMgr.java 106 Local variable 'desc' could be declared final
40202 src/com/gps/notifier/EventAlertMgr.java 109 Local variable 'TimeObj' could be declared final
40203 src/com/gps/notifier/EventAlertMgr.java 109 Variables should start with a lowercase character, 'TimeObj' starts with uppercase character.
40204 src/com/gps/notifier/EventAlertMgr.java 111 Found 'DU'-anomaly for variable 'DateTime' (lines '111'-'202').
40205 src/com/gps/notifier/EventAlertMgr.java 111 Local variable 'DateTime' could be declared final
40206 src/com/gps/notifier/EventAlertMgr.java 111 Static DateFormatter objects should be accessed in a synchronized manner
40207 src/com/gps/notifier/EventAlertMgr.java 111 Variables should start with a lowercase character, 'DateTime' starts with uppercase character.
40208 src/com/gps/notifier/EventAlertMgr.java 112 Found 'DU'-anomaly for variable 'date' (lines '112'-'202').
40209 src/com/gps/notifier/EventAlertMgr.java 112 Local variable 'date' could be declared final
40210 src/com/gps/notifier/EventAlertMgr.java 112 Static DateFormatter objects should be accessed in a synchronized manner
40211 src/com/gps/notifier/EventAlertMgr.java 113 Found 'DU'-anomaly for variable 'tme' (lines '113'-'202').
40212 src/com/gps/notifier/EventAlertMgr.java 113 Local variable 'tme' could be declared final
40213 src/com/gps/notifier/EventAlertMgr.java 113 Static DateFormatter objects should be accessed in a synchronized manner
40214 src/com/gps/notifier/EventAlertMgr.java 115 There is log block not surrounded by if
40215 src/com/gps/notifier/EventAlertMgr.java 115 There is log block not surrounded by if
40216 src/com/gps/notifier/EventAlertMgr.java 117 Found 'DD'-anomaly for variable 'spd' (lines '117'-'120').
40217 src/com/gps/notifier/EventAlertMgr.java 117 Found 'DU'-anomaly for variable 'spd' (lines '117'-'202').
40218 src/com/gps/notifier/EventAlertMgr.java 119 Avoid using if statements without curly braces
40219 src/com/gps/notifier/EventAlertMgr.java 119 Position literals first in String comparisons
40220 src/com/gps/notifier/EventAlertMgr.java 119 Position literals first in String comparisons
40221 src/com/gps/notifier/EventAlertMgr.java 120 Found 'DU'-anomaly for variable 'spd' (lines '120'-'202').
40222 src/com/gps/notifier/EventAlertMgr.java 123 Local variable 'buffered' could be declared final
40223 src/com/gps/notifier/EventAlertMgr.java 124 Position literals first in String comparisons
40224 src/com/gps/notifier/EventAlertMgr.java 131 Local variable 'geoCodeObj' could be declared final
40225 src/com/gps/notifier/EventAlertMgr.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40226 src/com/gps/notifier/EventAlertMgr.java 137 There is log block not surrounded by if
40227 src/com/gps/notifier/EventAlertMgr.java 139 There is log block not surrounded by if
40228 src/com/gps/notifier/EventAlertMgr.java 139 There is log block not surrounded by if
40229 src/com/gps/notifier/EventAlertMgr.java 146 Potential violation of Law of Demeter (method chain calls)
40230 src/com/gps/notifier/EventAlertMgr.java 146 Potential violation of Law of Demeter (method chain calls)
40231 src/com/gps/notifier/EventAlertMgr.java 148 Potential violation of Law of Demeter (method chain calls)
40232 src/com/gps/notifier/EventAlertMgr.java 148 Potential violation of Law of Demeter (method chain calls)
40233 src/com/gps/notifier/EventAlertMgr.java 151 Found 'DU'-anomaly for variable 'sendSMS' (lines '151'-'202').
40234 src/com/gps/notifier/EventAlertMgr.java 151 Local variable 'sendSMS' could be declared final
40235 src/com/gps/notifier/EventAlertMgr.java 153 Avoid using Literals in Conditional Statements
40236 src/com/gps/notifier/EventAlertMgr.java 153 Use equals() to compare strings instead of '==' or '!='
40237 src/com/gps/notifier/EventAlertMgr.java 157 There is log block not surrounded by if
40238 src/com/gps/notifier/EventAlertMgr.java 157 There is log block not surrounded by if
40239 src/com/gps/notifier/EventAlertMgr.java 160 Potential violation of Law of Demeter (method chain calls)
40240 src/com/gps/notifier/EventAlertMgr.java 160 Potential violation of Law of Demeter (method chain calls)
40241 src/com/gps/notifier/EventAlertMgr.java 163 Avoid using Literals in Conditional Statements
40242 src/com/gps/notifier/EventAlertMgr.java 163 Use equals() to compare strings instead of '==' or '!='
40243 src/com/gps/notifier/EventAlertMgr.java 166 Found 'DD'-anomaly for variable 'mailSubject' (lines '166'-'167').
40244 src/com/gps/notifier/EventAlertMgr.java 171 There is log block not surrounded by if
40245 src/com/gps/notifier/EventAlertMgr.java 171 There is log block not surrounded by if
40246 src/com/gps/notifier/EventAlertMgr.java 174 Potential violation of Law of Demeter (method chain calls)
40247 src/com/gps/notifier/EventAlertMgr.java 175 Potential violation of Law of Demeter (method chain calls)
40248 src/com/gps/notifier/EventAlertMgr.java 180 Avoid using if...else statements without curly braces
40249 src/com/gps/notifier/EventAlertMgr.java 180 There is log block not surrounded by if
40250 src/com/gps/notifier/EventAlertMgr.java 180 There is log block not surrounded by if
40251 src/com/gps/notifier/EventAlertMgr.java 183 Avoid using if...else statements without curly braces
40252 src/com/gps/notifier/EventAlertMgr.java 183 There is log block not surrounded by if
40253 src/com/gps/notifier/EventAlertMgr.java 183 There is log block not surrounded by if
40254 src/com/gps/notifier/EventAlertMgr.java 186 Avoid using if...else statements without curly braces
40255 src/com/gps/notifier/EventAlertMgr.java 186 There is log block not surrounded by if
40256 src/com/gps/notifier/EventAlertMgr.java 186 There is log block not surrounded by if
40257 src/com/gps/notifier/EventAlertMgr.java 191 Avoid using Literals in Conditional Statements
40258 src/com/gps/notifier/EventAlertMgr.java 193 Potential violation of Law of Demeter (method chain calls)
40259 src/com/gps/notifier/EventAlertMgr.java 194 There is log block not surrounded by if
40260 src/com/gps/notifier/EventAlertMgr.java 194 There is log block not surrounded by if
40261 src/com/gps/notifier/EventAlertMgr.java 198 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40262 src/com/gps/notifier/EventAlertMgr.java 200 There is log block not surrounded by if
40263 src/com/gps/notifier/EventAlertMgr.java 204 Method names should not start with capital letters
40264 src/com/gps/notifier/EventAlertMgr.java 204 Parameter 'time' is not assigned and could be declared final
40265 src/com/gps/notifier/EventAlertMgr.java 206 Found 'DD'-anomaly for variable 'TimeDiff' (lines '206'-'207').
40266 src/com/gps/notifier/EventAlertMgr.java 206 Potential violation of Law of Demeter (method chain calls)
40267 src/com/gps/notifier/EventAlertMgr.java 206 Potential violation of Law of Demeter (method chain calls)
40268 src/com/gps/notifier/EventAlertMgr.java 206 Useless parentheses.
40269 src/com/gps/notifier/EventAlertMgr.java 206 Useless parentheses.
40270 src/com/gps/notifier/EventAlertMgr.java 206 Variables should start with a lowercase character, 'TimeDiff' starts with uppercase character.
40271 src/com/gps/notifier/EventAlertMgr.java 210 A method should have only one exit point, and that should be the last statement in the method
40272 src/com/gps/notifier/EventAlertMgr.java 214 There is log block not surrounded by if
40273 src/com/gps/notifier/EventAlertMgr.java 214 There is log block not surrounded by if
40274 src/com/gps/notifier/EventAlertMgr.java 220 Method names should not start with capital letters
40275 src/com/gps/notifier/EventAlertMgr.java 220 Parameter 'desc' is not assigned and could be declared final
40276 src/com/gps/notifier/EventAlertMgr.java 220 Parameter 'msg' is not assigned and could be declared final
40277 src/com/gps/notifier/EventAlertMgr.java 220 Parameter 'phone' is not assigned and could be declared final
40278 src/com/gps/notifier/EventAlertMgr.java 220 Rather than using a lot of String arguments, consider using a container object for those values.
40279 src/com/gps/notifier/EventAlertMgr.java 221 Parameter 'DateTime' is not assigned and could be declared final
40280 src/com/gps/notifier/EventAlertMgr.java 221 Parameter 'orgid' is not assigned and could be declared final
40281 src/com/gps/notifier/EventAlertMgr.java 221 Variables should start with a lowercase character, 'DateTime' starts with uppercase character.
40282 src/com/gps/notifier/EventAlertMgr.java 223 Local variable 'smsObj' could be declared final
40283 src/com/gps/notifier/EventAlertMgr.java 226 Local variable 'sentTime' could be declared final
40284 src/com/gps/notifier/EventAlertMgr.java 228 Static DateFormatter objects should be accessed in a synchronized manner
40285 src/com/gps/notifier/EventAlertMgr.java 229 There is log block not surrounded by if
40286 src/com/gps/notifier/EventAlertMgr.java 229 There is log block not surrounded by if
40287 src/com/gps/notifier/EventAlertMgr.java 233 Found 'UR'-anomaly for variable 'eventNotification' (lines '233'-'243').
40288 src/com/gps/notifier/EventAlertMgr.java 233 Parameter 'isInterested' is not assigned and could be declared final
40289 src/com/gps/notifier/EventAlertMgr.java 233 Parameter 'sendTo' is not assigned and could be declared final
40290 src/com/gps/notifier/EventAlertMgr.java 233 The method 'isSend' has a Cyclomatic Complexity of 13.
40291 src/com/gps/notifier/EventAlertMgr.java 236 Found 'DD'-anomaly for variable 'mobile_no' (lines '236'-'253').
40292 src/com/gps/notifier/EventAlertMgr.java 236 Found 'DD'-anomaly for variable 'mobile_no' (lines '236'-'264').
40293 src/com/gps/notifier/EventAlertMgr.java 236 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'mobile_no' is not final.
40294 src/com/gps/notifier/EventAlertMgr.java 237 Found 'DD'-anomaly for variable 'email_addr' (lines '237'-'255').
40295 src/com/gps/notifier/EventAlertMgr.java 237 Found 'DD'-anomaly for variable 'email_addr' (lines '237'-'266').
40296 src/com/gps/notifier/EventAlertMgr.java 237 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'email_addr' is not final.
40297 src/com/gps/notifier/EventAlertMgr.java 238 Found 'DD'-anomaly for variable 'modes' (lines '238'-'282').
40298 src/com/gps/notifier/EventAlertMgr.java 241 Local variable 'eventNotification' could be declared final
40299 src/com/gps/notifier/EventAlertMgr.java 243 Potential violation of Law of Demeter (object not created locally)
40300 src/com/gps/notifier/EventAlertMgr.java 243 There is log block not surrounded by if
40301 src/com/gps/notifier/EventAlertMgr.java 243 There is log block not surrounded by if
40302 src/com/gps/notifier/EventAlertMgr.java 244 Potential violation of Law of Demeter (object not created locally)
40303 src/com/gps/notifier/EventAlertMgr.java 246 Potential violation of Law of Demeter (object not created locally)
40304 src/com/gps/notifier/EventAlertMgr.java 249 Potential violation of Law of Demeter (object not created locally)
40305 src/com/gps/notifier/EventAlertMgr.java 249 Potential violation of Law of Demeter (object not created locally)
40306 src/com/gps/notifier/EventAlertMgr.java 251 Potential violation of Law of Demeter (method chain calls)
40307 src/com/gps/notifier/EventAlertMgr.java 251 Potential violation of Law of Demeter (object not created locally)
40308 src/com/gps/notifier/EventAlertMgr.java 253 Potential violation of Law of Demeter (object not created locally)
40309 src/com/gps/notifier/EventAlertMgr.java 253 Prefer StringBuffer over += for concatenating strings
40310 src/com/gps/notifier/EventAlertMgr.java 255 Prefer StringBuffer over += for concatenating strings
40311 src/com/gps/notifier/EventAlertMgr.java 256 Potential violation of Law of Demeter (object not created locally)
40312 src/com/gps/notifier/EventAlertMgr.java 261 Potential violation of Law of Demeter (object not created locally)
40313 src/com/gps/notifier/EventAlertMgr.java 261 Potential violation of Law of Demeter (object not created locally)
40314 src/com/gps/notifier/EventAlertMgr.java 263 Potential violation of Law of Demeter (method chain calls)
40315 src/com/gps/notifier/EventAlertMgr.java 263 Potential violation of Law of Demeter (object not created locally)
40316 src/com/gps/notifier/EventAlertMgr.java 264 Potential violation of Law of Demeter (object not created locally)
40317 src/com/gps/notifier/EventAlertMgr.java 264 Prefer StringBuffer over += for concatenating strings
40318 src/com/gps/notifier/EventAlertMgr.java 266 Prefer StringBuffer over += for concatenating strings
40319 src/com/gps/notifier/EventAlertMgr.java 267 Potential violation of Law of Demeter (object not created locally)
40320 src/com/gps/notifier/EventAlertMgr.java 274 Avoid using Literals in Conditional Statements
40321 src/com/gps/notifier/EventAlertMgr.java 274 Use equals() to compare strings instead of '==' or '!='
40322 src/com/gps/notifier/EventAlertMgr.java 276 Potential violation of Law of Demeter (object not created locally)
40323 src/com/gps/notifier/EventAlertMgr.java 276 Potential violation of Law of Demeter (object not created locally)
40324 src/com/gps/notifier/EventAlertMgr.java 278 Avoid using Literals in Conditional Statements
40325 src/com/gps/notifier/EventAlertMgr.java 278 Use equals() to compare strings instead of '==' or '!='
40326 src/com/gps/notifier/EventAlertMgr.java 279 Potential violation of Law of Demeter (object not created locally)
40327 src/com/gps/notifier/EventAlertMgr.java 279 Potential violation of Law of Demeter (object not created locally)
40328 src/com/gps/notifier/EventAlertMgr.java 282 Found 'DD'-anomaly for variable 'modes' (lines '282'-'284').
40329 src/com/gps/notifier/EventAlertMgr.java 283 There is log block not surrounded by if
40330 src/com/gps/notifier/EventAlertMgr.java 283 There is log block not surrounded by if
40331 src/com/gps/notifier/EventAlertMgr.java 284 Found 'DD'-anomaly for variable 'modes' (lines '284'-'285').
40332 src/com/gps/notifier/EventAlertMgr.java 286 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40333 src/com/gps/notifier/EventAlertMgr.java 287 There is log block not surrounded by if
40334 src/com/gps/notifier/EventAlertMgr.java 295 Parameter 'args' is not assigned and could be declared final
40335 src/com/gps/notifier/EventAlertMgr.java 295 publicMethodCommentRequirement Required
40336 src/com/gps/notifier/EventAlertMgr.java 297 Local variable 'alMgr' could be declared final
40337 src/com/gps/notifier/EventAlertMgr.java 298 Local variable 'isInterested' could be declared final
40338 src/com/gps/notifier/INotifier.java 7 headerCommentRequirement Required
40339 src/com/gps/notifier/INotifier.java 9 Avoid modifiers which are implied by the context
40340 src/com/gps/notifier/INotifier.java 9 Avoid using implementation types like 'Hashtable'; use the interface instead
40341 src/com/gps/notifier/INotifier.java 9 Consider replacing this Hashtable with the newer java.util.Map
40342 src/com/gps/notifier/INotifier.java 9 publicMethodCommentRequirement Required
40343 src/com/gps/notifier/MailNotification.java 16 headerCommentRequirement Required
40344 src/com/gps/notifier/MailNotification.java 18 The Logger variable declaration does not contain the static and final modifiers
40345 src/com/gps/notifier/MailNotification.java 18 fieldCommentRequirement Required
40346 src/com/gps/notifier/MailNotification.java 19 Use explicit scoping instead of the default package private level
40347 src/com/gps/notifier/MailNotification.java 19 fieldCommentRequirement Required
40348 src/com/gps/notifier/MailNotification.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
40349 src/com/gps/notifier/MailNotification.java 20 Use explicit scoping instead of the default package private level
40350 src/com/gps/notifier/MailNotification.java 20 fieldCommentRequirement Required
40351 src/com/gps/notifier/MailNotification.java 31 Avoid using implementation types like 'Hashtable'; use the interface instead
40352 src/com/gps/notifier/MailNotification.java 31 Consider replacing this Hashtable with the newer java.util.Map
40353 src/com/gps/notifier/MailNotification.java 31 Parameter 'mailProps' is not assigned and could be declared final
40354 src/com/gps/notifier/MailNotification.java 31 Parameter 'message' is not assigned and could be declared final
40355 src/com/gps/notifier/MailNotification.java 31 Parameter 'recipients' is not assigned and could be declared final
40356 src/com/gps/notifier/MailNotification.java 31 Parameter 'subject' is not assigned and could be declared final
40357 src/com/gps/notifier/MailNotification.java 34 Found 'DU'-anomaly for variable 'debug' (lines '34'-'98').
40358 src/com/gps/notifier/MailNotification.java 34 Found 'DU'-anomaly for variable 'debug' (lines '34'-'98').
40359 src/com/gps/notifier/MailNotification.java 34 Local variable 'debug' could be declared final
40360 src/com/gps/notifier/MailNotification.java 39 There is log block not surrounded by if
40361 src/com/gps/notifier/MailNotification.java 39 There is log block not surrounded by if
40362 src/com/gps/notifier/MailNotification.java 47 There is log block not surrounded by if
40363 src/com/gps/notifier/MailNotification.java 47 There is log block not surrounded by if
40364 src/com/gps/notifier/MailNotification.java 50 Found 'DU'-anomaly for variable 'session' (lines '50'-'98').
40365 src/com/gps/notifier/MailNotification.java 50 Found 'DU'-anomaly for variable 'session' (lines '50'-'98').
40366 src/com/gps/notifier/MailNotification.java 50 Local variable 'session' could be declared final
40367 src/com/gps/notifier/MailNotification.java 53 protectedMethodCommentRequirement Required
40368 src/com/gps/notifier/MailNotification.java 58 There is log block not surrounded by if
40369 src/com/gps/notifier/MailNotification.java 58 There is log block not surrounded by if
40370 src/com/gps/notifier/MailNotification.java 61 Local variable 'msg' could be declared final
40371 src/com/gps/notifier/MailNotification.java 62 Local variable 'fromAddress' could be declared final
40372 src/com/gps/notifier/MailNotification.java 64 Local variable 'addressFrom' could be declared final
40373 src/com/gps/notifier/MailNotification.java 71 Avoid instantiating new objects inside loops
40374 src/com/gps/notifier/MailNotification.java 79 There is log block not surrounded by if
40375 src/com/gps/notifier/MailNotification.java 79 There is log block not surrounded by if
40376 src/com/gps/notifier/MailNotification.java 82 There is log block not surrounded by if
40377 src/com/gps/notifier/MailNotification.java 82 There is log block not surrounded by if
40378 src/com/gps/notifier/MailNotification.java 88 There is log block not surrounded by if
40379 src/com/gps/notifier/MailNotification.java 92 Avoid catching NullPointerException; consider removing the cause of the NPE.
40380 src/com/gps/notifier/MailNotification.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40381 src/com/gps/notifier/MailNotification.java 94 There is log block not surrounded by if
40382 src/com/gps/notifier/MailNotification.java 100 Parameter 'args' is not assigned and could be declared final
40383 src/com/gps/notifier/MailNotification.java 100 publicMethodCommentRequirement Required
40384 src/com/gps/notifier/MailNotification.java 103 Local variable 'sender' could be declared final
40385 src/com/gps/notifier/NotifierFactory.java 6 A class which only has private constructors should be final
40386 src/com/gps/notifier/NotifierFactory.java 6 headerCommentRequirement Required
40387 src/com/gps/notifier/NotifierFactory.java 8 Use explicit scoping instead of the default package private level
40388 src/com/gps/notifier/NotifierFactory.java 8 fieldCommentRequirement Required
40389 src/com/gps/notifier/NotifierFactory.java 9 The Logger variable declaration does not contain the static and final modifiers
40390 src/com/gps/notifier/NotifierFactory.java 9 fieldCommentRequirement Required
40391 src/com/gps/notifier/NotifierFactory.java 10 fieldCommentRequirement Required
40392 src/com/gps/notifier/NotifierFactory.java 16 publicMethodCommentRequirement Required
40393 src/com/gps/notifier/NotifierFactory.java 18 Singleton is not thread safe
40394 src/com/gps/notifier/NotifierFactory.java 25 Parameter 'className' is not assigned and could be declared final
40395 src/com/gps/notifier/NotifierFactory.java 25 publicMethodCommentRequirement Required
40396 src/com/gps/notifier/NotifierFactory.java 29 Avoid variables with short names like c
40397 src/com/gps/notifier/NotifierFactory.java 29 Local variable 'c' could be declared final
40398 src/com/gps/notifier/NotifierFactory.java 30 A method should have only one exit point, and that should be the last statement in the method
40399 src/com/gps/notifier/NotifierFactory.java 30 Potential violation of Law of Demeter (object not created locally)
40400 src/com/gps/notifier/NotifierFactory.java 30 Potential violation of Law of Demeter (object not created locally)
40401 src/com/gps/notifier/NotifierFactory.java 34 There is log block not surrounded by if
40402 src/com/gps/notifier/NotifierFactory.java 38 There is log block not surrounded by if
40403 src/com/gps/notifier/NotifierFactory.java 42 There is log block not surrounded by if
40404 src/com/gps/notifier/NotifierFactory.java 50 Parameter 'args' is not assigned and could be declared final
40405 src/com/gps/notifier/NotifierFactory.java 50 publicMethodCommentRequirement Required
40406 src/com/gps/notifier/SMSNotification.java 16 headerCommentRequirement Required
40407 src/com/gps/notifier/SMSNotification.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
40408 src/com/gps/notifier/SMSNotification.java 18 Use explicit scoping instead of the default package private level
40409 src/com/gps/notifier/SMSNotification.java 18 fieldCommentRequirement Required
40410 src/com/gps/notifier/SMSNotification.java 19 The Logger variable declaration does not contain the static and final modifiers
40411 src/com/gps/notifier/SMSNotification.java 19 fieldCommentRequirement Required
40412 src/com/gps/notifier/SMSNotification.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
40413 src/com/gps/notifier/SMSNotification.java 20 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'status_code' is not final.
40414 src/com/gps/notifier/SMSNotification.java 20 fieldCommentRequirement Required
40415 src/com/gps/notifier/SMSNotification.java 31 Avoid using implementation types like 'Hashtable'; use the interface instead
40416 src/com/gps/notifier/SMSNotification.java 31 Consider replacing this Hashtable with the newer java.util.Map
40417 src/com/gps/notifier/SMSNotification.java 31 Parameter 'conn' is not assigned and could be declared final
40418 src/com/gps/notifier/SMSNotification.java 31 Parameter 'group' is not assigned and could be declared final
40419 src/com/gps/notifier/SMSNotification.java 31 Parameter 'message' is not assigned and could be declared final
40420 src/com/gps/notifier/SMSNotification.java 31 Parameter 'subject' is not assigned and could be declared final
40421 src/com/gps/notifier/SMSNotification.java 34 Found 'DD'-anomaly for variable 'method' (lines '34'-'40').
40422 src/com/gps/notifier/SMSNotification.java 38 There is log block not surrounded by if
40423 src/com/gps/notifier/SMSNotification.java 38 There is log block not surrounded by if
40424 src/com/gps/notifier/SMSNotification.java 46 Local variable 'responseBody' could be declared final
40425 src/com/gps/notifier/SMSNotification.java 47 Avoid variables with short names like ss
40426 src/com/gps/notifier/SMSNotification.java 47 Local variable 'ss' could be declared final
40427 src/com/gps/notifier/SMSNotification.java 53 There is log block not surrounded by if
40428 src/com/gps/notifier/SMSNotification.java 53 There is log block not surrounded by if
40429 src/com/gps/notifier/SMSNotification.java 57 There is log block not surrounded by if
40430 src/com/gps/notifier/SMSNotification.java 57 There is log block not surrounded by if
40431 src/com/gps/notifier/SMSNotification.java 63 Potential violation of Law of Demeter (object not created locally)
40432 src/com/gps/notifier/SMSNotification.java 63 There is log block not surrounded by if
40433 src/com/gps/notifier/SMSNotification.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40434 src/com/gps/notifier/SMSNotification.java 67 Potential violation of Law of Demeter (object not created locally)
40435 src/com/gps/notifier/SMSNotification.java 67 There is log block not surrounded by if
40436 src/com/gps/notifier/SMSNotification.java 72 Avoid using if statements without curly braces
40437 src/com/gps/notifier/SMSNotification.java 73 Potential violation of Law of Demeter (object not created locally)
40438 src/com/gps/notifier/SMSNotification.java 78 Parameter 'method' is not assigned and could be declared final
40439 src/com/gps/notifier/SMSNotification.java 81 Found 'DD'-anomaly for variable 'responseBody' (lines '81'-'99').
40440 src/com/gps/notifier/SMSNotification.java 86 Local variable 'statusCode' could be declared final
40441 src/com/gps/notifier/SMSNotification.java 87 There is log block not surrounded by if
40442 src/com/gps/notifier/SMSNotification.java 87 There is log block not surrounded by if
40443 src/com/gps/notifier/SMSNotification.java 89 Avoid if (x != y) ..; else ..;
40444 src/com/gps/notifier/SMSNotification.java 91 There is log block not surrounded by if
40445 src/com/gps/notifier/SMSNotification.java 91 There is log block not surrounded by if
40446 src/com/gps/notifier/SMSNotification.java 95 There is log block not surrounded by if
40447 src/com/gps/notifier/SMSNotification.java 95 There is log block not surrounded by if
40448 src/com/gps/notifier/SMSNotification.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40449 src/com/gps/notifier/SMSNotification.java 103 Potential violation of Law of Demeter (object not created locally)
40450 src/com/gps/notifier/SMSNotification.java 103 There is log block not surrounded by if
40451 src/com/gps/notifier/SMSNotification.java 111 Avoid using implementation types like 'Hashtable'; use the interface instead
40452 src/com/gps/notifier/SMSNotification.java 111 Consider replacing this Hashtable with the newer java.util.Map
40453 src/com/gps/notifier/SMSNotification.java 111 Parameter 'message' is not assigned and could be declared final
40454 src/com/gps/notifier/SMSNotification.java 111 Parameter 'mobno' is not assigned and could be declared final
40455 src/com/gps/notifier/SMSNotification.java 111 Parameter 'smsProps' is not assigned and could be declared final
40456 src/com/gps/notifier/SMSNotification.java 113 Found 'DD'-anomaly for variable 'method' (lines '113'-'161').
40457 src/com/gps/notifier/SMSNotification.java 114 Found 'DD'-anomaly for variable 'sms_data' (lines '114'-'156').
40458 src/com/gps/notifier/SMSNotification.java 114 Found 'DU'-anomaly for variable 'sms_data' (lines '114'-'177').
40459 src/com/gps/notifier/SMSNotification.java 114 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sms_data' is not final.
40460 src/com/gps/notifier/SMSNotification.java 119 Local variable 'proxy' could be declared final
40461 src/com/gps/notifier/SMSNotification.java 122 Position literals first in String comparisons
40462 src/com/gps/notifier/SMSNotification.java 124 There is log block not surrounded by if
40463 src/com/gps/notifier/SMSNotification.java 124 There is log block not surrounded by if
40464 src/com/gps/notifier/SMSNotification.java 126 Local variable 'host' could be declared final
40465 src/com/gps/notifier/SMSNotification.java 130 Local variable 'queryString' could be declared final
40466 src/com/gps/notifier/SMSNotification.java 131 Avoid variables with short names like to
40467 src/com/gps/notifier/SMSNotification.java 131 Found 'DU'-anomaly for variable 'to' (lines '131'-'177').
40468 src/com/gps/notifier/SMSNotification.java 131 Local variable 'to' could be declared final
40469 src/com/gps/notifier/SMSNotification.java 134 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
40470 src/com/gps/notifier/SMSNotification.java 144 Avoid using Literals in Conditional Statements
40471 src/com/gps/notifier/SMSNotification.java 146 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
40472 src/com/gps/notifier/SMSNotification.java 150 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
40473 src/com/gps/notifier/SMSNotification.java 157 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
40474 src/com/gps/notifier/SMSNotification.java 163 There is log block not surrounded by if
40475 src/com/gps/notifier/SMSNotification.java 163 There is log block not surrounded by if
40476 src/com/gps/notifier/SMSNotification.java 166 Avoid catching NullPointerException; consider removing the cause of the NPE.
40477 src/com/gps/notifier/SMSNotification.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40478 src/com/gps/notifier/SMSNotification.java 168 There is log block not surrounded by if
40479 src/com/gps/notifier/SMSNotification.java 170 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40480 src/com/gps/notifier/SMSNotification.java 172 There is log block not surrounded by if
40481 src/com/gps/notifier/SMSNotification.java 179 Parameter 'args' is not assigned and could be declared final
40482 src/com/gps/notifier/SMSNotification.java 179 publicMethodCommentRequirement Required
40483 src/com/gps/notifier/SMSNotification.java 180 Document empty method
40484 src/com/gps/reports/DistanceReport.java 1 Possible God class (WMC=141, ATFD=150, TCC=0.18181818181818182)
40485 src/com/gps/reports/DistanceReport.java 31 The class 'DistanceReport' has a Cyclomatic Complexity of 13 (Highest = 63).
40486 src/com/gps/reports/DistanceReport.java 33 Avoid using redundant field initializer for 'organizationId'
40487 src/com/gps/reports/DistanceReport.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
40488 src/com/gps/reports/DistanceReport.java 33 fieldCommentRequirement Required
40489 src/com/gps/reports/DistanceReport.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
40490 src/com/gps/reports/DistanceReport.java 34 fieldCommentRequirement Required
40491 src/com/gps/reports/DistanceReport.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
40492 src/com/gps/reports/DistanceReport.java 35 Perhaps 'toDate' could be replaced by a local variable.
40493 src/com/gps/reports/DistanceReport.java 35 fieldCommentRequirement Required
40494 src/com/gps/reports/DistanceReport.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
40495 src/com/gps/reports/DistanceReport.java 36 Perhaps 'fromDate' could be replaced by a local variable.
40496 src/com/gps/reports/DistanceReport.java 36 fieldCommentRequirement Required
40497 src/com/gps/reports/DistanceReport.java 37 The Logger variable declaration does not contain the static and final modifiers
40498 src/com/gps/reports/DistanceReport.java 37 fieldCommentRequirement Required
40499 src/com/gps/reports/DistanceReport.java 38 Found non-transient, non-static member. Please mark as transient or provide accessors.
40500 src/com/gps/reports/DistanceReport.java 38 Perhaps 'dataList' could be replaced by a local variable.
40501 src/com/gps/reports/DistanceReport.java 38 fieldCommentRequirement Required
40502 src/com/gps/reports/DistanceReport.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
40503 src/com/gps/reports/DistanceReport.java 39 fieldCommentRequirement Required
40504 src/com/gps/reports/DistanceReport.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
40505 src/com/gps/reports/DistanceReport.java 40 fieldCommentRequirement Required
40506 src/com/gps/reports/DistanceReport.java 41 Found non-transient, non-static member. Please mark as transient or provide accessors.
40507 src/com/gps/reports/DistanceReport.java 41 fieldCommentRequirement Required
40508 src/com/gps/reports/DistanceReport.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
40509 src/com/gps/reports/DistanceReport.java 42 Use explicit scoping instead of the default package private level
40510 src/com/gps/reports/DistanceReport.java 42 When instantiating a SimpleDateFormat object, specify a Locale
40511 src/com/gps/reports/DistanceReport.java 42 fieldCommentRequirement Required
40512 src/com/gps/reports/DistanceReport.java 44 Found non-transient, non-static member. Please mark as transient or provide accessors.
40513 src/com/gps/reports/DistanceReport.java 44 Use explicit scoping instead of the default package private level
40514 src/com/gps/reports/DistanceReport.java 44 fieldCommentRequirement Required
40515 src/com/gps/reports/DistanceReport.java 50 Avoid really long methods.
40516 src/com/gps/reports/DistanceReport.java 50 Found 'UR'-anomaly for variable 'date' (lines '50'-'131').
40517 src/com/gps/reports/DistanceReport.java 50 Found 'UR'-anomaly for variable 'date' (lines '50'-'131').
40518 src/com/gps/reports/DistanceReport.java 50 Found 'UR'-anomaly for variable 'day' (lines '50'-'118').
40519 src/com/gps/reports/DistanceReport.java 50 Found 'UR'-anomaly for variable 'day' (lines '50'-'118').
40520 src/com/gps/reports/DistanceReport.java 50 Parameter 'reportInputs' is not assigned and could be declared final
40521 src/com/gps/reports/DistanceReport.java 50 The method 'getReports' has a Cyclomatic Complexity of 17.
40522 src/com/gps/reports/DistanceReport.java 53 Found 'DD'-anomaly for variable 'objTripVO' (lines '53'-'108').
40523 src/com/gps/reports/DistanceReport.java 53 Found 'DD'-anomaly for variable 'objTripVO' (lines '53'-'108').
40524 src/com/gps/reports/DistanceReport.java 53 Found 'DD'-anomaly for variable 'objTripVO' (lines '53'-'153').
40525 src/com/gps/reports/DistanceReport.java 53 Found 'DD'-anomaly for variable 'objTripVO' (lines '53'-'153').
40526 src/com/gps/reports/DistanceReport.java 53 Found 'DU'-anomaly for variable 'objTripVO' (lines '53'-'174').
40527 src/com/gps/reports/DistanceReport.java 53 Found 'DU'-anomaly for variable 'objTripVO' (lines '53'-'174').
40528 src/com/gps/reports/DistanceReport.java 55 Found 'DD'-anomaly for variable 'tripListAll' (lines '55'-'121').
40529 src/com/gps/reports/DistanceReport.java 55 Found 'DD'-anomaly for variable 'tripListAll' (lines '55'-'121').
40530 src/com/gps/reports/DistanceReport.java 55 Found 'DD'-anomaly for variable 'tripListAll' (lines '55'-'150').
40531 src/com/gps/reports/DistanceReport.java 55 Found 'DD'-anomaly for variable 'tripListAll' (lines '55'-'150').
40532 src/com/gps/reports/DistanceReport.java 55 Found 'DU'-anomaly for variable 'tripListAll' (lines '55'-'174').
40533 src/com/gps/reports/DistanceReport.java 55 Found 'DU'-anomaly for variable 'tripListAll' (lines '55'-'174').
40534 src/com/gps/reports/DistanceReport.java 56 Found 'DD'-anomaly for variable 'endofDay' (lines '56'-'119').
40535 src/com/gps/reports/DistanceReport.java 56 Found 'DD'-anomaly for variable 'endofDay' (lines '56'-'119').
40536 src/com/gps/reports/DistanceReport.java 56 Found 'DD'-anomaly for variable 'startofDay' (lines '56'-'120').
40537 src/com/gps/reports/DistanceReport.java 56 Found 'DD'-anomaly for variable 'startofDay' (lines '56'-'120').
40538 src/com/gps/reports/DistanceReport.java 56 Found 'DU'-anomaly for variable 'endofDay' (lines '56'-'174').
40539 src/com/gps/reports/DistanceReport.java 56 Found 'DU'-anomaly for variable 'endofDay' (lines '56'-'174').
40540 src/com/gps/reports/DistanceReport.java 56 Found 'DU'-anomaly for variable 'startofDay' (lines '56'-'174').
40541 src/com/gps/reports/DistanceReport.java 56 Found 'DU'-anomaly for variable 'startofDay' (lines '56'-'174').
40542 src/com/gps/reports/DistanceReport.java 56 Use one line for each declaration, it enhances code readability.
40543 src/com/gps/reports/DistanceReport.java 64 Potential violation of Law of Demeter (method chain calls)
40544 src/com/gps/reports/DistanceReport.java 64 Potential violation of Law of Demeter (method chain calls)
40545 src/com/gps/reports/DistanceReport.java 65 Potential violation of Law of Demeter (method chain calls)
40546 src/com/gps/reports/DistanceReport.java 66 Potential violation of Law of Demeter (method chain calls)
40547 src/com/gps/reports/DistanceReport.java 67 Potential violation of Law of Demeter (method chain calls)
40548 src/com/gps/reports/DistanceReport.java 69 Potential violation of Law of Demeter (method chain calls)
40549 src/com/gps/reports/DistanceReport.java 72 Found 'DU'-anomaly for variable 'orgName' (lines '72'-'174').
40550 src/com/gps/reports/DistanceReport.java 72 Found 'DU'-anomaly for variable 'orgName' (lines '72'-'174').
40551 src/com/gps/reports/DistanceReport.java 72 Local variable 'orgName' could be declared final
40552 src/com/gps/reports/DistanceReport.java 75 Position literals first in String comparisons
40553 src/com/gps/reports/DistanceReport.java 75 Position literals first in String comparisons
40554 src/com/gps/reports/DistanceReport.java 75 The String literal "all" appears 6 times in this file; the first occurrence is on line 75
40555 src/com/gps/reports/DistanceReport.java 81 Position literals first in String comparisons
40556 src/com/gps/reports/DistanceReport.java 81 Position literals first in String comparisons
40557 src/com/gps/reports/DistanceReport.java 88 Position literals first in String comparisons
40558 src/com/gps/reports/DistanceReport.java 100 Found 'DU'-anomaly for variable 'All' (lines '100'-'174').
40559 src/com/gps/reports/DistanceReport.java 100 Found 'DU'-anomaly for variable 'All' (lines '100'-'174').
40560 src/com/gps/reports/DistanceReport.java 100 Local variable 'All' could be declared final
40561 src/com/gps/reports/DistanceReport.java 100 Variables should start with a lowercase character, 'All' starts with uppercase character.
40562 src/com/gps/reports/DistanceReport.java 103 Local variable 'SummaryDAO' could be declared final
40563 src/com/gps/reports/DistanceReport.java 103 Variables should start with a lowercase character, 'SummaryDAO' starts with uppercase character.
40564 src/com/gps/reports/DistanceReport.java 104 Local variable 'report' could be declared final
40565 src/com/gps/reports/DistanceReport.java 104 Potential violation of Law of Demeter (object not created locally)
40566 src/com/gps/reports/DistanceReport.java 104 Potential violation of Law of Demeter (object not created locally)
40567 src/com/gps/reports/DistanceReport.java 106 Avoid using Literals in Conditional Statements
40568 src/com/gps/reports/DistanceReport.java 106 Potential violation of Law of Demeter (object not created locally)
40569 src/com/gps/reports/DistanceReport.java 106 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
40570 src/com/gps/reports/DistanceReport.java 108 Potential violation of Law of Demeter (object not created locally)
40571 src/com/gps/reports/DistanceReport.java 112 Local variable 'NotFoundList' could be declared final
40572 src/com/gps/reports/DistanceReport.java 112 Variables should start with a lowercase character, 'NotFoundList' starts with uppercase character.
40573 src/com/gps/reports/DistanceReport.java 114 Avoid using Literals in Conditional Statements
40574 src/com/gps/reports/DistanceReport.java 114 Potential violation of Law of Demeter (object not created locally)
40575 src/com/gps/reports/DistanceReport.java 114 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
40576 src/com/gps/reports/DistanceReport.java 116 Local variable 'day' could be declared final
40577 src/com/gps/reports/DistanceReport.java 118 There is log block not surrounded by if
40578 src/com/gps/reports/DistanceReport.java 118 There is log block not surrounded by if
40579 src/com/gps/reports/DistanceReport.java 121 Potential violation of Law of Demeter (object not created locally)
40580 src/com/gps/reports/DistanceReport.java 122 Avoid using Literals in Conditional Statements
40581 src/com/gps/reports/DistanceReport.java 122 Potential violation of Law of Demeter (object not created locally)
40582 src/com/gps/reports/DistanceReport.java 122 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
40583 src/com/gps/reports/DistanceReport.java 124 Potential violation of Law of Demeter (object not created locally)
40584 src/com/gps/reports/DistanceReport.java 129 Local variable 'date' could be declared final
40585 src/com/gps/reports/DistanceReport.java 129 Potential violation of Law of Demeter (object not created locally)
40586 src/com/gps/reports/DistanceReport.java 131 Potential violation of Law of Demeter (method chain calls)
40587 src/com/gps/reports/DistanceReport.java 136 Potential violation of Law of Demeter (method chain calls)
40588 src/com/gps/reports/DistanceReport.java 139 Parameter 'o1' is not assigned and could be declared final
40589 src/com/gps/reports/DistanceReport.java 139 Parameter 'o2' is not assigned and could be declared final
40590 src/com/gps/reports/DistanceReport.java 139 publicMethodCommentRequirement Required
40591 src/com/gps/reports/DistanceReport.java 142 Potential violation of Law of Demeter (method chain calls)
40592 src/com/gps/reports/DistanceReport.java 150 Potential violation of Law of Demeter (object not created locally)
40593 src/com/gps/reports/DistanceReport.java 152 Avoid using Literals in Conditional Statements
40594 src/com/gps/reports/DistanceReport.java 152 Potential violation of Law of Demeter (object not created locally)
40595 src/com/gps/reports/DistanceReport.java 152 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
40596 src/com/gps/reports/DistanceReport.java 153 Potential violation of Law of Demeter (object not created locally)
40597 src/com/gps/reports/DistanceReport.java 157 Comment is too large: Line too long
40598 src/com/gps/reports/DistanceReport.java 164 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40599 src/com/gps/reports/DistanceReport.java 166 There is log block not surrounded by if
40600 src/com/gps/reports/DistanceReport.java 170 Avoid using Literals in Conditional Statements
40601 src/com/gps/reports/DistanceReport.java 170 Avoid using if statements without curly braces
40602 src/com/gps/reports/DistanceReport.java 170 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
40603 src/com/gps/reports/DistanceReport.java 171 Assigning an Object to null is a code smell. Consider refactoring.
40604 src/com/gps/reports/DistanceReport.java 178 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'from_date' is not final.
40605 src/com/gps/reports/DistanceReport.java 178 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'to_date' is not final.
40606 src/com/gps/reports/DistanceReport.java 178 Parameter 'from_date' is not assigned and could be declared final
40607 src/com/gps/reports/DistanceReport.java 178 Parameter 'orgid' is not assigned and could be declared final
40608 src/com/gps/reports/DistanceReport.java 178 Parameter 'to_date' is not assigned and could be declared final
40609 src/com/gps/reports/DistanceReport.java 178 Parameter 'vehicleId' is not assigned and could be declared final
40610 src/com/gps/reports/DistanceReport.java 181 Found 'DD'-anomaly for variable 'vehDistance' (lines '181'-'191').
40611 src/com/gps/reports/DistanceReport.java 182 Found 'DD'-anomaly for variable 'cumilativeDist' (lines '182'-'189').
40612 src/com/gps/reports/DistanceReport.java 189 Found 'DD'-anomaly for variable 'cumilativeDist' (lines '189'-'192').
40613 src/com/gps/reports/DistanceReport.java 195 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40614 src/com/gps/reports/DistanceReport.java 197 Avoid printStackTrace(); use a logger call instead.
40615 src/com/gps/reports/DistanceReport.java 197 Potential violation of Law of Demeter (object not created locally)
40616 src/com/gps/reports/DistanceReport.java 205 Found 'UR'-anomaly for variable 'dateObj' (lines '205'-'239').
40617 src/com/gps/reports/DistanceReport.java 205 Found 'UR'-anomaly for variable 'distObj' (lines '205'-'241').
40618 src/com/gps/reports/DistanceReport.java 205 Found 'UR'-anomaly for variable 'tripDist' (lines '205'-'235').
40619 src/com/gps/reports/DistanceReport.java 205 Parameter 'orgName' is not assigned and could be declared final
40620 src/com/gps/reports/DistanceReport.java 205 Parameter 'vehDistance' is not assigned and could be declared final
40621 src/com/gps/reports/DistanceReport.java 205 Parameter 'vehicleId' is not assigned and could be declared final
40622 src/com/gps/reports/DistanceReport.java 205 The method 'calculateOrgCumilative' has a Cyclomatic Complexity of 11.
40623 src/com/gps/reports/DistanceReport.java 208 An empty statement (semicolon) not part of a loop
40624 src/com/gps/reports/DistanceReport.java 208 An empty statement (semicolon) not part of a loop
40625 src/com/gps/reports/DistanceReport.java 208 Local variable 'orgDistList' could be declared final
40626 src/com/gps/reports/DistanceReport.java 211 Local variable 'dateVO' could be declared final
40627 src/com/gps/reports/DistanceReport.java 215 Found 'DD'-anomaly for variable 'vehicleDetails' (lines '215'-'229').
40628 src/com/gps/reports/DistanceReport.java 215 Found 'DD'-anomaly for variable 'vehicleDetails' (lines '215'-'263').
40629 src/com/gps/reports/DistanceReport.java 215 Found 'DU'-anomaly for variable 'vehicleDetails' (lines '215'-'279').
40630 src/com/gps/reports/DistanceReport.java 219 Local variable 'tripDist' could be declared final
40631 src/com/gps/reports/DistanceReport.java 223 Avoid instantiating new objects inside loops
40632 src/com/gps/reports/DistanceReport.java 225 Position literals first in String comparisons
40633 src/com/gps/reports/DistanceReport.java 226 Potential violation of Law of Demeter (object not created locally)
40634 src/com/gps/reports/DistanceReport.java 227 Potential violation of Law of Demeter (object not created locally)
40635 src/com/gps/reports/DistanceReport.java 230 Potential violation of Law of Demeter (object not created locally)
40636 src/com/gps/reports/DistanceReport.java 230 Potential violation of Law of Demeter (object not created locally)
40637 src/com/gps/reports/DistanceReport.java 231 Potential violation of Law of Demeter (object not created locally)
40638 src/com/gps/reports/DistanceReport.java 231 Potential violation of Law of Demeter (object not created locally)
40639 src/com/gps/reports/DistanceReport.java 237 Local variable 'dateObj' could be declared final
40640 src/com/gps/reports/DistanceReport.java 237 Potential violation of Law of Demeter (object not created locally)
40641 src/com/gps/reports/DistanceReport.java 239 Local variable 'distObj' could be declared final
40642 src/com/gps/reports/DistanceReport.java 239 Potential violation of Law of Demeter (object not created locally)
40643 src/com/gps/reports/DistanceReport.java 241 Potential violation of Law of Demeter (static property access)
40644 src/com/gps/reports/DistanceReport.java 241 The String literal "Non Trip" appears 5 times in this file; the first occurrence is on line 241
40645 src/com/gps/reports/DistanceReport.java 243 Potential violation of Law of Demeter (object not created locally)
40646 src/com/gps/reports/DistanceReport.java 247 Potential violation of Law of Demeter (object not created locally)
40647 src/com/gps/reports/DistanceReport.java 253 Potential violation of Law of Demeter (object not created locally)
40648 src/com/gps/reports/DistanceReport.java 254 Potential violation of Law of Demeter (object not created locally)
40649 src/com/gps/reports/DistanceReport.java 259 Position literals first in String comparisons
40650 src/com/gps/reports/DistanceReport.java 260 Potential violation of Law of Demeter (object not created locally)
40651 src/com/gps/reports/DistanceReport.java 261 Potential violation of Law of Demeter (object not created locally)
40652 src/com/gps/reports/DistanceReport.java 264 Potential violation of Law of Demeter (object not created locally)
40653 src/com/gps/reports/DistanceReport.java 264 Potential violation of Law of Demeter (object not created locally)
40654 src/com/gps/reports/DistanceReport.java 265 Potential violation of Law of Demeter (object not created locally)
40655 src/com/gps/reports/DistanceReport.java 265 Potential violation of Law of Demeter (object not created locally)
40656 src/com/gps/reports/DistanceReport.java 271 Potential violation of Law of Demeter (object not created locally)
40657 src/com/gps/reports/DistanceReport.java 272 Potential violation of Law of Demeter (object not created locally)
40658 src/com/gps/reports/DistanceReport.java 274 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40659 src/com/gps/reports/DistanceReport.java 276 Avoid printStackTrace(); use a logger call instead.
40660 src/com/gps/reports/DistanceReport.java 276 Potential violation of Law of Demeter (object not created locally)
40661 src/com/gps/reports/DistanceReport.java 282 Found 'UR'-anomaly for variable 'date' (lines '282'-'340').
40662 src/com/gps/reports/DistanceReport.java 282 Found 'UR'-anomaly for variable 'day' (lines '282'-'326').
40663 src/com/gps/reports/DistanceReport.java 282 Found 'UR'-anomaly for variable 'veh' (lines '282'-'313').
40664 src/com/gps/reports/DistanceReport.java 282 Parameter 'fromDate' is not assigned and could be declared final
40665 src/com/gps/reports/DistanceReport.java 282 Parameter 'organizationId' is not assigned and could be declared final
40666 src/com/gps/reports/DistanceReport.java 282 Parameter 'toDate' is not assigned and could be declared final
40667 src/com/gps/reports/DistanceReport.java 282 Parameter 'vehicleId' is not assigned and could be declared final
40668 src/com/gps/reports/DistanceReport.java 282 The method 'getVehDist' has a Cyclomatic Complexity of 13.
40669 src/com/gps/reports/DistanceReport.java 285 Found 'DD'-anomaly for variable 'objTripVO' (lines '285'-'309').
40670 src/com/gps/reports/DistanceReport.java 286 Found 'DD'-anomaly for variable 'tripVOList' (lines '286'-'296').
40671 src/com/gps/reports/DistanceReport.java 287 Avoid declaring a variable if it is unreferenced before a possible exit point.
40672 src/com/gps/reports/DistanceReport.java 287 Avoid unused local variables such as 'tripListAll'.
40673 src/com/gps/reports/DistanceReport.java 287 Found 'DU'-anomaly for variable 'tripListAll' (lines '287'-'375').
40674 src/com/gps/reports/DistanceReport.java 287 Local variable 'tripListAll' could be declared final
40675 src/com/gps/reports/DistanceReport.java 289 Found 'DD'-anomaly for variable 'endofDay' (lines '289'-'326').
40676 src/com/gps/reports/DistanceReport.java 289 Found 'DD'-anomaly for variable 'startofDay' (lines '289'-'327').
40677 src/com/gps/reports/DistanceReport.java 289 Use one line for each declaration, it enhances code readability.
40678 src/com/gps/reports/DistanceReport.java 290 Local variable 'orgName' could be declared final
40679 src/com/gps/reports/DistanceReport.java 292 Found 'DD'-anomaly for variable 'finalTripVOList' (lines '292'-'359').
40680 src/com/gps/reports/DistanceReport.java 298 Position literals first in String comparisons
40681 src/com/gps/reports/DistanceReport.java 301 Local variable 'vehObj' could be declared final
40682 src/com/gps/reports/DistanceReport.java 306 Local variable 'veh' could be declared final
40683 src/com/gps/reports/DistanceReport.java 309 Assigning an Object to null is a code smell. Consider refactoring.
40684 src/com/gps/reports/DistanceReport.java 309 Found 'DD'-anomaly for variable 'objTripVO' (lines '309'-'317').
40685 src/com/gps/reports/DistanceReport.java 312 Avoid instantiating new objects inside loops
40686 src/com/gps/reports/DistanceReport.java 312 Local variable 'SummaryDAO' could be declared final
40687 src/com/gps/reports/DistanceReport.java 312 Variables should start with a lowercase character, 'SummaryDAO' starts with uppercase character.
40688 src/com/gps/reports/DistanceReport.java 313 Local variable 'report' could be declared final
40689 src/com/gps/reports/DistanceReport.java 315 Avoid using Literals in Conditional Statements
40690 src/com/gps/reports/DistanceReport.java 315 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
40691 src/com/gps/reports/DistanceReport.java 321 Local variable 'NotFoundList' could be declared final
40692 src/com/gps/reports/DistanceReport.java 321 Variables should start with a lowercase character, 'NotFoundList' starts with uppercase character.
40693 src/com/gps/reports/DistanceReport.java 322 Avoid using Literals in Conditional Statements
40694 src/com/gps/reports/DistanceReport.java 322 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
40695 src/com/gps/reports/DistanceReport.java 324 Local variable 'day' could be declared final
40696 src/com/gps/reports/DistanceReport.java 329 Avoid using Literals in Conditional Statements
40697 src/com/gps/reports/DistanceReport.java 329 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
40698 src/com/gps/reports/DistanceReport.java 338 Local variable 'date' could be declared final
40699 src/com/gps/reports/DistanceReport.java 340 Potential violation of Law of Demeter (method chain calls)
40700 src/com/gps/reports/DistanceReport.java 347 Found 'DU'-anomaly for variable 'tripDistAll' (lines '347'-'375').
40701 src/com/gps/reports/DistanceReport.java 367 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40702 src/com/gps/reports/DistanceReport.java 369 There is log block not surrounded by if
40703 src/com/gps/reports/DistanceReport.java 377 Avoid really long methods.
40704 src/com/gps/reports/DistanceReport.java 377 Avoid unused method parameters such as 'vehicleId'.
40705 src/com/gps/reports/DistanceReport.java 377 Found 'UR'-anomaly for variable 'reportSummary' (lines '377'-'394').
40706 src/com/gps/reports/DistanceReport.java 377 Method names should not start with capital letters
40707 src/com/gps/reports/DistanceReport.java 377 Parameter 'All' is not assigned and could be declared final
40708 src/com/gps/reports/DistanceReport.java 377 Parameter 'orgName' is not assigned and could be declared final
40709 src/com/gps/reports/DistanceReport.java 377 Parameter 'report' is not assigned and could be declared final
40710 src/com/gps/reports/DistanceReport.java 377 Parameter 'veh' is not assigned and could be declared final
40711 src/com/gps/reports/DistanceReport.java 377 Parameter 'vehicleId' is not assigned and could be declared final
40712 src/com/gps/reports/DistanceReport.java 377 The method 'GetDistanceSummary' has a Cyclomatic Complexity of 14.
40713 src/com/gps/reports/DistanceReport.java 377 Variables should start with a lowercase character, 'All' starts with uppercase character.
40714 src/com/gps/reports/DistanceReport.java 379 Found 'DU'-anomaly for variable 'lastDate' (lines '379'-'482').
40715 src/com/gps/reports/DistanceReport.java 379 Found 'DU'-anomaly for variable 'lastTrip' (lines '379'-'482').
40716 src/com/gps/reports/DistanceReport.java 379 Use one line for each declaration, it enhances code readability.
40717 src/com/gps/reports/DistanceReport.java 380 Local variable 'trip' could be declared final
40718 src/com/gps/reports/DistanceReport.java 381 Found 'DD'-anomaly for variable 'datevo' (lines '381'-'433').
40719 src/com/gps/reports/DistanceReport.java 381 Found 'DD'-anomaly for variable 'datevo' (lines '381'-'444').
40720 src/com/gps/reports/DistanceReport.java 382 Found 'DD'-anomaly for variable 'tripdistance' (lines '382'-'402').
40721 src/com/gps/reports/DistanceReport.java 382 Found 'DD'-anomaly for variable 'tripdistance' (lines '382'-'424').
40722 src/com/gps/reports/DistanceReport.java 382 Found 'DD'-anomaly for variable 'tripdistance' (lines '382'-'452').
40723 src/com/gps/reports/DistanceReport.java 382 Found 'DU'-anomaly for variable 'tripdistance' (lines '382'-'482').
40724 src/com/gps/reports/DistanceReport.java 383 Found 'DD'-anomaly for variable 'tripList' (lines '383'-'436').
40725 src/com/gps/reports/DistanceReport.java 384 Found 'DU'-anomaly for variable 'tripDetailsDAO' (lines '384'-'482').
40726 src/com/gps/reports/DistanceReport.java 384 Local variable 'tripDetailsDAO' could be declared final
40727 src/com/gps/reports/DistanceReport.java 385 Found 'DD'-anomaly for variable 'tripDetails' (lines '385'-'394').
40728 src/com/gps/reports/DistanceReport.java 385 Found 'DU'-anomaly for variable 'tripDetails' (lines '385'-'482').
40729 src/com/gps/reports/DistanceReport.java 386 Found 'DU'-anomaly for variable 'count' (lines '386'-'482').
40730 src/com/gps/reports/DistanceReport.java 390 Potential violation of Law of Demeter (object not created locally)
40731 src/com/gps/reports/DistanceReport.java 391 Potential violation of Law of Demeter (object not created locally)
40732 src/com/gps/reports/DistanceReport.java 392 Local variable 'reportSummary' could be declared final
40733 src/com/gps/reports/DistanceReport.java 394 Potential violation of Law of Demeter (object not created locally)
40734 src/com/gps/reports/DistanceReport.java 394 Potential violation of Law of Demeter (object not created locally)
40735 src/com/gps/reports/DistanceReport.java 395 Avoid if (x != y) ..; else ..;
40736 src/com/gps/reports/DistanceReport.java 397 Potential violation of Law of Demeter (object not created locally)
40737 src/com/gps/reports/DistanceReport.java 397 Potential violation of Law of Demeter (object not created locally)
40738 src/com/gps/reports/DistanceReport.java 399 Local variable 'tripDist' could be declared final
40739 src/com/gps/reports/DistanceReport.java 399 Potential violation of Law of Demeter (object not created locally)
40740 src/com/gps/reports/DistanceReport.java 402 Avoid instantiating new objects inside loops
40741 src/com/gps/reports/DistanceReport.java 404 Potential violation of Law of Demeter (method chain calls)
40742 src/com/gps/reports/DistanceReport.java 404 Potential violation of Law of Demeter (object not created locally)
40743 src/com/gps/reports/DistanceReport.java 404 The String literal "default" appears 8 times in this file; the first occurrence is on line 404
40744 src/com/gps/reports/DistanceReport.java 405 Avoid using if...else statements without curly braces
40745 src/com/gps/reports/DistanceReport.java 405 Potential violation of Law of Demeter (object not created locally)
40746 src/com/gps/reports/DistanceReport.java 407 Avoid using if...else statements without curly braces
40747 src/com/gps/reports/DistanceReport.java 407 Potential violation of Law of Demeter (object not created locally)
40748 src/com/gps/reports/DistanceReport.java 407 Potential violation of Law of Demeter (object not created locally)
40749 src/com/gps/reports/DistanceReport.java 408 Potential violation of Law of Demeter (object not created locally)
40750 src/com/gps/reports/DistanceReport.java 408 Potential violation of Law of Demeter (object not created locally)
40751 src/com/gps/reports/DistanceReport.java 409 Potential violation of Law of Demeter (object not created locally)
40752 src/com/gps/reports/DistanceReport.java 414 Potential violation of Law of Demeter (object not created locally)
40753 src/com/gps/reports/DistanceReport.java 414 Potential violation of Law of Demeter (object not created locally)
40754 src/com/gps/reports/DistanceReport.java 414 Potential violation of Law of Demeter (object not created locally)
40755 src/com/gps/reports/DistanceReport.java 419 Avoid using Literals in Conditional Statements
40756 src/com/gps/reports/DistanceReport.java 419 Use equals() to compare strings instead of '==' or '!='
40757 src/com/gps/reports/DistanceReport.java 421 Potential violation of Law of Demeter (object not created locally)
40758 src/com/gps/reports/DistanceReport.java 422 Potential violation of Law of Demeter (object not created locally)
40759 src/com/gps/reports/DistanceReport.java 424 Avoid instantiating new objects inside loops
40760 src/com/gps/reports/DistanceReport.java 426 Potential violation of Law of Demeter (method chain calls)
40761 src/com/gps/reports/DistanceReport.java 426 Potential violation of Law of Demeter (object not created locally)
40762 src/com/gps/reports/DistanceReport.java 427 Avoid using if...else statements without curly braces
40763 src/com/gps/reports/DistanceReport.java 427 Potential violation of Law of Demeter (object not created locally)
40764 src/com/gps/reports/DistanceReport.java 429 Avoid using if...else statements without curly braces
40765 src/com/gps/reports/DistanceReport.java 429 Potential violation of Law of Demeter (object not created locally)
40766 src/com/gps/reports/DistanceReport.java 429 Potential violation of Law of Demeter (object not created locally)
40767 src/com/gps/reports/DistanceReport.java 430 Potential violation of Law of Demeter (object not created locally)
40768 src/com/gps/reports/DistanceReport.java 430 Potential violation of Law of Demeter (object not created locally)
40769 src/com/gps/reports/DistanceReport.java 433 Avoid instantiating new objects inside loops
40770 src/com/gps/reports/DistanceReport.java 434 Potential violation of Law of Demeter (object not created locally)
40771 src/com/gps/reports/DistanceReport.java 434 Potential violation of Law of Demeter (object not created locally)
40772 src/com/gps/reports/DistanceReport.java 436 Avoid instantiating new objects inside loops
40773 src/com/gps/reports/DistanceReport.java 437 Potential violation of Law of Demeter (object not created locally)
40774 src/com/gps/reports/DistanceReport.java 439 Found 'DU'-anomaly for variable 'lastDate' (lines '439'-'482').
40775 src/com/gps/reports/DistanceReport.java 439 Potential violation of Law of Demeter (object not created locally)
40776 src/com/gps/reports/DistanceReport.java 443 Avoid using Literals in Conditional Statements
40777 src/com/gps/reports/DistanceReport.java 443 Avoid using if statements without curly braces
40778 src/com/gps/reports/DistanceReport.java 444 Avoid instantiating new objects inside loops
40779 src/com/gps/reports/DistanceReport.java 444 Found 'DD'-anomaly for variable 'datevo' (lines '444'-'433').
40780 src/com/gps/reports/DistanceReport.java 444 Found 'DD'-anomaly for variable 'datevo' (lines '444'-'444').
40781 src/com/gps/reports/DistanceReport.java 445 Avoid if (x != y) ..; else ..;
40782 src/com/gps/reports/DistanceReport.java 445 Potential violation of Law of Demeter (object not created locally)
40783 src/com/gps/reports/DistanceReport.java 445 Potential violation of Law of Demeter (object not created locally)
40784 src/com/gps/reports/DistanceReport.java 447 Avoid using Literals in Conditional Statements
40785 src/com/gps/reports/DistanceReport.java 449 Potential violation of Law of Demeter (object not created locally)
40786 src/com/gps/reports/DistanceReport.java 452 Avoid instantiating new objects inside loops
40787 src/com/gps/reports/DistanceReport.java 453 Potential violation of Law of Demeter (method chain calls)
40788 src/com/gps/reports/DistanceReport.java 453 Potential violation of Law of Demeter (object not created locally)
40789 src/com/gps/reports/DistanceReport.java 454 Avoid using if...else statements without curly braces
40790 src/com/gps/reports/DistanceReport.java 454 Potential violation of Law of Demeter (object not created locally)
40791 src/com/gps/reports/DistanceReport.java 456 Avoid using if...else statements without curly braces
40792 src/com/gps/reports/DistanceReport.java 456 Potential violation of Law of Demeter (object not created locally)
40793 src/com/gps/reports/DistanceReport.java 456 Potential violation of Law of Demeter (object not created locally)
40794 src/com/gps/reports/DistanceReport.java 457 Potential violation of Law of Demeter (object not created locally)
40795 src/com/gps/reports/DistanceReport.java 457 Potential violation of Law of Demeter (object not created locally)
40796 src/com/gps/reports/DistanceReport.java 461 Potential violation of Law of Demeter (object not created locally)
40797 src/com/gps/reports/DistanceReport.java 461 Potential violation of Law of Demeter (object not created locally)
40798 src/com/gps/reports/DistanceReport.java 461 Potential violation of Law of Demeter (object not created locally)
40799 src/com/gps/reports/DistanceReport.java 463 Found 'DU'-anomaly for variable 'lastTrip' (lines '463'-'482').
40800 src/com/gps/reports/DistanceReport.java 463 Potential violation of Law of Demeter (object not created locally)
40801 src/com/gps/reports/DistanceReport.java 464 Found 'DU'-anomaly for variable 'count' (lines '464'-'482').
40802 src/com/gps/reports/DistanceReport.java 471 Potential violation of Law of Demeter (object not created locally)
40803 src/com/gps/reports/DistanceReport.java 474 Potential violation of Law of Demeter (object not created locally)
40804 src/com/gps/reports/DistanceReport.java 475 Potential violation of Law of Demeter (object not created locally)
40805 src/com/gps/reports/DistanceReport.java 477 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40806 src/com/gps/reports/DistanceReport.java 479 There is log block not surrounded by if
40807 src/com/gps/reports/DistanceReport.java 484 Found 'UR'-anomaly for variable 'tripDist' (lines '484'-'490').
40808 src/com/gps/reports/DistanceReport.java 484 Method names should not start with capital letters
40809 src/com/gps/reports/DistanceReport.java 484 Parameter 'tripList' is not assigned and could be declared final
40810 src/com/gps/reports/DistanceReport.java 484 Parameter 'tripName' is not assigned and could be declared final
40811 src/com/gps/reports/DistanceReport.java 486 Avoid using Literals in Conditional Statements
40812 src/com/gps/reports/DistanceReport.java 486 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
40813 src/com/gps/reports/DistanceReport.java 488 Local variable 'tripDist' could be declared final
40814 src/com/gps/reports/DistanceReport.java 490 Avoid using if statements without curly braces
40815 src/com/gps/reports/DistanceReport.java 490 Potential violation of Law of Demeter (method chain calls)
40816 src/com/gps/reports/DistanceReport.java 491 A method should have only one exit point, and that should be the last statement in the method
40817 src/com/gps/reports/DistanceReport.java 497 Found 'UR'-anomaly for variable 'reportSummary' (lines '497'-'513').
40818 src/com/gps/reports/DistanceReport.java 497 Method names should not start with capital letters
40819 src/com/gps/reports/DistanceReport.java 497 Parameter 'fromDate' is not assigned and could be declared final
40820 src/com/gps/reports/DistanceReport.java 497 Parameter 'report' is not assigned and could be declared final
40821 src/com/gps/reports/DistanceReport.java 497 Parameter 'toDate' is not assigned and could be declared final
40822 src/com/gps/reports/DistanceReport.java 499 Local variable 'NotFoundList' could be declared final
40823 src/com/gps/reports/DistanceReport.java 499 Variables should start with a lowercase character, 'NotFoundList' starts with uppercase character.
40824 src/com/gps/reports/DistanceReport.java 500 Found 'DD'-anomaly for variable 'isDateFound' (lines '500'-'510').
40825 src/com/gps/reports/DistanceReport.java 500 Found 'DU'-anomaly for variable 'isDateFound' (lines '500'-'531').
40826 src/com/gps/reports/DistanceReport.java 503 Local variable 'Fromcal' could be declared final
40827 src/com/gps/reports/DistanceReport.java 503 Variables should start with a lowercase character, 'Fromcal' starts with uppercase character.
40828 src/com/gps/reports/DistanceReport.java 504 Local variable 'Tocal' could be declared final
40829 src/com/gps/reports/DistanceReport.java 504 Variables should start with a lowercase character, 'Tocal' starts with uppercase character.
40830 src/com/gps/reports/DistanceReport.java 505 Potential violation of Law of Demeter (object not created locally)
40831 src/com/gps/reports/DistanceReport.java 506 Potential violation of Law of Demeter (object not created locally)
40832 src/com/gps/reports/DistanceReport.java 508 Potential violation of Law of Demeter (object not created locally)
40833 src/com/gps/reports/DistanceReport.java 510 Found 'DD'-anomaly for variable 'isDateFound' (lines '510'-'515').
40834 src/com/gps/reports/DistanceReport.java 511 Local variable 'reportSummary' could be declared final
40835 src/com/gps/reports/DistanceReport.java 513 Potential violation of Law of Demeter (method chain calls)
40836 src/com/gps/reports/DistanceReport.java 513 Potential violation of Law of Demeter (object not created locally)
40837 src/com/gps/reports/DistanceReport.java 513 Potential violation of Law of Demeter (object not created locally)
40838 src/com/gps/reports/DistanceReport.java 521 Potential violation of Law of Demeter (object not created locally)
40839 src/com/gps/reports/DistanceReport.java 521 Potential violation of Law of Demeter (object not created locally)
40840 src/com/gps/reports/DistanceReport.java 523 Potential violation of Law of Demeter (object not created locally)
40841 src/com/gps/reports/DistanceReport.java 526 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40842 src/com/gps/reports/DistanceReport.java 528 There is log block not surrounded by if
40843 src/com/gps/reports/DistanceReport.java 533 Avoid variables with short names like to
40844 src/com/gps/reports/DistanceReport.java 533 Found 'UR'-anomaly for variable 'tripDistanceDTO' (lines '533'-'550').
40845 src/com/gps/reports/DistanceReport.java 533 Parameter 'flag' is not assigned and could be declared final
40846 src/com/gps/reports/DistanceReport.java 533 Parameter 'from' is not assigned and could be declared final
40847 src/com/gps/reports/DistanceReport.java 533 Parameter 'to' is not assigned and could be declared final
40848 src/com/gps/reports/DistanceReport.java 533 Parameter 'tripDistDTO' is not assigned and could be declared final
40849 src/com/gps/reports/DistanceReport.java 533 Parameter 'vehicleId' is not assigned and could be declared final
40850 src/com/gps/reports/DistanceReport.java 533 publicMethodCommentRequirement Required
40851 src/com/gps/reports/DistanceReport.java 535 Found 'DD'-anomaly for variable 'objTripVO' (lines '535'-'562').
40852 src/com/gps/reports/DistanceReport.java 535 Found 'DD'-anomaly for variable 'objTripVO' (lines '535'-'566').
40853 src/com/gps/reports/DistanceReport.java 535 Found 'DU'-anomaly for variable 'objTripVO' (lines '535'-'578').
40854 src/com/gps/reports/DistanceReport.java 536 Found 'DU'-anomaly for variable 'calFrom' (lines '536'-'578').
40855 src/com/gps/reports/DistanceReport.java 536 Local variable 'calFrom' could be declared final
40856 src/com/gps/reports/DistanceReport.java 537 Found 'DU'-anomaly for variable 'calStart' (lines '537'-'578').
40857 src/com/gps/reports/DistanceReport.java 537 Local variable 'calStart' could be declared final
40858 src/com/gps/reports/DistanceReport.java 538 Found 'DU'-anomaly for variable 'formatter' (lines '538'-'578').
40859 src/com/gps/reports/DistanceReport.java 538 Local variable 'formatter' could be declared final
40860 src/com/gps/reports/DistanceReport.java 538 When instantiating a SimpleDateFormat object, specify a Locale
40861 src/com/gps/reports/DistanceReport.java 539 Found 'DD'-anomaly for variable 'paramStart' (lines '539'-'551').
40862 src/com/gps/reports/DistanceReport.java 539 Found 'DU'-anomaly for variable 'paramStart' (lines '539'-'578').
40863 src/com/gps/reports/DistanceReport.java 543 Potential violation of Law of Demeter (method chain calls)
40864 src/com/gps/reports/DistanceReport.java 543 Potential violation of Law of Demeter (method chain calls)
40865 src/com/gps/reports/DistanceReport.java 544 A method should have only one exit point, and that should be the last statement in the method
40866 src/com/gps/reports/DistanceReport.java 549 Local variable 'tripDistanceDTO' could be declared final
40867 src/com/gps/reports/DistanceReport.java 550 Avoid using Literals in Conditional Statements
40868 src/com/gps/reports/DistanceReport.java 550 Potential violation of Law of Demeter (object not created locally)
40869 src/com/gps/reports/DistanceReport.java 555 Potential violation of Law of Demeter (method chain calls)
40870 src/com/gps/reports/DistanceReport.java 555 Potential violation of Law of Demeter (method chain calls)
40871 src/com/gps/reports/DistanceReport.java 555 Potential violation of Law of Demeter (method chain calls)
40872 src/com/gps/reports/DistanceReport.java 555 Potential violation of Law of Demeter (object not created locally)
40873 src/com/gps/reports/DistanceReport.java 555 Potential violation of Law of Demeter (object not created locally)
40874 src/com/gps/reports/DistanceReport.java 557 Potential violation of Law of Demeter (method chain calls)
40875 src/com/gps/reports/DistanceReport.java 557 Potential violation of Law of Demeter (method chain calls)
40876 src/com/gps/reports/DistanceReport.java 557 Potential violation of Law of Demeter (method chain calls)
40877 src/com/gps/reports/DistanceReport.java 557 Potential violation of Law of Demeter (method chain calls)
40878 src/com/gps/reports/DistanceReport.java 557 Potential violation of Law of Demeter (method chain calls)
40879 src/com/gps/reports/DistanceReport.java 557 Potential violation of Law of Demeter (method chain calls)
40880 src/com/gps/reports/DistanceReport.java 557 Potential violation of Law of Demeter (method chain calls)
40881 src/com/gps/reports/DistanceReport.java 557 Potential violation of Law of Demeter (method chain calls)
40882 src/com/gps/reports/DistanceReport.java 557 Potential violation of Law of Demeter (method chain calls)
40883 src/com/gps/reports/DistanceReport.java 557 Potential violation of Law of Demeter (object not created locally)
40884 src/com/gps/reports/DistanceReport.java 557 Potential violation of Law of Demeter (object not created locally)
40885 src/com/gps/reports/DistanceReport.java 557 Potential violation of Law of Demeter (object not created locally)
40886 src/com/gps/reports/DistanceReport.java 559 Potential violation of Law of Demeter (object not created locally)
40887 src/com/gps/reports/DistanceReport.java 564 A method should have only one exit point, and that should be the last statement in the method
40888 src/com/gps/reports/DistanceReport.java 565 Potential violation of Law of Demeter (object not created locally)
40889 src/com/gps/reports/DistanceReport.java 565 Potential violation of Law of Demeter (object not created locally)
40890 src/com/gps/reports/DistanceReport.java 565 Potential violation of Law of Demeter (object not created locally)
40891 src/com/gps/reports/DistanceReport.java 565 Useless parentheses.
40892 src/com/gps/reports/DistanceReport.java 565 Useless parentheses.
40893 src/com/gps/reports/DistanceReport.java 568 A method should have only one exit point, and that should be the last statement in the method
40894 src/com/gps/reports/DistanceReport.java 572 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40895 src/com/gps/reports/DistanceReport.java 574 Avoid printStackTrace(); use a logger call instead.
40896 src/com/gps/reports/DistanceReport.java 574 Potential violation of Law of Demeter (object not created locally)
40897 src/com/gps/reports/DistanceReport.java 581 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
40898 src/com/gps/reports/DistanceReport.java 581 Avoid reassigning parameters such as 'inTripDist'
40899 src/com/gps/reports/DistanceReport.java 581 Method names should not start with capital letters
40900 src/com/gps/reports/DistanceReport.java 581 Parameter 'Rpl' is not assigned and could be declared final
40901 src/com/gps/reports/DistanceReport.java 581 Variables should start with a lowercase character, 'Rpl' starts with uppercase character.
40902 src/com/gps/reports/DistanceReport.java 582 Avoid variables with short names like p
40903 src/com/gps/reports/DistanceReport.java 582 Local variable 'p' could be declared final
40904 src/com/gps/reports/DistanceReport.java 584 Local variable 'tmp' could be declared final
40905 src/com/gps/reports/DistanceReport.java 589 Avoid really long methods.
40906 src/com/gps/reports/DistanceReport.java 589 Found 'UR'-anomaly for variable 'tripDistDTO' (lines '589'-'618').
40907 src/com/gps/reports/DistanceReport.java 589 Parameter 'dateType' is not assigned and could be declared final
40908 src/com/gps/reports/DistanceReport.java 589 Parameter 'distDAO' is not assigned and could be declared final
40909 src/com/gps/reports/DistanceReport.java 589 Parameter 'flag' is not assigned and could be declared final
40910 src/com/gps/reports/DistanceReport.java 589 Parameter 'type' is not assigned and could be declared final
40911 src/com/gps/reports/DistanceReport.java 589 The method 'matchDate' has a Cyclomatic Complexity of 63.
40912 src/com/gps/reports/DistanceReport.java 589 The method matchDate() has an NCSS line count of 230
40913 src/com/gps/reports/DistanceReport.java 589 The method matchDate() has an NPath complexity of 1726550
40914 src/com/gps/reports/DistanceReport.java 591 Found 'DU'-anomaly for variable 'tempDate' (lines '591'-'980').
40915 src/com/gps/reports/DistanceReport.java 592 Found 'DD'-anomaly for variable 'objDate' (lines '592'-'631').
40916 src/com/gps/reports/DistanceReport.java 593 Found 'DD'-anomaly for variable 'objTrip' (lines '593'-'629').
40917 src/com/gps/reports/DistanceReport.java 596 Found 'DD'-anomaly for variable 'count' (lines '596'-'623').
40918 src/com/gps/reports/DistanceReport.java 597 Found 'DU'-anomaly for variable 'inTripDist' (lines '597'-'980').
40919 src/com/gps/reports/DistanceReport.java 598 Found 'DU'-anomaly for variable 'outTripDist' (lines '598'-'980').
40920 src/com/gps/reports/DistanceReport.java 599 Found 'DU'-anomaly for variable 'start' (lines '599'-'980').
40921 src/com/gps/reports/DistanceReport.java 600 Found 'DU'-anomaly for variable 'end' (lines '600'-'980').
40922 src/com/gps/reports/DistanceReport.java 601 Found 'DU'-anomaly for variable 'isSame' (lines '601'-'980').
40923 src/com/gps/reports/DistanceReport.java 602 Found 'DU'-anomaly for variable 'currentTrip' (lines '602'-'980').
40924 src/com/gps/reports/DistanceReport.java 603 Found 'DU'-anomaly for variable 'tempDist' (lines '603'-'980').
40925 src/com/gps/reports/DistanceReport.java 604 Found 'DU'-anomaly for variable 'isReset' (lines '604'-'980').
40926 src/com/gps/reports/DistanceReport.java 605 Found 'DU'-anomaly for variable 'tempEnd' (lines '605'-'980').
40927 src/com/gps/reports/DistanceReport.java 606 Found 'DU'-anomaly for variable 'isFirst' (lines '606'-'980').
40928 src/com/gps/reports/DistanceReport.java 614 There is log block not surrounded by if
40929 src/com/gps/reports/DistanceReport.java 614 There is log block not surrounded by if
40930 src/com/gps/reports/DistanceReport.java 616 Found 'DD'-anomaly for variable 'tripName' (lines '616'-'620').
40931 src/com/gps/reports/DistanceReport.java 617 Local variable 'tripDistDTO' could be declared final
40932 src/com/gps/reports/DistanceReport.java 618 Avoid using if statements without curly braces
40933 src/com/gps/reports/DistanceReport.java 618 Potential violation of Law of Demeter (object not created locally)
40934 src/com/gps/reports/DistanceReport.java 619 Potential violation of Law of Demeter (method chain calls)
40935 src/com/gps/reports/DistanceReport.java 619 Potential violation of Law of Demeter (object not created locally)
40936 src/com/gps/reports/DistanceReport.java 620 Avoid using if...else statements without curly braces
40937 src/com/gps/reports/DistanceReport.java 620 Found 'DD'-anomaly for variable 'tripName' (lines '620'-'620').
40938 src/com/gps/reports/DistanceReport.java 622 Avoid using if...else statements without curly braces
40939 src/com/gps/reports/DistanceReport.java 622 Potential violation of Law of Demeter (object not created locally)
40940 src/com/gps/reports/DistanceReport.java 623 Found 'DD'-anomaly for variable 'count' (lines '623'-'623').
40941 src/com/gps/reports/DistanceReport.java 623 Found 'DU'-anomaly for variable 'count' (lines '623'-'980').
40942 src/com/gps/reports/DistanceReport.java 626 Potential violation of Law of Demeter (object not created locally)
40943 src/com/gps/reports/DistanceReport.java 626 Potential violation of Law of Demeter (object not created locally)
40944 src/com/gps/reports/DistanceReport.java 626 Potential violation of Law of Demeter (object not created locally)
40945 src/com/gps/reports/DistanceReport.java 629 Avoid instantiating new objects inside loops
40946 src/com/gps/reports/DistanceReport.java 630 Potential violation of Law of Demeter (object not created locally)
40947 src/com/gps/reports/DistanceReport.java 630 Potential violation of Law of Demeter (object not created locally)
40948 src/com/gps/reports/DistanceReport.java 631 Avoid instantiating new objects inside loops
40949 src/com/gps/reports/DistanceReport.java 632 Potential violation of Law of Demeter (object not created locally)
40950 src/com/gps/reports/DistanceReport.java 633 Potential violation of Law of Demeter (object not created locally)
40951 src/com/gps/reports/DistanceReport.java 634 Potential violation of Law of Demeter (object not created locally)
40952 src/com/gps/reports/DistanceReport.java 636 Potential violation of Law of Demeter (object not created locally)
40953 src/com/gps/reports/DistanceReport.java 641 Potential violation of Law of Demeter (method chain calls)
40954 src/com/gps/reports/DistanceReport.java 641 Potential violation of Law of Demeter (method chain calls)
40955 src/com/gps/reports/DistanceReport.java 641 Potential violation of Law of Demeter (method chain calls)
40956 src/com/gps/reports/DistanceReport.java 641 Potential violation of Law of Demeter (object not created locally)
40957 src/com/gps/reports/DistanceReport.java 642 Potential violation of Law of Demeter (object not created locally)
40958 src/com/gps/reports/DistanceReport.java 642 Use equals() to compare object references.
40959 src/com/gps/reports/DistanceReport.java 645 Avoid if (x != y) ..; else ..;
40960 src/com/gps/reports/DistanceReport.java 646 Potential violation of Law of Demeter (object not created locally)
40961 src/com/gps/reports/DistanceReport.java 646 Potential violation of Law of Demeter (object not created locally)
40962 src/com/gps/reports/DistanceReport.java 646 Potential violation of Law of Demeter (object not created locally)
40963 src/com/gps/reports/DistanceReport.java 646 Potential violation of Law of Demeter (object not created locally)
40964 src/com/gps/reports/DistanceReport.java 648 Avoid using if statements without curly braces
40965 src/com/gps/reports/DistanceReport.java 648 Potential violation of Law of Demeter (object not created locally)
40966 src/com/gps/reports/DistanceReport.java 653 Avoid if (x != y) ..; else ..;
40967 src/com/gps/reports/DistanceReport.java 653 Potential violation of Law of Demeter (method chain calls)
40968 src/com/gps/reports/DistanceReport.java 653 Potential violation of Law of Demeter (object not created locally)
40969 src/com/gps/reports/DistanceReport.java 664 Local variable 'tripDistance' could be declared final
40970 src/com/gps/reports/DistanceReport.java 664 Potential violation of Law of Demeter (object not created locally)
40971 src/com/gps/reports/DistanceReport.java 666 Potential violation of Law of Demeter (method chain calls)
40972 src/com/gps/reports/DistanceReport.java 666 Potential violation of Law of Demeter (object not created locally)
40973 src/com/gps/reports/DistanceReport.java 668 Potential violation of Law of Demeter (object not created locally)
40974 src/com/gps/reports/DistanceReport.java 668 Potential violation of Law of Demeter (object not created locally)
40975 src/com/gps/reports/DistanceReport.java 677 Avoid instantiating new objects inside loops
40976 src/com/gps/reports/DistanceReport.java 677 Local variable 'Objtrdist' could be declared final
40977 src/com/gps/reports/DistanceReport.java 677 Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character.
40978 src/com/gps/reports/DistanceReport.java 678 Potential violation of Law of Demeter (object not created locally)
40979 src/com/gps/reports/DistanceReport.java 679 Potential violation of Law of Demeter (object not created locally)
40980 src/com/gps/reports/DistanceReport.java 680 Potential violation of Law of Demeter (method chain calls)
40981 src/com/gps/reports/DistanceReport.java 680 Potential violation of Law of Demeter (object not created locally)
40982 src/com/gps/reports/DistanceReport.java 693 Potential violation of Law of Demeter (object not created locally)
40983 src/com/gps/reports/DistanceReport.java 695 Avoid using Literals in Conditional Statements
40984 src/com/gps/reports/DistanceReport.java 695 Avoid using if statements without curly braces
40985 src/com/gps/reports/DistanceReport.java 695 Potential violation of Law of Demeter (object not created locally)
40986 src/com/gps/reports/DistanceReport.java 702 Potential violation of Law of Demeter (object not created locally)
40987 src/com/gps/reports/DistanceReport.java 703 Potential violation of Law of Demeter (object not created locally)
40988 src/com/gps/reports/DistanceReport.java 703 These nested if statements could be combined
40989 src/com/gps/reports/DistanceReport.java 711 Potential violation of Law of Demeter (method chain calls)
40990 src/com/gps/reports/DistanceReport.java 711 Potential violation of Law of Demeter (object not created locally)
40991 src/com/gps/reports/DistanceReport.java 714 Potential violation of Law of Demeter (object not created locally)
40992 src/com/gps/reports/DistanceReport.java 719 Avoid using if...else statements without curly braces
40993 src/com/gps/reports/DistanceReport.java 719 Potential violation of Law of Demeter (object not created locally)
40994 src/com/gps/reports/DistanceReport.java 725 Avoid if (x != y) ..; else ..;
40995 src/com/gps/reports/DistanceReport.java 725 Potential violation of Law of Demeter (method chain calls)
40996 src/com/gps/reports/DistanceReport.java 725 Potential violation of Law of Demeter (object not created locally)
40997 src/com/gps/reports/DistanceReport.java 737 Local variable 'tripDistance' could be declared final
40998 src/com/gps/reports/DistanceReport.java 737 Potential violation of Law of Demeter (object not created locally)
40999 src/com/gps/reports/DistanceReport.java 739 Potential violation of Law of Demeter (method chain calls)
41000 src/com/gps/reports/DistanceReport.java 739 Potential violation of Law of Demeter (object not created locally)
41001 src/com/gps/reports/DistanceReport.java 741 Potential violation of Law of Demeter (object not created locally)
41002 src/com/gps/reports/DistanceReport.java 741 Potential violation of Law of Demeter (object not created locally)
41003 src/com/gps/reports/DistanceReport.java 750 Avoid instantiating new objects inside loops
41004 src/com/gps/reports/DistanceReport.java 750 Local variable 'Objtrdist' could be declared final
41005 src/com/gps/reports/DistanceReport.java 750 Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character.
41006 src/com/gps/reports/DistanceReport.java 751 Potential violation of Law of Demeter (object not created locally)
41007 src/com/gps/reports/DistanceReport.java 752 Potential violation of Law of Demeter (object not created locally)
41008 src/com/gps/reports/DistanceReport.java 753 Potential violation of Law of Demeter (method chain calls)
41009 src/com/gps/reports/DistanceReport.java 753 Potential violation of Law of Demeter (object not created locally)
41010 src/com/gps/reports/DistanceReport.java 757 Potential violation of Law of Demeter (object not created locally)
41011 src/com/gps/reports/DistanceReport.java 758 Potential violation of Law of Demeter (object not created locally)
41012 src/com/gps/reports/DistanceReport.java 768 Avoid instantiating new objects inside loops
41013 src/com/gps/reports/DistanceReport.java 769 Potential violation of Law of Demeter (object not created locally)
41014 src/com/gps/reports/DistanceReport.java 769 Potential violation of Law of Demeter (object not created locally)
41015 src/com/gps/reports/DistanceReport.java 772 Position literals first in String comparisons
41016 src/com/gps/reports/DistanceReport.java 773 Avoid using if...else statements without curly braces
41017 src/com/gps/reports/DistanceReport.java 775 Avoid using if...else statements without curly braces
41018 src/com/gps/reports/DistanceReport.java 775 Potential violation of Law of Demeter (object not created locally)
41019 src/com/gps/reports/DistanceReport.java 780 Potential violation of Law of Demeter (object not created locally)
41020 src/com/gps/reports/DistanceReport.java 782 Avoid using Literals in Conditional Statements
41021 src/com/gps/reports/DistanceReport.java 782 Avoid using if statements without curly braces
41022 src/com/gps/reports/DistanceReport.java 782 Potential violation of Law of Demeter (object not created locally)
41023 src/com/gps/reports/DistanceReport.java 788 Potential violation of Law of Demeter (object not created locally)
41024 src/com/gps/reports/DistanceReport.java 789 Potential violation of Law of Demeter (object not created locally)
41025 src/com/gps/reports/DistanceReport.java 789 These nested if statements could be combined
41026 src/com/gps/reports/DistanceReport.java 799 Potential violation of Law of Demeter (object not created locally)
41027 src/com/gps/reports/DistanceReport.java 804 Avoid using if...else statements without curly braces
41028 src/com/gps/reports/DistanceReport.java 804 Potential violation of Law of Demeter (object not created locally)
41029 src/com/gps/reports/DistanceReport.java 810 Avoid if (x != y) ..; else ..;
41030 src/com/gps/reports/DistanceReport.java 810 Potential violation of Law of Demeter (method chain calls)
41031 src/com/gps/reports/DistanceReport.java 810 Potential violation of Law of Demeter (object not created locally)
41032 src/com/gps/reports/DistanceReport.java 820 Local variable 'tripDistance' could be declared final
41033 src/com/gps/reports/DistanceReport.java 820 Potential violation of Law of Demeter (object not created locally)
41034 src/com/gps/reports/DistanceReport.java 822 Potential violation of Law of Demeter (method chain calls)
41035 src/com/gps/reports/DistanceReport.java 822 Potential violation of Law of Demeter (object not created locally)
41036 src/com/gps/reports/DistanceReport.java 824 Potential violation of Law of Demeter (object not created locally)
41037 src/com/gps/reports/DistanceReport.java 824 Potential violation of Law of Demeter (object not created locally)
41038 src/com/gps/reports/DistanceReport.java 833 Avoid instantiating new objects inside loops
41039 src/com/gps/reports/DistanceReport.java 833 Local variable 'Objtrdist' could be declared final
41040 src/com/gps/reports/DistanceReport.java 833 Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character.
41041 src/com/gps/reports/DistanceReport.java 834 Potential violation of Law of Demeter (object not created locally)
41042 src/com/gps/reports/DistanceReport.java 835 Potential violation of Law of Demeter (object not created locally)
41043 src/com/gps/reports/DistanceReport.java 836 Potential violation of Law of Demeter (method chain calls)
41044 src/com/gps/reports/DistanceReport.java 836 Potential violation of Law of Demeter (object not created locally)
41045 src/com/gps/reports/DistanceReport.java 853 Potential violation of Law of Demeter (object not created locally)
41046 src/com/gps/reports/DistanceReport.java 854 Potential violation of Law of Demeter (object not created locally)
41047 src/com/gps/reports/DistanceReport.java 856 Potential violation of Law of Demeter (object not created locally)
41048 src/com/gps/reports/DistanceReport.java 859 Potential violation of Law of Demeter (object not created locally)
41049 src/com/gps/reports/DistanceReport.java 862 Avoid instantiating new objects inside loops
41050 src/com/gps/reports/DistanceReport.java 865 Avoid instantiating new objects inside loops
41051 src/com/gps/reports/DistanceReport.java 867 Avoid if (x != y) ..; else ..;
41052 src/com/gps/reports/DistanceReport.java 868 Potential violation of Law of Demeter (object not created locally)
41053 src/com/gps/reports/DistanceReport.java 872 Local variable 'tripDistance' could be declared final
41054 src/com/gps/reports/DistanceReport.java 872 Potential violation of Law of Demeter (object not created locally)
41055 src/com/gps/reports/DistanceReport.java 874 Potential violation of Law of Demeter (method chain calls)
41056 src/com/gps/reports/DistanceReport.java 874 Potential violation of Law of Demeter (object not created locally)
41057 src/com/gps/reports/DistanceReport.java 876 Potential violation of Law of Demeter (object not created locally)
41058 src/com/gps/reports/DistanceReport.java 876 Potential violation of Law of Demeter (object not created locally)
41059 src/com/gps/reports/DistanceReport.java 877 Potential violation of Law of Demeter (method chain calls)
41060 src/com/gps/reports/DistanceReport.java 877 Potential violation of Law of Demeter (object not created locally)
41061 src/com/gps/reports/DistanceReport.java 888 Potential violation of Law of Demeter (object not created locally)
41062 src/com/gps/reports/DistanceReport.java 891 Potential violation of Law of Demeter (object not created locally)
41063 src/com/gps/reports/DistanceReport.java 892 Potential violation of Law of Demeter (object not created locally)
41064 src/com/gps/reports/DistanceReport.java 893 Potential violation of Law of Demeter (object not created locally)
41065 src/com/gps/reports/DistanceReport.java 897 Potential violation of Law of Demeter (object not created locally)
41066 src/com/gps/reports/DistanceReport.java 899 Avoid using Literals in Conditional Statements
41067 src/com/gps/reports/DistanceReport.java 899 Avoid using if statements without curly braces
41068 src/com/gps/reports/DistanceReport.java 899 Potential violation of Law of Demeter (object not created locally)
41069 src/com/gps/reports/DistanceReport.java 905 Potential violation of Law of Demeter (object not created locally)
41070 src/com/gps/reports/DistanceReport.java 906 Potential violation of Law of Demeter (object not created locally)
41071 src/com/gps/reports/DistanceReport.java 906 These nested if statements could be combined
41072 src/com/gps/reports/DistanceReport.java 916 Potential violation of Law of Demeter (object not created locally)
41073 src/com/gps/reports/DistanceReport.java 921 Avoid using if...else statements without curly braces
41074 src/com/gps/reports/DistanceReport.java 921 Potential violation of Law of Demeter (object not created locally)
41075 src/com/gps/reports/DistanceReport.java 925 Avoid if (x != y) ..; else ..;
41076 src/com/gps/reports/DistanceReport.java 925 Potential violation of Law of Demeter (method chain calls)
41077 src/com/gps/reports/DistanceReport.java 925 Potential violation of Law of Demeter (object not created locally)
41078 src/com/gps/reports/DistanceReport.java 935 Local variable 'tripDistance' could be declared final
41079 src/com/gps/reports/DistanceReport.java 935 Potential violation of Law of Demeter (object not created locally)
41080 src/com/gps/reports/DistanceReport.java 937 Potential violation of Law of Demeter (method chain calls)
41081 src/com/gps/reports/DistanceReport.java 937 Potential violation of Law of Demeter (object not created locally)
41082 src/com/gps/reports/DistanceReport.java 939 Potential violation of Law of Demeter (object not created locally)
41083 src/com/gps/reports/DistanceReport.java 939 Potential violation of Law of Demeter (object not created locally)
41084 src/com/gps/reports/DistanceReport.java 947 Avoid instantiating new objects inside loops
41085 src/com/gps/reports/DistanceReport.java 947 Local variable 'Objtrdist' could be declared final
41086 src/com/gps/reports/DistanceReport.java 947 Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character.
41087 src/com/gps/reports/DistanceReport.java 948 Potential violation of Law of Demeter (object not created locally)
41088 src/com/gps/reports/DistanceReport.java 949 Potential violation of Law of Demeter (object not created locally)
41089 src/com/gps/reports/DistanceReport.java 950 Potential violation of Law of Demeter (method chain calls)
41090 src/com/gps/reports/DistanceReport.java 950 Potential violation of Law of Demeter (object not created locally)
41091 src/com/gps/reports/DistanceReport.java 965 Potential violation of Law of Demeter (object not created locally)
41092 src/com/gps/reports/DistanceReport.java 966 Potential violation of Law of Demeter (object not created locally)
41093 src/com/gps/reports/DistanceReport.java 968 Potential violation of Law of Demeter (object not created locally)
41094 src/com/gps/reports/DistanceReport.java 974 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41095 src/com/gps/reports/DistanceReport.java 976 There is log block not surrounded by if
41096 src/com/gps/reports/DistanceReport.java 983 Parameter 'lat1' is not assigned and could be declared final
41097 src/com/gps/reports/DistanceReport.java 983 Parameter 'lat2' is not assigned and could be declared final
41098 src/com/gps/reports/DistanceReport.java 983 Parameter 'lng1' is not assigned and could be declared final
41099 src/com/gps/reports/DistanceReport.java 983 Parameter 'lng2' is not assigned and could be declared final
41100 src/com/gps/reports/DistanceReport.java 985 Local variable 'earthRadius' could be declared final
41101 src/com/gps/reports/DistanceReport.java 986 Local variable 'dLat' could be declared final
41102 src/com/gps/reports/DistanceReport.java 987 Local variable 'dLng' could be declared final
41103 src/com/gps/reports/DistanceReport.java 988 Avoid variables with short names like a
41104 src/com/gps/reports/DistanceReport.java 988 Local variable 'a' could be declared final
41105 src/com/gps/reports/DistanceReport.java 991 Avoid variables with short names like c
41106 src/com/gps/reports/DistanceReport.java 991 Local variable 'c' could be declared final
41107 src/com/gps/reports/DistanceReport.java 992 Local variable 'dist' could be declared final
41108 src/com/gps/reports/DistanceReport.java 993 Local variable 'kmConversion' could be declared final
41109 src/com/gps/reports/DistanceReport.java 994 Local variable 'distance' could be declared final
41110 src/com/gps/reports/DistanceReport.java 996 Avoid using Literals in Conditional Statements
41111 src/com/gps/reports/DistanceReport.java 996 Avoid using if statements without curly braces
41112 src/com/gps/reports/DistanceReport.java 997 A method should have only one exit point, and that should be the last statement in the method
41113 src/com/gps/reports/IReports.java 3 Avoid unused imports such as 'java.util.HashMap'
41114 src/com/gps/reports/IReports.java 9 Avoid modifiers which are implied by the context
41115 src/com/gps/reports/IReports.java 9 publicMethodCommentRequirement Required
41116 src/com/gps/rfid/AlertManager.java 24 The class 'AlertManager' has a Cyclomatic Complexity of 5 (Highest = 12).
41117 src/com/gps/rfid/AlertManager.java 24 headerCommentRequirement Required
41118 src/com/gps/rfid/AlertManager.java 26 The Logger variable declaration does not contain the static and final modifiers
41119 src/com/gps/rfid/AlertManager.java 26 fieldCommentRequirement Required
41120 src/com/gps/rfid/AlertManager.java 29 Found 'UR'-anomaly for variable 'studentName' (lines '29'-'49').
41121 src/com/gps/rfid/AlertManager.java 29 Parameter 'fence' is not assigned and could be declared final
41122 src/com/gps/rfid/AlertManager.java 29 Parameter 'packetDate' is not assigned and could be declared final
41123 src/com/gps/rfid/AlertManager.java 29 Parameter 'tripSession' is not assigned and could be declared final
41124 src/com/gps/rfid/AlertManager.java 29 publicMethodCommentRequirement Required
41125 src/com/gps/rfid/AlertManager.java 34 Local variable 'daoObj' could be declared final
41126 src/com/gps/rfid/AlertManager.java 35 Local variable 'absentList' could be declared final
41127 src/com/gps/rfid/AlertManager.java 37 Avoid using Literals in Conditional Statements
41128 src/com/gps/rfid/AlertManager.java 37 Potential violation of Law of Demeter (object not created locally)
41129 src/com/gps/rfid/AlertManager.java 37 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
41130 src/com/gps/rfid/AlertManager.java 48 Local variable 'studentName' could be declared final
41131 src/com/gps/rfid/AlertManager.java 49 Prefer StringBuffer over += for concatenating strings
41132 src/com/gps/rfid/AlertManager.java 52 There is log block not surrounded by if
41133 src/com/gps/rfid/AlertManager.java 52 There is log block not surrounded by if
41134 src/com/gps/rfid/AlertManager.java 54 Avoid unused local variables such as 'MobNo'.
41135 src/com/gps/rfid/AlertManager.java 54 Found 'DU'-anomaly for variable 'MobNo' (lines '54'-'65').
41136 src/com/gps/rfid/AlertManager.java 54 Local variable 'MobNo' could be declared final
41137 src/com/gps/rfid/AlertManager.java 54 Potential violation of Law of Demeter (method chain calls)
41138 src/com/gps/rfid/AlertManager.java 54 Potential violation of Law of Demeter (method chain calls)
41139 src/com/gps/rfid/AlertManager.java 54 Variables should start with a lowercase character, 'MobNo' starts with uppercase character.
41140 src/com/gps/rfid/AlertManager.java 57 Avoid unused local variables such as 'notifier'.
41141 src/com/gps/rfid/AlertManager.java 57 Found 'DU'-anomaly for variable 'notifier' (lines '57'-'65').
41142 src/com/gps/rfid/AlertManager.java 57 Local variable 'notifier' could be declared final
41143 src/com/gps/rfid/AlertManager.java 59 Comment is too large: Line too long
41144 src/com/gps/rfid/AlertManager.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41145 src/com/gps/rfid/AlertManager.java 63 There is log block not surrounded by if
41146 src/com/gps/rfid/AlertManager.java 68 Parameter 'session' is not assigned and could be declared final
41147 src/com/gps/rfid/AlertManager.java 68 Parameter 'trip' is not assigned and could be declared final
41148 src/com/gps/rfid/AlertManager.java 68 publicMethodCommentRequirement Required
41149 src/com/gps/rfid/AlertManager.java 72 There is log block not surrounded by if
41150 src/com/gps/rfid/AlertManager.java 72 There is log block not surrounded by if
41151 src/com/gps/rfid/AlertManager.java 73 Local variable 'formatter' could be declared final
41152 src/com/gps/rfid/AlertManager.java 73 When instantiating a SimpleDateFormat object, specify a Locale
41153 src/com/gps/rfid/AlertManager.java 75 Local variable 'fromDate' could be declared final
41154 src/com/gps/rfid/AlertManager.java 76 Potential violation of Law of Demeter (object not created locally)
41155 src/com/gps/rfid/AlertManager.java 77 Potential violation of Law of Demeter (object not created locally)
41156 src/com/gps/rfid/AlertManager.java 78 Potential violation of Law of Demeter (object not created locally)
41157 src/com/gps/rfid/AlertManager.java 80 Local variable 'from' could be declared final
41158 src/com/gps/rfid/AlertManager.java 80 Potential violation of Law of Demeter (object not created locally)
41159 src/com/gps/rfid/AlertManager.java 82 Local variable 'toDate' could be declared final
41160 src/com/gps/rfid/AlertManager.java 83 Potential violation of Law of Demeter (object not created locally)
41161 src/com/gps/rfid/AlertManager.java 84 Potential violation of Law of Demeter (object not created locally)
41162 src/com/gps/rfid/AlertManager.java 85 Potential violation of Law of Demeter (object not created locally)
41163 src/com/gps/rfid/AlertManager.java 87 Avoid variables with short names like to
41164 src/com/gps/rfid/AlertManager.java 87 Local variable 'to' could be declared final
41165 src/com/gps/rfid/AlertManager.java 87 Potential violation of Law of Demeter (object not created locally)
41166 src/com/gps/rfid/AlertManager.java 89 Local variable 'daoObj' could be declared final
41167 src/com/gps/rfid/AlertManager.java 90 Local variable 'info' could be declared final
41168 src/com/gps/rfid/AlertManager.java 92 Potential violation of Law of Demeter (object not created locally)
41169 src/com/gps/rfid/AlertManager.java 92 Potential violation of Law of Demeter (object not created locally)
41170 src/com/gps/rfid/AlertManager.java 92 Potential violation of Law of Demeter (object not created locally)
41171 src/com/gps/rfid/AlertManager.java 92 Potential violation of Law of Demeter (object not created locally)
41172 src/com/gps/rfid/AlertManager.java 92 There is log block not surrounded by if
41173 src/com/gps/rfid/AlertManager.java 92 There is log block not surrounded by if
41174 src/com/gps/rfid/AlertManager.java 101 Avoid unused local variables such as 'msg'.
41175 src/com/gps/rfid/AlertManager.java 101 Found 'DU'-anomaly for variable 'msg' (lines '101'-'105').
41176 src/com/gps/rfid/AlertManager.java 101 Local variable 'msg' could be declared final
41177 src/com/gps/rfid/AlertManager.java 101 Potential violation of Law of Demeter (object not created locally)
41178 src/com/gps/rfid/AlertManager.java 101 Potential violation of Law of Demeter (object not created locally)
41179 src/com/gps/rfid/AlertManager.java 101 Potential violation of Law of Demeter (object not created locally)
41180 src/com/gps/rfid/AlertManager.java 101 Potential violation of Law of Demeter (object not created locally)
41181 src/com/gps/rfid/AlertManager.java 102 Avoid unused local variables such as 'notifier'.
41182 src/com/gps/rfid/AlertManager.java 102 Found 'DU'-anomaly for variable 'notifier' (lines '102'-'105').
41183 src/com/gps/rfid/AlertManager.java 102 Local variable 'notifier' could be declared final
41184 src/com/gps/rfid/AlertManager.java 104 Comment is too large: Line too long
41185 src/com/gps/rfid/AlertManager.java 108 A method/constructor shouldnt explicitly throw java.lang.Exception
41186 src/com/gps/rfid/AlertManager.java 108 Found 'UR'-anomaly for variable 'usrPhone' (lines '108'-'132').
41187 src/com/gps/rfid/AlertManager.java 108 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Rfid_No' is not final.
41188 src/com/gps/rfid/AlertManager.java 108 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_details' is not final.
41189 src/com/gps/rfid/AlertManager.java 108 Parameter 'Rfid_No' is not assigned and could be declared final
41190 src/com/gps/rfid/AlertManager.java 108 Parameter 'fence' is not assigned and could be declared final
41191 src/com/gps/rfid/AlertManager.java 108 Parameter 'packetTime' is not assigned and could be declared final
41192 src/com/gps/rfid/AlertManager.java 108 Parameter 'trip_details' is not assigned and could be declared final
41193 src/com/gps/rfid/AlertManager.java 108 The method 'sendAlert' has a Cyclomatic Complexity of 12.
41194 src/com/gps/rfid/AlertManager.java 108 Variables should start with a lowercase character, 'Rfid_No' starts with uppercase character.
41195 src/com/gps/rfid/AlertManager.java 108 publicMethodCommentRequirement Required
41196 src/com/gps/rfid/AlertManager.java 114 Found 'DU'-anomaly for variable 'fenceDAO' (lines '114'-'193').
41197 src/com/gps/rfid/AlertManager.java 114 Local variable 'fenceDAO' could be declared final
41198 src/com/gps/rfid/AlertManager.java 117 There is log block not surrounded by if
41199 src/com/gps/rfid/AlertManager.java 117 There is log block not surrounded by if
41200 src/com/gps/rfid/AlertManager.java 118 Local variable 'formatter' could be declared final
41201 src/com/gps/rfid/AlertManager.java 118 When instantiating a SimpleDateFormat object, specify a Locale
41202 src/com/gps/rfid/AlertManager.java 119 Local variable 'dte' could be declared final
41203 src/com/gps/rfid/AlertManager.java 119 Potential violation of Law of Demeter (object not created locally)
41204 src/com/gps/rfid/AlertManager.java 121 Comment is too large: Line too long
41205 src/com/gps/rfid/AlertManager.java 122 Local variable 'phoneList' could be declared final
41206 src/com/gps/rfid/AlertManager.java 122 Potential violation of Law of Demeter (method chain calls)
41207 src/com/gps/rfid/AlertManager.java 122 Potential violation of Law of Demeter (method chain calls)
41208 src/com/gps/rfid/AlertManager.java 122 Potential violation of Law of Demeter (method chain calls)
41209 src/com/gps/rfid/AlertManager.java 123 Local variable 'usrList' could be declared final
41210 src/com/gps/rfid/AlertManager.java 123 Potential violation of Law of Demeter (method chain calls)
41211 src/com/gps/rfid/AlertManager.java 123 Potential violation of Law of Demeter (method chain calls)
41212 src/com/gps/rfid/AlertManager.java 123 Potential violation of Law of Demeter (method chain calls)
41213 src/com/gps/rfid/AlertManager.java 125 Potential violation of Law of Demeter (object not created locally)
41214 src/com/gps/rfid/AlertManager.java 125 There is log block not surrounded by if
41215 src/com/gps/rfid/AlertManager.java 125 There is log block not surrounded by if
41216 src/com/gps/rfid/AlertManager.java 126 Avoid using Literals in Conditional Statements
41217 src/com/gps/rfid/AlertManager.java 126 Potential violation of Law of Demeter (object not created locally)
41218 src/com/gps/rfid/AlertManager.java 126 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
41219 src/com/gps/rfid/AlertManager.java 128 Local variable 'usrPhone' could be declared final
41220 src/com/gps/rfid/AlertManager.java 130 Avoid instantiating new objects inside loops
41221 src/com/gps/rfid/AlertManager.java 130 Local variable 'msgObj' could be declared final
41222 src/com/gps/rfid/AlertManager.java 132 Potential violation of Law of Demeter (object not created locally)
41223 src/com/gps/rfid/AlertManager.java 133 Avoid unused local variables such as 'fenceid'.
41224 src/com/gps/rfid/AlertManager.java 133 Found 'DD'-anomaly for variable 'fenceid' (lines '133'-'133').
41225 src/com/gps/rfid/AlertManager.java 133 Found 'DD'-anomaly for variable 'fenceid' (lines '133'-'138').
41226 src/com/gps/rfid/AlertManager.java 133 Found 'DU'-anomaly for variable 'fenceid' (lines '133'-'193').
41227 src/com/gps/rfid/AlertManager.java 134 Avoid unused local variables such as 'tripId'.
41228 src/com/gps/rfid/AlertManager.java 134 Found 'DD'-anomaly for variable 'tripId' (lines '134'-'134').
41229 src/com/gps/rfid/AlertManager.java 134 Found 'DD'-anomaly for variable 'tripId' (lines '134'-'143').
41230 src/com/gps/rfid/AlertManager.java 134 Found 'DU'-anomaly for variable 'tripId' (lines '134'-'193').
41231 src/com/gps/rfid/AlertManager.java 138 Found 'DD'-anomaly for variable 'fenceid' (lines '138'-'133').
41232 src/com/gps/rfid/AlertManager.java 138 Found 'DU'-anomaly for variable 'fenceid' (lines '138'-'193').
41233 src/com/gps/rfid/AlertManager.java 143 Found 'DD'-anomaly for variable 'tripId' (lines '143'-'134').
41234 src/com/gps/rfid/AlertManager.java 143 Found 'DU'-anomaly for variable 'tripId' (lines '143'-'193').
41235 src/com/gps/rfid/AlertManager.java 145 Potential violation of Law of Demeter (method chain calls)
41236 src/com/gps/rfid/AlertManager.java 145 Potential violation of Law of Demeter (object not created locally)
41237 src/com/gps/rfid/AlertManager.java 147 Avoid if (x != y) ..; else ..;
41238 src/com/gps/rfid/AlertManager.java 147 Potential violation of Law of Demeter (method chain calls)
41239 src/com/gps/rfid/AlertManager.java 147 Potential violation of Law of Demeter (method chain calls)
41240 src/com/gps/rfid/AlertManager.java 147 Potential violation of Law of Demeter (object not created locally)
41241 src/com/gps/rfid/AlertManager.java 149 Potential violation of Law of Demeter (object not created locally)
41242 src/com/gps/rfid/AlertManager.java 151 Avoid using Literals in Conditional Statements
41243 src/com/gps/rfid/AlertManager.java 159 Potential violation of Law of Demeter (method chain calls)
41244 src/com/gps/rfid/AlertManager.java 159 Potential violation of Law of Demeter (method chain calls)
41245 src/com/gps/rfid/AlertManager.java 159 Potential violation of Law of Demeter (object not created locally)
41246 src/com/gps/rfid/AlertManager.java 159 There is log block not surrounded by if
41247 src/com/gps/rfid/AlertManager.java 159 There is log block not surrounded by if
41248 src/com/gps/rfid/AlertManager.java 161 Avoid using if statements without curly braces
41249 src/com/gps/rfid/AlertManager.java 161 Potential violation of Law of Demeter (method chain calls)
41250 src/com/gps/rfid/AlertManager.java 161 Potential violation of Law of Demeter (method chain calls)
41251 src/com/gps/rfid/AlertManager.java 161 Potential violation of Law of Demeter (object not created locally)
41252 src/com/gps/rfid/AlertManager.java 165 Avoid using if statements without curly braces
41253 src/com/gps/rfid/AlertManager.java 165 Potential violation of Law of Demeter (method chain calls)
41254 src/com/gps/rfid/AlertManager.java 165 Potential violation of Law of Demeter (method chain calls)
41255 src/com/gps/rfid/AlertManager.java 165 Potential violation of Law of Demeter (method chain calls)
41256 src/com/gps/rfid/AlertManager.java 165 Potential violation of Law of Demeter (method chain calls)
41257 src/com/gps/rfid/AlertManager.java 165 Potential violation of Law of Demeter (object not created locally)
41258 src/com/gps/rfid/AlertManager.java 165 Potential violation of Law of Demeter (object not created locally)
41259 src/com/gps/rfid/AlertManager.java 168 There is log block not surrounded by if
41260 src/com/gps/rfid/AlertManager.java 168 There is log block not surrounded by if
41261 src/com/gps/rfid/AlertManager.java 169 Avoid instantiating new objects inside loops
41262 src/com/gps/rfid/AlertManager.java 169 Local variable 'creator' could be declared final
41263 src/com/gps/rfid/AlertManager.java 170 Local variable 'msg' could be declared final
41264 src/com/gps/rfid/AlertManager.java 172 Potential violation of Law of Demeter (object not created locally)
41265 src/com/gps/rfid/AlertManager.java 172 Potential violation of Law of Demeter (object not created locally)
41266 src/com/gps/rfid/AlertManager.java 172 There is log block not surrounded by if
41267 src/com/gps/rfid/AlertManager.java 172 There is log block not surrounded by if
41268 src/com/gps/rfid/AlertManager.java 174 Comment is too large: Line too long
41269 src/com/gps/rfid/AlertManager.java 176 Comment is too large: Line too long
41270 src/com/gps/rfid/AlertManager.java 177 There is log block not surrounded by if
41271 src/com/gps/rfid/AlertManager.java 177 There is log block not surrounded by if
41272 src/com/gps/rfid/AlertManager.java 178 Avoid instantiating new objects inside loops
41273 src/com/gps/rfid/AlertManager.java 178 Avoid unused local variables such as 'notifier'.
41274 src/com/gps/rfid/AlertManager.java 178 Found 'DD'-anomaly for variable 'notifier' (lines '178'-'178').
41275 src/com/gps/rfid/AlertManager.java 178 Found 'DU'-anomaly for variable 'notifier' (lines '178'-'193').
41276 src/com/gps/rfid/AlertManager.java 178 Local variable 'notifier' could be declared final
41277 src/com/gps/rfid/AlertManager.java 179 Avoid instantiating new objects inside loops
41278 src/com/gps/rfid/AlertManager.java 179 Avoid unused local variables such as 'smsDao'.
41279 src/com/gps/rfid/AlertManager.java 179 Found 'DD'-anomaly for variable 'smsDao' (lines '179'-'179').
41280 src/com/gps/rfid/AlertManager.java 179 Found 'DU'-anomaly for variable 'smsDao' (lines '179'-'193').
41281 src/com/gps/rfid/AlertManager.java 179 Local variable 'smsDao' could be declared final
41282 src/com/gps/rfid/AlertManager.java 180 Avoid empty if statements
41283 src/com/gps/rfid/AlertManager.java 180 Avoid empty if statements
41284 src/com/gps/rfid/AlertManager.java 181 Comment is too large: Line too long
41285 src/com/gps/rfid/AlertManager.java 183 Comment is too large: Line too long
41286 src/com/gps/rfid/AlertManager.java 184 Avoid empty if statements
41287 src/com/gps/rfid/AlertManager.java 184 Avoid empty if statements
41288 src/com/gps/rfid/AlertManager.java 185 Comment is too large: Line too long
41289 src/com/gps/rfid/AlertManager.java 187 Comment is too large: Line too long
41290 src/com/gps/rfid/AlertManager.java 190 Avoid using if...else statements without curly braces
41291 src/com/gps/rfid/AlertManager.java 190 There is log block not surrounded by if
41292 src/com/gps/rfid/AlertManager.java 190 There is log block not surrounded by if
41293 src/com/gps/rfid/AlertManager.java 196 Method names should not start with capital letters
41294 src/com/gps/rfid/AlertManager.java 196 Parameter 'OrgId' is not assigned and could be declared final
41295 src/com/gps/rfid/AlertManager.java 196 Parameter 'fenceId' is not assigned and could be declared final
41296 src/com/gps/rfid/AlertManager.java 196 Parameter 'msg' is not assigned and could be declared final
41297 src/com/gps/rfid/AlertManager.java 196 Parameter 'msgType' is not assigned and could be declared final
41298 src/com/gps/rfid/AlertManager.java 196 Parameter 'packetTime' is not assigned and could be declared final
41299 src/com/gps/rfid/AlertManager.java 196 Parameter 'phoneNos' is not assigned and could be declared final
41300 src/com/gps/rfid/AlertManager.java 196 Parameter 'sentTime' is not assigned and could be declared final
41301 src/com/gps/rfid/AlertManager.java 196 Parameter 'tripId' is not assigned and could be declared final
41302 src/com/gps/rfid/AlertManager.java 196 Variables should start with a lowercase character, 'OrgId' starts with uppercase character.
41303 src/com/gps/rfid/AlertManager.java 196 publicMethodCommentRequirement Required
41304 src/com/gps/rfid/AlertManager.java 198 Found 'DU'-anomaly for variable 'dateFormat' (lines '198'-'204').
41305 src/com/gps/rfid/AlertManager.java 198 Local variable 'dateFormat' could be declared final
41306 src/com/gps/rfid/AlertManager.java 198 When instantiating a SimpleDateFormat object, specify a Locale
41307 src/com/gps/rfid/AlertManager.java 199 Found 'DU'-anomaly for variable 'smsDao' (lines '199'-'204').
41308 src/com/gps/rfid/AlertManager.java 199 Local variable 'smsDao' could be declared final
41309 src/com/gps/rfid/AlertManager.java 200 Comment is too large: Line too long
41310 src/com/gps/rfid/AlertManager.java 202 Potential violation of Law of Demeter (method chain calls)
41311 src/com/gps/rfid/RfidDAO.java 7 Avoid unused imports such as 'java.util.Calendar'
41312 src/com/gps/rfid/RfidDAO.java 23 Avoid unused imports such as 'com.gps.hibernate.TripDetailsDAO'
41313 src/com/gps/rfid/RfidDAO.java 30 headerCommentRequirement Required
41314 src/com/gps/rfid/RfidDAO.java 31 The Logger variable declaration does not contain the static and final modifiers
41315 src/com/gps/rfid/RfidDAO.java 31 fieldCommentRequirement Required
41316 src/com/gps/rfid/RfidDAO.java 33 Parameter 'rFIDNo' is not assigned and could be declared final
41317 src/com/gps/rfid/RfidDAO.java 33 Parameter 'sessionValue' is not assigned and could be declared final
41318 src/com/gps/rfid/RfidDAO.java 33 Parameter 'time' is not assigned and could be declared final
41319 src/com/gps/rfid/RfidDAO.java 33 publicMethodCommentRequirement Required
41320 src/com/gps/rfid/RfidDAO.java 35 There is log block not surrounded by if
41321 src/com/gps/rfid/RfidDAO.java 35 There is log block not surrounded by if
41322 src/com/gps/rfid/RfidDAO.java 36 Local variable 'formatter' could be declared final
41323 src/com/gps/rfid/RfidDAO.java 36 When instantiating a SimpleDateFormat object, specify a Locale
41324 src/com/gps/rfid/RfidDAO.java 37 Local variable 'date' could be declared final
41325 src/com/gps/rfid/RfidDAO.java 39 Local variable 'qry' could be declared final
41326 src/com/gps/rfid/RfidDAO.java 39 Potential violation of Law of Demeter (method chain calls)
41327 src/com/gps/rfid/RfidDAO.java 40 Potential violation of Law of Demeter (method chain calls)
41328 src/com/gps/rfid/RfidDAO.java 40 Potential violation of Law of Demeter (method chain calls)
41329 src/com/gps/rfid/RfidDAO.java 40 Potential violation of Law of Demeter (object not created locally)
41330 src/com/gps/rfid/RfidDAO.java 40 There is log block not surrounded by if
41331 src/com/gps/rfid/RfidDAO.java 40 There is log block not surrounded by if
41332 src/com/gps/rfid/RfidDAO.java 41 Avoid using Literals in Conditional Statements
41333 src/com/gps/rfid/RfidDAO.java 41 Potential violation of Law of Demeter (method chain calls)
41334 src/com/gps/rfid/RfidDAO.java 41 Potential violation of Law of Demeter (object not created locally)
41335 src/com/gps/rfid/RfidDAO.java 42 A method should have only one exit point, and that should be the last statement in the method
41336 src/com/gps/rfid/RfidDAO.java 42 Avoid using if...else statements without curly braces
41337 src/com/gps/rfid/RfidDAO.java 42 Potential violation of Law of Demeter (method chain calls)
41338 src/com/gps/rfid/RfidDAO.java 42 Potential violation of Law of Demeter (method chain calls)
41339 src/com/gps/rfid/RfidDAO.java 42 Potential violation of Law of Demeter (method chain calls)
41340 src/com/gps/rfid/RfidDAO.java 42 Potential violation of Law of Demeter (object not created locally)
41341 src/com/gps/rfid/RfidDAO.java 42 Potential violation of Law of Demeter (object not created locally)
41342 src/com/gps/rfid/RfidDAO.java 44 Avoid using if...else statements without curly braces
41343 src/com/gps/rfid/RfidDAO.java 47 Avoid reassigning parameters such as 'rfidObj'
41344 src/com/gps/rfid/RfidDAO.java 47 Parameter 'fence' is not assigned and could be declared final
41345 src/com/gps/rfid/RfidDAO.java 47 Parameter 'rFIDNo' is not assigned and could be declared final
41346 src/com/gps/rfid/RfidDAO.java 47 Parameter 'sessionValue' is not assigned and could be declared final
41347 src/com/gps/rfid/RfidDAO.java 47 publicMethodCommentRequirement Required
41348 src/com/gps/rfid/RfidDAO.java 48 Parameter 'packetTime' is not assigned and could be declared final
41349 src/com/gps/rfid/RfidDAO.java 48 Parameter 'status' is not assigned and could be declared final
41350 src/com/gps/rfid/RfidDAO.java 48 Parameter 'tripDetails' is not assigned and could be declared final
41351 src/com/gps/rfid/RfidDAO.java 50 There is log block not surrounded by if
41352 src/com/gps/rfid/RfidDAO.java 50 There is log block not surrounded by if
41353 src/com/gps/rfid/RfidDAO.java 51 Avoid using if statements without curly braces
41354 src/com/gps/rfid/RfidDAO.java 61 Local variable 'context' could be declared final
41355 src/com/gps/rfid/RfidDAO.java 61 Potential violation of Law of Demeter (method chain calls)
41356 src/com/gps/rfid/RfidDAO.java 62 Potential violation of Law of Demeter (object not created locally)
41357 src/com/gps/rfid/RfidDAO.java 63 Potential violation of Law of Demeter (method chain calls)
41358 src/com/gps/rfid/RfidDAO.java 64 Potential violation of Law of Demeter (object not created locally)
41359 src/com/gps/rfid/RfidDAO.java 65 Potential violation of Law of Demeter (method chain calls)
41360 src/com/gps/rfid/RfidDAO.java 68 Parameter 'fenceId' is not assigned and could be declared final
41361 src/com/gps/rfid/RfidDAO.java 68 Parameter 'packetDate' is not assigned and could be declared final
41362 src/com/gps/rfid/RfidDAO.java 68 Parameter 'tripSession' is not assigned and could be declared final
41363 src/com/gps/rfid/RfidDAO.java 68 publicMethodCommentRequirement Required
41364 src/com/gps/rfid/RfidDAO.java 69 Found 'DD'-anomaly for variable 'sessionVal' (lines '69'-'71').
41365 src/com/gps/rfid/RfidDAO.java 70 Avoid using Literals in Conditional Statements
41366 src/com/gps/rfid/RfidDAO.java 70 Avoid using if statements without curly braces
41367 src/com/gps/rfid/RfidDAO.java 73 Local variable 'formatter' could be declared final
41368 src/com/gps/rfid/RfidDAO.java 73 When instantiating a SimpleDateFormat object, specify a Locale
41369 src/com/gps/rfid/RfidDAO.java 74 Local variable 'date' could be declared final
41370 src/com/gps/rfid/RfidDAO.java 76 Local variable 'qry' could be declared final
41371 src/com/gps/rfid/RfidDAO.java 76 Potential violation of Law of Demeter (method chain calls)
41372 src/com/gps/rfid/RfidDAO.java 78 Potential violation of Law of Demeter (method chain calls)
41373 src/com/gps/rfid/RfidDAO.java 78 Potential violation of Law of Demeter (method chain calls)
41374 src/com/gps/rfid/RfidDAO.java 78 Potential violation of Law of Demeter (object not created locally)
41375 src/com/gps/rfid/RfidDAO.java 78 There is log block not surrounded by if
41376 src/com/gps/rfid/RfidDAO.java 78 There is log block not surrounded by if
41377 src/com/gps/rfid/RfidDAO.java 80 Potential violation of Law of Demeter (object not created locally)
41378 src/com/gps/rfid/RfidDAO.java 83 Avoid variables with short names like to
41379 src/com/gps/rfid/RfidDAO.java 83 Parameter 'from' is not assigned and could be declared final
41380 src/com/gps/rfid/RfidDAO.java 83 Parameter 'to' is not assigned and could be declared final
41381 src/com/gps/rfid/RfidDAO.java 83 Parameter 'tripid' is not assigned and could be declared final
41382 src/com/gps/rfid/RfidDAO.java 83 publicMethodCommentRequirement Required
41383 src/com/gps/rfid/RfidDAO.java 87 Local variable 'fenceDAO' could be declared final
41384 src/com/gps/rfid/RfidDAO.java 89 Found 'DD'-anomaly for variable 'tripUserInfo' (lines '89'-'98').
41385 src/com/gps/rfid/RfidDAO.java 92 Do not add empty strings
41386 src/com/gps/rfid/RfidDAO.java 92 There is log block not surrounded by if
41387 src/com/gps/rfid/RfidDAO.java 92 There is log block not surrounded by if
41388 src/com/gps/rfid/RfidDAO.java 94 Potential violation of Law of Demeter (object not created locally)
41389 src/com/gps/rfid/RfidDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41390 src/com/gps/rfid/RfidDAO.java 108 Avoid using implementation types like 'ArrayList'; use the interface instead
41391 src/com/gps/rfid/RfidDAO.java 108 Avoid variables with short names like to
41392 src/com/gps/rfid/RfidDAO.java 108 Parameter 'from' is not assigned and could be declared final
41393 src/com/gps/rfid/RfidDAO.java 108 Parameter 'to' is not assigned and could be declared final
41394 src/com/gps/rfid/RfidDAO.java 108 Parameter 'tripid' is not assigned and could be declared final
41395 src/com/gps/rfid/RfidDAO.java 108 publicMethodCommentRequirement Required
41396 src/com/gps/rfid/RfidDAO.java 111 Found 'DD'-anomaly for variable 'rfUserHistory' (lines '111'-'118').
41397 src/com/gps/rfid/RfidDAO.java 117 There is log block not surrounded by if
41398 src/com/gps/rfid/RfidDAO.java 117 There is log block not surrounded by if
41399 src/com/gps/rfid/RfidDAO.java 118 Potential violation of Law of Demeter (method chain calls)
41400 src/com/gps/rfid/RfidDAO.java 118 Potential violation of Law of Demeter (object not created locally)
41401 src/com/gps/rfid/RfidDAO.java 120 Avoid using for statements without curly braces
41402 src/com/gps/rfid/RfidDAO.java 120 Potential violation of Law of Demeter (object not created locally)
41403 src/com/gps/rfid/RfidDAO.java 121 Potential violation of Law of Demeter (object not created locally)
41404 src/com/gps/rfid/RfidDAO.java 121 There is log block not surrounded by if
41405 src/com/gps/rfid/RfidDAO.java 121 There is log block not surrounded by if
41406 src/com/gps/rfid/RfidDAO.java 123 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41407 src/com/gps/rfid/RfidDAO.java 131 Avoid using implementation types like 'ArrayList'; use the interface instead
41408 src/com/gps/rfid/RfidDAO.java 131 Avoid using implementation types like 'ArrayList'; use the interface instead
41409 src/com/gps/rfid/RfidDAO.java 131 Parameter 'rfUserInfo' is not assigned and could be declared final
41410 src/com/gps/rfid/RfidDAO.java 131 Parameter 'userFenceInfo' is not assigned and could be declared final
41411 src/com/gps/rfid/RfidDAO.java 133 Found 'DD'-anomaly for variable 'scheduled_count' (lines '133'-'143').
41412 src/com/gps/rfid/RfidDAO.java 133 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'scheduled_count' is not final.
41413 src/com/gps/rfid/RfidDAO.java 134 Found 'DD'-anomaly for variable 'unscheduled_count' (lines '134'-'146').
41414 src/com/gps/rfid/RfidDAO.java 134 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'unscheduled_count' is not final.
41415 src/com/gps/rfid/RfidDAO.java 135 Found 'DD'-anomaly for variable 'absent_count' (lines '135'-'150').
41416 src/com/gps/rfid/RfidDAO.java 135 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'absent_count' is not final.
41417 src/com/gps/rfid/RfidDAO.java 136 Found 'DD'-anomaly for variable 'userInfo' (lines '136'-'153').
41418 src/com/gps/rfid/RfidDAO.java 143 Found 'DD'-anomaly for variable 'scheduled_count' (lines '143'-'143').
41419 src/com/gps/rfid/RfidDAO.java 146 Found 'DD'-anomaly for variable 'unscheduled_count' (lines '146'-'146').
41420 src/com/gps/rfid/RfidDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41421 src/com/gps/rfid/RfidDAO.java 163 Avoid variables with short names like to
41422 src/com/gps/rfid/RfidDAO.java 163 Parameter 'fences' is not assigned and could be declared final
41423 src/com/gps/rfid/RfidDAO.java 163 Parameter 'from' is not assigned and could be declared final
41424 src/com/gps/rfid/RfidDAO.java 163 Parameter 'to' is not assigned and could be declared final
41425 src/com/gps/rfid/RfidDAO.java 163 publicMethodCommentRequirement Required
41426 src/com/gps/rfid/RfidDAO.java 166 Found 'DD'-anomaly for variable 'userActualList' (lines '166'-'171').
41427 src/com/gps/rfid/RfidDAO.java 171 Potential violation of Law of Demeter (method chain calls)
41428 src/com/gps/rfid/RfidDAO.java 171 Potential violation of Law of Demeter (method chain calls)
41429 src/com/gps/rfid/RfidDAO.java 171 Potential violation of Law of Demeter (method chain calls)
41430 src/com/gps/rfid/RfidDAO.java 171 Potential violation of Law of Demeter (method chain calls)
41431 src/com/gps/rfid/RfidDAO.java 171 Potential violation of Law of Demeter (method chain calls)
41432 src/com/gps/rfid/RfidDAO.java 171 Potential violation of Law of Demeter (object not created locally)
41433 src/com/gps/rfid/RfidDAO.java 173 Potential violation of Law of Demeter (object not created locally)
41434 src/com/gps/rfid/RfidDAO.java 173 There is log block not surrounded by if
41435 src/com/gps/rfid/RfidDAO.java 173 There is log block not surrounded by if
41436 src/com/gps/rfid/RfidDAO.java 175 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41437 src/com/gps/rfid/RfidDAO.java 182 Parameter 'tripid' is not assigned and could be declared final
41438 src/com/gps/rfid/RfidDAO.java 182 publicMethodCommentRequirement Required
41439 src/com/gps/rfid/RfidDAO.java 184 Local variable 'qry' could be declared final
41440 src/com/gps/rfid/RfidDAO.java 184 Potential violation of Law of Demeter (method chain calls)
41441 src/com/gps/rfid/RfidDAO.java 186 Avoid using Literals in Conditional Statements
41442 src/com/gps/rfid/RfidDAO.java 186 Potential violation of Law of Demeter (method chain calls)
41443 src/com/gps/rfid/RfidDAO.java 186 Potential violation of Law of Demeter (object not created locally)
41444 src/com/gps/rfid/RfidDAO.java 187 A method should have only one exit point, and that should be the last statement in the method
41445 src/com/gps/rfid/RfidDAO.java 187 Avoid using if...else statements without curly braces
41446 src/com/gps/rfid/RfidDAO.java 187 Potential violation of Law of Demeter (method chain calls)
41447 src/com/gps/rfid/RfidDAO.java 187 Potential violation of Law of Demeter (object not created locally)
41448 src/com/gps/rfid/RfidDAO.java 189 Avoid using if...else statements without curly braces
41449 src/com/gps/rfid/RfidDAO.java 192 Parameter 'fenceId' is not assigned and could be declared final
41450 src/com/gps/rfid/RfidDAO.java 192 Parameter 'session' is not assigned and could be declared final
41451 src/com/gps/rfid/RfidDAO.java 192 publicMethodCommentRequirement Required
41452 src/com/gps/rfid/RfidDAO.java 193 Parameter 'fromTime' is not assigned and could be declared final
41453 src/com/gps/rfid/RfidDAO.java 193 Parameter 'toTime' is not assigned and could be declared final
41454 src/com/gps/rfid/RfidDAO.java 195 Found 'DD'-anomaly for variable 'rfidData' (lines '195'-'213').
41455 src/com/gps/rfid/RfidDAO.java 197 Found 'DD'-anomaly for variable 'query' (lines '197'-'204').
41456 src/com/gps/rfid/RfidDAO.java 199 Local variable 'parameters' could be declared final
41457 src/com/gps/rfid/RfidDAO.java 199 StringBuffer constructor is initialized with size 16, but has at least 21 characters appended.
41458 src/com/gps/rfid/RfidDAO.java 201 Found 'DD'-anomaly for variable 'paramList' (lines '201'-'209').
41459 src/com/gps/rfid/RfidDAO.java 201 Found 'DU'-anomaly for variable 'paramList' (lines '201'-'222').
41460 src/com/gps/rfid/RfidDAO.java 204 Found 'DD'-anomaly for variable 'query' (lines '204'-'211').
41461 src/com/gps/rfid/RfidDAO.java 204 Found 'DU'-anomaly for variable 'query' (lines '204'-'222').
41462 src/com/gps/rfid/RfidDAO.java 204 Potential violation of Law of Demeter (method chain calls)
41463 src/com/gps/rfid/RfidDAO.java 205 Avoid appending characters as strings in StringBuffer.append.
41464 src/com/gps/rfid/RfidDAO.java 205 Avoid appending characters as strings in StringBuffer.append.
41465 src/com/gps/rfid/RfidDAO.java 205 Avoid appending characters as strings in StringBuffer.append.
41466 src/com/gps/rfid/RfidDAO.java 205 Avoid appending characters as strings in StringBuffer.append.
41467 src/com/gps/rfid/RfidDAO.java 205 Potential violation of Law of Demeter (object not created locally)
41468 src/com/gps/rfid/RfidDAO.java 205 The String literal ";date&" appears 4 times in this file; the first occurrence is on line 205
41469 src/com/gps/rfid/RfidDAO.java 208 Avoid using Literals in Conditional Statements
41470 src/com/gps/rfid/RfidDAO.java 208 Potential violation of Law of Demeter (object not created locally)
41471 src/com/gps/rfid/RfidDAO.java 209 Potential violation of Law of Demeter (method chain calls)
41472 src/com/gps/rfid/RfidDAO.java 209 Potential violation of Law of Demeter (object not created locally)
41473 src/com/gps/rfid/RfidDAO.java 210 Avoid using if statements without curly braces
41474 src/com/gps/rfid/RfidDAO.java 210 Potential violation of Law of Demeter (object not created locally)
41475 src/com/gps/rfid/RfidDAO.java 213 Potential violation of Law of Demeter (object not created locally)
41476 src/com/gps/rfid/RfidDAO.java 216 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41477 src/com/gps/rfid/RfidDAO.java 216 Avoid printStackTrace(); use a logger call instead.
41478 src/com/gps/rfid/RfidDAO.java 216 Potential violation of Law of Demeter (object not created locally)
41479 src/com/gps/rfid/RfidDAO.java 224 Parameter 'fenceId' is not assigned and could be declared final
41480 src/com/gps/rfid/RfidDAO.java 224 Parameter 'rfidNo' is not assigned and could be declared final
41481 src/com/gps/rfid/RfidDAO.java 224 Parameter 'session' is not assigned and could be declared final
41482 src/com/gps/rfid/RfidDAO.java 224 Rather than using a lot of String arguments, consider using a container object for those values.
41483 src/com/gps/rfid/RfidDAO.java 224 publicMethodCommentRequirement Required
41484 src/com/gps/rfid/RfidDAO.java 225 Parameter 'fromTime' is not assigned and could be declared final
41485 src/com/gps/rfid/RfidDAO.java 225 Parameter 'toTime' is not assigned and could be declared final
41486 src/com/gps/rfid/RfidDAO.java 227 Found 'DD'-anomaly for variable 'rfidData' (lines '227'-'245').
41487 src/com/gps/rfid/RfidDAO.java 229 Found 'DD'-anomaly for variable 'query' (lines '229'-'236').
41488 src/com/gps/rfid/RfidDAO.java 231 Local variable 'parameters' could be declared final
41489 src/com/gps/rfid/RfidDAO.java 231 StringBuffer constructor is initialized with size 16, but has at least 23 characters appended.
41490 src/com/gps/rfid/RfidDAO.java 233 Found 'DD'-anomaly for variable 'paramList' (lines '233'-'241').
41491 src/com/gps/rfid/RfidDAO.java 233 Found 'DU'-anomaly for variable 'paramList' (lines '233'-'254').
41492 src/com/gps/rfid/RfidDAO.java 236 Found 'DD'-anomaly for variable 'query' (lines '236'-'243').
41493 src/com/gps/rfid/RfidDAO.java 236 Found 'DU'-anomaly for variable 'query' (lines '236'-'254').
41494 src/com/gps/rfid/RfidDAO.java 236 Potential violation of Law of Demeter (method chain calls)
41495 src/com/gps/rfid/RfidDAO.java 237 Avoid appending characters as strings in StringBuffer.append.
41496 src/com/gps/rfid/RfidDAO.java 237 Avoid appending characters as strings in StringBuffer.append.
41497 src/com/gps/rfid/RfidDAO.java 237 Avoid appending characters as strings in StringBuffer.append.
41498 src/com/gps/rfid/RfidDAO.java 237 Avoid appending characters as strings in StringBuffer.append.
41499 src/com/gps/rfid/RfidDAO.java 237 Avoid appending characters as strings in StringBuffer.append.
41500 src/com/gps/rfid/RfidDAO.java 237 Avoid appending characters as strings in StringBuffer.append.
41501 src/com/gps/rfid/RfidDAO.java 237 Potential violation of Law of Demeter (object not created locally)
41502 src/com/gps/rfid/RfidDAO.java 240 Avoid using Literals in Conditional Statements
41503 src/com/gps/rfid/RfidDAO.java 240 Potential violation of Law of Demeter (object not created locally)
41504 src/com/gps/rfid/RfidDAO.java 241 Potential violation of Law of Demeter (method chain calls)
41505 src/com/gps/rfid/RfidDAO.java 241 Potential violation of Law of Demeter (object not created locally)
41506 src/com/gps/rfid/RfidDAO.java 242 Avoid using if statements without curly braces
41507 src/com/gps/rfid/RfidDAO.java 242 Potential violation of Law of Demeter (object not created locally)
41508 src/com/gps/rfid/RfidDAO.java 245 Potential violation of Law of Demeter (object not created locally)
41509 src/com/gps/rfid/RfidDAO.java 248 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41510 src/com/gps/rfid/RfidDAO.java 248 Avoid printStackTrace(); use a logger call instead.
41511 src/com/gps/rfid/RfidDAO.java 248 Potential violation of Law of Demeter (object not created locally)
41512 src/com/gps/rfid/RfidMessage.java 3 headerCommentRequirement Required
41513 src/com/gps/rfid/RfidMessage.java 5 fieldCommentRequirement Required
41514 src/com/gps/rfid/RfidMessage.java 6 fieldCommentRequirement Required
41515 src/com/gps/rfid/RfidMessage.java 7 fieldCommentRequirement Required
41516 src/com/gps/rfid/RfidMessage.java 8 fieldCommentRequirement Required
41517 src/com/gps/rfid/RfidMessage.java 9 fieldCommentRequirement Required
41518 src/com/gps/rfid/RfidMessage.java 10 fieldCommentRequirement Required
41519 src/com/gps/rfid/RfidMessage.java 20 Parameter 'userName' is not assigned and could be declared final
41520 src/com/gps/rfid/RfidMessage.java 32 Parameter 'date' is not assigned and could be declared final
41521 src/com/gps/rfid/RfidMessage.java 44 Parameter 'landmark' is not assigned and could be declared final
41522 src/com/gps/rfid/RfidMessage.java 56 Parameter 'tripName' is not assigned and could be declared final
41523 src/com/gps/rfid/RfidMessage.java 68 Parameter 'msgType' is not assigned and could be declared final
41524 src/com/gps/rfid/RfidMessage.java 80 Parameter 'session' is not assigned and could be declared final
41525 src/com/gps/rfid/checkRFIDEntry.java 23 Class names should begin with an uppercase character
41526 src/com/gps/rfid/checkRFIDEntry.java 25 The Logger variable declaration does not contain the static and final modifiers
41527 src/com/gps/rfid/checkRFIDEntry.java 25 fieldCommentRequirement Required
41528 src/com/gps/rfid/checkRFIDEntry.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
41529 src/com/gps/rfid/checkRFIDEntry.java 27 Private field 'trip' could be made final; it is only initialized in the declaration or constructor.
41530 src/com/gps/rfid/checkRFIDEntry.java 27 fieldCommentRequirement Required
41531 src/com/gps/rfid/checkRFIDEntry.java 28 Found non-transient, non-static member. Please mark as transient or provide accessors.
41532 src/com/gps/rfid/checkRFIDEntry.java 28 Private field 'fenceId' could be made final; it is only initialized in the declaration or constructor.
41533 src/com/gps/rfid/checkRFIDEntry.java 28 fieldCommentRequirement Required
41534 src/com/gps/rfid/checkRFIDEntry.java 30 It is a good practice to call super() in a constructor
41535 src/com/gps/rfid/checkRFIDEntry.java 30 Parameter 'fence' is not assigned and could be declared final
41536 src/com/gps/rfid/checkRFIDEntry.java 30 Parameter 'trip' is not assigned and could be declared final
41537 src/com/gps/rfid/checkRFIDEntry.java 30 publicMethodCommentRequirement Required
41538 src/com/gps/rfid/checkRFIDEntry.java 36 Found 'UR'-anomaly for variable 'studentName' (lines '36'-'53').
41539 src/com/gps/rfid/checkRFIDEntry.java 36 publicMethodCommentRequirement Required
41540 src/com/gps/rfid/checkRFIDEntry.java 40 Local variable 'formatter' could be declared final
41541 src/com/gps/rfid/checkRFIDEntry.java 40 When instantiating a SimpleDateFormat object, specify a Locale
41542 src/com/gps/rfid/checkRFIDEntry.java 41 Local variable 'date' could be declared final
41543 src/com/gps/rfid/checkRFIDEntry.java 41 Potential violation of Law of Demeter (method chain calls)
41544 src/com/gps/rfid/checkRFIDEntry.java 41 Potential violation of Law of Demeter (method chain calls)
41545 src/com/gps/rfid/checkRFIDEntry.java 43 Local variable 'daoObj' could be declared final
41546 src/com/gps/rfid/checkRFIDEntry.java 45 Local variable 'qry' could be declared final
41547 src/com/gps/rfid/checkRFIDEntry.java 45 Potential violation of Law of Demeter (method chain calls)
41548 src/com/gps/rfid/checkRFIDEntry.java 47 Local variable 'absentList' could be declared final
41549 src/com/gps/rfid/checkRFIDEntry.java 47 Potential violation of Law of Demeter (object not created locally)
41550 src/com/gps/rfid/checkRFIDEntry.java 48 Avoid using Literals in Conditional Statements
41551 src/com/gps/rfid/checkRFIDEntry.java 48 Potential violation of Law of Demeter (object not created locally)
41552 src/com/gps/rfid/checkRFIDEntry.java 48 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
41553 src/com/gps/rfid/checkRFIDEntry.java 52 Local variable 'studentName' could be declared final
41554 src/com/gps/rfid/checkRFIDEntry.java 53 Prefer StringBuffer over += for concatenating strings
41555 src/com/gps/rfid/checkRFIDEntry.java 56 There is log block not surrounded by if
41556 src/com/gps/rfid/checkRFIDEntry.java 56 There is log block not surrounded by if
41557 src/com/gps/rfid/checkRFIDEntry.java 59 Local variable 'notifier' could be declared final
41558 src/com/gps/rfid/constructMessage.java 3 Avoid unused imports such as 'java.lang.reflect.Field'
41559 src/com/gps/rfid/constructMessage.java 13 Class names should begin with an uppercase character
41560 src/com/gps/rfid/constructMessage.java 13 The class 'constructMessage' has a Cyclomatic Complexity of 4 (Highest = 10).
41561 src/com/gps/rfid/constructMessage.java 13 headerCommentRequirement Required
41562 src/com/gps/rfid/constructMessage.java 15 The Logger variable declaration does not contain the static and final modifiers
41563 src/com/gps/rfid/constructMessage.java 15 fieldCommentRequirement Required
41564 src/com/gps/rfid/constructMessage.java 17 fieldCommentRequirement Required
41565 src/com/gps/rfid/constructMessage.java 29 Parameter 'alertNos' is not assigned and could be declared final
41566 src/com/gps/rfid/constructMessage.java 33 Found 'UR'-anomaly for variable 'messageFormat' (lines '33'-'46').
41567 src/com/gps/rfid/constructMessage.java 33 Parameter 'MessageClass' is not assigned and could be declared final
41568 src/com/gps/rfid/constructMessage.java 33 The method 'createMessage' has a Cyclomatic Complexity of 10.
41569 src/com/gps/rfid/constructMessage.java 33 Variables should start with a lowercase character, 'MessageClass' starts with uppercase character.
41570 src/com/gps/rfid/constructMessage.java 33 publicMethodCommentRequirement Required
41571 src/com/gps/rfid/constructMessage.java 35 Found 'DD'-anomaly for variable 'message' (lines '35'-'39').
41572 src/com/gps/rfid/constructMessage.java 36 Local variable 'statusObj' could be declared final
41573 src/com/gps/rfid/constructMessage.java 36 Potential violation of Law of Demeter (method chain calls)
41574 src/com/gps/rfid/constructMessage.java 36 Potential violation of Law of Demeter (method chain calls)
41575 src/com/gps/rfid/constructMessage.java 36 Potential violation of Law of Demeter (method chain calls)
41576 src/com/gps/rfid/constructMessage.java 37 Avoid using Literals in Conditional Statements
41577 src/com/gps/rfid/constructMessage.java 37 Potential violation of Law of Demeter (object not created locally)
41578 src/com/gps/rfid/constructMessage.java 37 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
41579 src/com/gps/rfid/constructMessage.java 39 Potential violation of Law of Demeter (method chain calls)
41580 src/com/gps/rfid/constructMessage.java 39 Potential violation of Law of Demeter (object not created locally)
41581 src/com/gps/rfid/constructMessage.java 40 Potential violation of Law of Demeter (method chain calls)
41582 src/com/gps/rfid/constructMessage.java 40 Potential violation of Law of Demeter (object not created locally)
41583 src/com/gps/rfid/constructMessage.java 41 There is log block not surrounded by if
41584 src/com/gps/rfid/constructMessage.java 41 There is log block not surrounded by if
41585 src/com/gps/rfid/constructMessage.java 42 Potential violation of Law of Demeter (method chain calls)
41586 src/com/gps/rfid/constructMessage.java 42 Potential violation of Law of Demeter (method chain calls)
41587 src/com/gps/rfid/constructMessage.java 42 Potential violation of Law of Demeter (object not created locally)
41588 src/com/gps/rfid/constructMessage.java 44 Local variable 'formats' could be declared final
41589 src/com/gps/rfid/constructMessage.java 44 Potential violation of Law of Demeter (method chain calls)
41590 src/com/gps/rfid/constructMessage.java 44 Potential violation of Law of Demeter (method chain calls)
41591 src/com/gps/rfid/constructMessage.java 44 Potential violation of Law of Demeter (method chain calls)
41592 src/com/gps/rfid/constructMessage.java 45 Local variable 'messageFormat' could be declared final
41593 src/com/gps/rfid/constructMessage.java 46 Potential violation of Law of Demeter (object not created locally)
41594 src/com/gps/rfid/constructMessage.java 47 Avoid using if...else statements without curly braces
41595 src/com/gps/rfid/constructMessage.java 47 Potential violation of Law of Demeter (object not created locally)
41596 src/com/gps/rfid/constructMessage.java 47 Potential violation of Law of Demeter (object not created locally)
41597 src/com/gps/rfid/constructMessage.java 47 Potential violation of Law of Demeter (object not created locally)
41598 src/com/gps/rfid/constructMessage.java 50 Deeply nested if..then statements are hard to read
41599 src/com/gps/rfid/constructMessage.java 50 Potential violation of Law of Demeter (object not created locally)
41600 src/com/gps/rfid/constructMessage.java 50 Potential violation of Law of Demeter (object not created locally)
41601 src/com/gps/rfid/constructMessage.java 52 Potential violation of Law of Demeter (method chain calls)
41602 src/com/gps/rfid/constructMessage.java 52 Potential violation of Law of Demeter (method chain calls)
41603 src/com/gps/rfid/constructMessage.java 52 Potential violation of Law of Demeter (method chain calls)
41604 src/com/gps/rfid/constructMessage.java 52 Potential violation of Law of Demeter (method chain calls)
41605 src/com/gps/rfid/constructMessage.java 52 Potential violation of Law of Demeter (method chain calls)
41606 src/com/gps/rfid/constructMessage.java 52 Potential violation of Law of Demeter (method chain calls)
41607 src/com/gps/rfid/constructMessage.java 52 Potential violation of Law of Demeter (object not created locally)
41608 src/com/gps/rfid/constructMessage.java 52 Potential violation of Law of Demeter (object not created locally)
41609 src/com/gps/rfid/constructMessage.java 52 Potential violation of Law of Demeter (object not created locally)
41610 src/com/gps/rfid/constructMessage.java 56 Potential violation of Law of Demeter (object not created locally)
41611 src/com/gps/rfid/constructMessage.java 56 There is log block not surrounded by if
41612 src/com/gps/rfid/constructMessage.java 59 Potential violation of Law of Demeter (object not created locally)
41613 src/com/gps/rfid/constructMessage.java 59 There is log block not surrounded by if
41614 src/com/gps/rfid/constructMessage.java 62 Potential violation of Law of Demeter (object not created locally)
41615 src/com/gps/rfid/constructMessage.java 62 There is log block not surrounded by if
41616 src/com/gps/rfid/constructMessage.java 65 Potential violation of Law of Demeter (object not created locally)
41617 src/com/gps/rfid/constructMessage.java 65 There is log block not surrounded by if
41618 src/com/gps/scheduler/DailyIterator.java 14 Found non-transient, non-static member. Please mark as transient or provide accessors.
41619 src/com/gps/scheduler/DailyIterator.java 14 fieldCommentRequirement Required
41620 src/com/gps/scheduler/DailyIterator.java 15 The Logger variable declaration does not contain the static and final modifiers
41621 src/com/gps/scheduler/DailyIterator.java 15 fieldCommentRequirement Required
41622 src/com/gps/scheduler/DailyIterator.java 16 Parameter 'hourOfDay' is not assigned and could be declared final
41623 src/com/gps/scheduler/DailyIterator.java 16 Parameter 'minute' is not assigned and could be declared final
41624 src/com/gps/scheduler/DailyIterator.java 16 Parameter 'second' is not assigned and could be declared final
41625 src/com/gps/scheduler/DailyIterator.java 16 publicMethodCommentRequirement Required
41626 src/com/gps/scheduler/DailyIterator.java 19 There is log block not surrounded by if
41627 src/com/gps/scheduler/DailyIterator.java 19 There is log block not surrounded by if
41628 src/com/gps/scheduler/DailyIterator.java 22 Comment is too large: Line too long
41629 src/com/gps/scheduler/DailyIterator.java 24 Parameter 'date' is not assigned and could be declared final
41630 src/com/gps/scheduler/DailyIterator.java 24 Parameter 'hourOfDay' is not assigned and could be declared final
41631 src/com/gps/scheduler/DailyIterator.java 24 Parameter 'minute' is not assigned and could be declared final
41632 src/com/gps/scheduler/DailyIterator.java 24 Parameter 'second' is not assigned and could be declared final
41633 src/com/gps/scheduler/DailyIterator.java 24 publicMethodCommentRequirement Required
41634 src/com/gps/scheduler/DailyIterator.java 30 There is log block not surrounded by if
41635 src/com/gps/scheduler/DailyIterator.java 30 There is log block not surrounded by if
41636 src/com/gps/scheduler/DailyIterator.java 32 There is log block not surrounded by if
41637 src/com/gps/scheduler/DailyIterator.java 32 There is log block not surrounded by if
41638 src/com/gps/scheduler/DailyIterator.java 38 publicMethodCommentRequirement Required
41639 src/com/gps/scheduler/DailyIterator.java 40 There is log block not surrounded by if
41640 src/com/gps/scheduler/DailyIterator.java 40 There is log block not surrounded by if
41641 src/com/gps/scheduler/SMSCheckScheduler.java 6 Comment is too large: Line too long
41642 src/com/gps/scheduler/SMSCheckScheduler.java 31 headerCommentRequirement Required
41643 src/com/gps/scheduler/SMSCheckScheduler.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
41644 src/com/gps/scheduler/SMSCheckScheduler.java 33 fieldCommentRequirement Required
41645 src/com/gps/scheduler/SMSCheckScheduler.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
41646 src/com/gps/scheduler/SMSCheckScheduler.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
41647 src/com/gps/scheduler/SMSCheckScheduler.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
41648 src/com/gps/scheduler/SMSCheckScheduler.java 34 fieldCommentRequirement Required
41649 src/com/gps/scheduler/SMSCheckScheduler.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
41650 src/com/gps/scheduler/SMSCheckScheduler.java 35 Use explicit scoping instead of the default package private level
41651 src/com/gps/scheduler/SMSCheckScheduler.java 35 fieldCommentRequirement Required
41652 src/com/gps/scheduler/SMSCheckScheduler.java 36 The Logger variable declaration does not contain the static and final modifiers
41653 src/com/gps/scheduler/SMSCheckScheduler.java 36 fieldCommentRequirement Required
41654 src/com/gps/scheduler/SMSCheckScheduler.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
41655 src/com/gps/scheduler/SMSCheckScheduler.java 37 Use explicit scoping instead of the default package private level
41656 src/com/gps/scheduler/SMSCheckScheduler.java 37 fieldCommentRequirement Required
41657 src/com/gps/scheduler/SMSCheckScheduler.java 39 Parameter 'dat' is not assigned and could be declared final
41658 src/com/gps/scheduler/SMSCheckScheduler.java 39 Parameter 'hourOfDay' is not assigned and could be declared final
41659 src/com/gps/scheduler/SMSCheckScheduler.java 39 Parameter 'minute' is not assigned and could be declared final
41660 src/com/gps/scheduler/SMSCheckScheduler.java 39 Parameter 'second' is not assigned and could be declared final
41661 src/com/gps/scheduler/SMSCheckScheduler.java 39 publicMethodCommentRequirement Required
41662 src/com/gps/scheduler/SMSCheckScheduler.java 48 publicMethodCommentRequirement Required
41663 src/com/gps/scheduler/SMSCheckScheduler.java 52 publicMethodCommentRequirement Required
41664 src/com/gps/scheduler/SMSCheckScheduler.java 56 There is log block not surrounded by if
41665 src/com/gps/scheduler/SMSCheckScheduler.java 56 There is log block not surrounded by if
41666 src/com/gps/scheduler/SMSCheckScheduler.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41667 src/com/gps/scheduler/SMSCheckScheduler.java 66 Potential violation of Law of Demeter (object not created locally)
41668 src/com/gps/scheduler/SMSCheckScheduler.java 66 There is log block not surrounded by if
41669 src/com/gps/scheduler/SMSCheckScheduler.java 75 Avoid unused private methods such as 'resetInMemoryDB()'.
41670 src/com/gps/scheduler/SMSCheckScheduler.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41671 src/com/gps/scheduler/SMSCheckScheduler.java 84 There is log block not surrounded by if
41672 src/com/gps/scheduler/SMSCheckScheduler.java 86 There is log block not surrounded by if
41673 src/com/gps/scheduler/SMSCheckScheduler.java 92 Parameter 'args' is not assigned and could be declared final
41674 src/com/gps/scheduler/SMSCheckScheduler.java 92 publicMethodCommentRequirement Required
41675 src/com/gps/scheduler/SMSCheckScheduler.java 93 Local variable 'calendar' could be declared final
41676 src/com/gps/scheduler/SMSCheckScheduler.java 94 Local variable 'dateformat' could be declared final
41677 src/com/gps/scheduler/SMSCheckScheduler.java 94 When instantiating a SimpleDateFormat object, specify a Locale
41678 src/com/gps/scheduler/SMSCheckScheduler.java 95 Local variable 'date' could be declared final
41679 src/com/gps/scheduler/SMSCheckScheduler.java 95 Potential violation of Law of Demeter (object not created locally)
41680 src/com/gps/scheduler/SMSCheckScheduler.java 96 Avoid variables with short names like d
41681 src/com/gps/scheduler/SMSCheckScheduler.java 96 Local variable 'd' could be declared final
41682 src/com/gps/scheduler/SMSCheckScheduler.java 97 Local variable 'time' could be declared final
41683 src/com/gps/scheduler/SMSCheckScheduler.java 97 Potential violation of Law of Demeter (object not created locally)
41684 src/com/gps/scheduler/SMSCheckScheduler.java 98 Potential violation of Law of Demeter (method chain calls)
41685 src/com/gps/scheduler/SMSCheckScheduler.java 98 Potential violation of Law of Demeter (method chain calls)
41686 src/com/gps/scheduler/SMSCheckScheduler.java 98 Potential violation of Law of Demeter (method chain calls)
41687 src/com/gps/scheduler/SMSCheckScheduler.java 98 There is log block not surrounded by if
41688 src/com/gps/scheduler/SMSCheckScheduler.java 98 There is log block not surrounded by if
41689 src/com/gps/scheduler/SMSCheckScheduler.java 101 Local variable 'alarmClock' could be declared final
41690 src/com/gps/scheduler/SMSCheckScheduler.java 101 Potential violation of Law of Demeter (method chain calls)
41691 src/com/gps/scheduler/SMSCheckScheduler.java 101 Potential violation of Law of Demeter (method chain calls)
41692 src/com/gps/scheduler/SMSCheckScheduler.java 101 Potential violation of Law of Demeter (method chain calls)
41693 src/com/gps/scheduler/SMSCheckScheduler.java 101 Potential violation of Law of Demeter (object not created locally)
41694 src/com/gps/scheduler/SMSCreditChecker.java 22 headerCommentRequirement Required
41695 src/com/gps/scheduler/SMSCreditChecker.java 24 Found non-transient, non-static member. Please mark as transient or provide accessors.
41696 src/com/gps/scheduler/SMSCreditChecker.java 24 Use explicit scoping instead of the default package private level
41697 src/com/gps/scheduler/SMSCreditChecker.java 24 fieldCommentRequirement Required
41698 src/com/gps/scheduler/SMSCreditChecker.java 25 Found non-transient, non-static member. Please mark as transient or provide accessors.
41699 src/com/gps/scheduler/SMSCreditChecker.java 25 Use explicit scoping instead of the default package private level
41700 src/com/gps/scheduler/SMSCreditChecker.java 25 fieldCommentRequirement Required
41701 src/com/gps/scheduler/SMSCreditChecker.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
41702 src/com/gps/scheduler/SMSCreditChecker.java 26 Use explicit scoping instead of the default package private level
41703 src/com/gps/scheduler/SMSCreditChecker.java 26 fieldCommentRequirement Required
41704 src/com/gps/scheduler/SMSCreditChecker.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
41705 src/com/gps/scheduler/SMSCreditChecker.java 27 Use explicit scoping instead of the default package private level
41706 src/com/gps/scheduler/SMSCreditChecker.java 27 fieldCommentRequirement Required
41707 src/com/gps/scheduler/SMSCreditChecker.java 28 Found non-transient, non-static member. Please mark as transient or provide accessors.
41708 src/com/gps/scheduler/SMSCreditChecker.java 28 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'status_code' is not final.
41709 src/com/gps/scheduler/SMSCreditChecker.java 28 fieldCommentRequirement Required
41710 src/com/gps/scheduler/SMSCreditChecker.java 29 The Logger variable declaration does not contain the static and final modifiers
41711 src/com/gps/scheduler/SMSCreditChecker.java 29 fieldCommentRequirement Required
41712 src/com/gps/scheduler/SMSCreditChecker.java 32 Parameter 'smsproperties' is not assigned and could be declared final
41713 src/com/gps/scheduler/SMSCreditChecker.java 32 publicMethodCommentRequirement Required
41714 src/com/gps/scheduler/SMSCreditChecker.java 41 Potential violation of Law of Demeter (object not created locally)
41715 src/com/gps/scheduler/SMSCreditChecker.java 41 There is log block not surrounded by if
41716 src/com/gps/scheduler/SMSCreditChecker.java 41 There is log block not surrounded by if
41717 src/com/gps/scheduler/SMSCreditChecker.java 44 Local variable 'responseBody' could be declared final
41718 src/com/gps/scheduler/SMSCreditChecker.java 45 Avoid variables with short names like ss
41719 src/com/gps/scheduler/SMSCreditChecker.java 45 Local variable 'ss' could be declared final
41720 src/com/gps/scheduler/SMSCreditChecker.java 46 There is log block not surrounded by if
41721 src/com/gps/scheduler/SMSCreditChecker.java 46 There is log block not surrounded by if
41722 src/com/gps/scheduler/SMSCreditChecker.java 49 Avoid using Literals in Conditional Statements
41723 src/com/gps/scheduler/SMSCreditChecker.java 51 Potential violation of Law of Demeter (object not created locally)
41724 src/com/gps/scheduler/SMSCreditChecker.java 52 Potential violation of Law of Demeter (method chain calls)
41725 src/com/gps/scheduler/SMSCreditChecker.java 52 There is log block not surrounded by if
41726 src/com/gps/scheduler/SMSCreditChecker.java 52 There is log block not surrounded by if
41727 src/com/gps/scheduler/SMSCreditChecker.java 56 Assigning an Object to null is a code smell. Consider refactoring.
41728 src/com/gps/scheduler/SMSCreditChecker.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41729 src/com/gps/scheduler/SMSCreditChecker.java 71 Returning 'bal' may expose an internal array.
41730 src/com/gps/scheduler/SMSCreditChecker.java 75 Avoid variables with short names like s2
41731 src/com/gps/scheduler/SMSCreditChecker.java 75 Parameter 's2' is not assigned and could be declared final
41732 src/com/gps/scheduler/SMSCreditChecker.java 75 publicMethodCommentRequirement Required
41733 src/com/gps/scheduler/SMSCreditChecker.java 77 There is log block not surrounded by if
41734 src/com/gps/scheduler/SMSCreditChecker.java 77 There is log block not surrounded by if
41735 src/com/gps/scheduler/SMSCreditChecker.java 80 There is log block not surrounded by if
41736 src/com/gps/scheduler/SMSCreditChecker.java 80 There is log block not surrounded by if
41737 src/com/gps/scheduler/SMSCreditChecker.java 82 A method should have only one exit point, and that should be the last statement in the method
41738 src/com/gps/scheduler/SMSCreditChecker.java 86 There is log block not surrounded by if
41739 src/com/gps/scheduler/SMSCreditChecker.java 86 There is log block not surrounded by if
41740 src/com/gps/scheduler/SMSCreditChecker.java 93 Parameter 'method' is not assigned and could be declared final
41741 src/com/gps/scheduler/SMSCreditChecker.java 93 publicMethodCommentRequirement Required
41742 src/com/gps/scheduler/SMSCreditChecker.java 102 Local variable 'statusCode' could be declared final
41743 src/com/gps/scheduler/SMSCreditChecker.java 103 There is log block not surrounded by if
41744 src/com/gps/scheduler/SMSCreditChecker.java 103 There is log block not surrounded by if
41745 src/com/gps/scheduler/SMSCreditChecker.java 104 Avoid if (x != y) ..; else ..;
41746 src/com/gps/scheduler/SMSCreditChecker.java 107 There is log block not surrounded by if
41747 src/com/gps/scheduler/SMSCreditChecker.java 107 There is log block not surrounded by if
41748 src/com/gps/scheduler/SMSCreditChecker.java 113 Local variable 'responseBody' could be declared final
41749 src/com/gps/scheduler/SMSCreditChecker.java 119 Parameter 'creditDetails' is not assigned and could be declared final
41750 src/com/gps/scheduler/SMSCreditChecker.java 119 Parameter 'smsconfigfile' is not assigned and could be declared final
41751 src/com/gps/scheduler/SMSCreditChecker.java 119 publicMethodCommentRequirement Required
41752 src/com/gps/scheduler/SMSCreditChecker.java 121 Found 'DD'-anomaly for variable 'method' (lines '121'-'179').
41753 src/com/gps/scheduler/SMSCreditChecker.java 124 Local variable 'config' could be declared final
41754 src/com/gps/scheduler/SMSCreditChecker.java 125 There is log block not surrounded by if
41755 src/com/gps/scheduler/SMSCreditChecker.java 125 There is log block not surrounded by if
41756 src/com/gps/scheduler/SMSCreditChecker.java 126 Local variable 'props' could be declared final
41757 src/com/gps/scheduler/SMSCreditChecker.java 129 Local variable 'proxy' could be declared final
41758 src/com/gps/scheduler/SMSCreditChecker.java 130 Position literals first in String comparisons
41759 src/com/gps/scheduler/SMSCreditChecker.java 132 There is log block not surrounded by if
41760 src/com/gps/scheduler/SMSCreditChecker.java 132 There is log block not surrounded by if
41761 src/com/gps/scheduler/SMSCreditChecker.java 134 Local variable 'host' could be declared final
41762 src/com/gps/scheduler/SMSCreditChecker.java 139 Local variable 'queryString' could be declared final
41763 src/com/gps/scheduler/SMSCreditChecker.java 140 Avoid variables with short names like to
41764 src/com/gps/scheduler/SMSCreditChecker.java 140 Found 'DU'-anomaly for variable 'to' (lines '140'-'189').
41765 src/com/gps/scheduler/SMSCreditChecker.java 140 Local variable 'to' could be declared final
41766 src/com/gps/scheduler/SMSCreditChecker.java 143 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
41767 src/com/gps/scheduler/SMSCreditChecker.java 147 Avoid if (x != y) ..; else ..;
41768 src/com/gps/scheduler/SMSCreditChecker.java 151 Local variable 'mobno' could be declared final
41769 src/com/gps/scheduler/SMSCreditChecker.java 151 Potential violation of Law of Demeter (method chain calls)
41770 src/com/gps/scheduler/SMSCreditChecker.java 154 Avoid using Literals in Conditional Statements
41771 src/com/gps/scheduler/SMSCreditChecker.java 155 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
41772 src/com/gps/scheduler/SMSCreditChecker.java 156 There is log block not surrounded by if
41773 src/com/gps/scheduler/SMSCreditChecker.java 156 There is log block not surrounded by if
41774 src/com/gps/scheduler/SMSCreditChecker.java 159 There is log block not surrounded by if
41775 src/com/gps/scheduler/SMSCreditChecker.java 159 There is log block not surrounded by if
41776 src/com/gps/scheduler/SMSCreditChecker.java 160 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
41777 src/com/gps/scheduler/SMSCreditChecker.java 165 Local variable 'message' could be declared final
41778 src/com/gps/scheduler/SMSCreditChecker.java 176 There is log block not surrounded by if
41779 src/com/gps/scheduler/SMSCreditChecker.java 176 There is log block not surrounded by if
41780 src/com/gps/scheduler/SMSCreditChecker.java 182 Avoid catching NullPointerException; consider removing the cause of the NPE.
41781 src/com/gps/scheduler/SMSCreditChecker.java 182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41782 src/com/gps/scheduler/SMSCreditChecker.java 192 Parameter 'args' is not assigned and could be declared final
41783 src/com/gps/scheduler/SMSCreditChecker.java 192 publicMethodCommentRequirement Required
41784 src/com/gps/scheduler/SMSCreditChecker.java 194 Local variable 'client' could be declared final
41785 src/com/gps/scheduler/ScheduleIterator.java 6 headerCommentRequirement Required
41786 src/com/gps/scheduler/ScheduleIterator.java 7 Avoid modifiers which are implied by the context
41787 src/com/gps/scheduler/ScheduleIterator.java 7 publicMethodCommentRequirement Required
41788 src/com/gps/scheduler/Scheduler.java 10 headerCommentRequirement Required
41789 src/com/gps/scheduler/Scheduler.java 12 Use explicit scoping instead of the default package private level
41790 src/com/gps/scheduler/Scheduler.java 12 fieldCommentRequirement Required
41791 src/com/gps/scheduler/Scheduler.java 13 The Logger variable declaration does not contain the static and final modifiers
41792 src/com/gps/scheduler/Scheduler.java 13 fieldCommentRequirement Required
41793 src/com/gps/scheduler/Scheduler.java 14 headerCommentRequirement Required
41794 src/com/gps/scheduler/Scheduler.java 16 Found non-transient, non-static member. Please mark as transient or provide accessors.
41795 src/com/gps/scheduler/Scheduler.java 16 Private field 'schedulerTask' could be made final; it is only initialized in the declaration or constructor.
41796 src/com/gps/scheduler/Scheduler.java 16 fieldCommentRequirement Required
41797 src/com/gps/scheduler/Scheduler.java 17 Found non-transient, non-static member. Please mark as transient or provide accessors.
41798 src/com/gps/scheduler/Scheduler.java 17 Private field 'iterator' could be made final; it is only initialized in the declaration or constructor.
41799 src/com/gps/scheduler/Scheduler.java 17 fieldCommentRequirement Required
41800 src/com/gps/scheduler/Scheduler.java 21 It is a good practice to call super() in a constructor
41801 src/com/gps/scheduler/Scheduler.java 21 Parameter 'schedulerTask' is not assigned and could be declared final
41802 src/com/gps/scheduler/Scheduler.java 21 publicMethodCommentRequirement Required
41803 src/com/gps/scheduler/Scheduler.java 22 Parameter 'iterator' is not assigned and could be declared final
41804 src/com/gps/scheduler/Scheduler.java 27 publicMethodCommentRequirement Required
41805 src/com/gps/scheduler/Scheduler.java 29 There is log block not surrounded by if
41806 src/com/gps/scheduler/Scheduler.java 29 There is log block not surrounded by if
41807 src/com/gps/scheduler/Scheduler.java 37 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
41808 src/com/gps/scheduler/Scheduler.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
41809 src/com/gps/scheduler/Scheduler.java 37 fieldCommentRequirement Required
41810 src/com/gps/scheduler/Scheduler.java 39 Avoid unnecessary constructors - the compiler will generate these for you
41811 src/com/gps/scheduler/Scheduler.java 39 Document empty constructor
41812 src/com/gps/scheduler/Scheduler.java 39 publicMethodCommentRequirement Required
41813 src/com/gps/scheduler/Scheduler.java 42 publicMethodCommentRequirement Required
41814 src/com/gps/scheduler/Scheduler.java 48 Parameter 'schedulerTask' is not assigned and could be declared final
41815 src/com/gps/scheduler/Scheduler.java 48 publicMethodCommentRequirement Required
41816 src/com/gps/scheduler/Scheduler.java 49 Parameter 'iterator' is not assigned and could be declared final
41817 src/com/gps/scheduler/Scheduler.java 51 Local variable 'time' could be declared final
41818 src/com/gps/scheduler/Scheduler.java 53 There is log block not surrounded by if
41819 src/com/gps/scheduler/Scheduler.java 53 There is log block not surrounded by if
41820 src/com/gps/scheduler/Scheduler.java 66 There is log block not surrounded by if
41821 src/com/gps/scheduler/Scheduler.java 66 There is log block not surrounded by if
41822 src/com/gps/scheduler/Scheduler.java 75 Parameter 'schedulerTask' is not assigned and could be declared final
41823 src/com/gps/scheduler/Scheduler.java 76 Parameter 'iterator' is not assigned and could be declared final
41824 src/com/gps/scheduler/Scheduler.java 79 Local variable 'time' could be declared final
41825 src/com/gps/scheduler/Scheduler.java 80 There is log block not surrounded by if
41826 src/com/gps/scheduler/Scheduler.java 80 There is log block not surrounded by if
41827 src/com/gps/scheduler/Scheduler.java 81 There is log block not surrounded by if
41828 src/com/gps/scheduler/Scheduler.java 81 There is log block not surrounded by if
41829 src/com/gps/scheduler/SchedulerServletListner.java 4 Avoid unused imports such as 'java.util.Date'
41830 src/com/gps/scheduler/SchedulerServletListner.java 15 No need to import a type that lives in the same package
41831 src/com/gps/scheduler/SchedulerServletListner.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
41832 src/com/gps/scheduler/SchedulerServletListner.java 27 Use explicit scoping instead of the default package private level
41833 src/com/gps/scheduler/SchedulerServletListner.java 27 fieldCommentRequirement Required
41834 src/com/gps/scheduler/SchedulerServletListner.java 28 The Logger variable declaration does not contain the static and final modifiers
41835 src/com/gps/scheduler/SchedulerServletListner.java 28 fieldCommentRequirement Required
41836 src/com/gps/scheduler/SchedulerServletListner.java 30 Use explicit scoping instead of the default package private level
41837 src/com/gps/scheduler/SchedulerServletListner.java 30 fieldCommentRequirement Required
41838 src/com/gps/scheduler/SchedulerServletListner.java 31 fieldCommentRequirement Required
41839 src/com/gps/scheduler/SchedulerServletListner.java 33 fieldCommentRequirement Required
41840 src/com/gps/scheduler/SchedulerServletListner.java 39 Avoid unnecessary constructors - the compiler will generate these for you
41841 src/com/gps/scheduler/SchedulerServletListner.java 47 Parameter 'contextEvent' is not assigned and could be declared final
41842 src/com/gps/scheduler/SchedulerServletListner.java 48 There is log block not surrounded by if
41843 src/com/gps/scheduler/SchedulerServletListner.java 48 There is log block not surrounded by if
41844 src/com/gps/scheduler/SchedulerServletListner.java 51 There is log block not surrounded by if
41845 src/com/gps/scheduler/SchedulerServletListner.java 51 There is log block not surrounded by if
41846 src/com/gps/scheduler/SchedulerServletListner.java 55 Local variable 'calendar' could be declared final
41847 src/com/gps/scheduler/SchedulerServletListner.java 56 Do not add empty strings
41848 src/com/gps/scheduler/SchedulerServletListner.java 56 Potential violation of Law of Demeter (object not created locally)
41849 src/com/gps/scheduler/SchedulerServletListner.java 56 There is log block not surrounded by if
41850 src/com/gps/scheduler/SchedulerServletListner.java 56 There is log block not surrounded by if
41851 src/com/gps/scheduler/SchedulerServletListner.java 58 Local variable 'time' could be declared final
41852 src/com/gps/scheduler/SchedulerServletListner.java 59 Potential violation of Law of Demeter (method chain calls)
41853 src/com/gps/scheduler/SchedulerServletListner.java 59 Potential violation of Law of Demeter (method chain calls)
41854 src/com/gps/scheduler/SchedulerServletListner.java 59 Potential violation of Law of Demeter (method chain calls)
41855 src/com/gps/scheduler/SchedulerServletListner.java 59 There is log block not surrounded by if
41856 src/com/gps/scheduler/SchedulerServletListner.java 59 There is log block not surrounded by if
41857 src/com/gps/scheduler/SchedulerServletListner.java 64 Local variable 'scheduler' could be declared final
41858 src/com/gps/scheduler/SchedulerServletListner.java 64 Potential violation of Law of Demeter (method chain calls)
41859 src/com/gps/scheduler/SchedulerServletListner.java 65 Potential violation of Law of Demeter (method chain calls)
41860 src/com/gps/scheduler/SchedulerServletListner.java 65 Potential violation of Law of Demeter (method chain calls)
41861 src/com/gps/scheduler/SchedulerServletListner.java 66 Potential violation of Law of Demeter (object not created locally)
41862 src/com/gps/scheduler/SchedulerServletListner.java 70 Potential violation of Law of Demeter (object not created locally)
41863 src/com/gps/scheduler/SchedulerServletListner.java 74 Local variable 'props' could be declared final
41864 src/com/gps/scheduler/SchedulerServletListner.java 75 Potential violation of Law of Demeter (object not created locally)
41865 src/com/gps/scheduler/SchedulerServletListner.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41866 src/com/gps/scheduler/SchedulerServletListner.java 87 Potential violation of Law of Demeter (object not created locally)
41867 src/com/gps/scheduler/SchedulerServletListner.java 97 Parameter 'contextEvent' is not assigned and could be declared final
41868 src/com/gps/scheduler/SchedulerServletListner.java 102 There is log block not surrounded by if
41869 src/com/gps/scheduler/SchedulerServletListner.java 102 There is log block not surrounded by if
41870 src/com/gps/scheduler/SchedulerServletListner.java 117 Parameter 'flag' is not assigned and could be declared final
41871 src/com/gps/scheduler/SchedulerServletListner.java 123 Parameter 'environment' is not assigned and could be declared final
41872 src/com/gps/scheduler/SchedulerServletListner.java 123 publicMethodCommentRequirement Required
41873 src/com/gps/scheduler/SchedulerServletListner.java 127 publicMethodCommentRequirement Required
41874 src/com/gps/scheduler/SchedulerTask.java 16 Abstract classes should be named AbstractXXX
41875 src/com/gps/scheduler/SchedulerTask.java 16 The class 'SchedulerTask' has a Cyclomatic Complexity of 3 (Highest = 10).
41876 src/com/gps/scheduler/SchedulerTask.java 16 To be compliant to J2EE, a webapp should not use any thread.
41877 src/com/gps/scheduler/SchedulerTask.java 16 headerCommentRequirement Required
41878 src/com/gps/scheduler/SchedulerTask.java 18 The Logger variable declaration does not contain the static and final modifiers
41879 src/com/gps/scheduler/SchedulerTask.java 18 fieldCommentRequirement Required
41880 src/com/gps/scheduler/SchedulerTask.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
41881 src/com/gps/scheduler/SchedulerTask.java 19 Use explicit scoping instead of the default package private level
41882 src/com/gps/scheduler/SchedulerTask.java 19 fieldCommentRequirement Required
41883 src/com/gps/scheduler/SchedulerTask.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
41884 src/com/gps/scheduler/SchedulerTask.java 21 Use explicit scoping instead of the default package private level
41885 src/com/gps/scheduler/SchedulerTask.java 21 fieldCommentRequirement Required
41886 src/com/gps/scheduler/SchedulerTask.java 22 Use explicit scoping instead of the default package private level
41887 src/com/gps/scheduler/SchedulerTask.java 22 fieldCommentRequirement Required
41888 src/com/gps/scheduler/SchedulerTask.java 23 Use explicit scoping instead of the default package private level
41889 src/com/gps/scheduler/SchedulerTask.java 23 fieldCommentRequirement Required
41890 src/com/gps/scheduler/SchedulerTask.java 24 Use explicit scoping instead of the default package private level
41891 src/com/gps/scheduler/SchedulerTask.java 24 fieldCommentRequirement Required
41892 src/com/gps/scheduler/SchedulerTask.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
41893 src/com/gps/scheduler/SchedulerTask.java 26 Use explicit scoping instead of the default package private level
41894 src/com/gps/scheduler/SchedulerTask.java 26 fieldCommentRequirement Required
41895 src/com/gps/scheduler/SchedulerTask.java 27 Use explicit scoping instead of the default package private level
41896 src/com/gps/scheduler/SchedulerTask.java 27 fieldCommentRequirement Required
41897 src/com/gps/scheduler/SchedulerTask.java 28 Found non-transient, non-static member. Please mark as transient or provide accessors.
41898 src/com/gps/scheduler/SchedulerTask.java 28 fieldCommentRequirement Required
41899 src/com/gps/scheduler/SchedulerTask.java 29 Found non-transient, non-static member. Please mark as transient or provide accessors.
41900 src/com/gps/scheduler/SchedulerTask.java 29 fieldCommentRequirement Required
41901 src/com/gps/scheduler/SchedulerTask.java 30 Found non-transient, non-static member. Please mark as transient or provide accessors.
41902 src/com/gps/scheduler/SchedulerTask.java 30 fieldCommentRequirement Required
41903 src/com/gps/scheduler/SchedulerTask.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
41904 src/com/gps/scheduler/SchedulerTask.java 31 Use explicit scoping instead of the default package private level
41905 src/com/gps/scheduler/SchedulerTask.java 31 fieldCommentRequirement Required
41906 src/com/gps/scheduler/SchedulerTask.java 32 Found non-transient, non-static member. Please mark as transient or provide accessors.
41907 src/com/gps/scheduler/SchedulerTask.java 32 Use explicit scoping instead of the default package private level
41908 src/com/gps/scheduler/SchedulerTask.java 32 fieldCommentRequirement Required
41909 src/com/gps/scheduler/SchedulerTask.java 33 fieldCommentRequirement Required
41910 src/com/gps/scheduler/SchedulerTask.java 34 fieldCommentRequirement Required
41911 src/com/gps/scheduler/SchedulerTask.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
41912 src/com/gps/scheduler/SchedulerTask.java 35 Use explicit scoping instead of the default package private level
41913 src/com/gps/scheduler/SchedulerTask.java 35 fieldCommentRequirement Required
41914 src/com/gps/scheduler/SchedulerTask.java 37 Document empty constructor
41915 src/com/gps/scheduler/SchedulerTask.java 37 protectedMethodCommentRequirement Required
41916 src/com/gps/scheduler/SchedulerTask.java 40 publicMethodCommentRequirement Required
41917 src/com/gps/scheduler/SchedulerTask.java 43 publicMethodCommentRequirement Required
41918 src/com/gps/scheduler/SchedulerTask.java 44 There is log block not surrounded by if
41919 src/com/gps/scheduler/SchedulerTask.java 44 There is log block not surrounded by if
41920 src/com/gps/scheduler/SchedulerTask.java 49 Local variable 'result' could be declared final
41921 src/com/gps/scheduler/SchedulerTask.java 49 Useless parentheses.
41922 src/com/gps/scheduler/SchedulerTask.java 49 Useless parentheses.
41923 src/com/gps/scheduler/SchedulerTask.java 55 The method 'beginTask' has a Cyclomatic Complexity of 10.
41924 src/com/gps/scheduler/SchedulerTask.java 55 publicMethodCommentRequirement Required
41925 src/com/gps/scheduler/SchedulerTask.java 58 Found 'DD'-anomaly for variable 'subject' (lines '58'-'97').
41926 src/com/gps/scheduler/SchedulerTask.java 58 Found 'DU'-anomaly for variable 'subject' (lines '58'-'144').
41927 src/com/gps/scheduler/SchedulerTask.java 59 Found 'DD'-anomaly for variable 'message' (lines '59'-'98').
41928 src/com/gps/scheduler/SchedulerTask.java 59 Found 'DU'-anomaly for variable 'message' (lines '59'-'144').
41929 src/com/gps/scheduler/SchedulerTask.java 63 Local variable 'files' could be declared final
41930 src/com/gps/scheduler/SchedulerTask.java 65 There is log block not surrounded by if
41931 src/com/gps/scheduler/SchedulerTask.java 65 There is log block not surrounded by if
41932 src/com/gps/scheduler/SchedulerTask.java 69 There is log block not surrounded by if
41933 src/com/gps/scheduler/SchedulerTask.java 69 There is log block not surrounded by if
41934 src/com/gps/scheduler/SchedulerTask.java 78 There is log block not surrounded by if
41935 src/com/gps/scheduler/SchedulerTask.java 78 There is log block not surrounded by if
41936 src/com/gps/scheduler/SchedulerTask.java 85 Avoid if (x != y) ..; else ..;
41937 src/com/gps/scheduler/SchedulerTask.java 89 Potential violation of Law of Demeter (method chain calls)
41938 src/com/gps/scheduler/SchedulerTask.java 89 There is log block not surrounded by if
41939 src/com/gps/scheduler/SchedulerTask.java 89 There is log block not surrounded by if
41940 src/com/gps/scheduler/SchedulerTask.java 94 Potential violation of Law of Demeter (method chain calls)
41941 src/com/gps/scheduler/SchedulerTask.java 100 Avoid instantiating new objects inside loops
41942 src/com/gps/scheduler/SchedulerTask.java 100 Call Thread.notifyAll() rather than Thread.notify()
41943 src/com/gps/scheduler/SchedulerTask.java 104 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41944 src/com/gps/scheduler/SchedulerTask.java 106 There is log block not surrounded by if
41945 src/com/gps/scheduler/SchedulerTask.java 106 There is log block not surrounded by if
41946 src/com/gps/scheduler/SchedulerTask.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41947 src/com/gps/scheduler/SchedulerTask.java 115 There is log block not surrounded by if
41948 src/com/gps/scheduler/SchedulerTask.java 115 There is log block not surrounded by if
41949 src/com/gps/scheduler/SchedulerTask.java 123 There is log block not surrounded by if
41950 src/com/gps/scheduler/SchedulerTask.java 123 There is log block not surrounded by if
41951 src/com/gps/scheduler/SchedulerTask.java 130 There is log block not surrounded by if
41952 src/com/gps/scheduler/SchedulerTask.java 134 There is log block not surrounded by if
41953 src/com/gps/scheduler/SchedulerTask.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41954 src/com/gps/scheduler/SchedulerTask.java 139 There is log block not surrounded by if
41955 src/com/gps/scheduler/SchedulerTask.java 147 Parameter 'expiry' is not assigned and could be declared final
41956 src/com/gps/scheduler/SchedulerTask.java 147 publicMethodCommentRequirement Required
41957 src/com/gps/scheduler/SchedulerTask.java 149 Local variable 'calendar1' could be declared final
41958 src/com/gps/scheduler/SchedulerTask.java 150 Local variable 'calendar2' could be declared final
41959 src/com/gps/scheduler/SchedulerTask.java 151 Potential violation of Law of Demeter (object not created locally)
41960 src/com/gps/scheduler/SchedulerTask.java 152 Local variable 'milliseconds1' could be declared final
41961 src/com/gps/scheduler/SchedulerTask.java 152 Potential violation of Law of Demeter (object not created locally)
41962 src/com/gps/scheduler/SchedulerTask.java 153 Local variable 'milliseconds2' could be declared final
41963 src/com/gps/scheduler/SchedulerTask.java 153 Potential violation of Law of Demeter (object not created locally)
41964 src/com/gps/scheduler/SchedulerTask.java 154 Local variable 'diff' could be declared final
41965 src/com/gps/scheduler/SchedulerTask.java 155 Local variable 'diffDays' could be declared final
41966 src/com/gps/scheduler/SchedulerTask.java 156 There is log block not surrounded by if
41967 src/com/gps/scheduler/SchedulerTask.java 156 There is log block not surrounded by if
41968 src/com/gps/scheduler/SchedulerTask.java 162 publicMethodCommentRequirement Required
41969 src/com/gps/scheduler/SchedulerTask.java 163 There is log block not surrounded by if
41970 src/com/gps/scheduler/SchedulerTask.java 163 There is log block not surrounded by if
41971 src/com/gps/scheduler/SchedulerTask.java 169 An empty method in an abstract class should be abstract instead
41972 src/com/gps/scheduler/SchedulerTask.java 169 Parameter 'args' is not assigned and could be declared final
41973 src/com/gps/scheduler/SchedulerTask.java 169 publicMethodCommentRequirement Required
41974 src/com/gps/scheduler/SchedulerTask.java 170 Document empty method
41975 src/com/gps/utilities/CheckForHoliday.java 13 headerCommentRequirement Required
41976 src/com/gps/utilities/CheckForHoliday.java 15 Avoid using redundant field initializer for 'hpdao'
41977 src/com/gps/utilities/CheckForHoliday.java 15 Found non-transient, non-static member. Please mark as transient or provide accessors.
41978 src/com/gps/utilities/CheckForHoliday.java 15 Perhaps 'hpdao' could be replaced by a local variable.
41979 src/com/gps/utilities/CheckForHoliday.java 15 fieldCommentRequirement Required
41980 src/com/gps/utilities/CheckForHoliday.java 16 Found non-transient, non-static member. Please mark as transient or provide accessors.
41981 src/com/gps/utilities/CheckForHoliday.java 16 fieldCommentRequirement Required
41982 src/com/gps/utilities/CheckForHoliday.java 17 Avoid using redundant field initializer for 'dates'
41983 src/com/gps/utilities/CheckForHoliday.java 17 Found non-transient, non-static member. Please mark as transient or provide accessors.
41984 src/com/gps/utilities/CheckForHoliday.java 17 fieldCommentRequirement Required
41985 src/com/gps/utilities/CheckForHoliday.java 18 Avoid using redundant field initializer for 'days'
41986 src/com/gps/utilities/CheckForHoliday.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
41987 src/com/gps/utilities/CheckForHoliday.java 18 fieldCommentRequirement Required
41988 src/com/gps/utilities/CheckForHoliday.java 19 Avoid using redundant field initializer for 'dateList'
41989 src/com/gps/utilities/CheckForHoliday.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
41990 src/com/gps/utilities/CheckForHoliday.java 19 fieldCommentRequirement Required
41991 src/com/gps/utilities/CheckForHoliday.java 20 Avoid using redundant field initializer for 'dayList'
41992 src/com/gps/utilities/CheckForHoliday.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
41993 src/com/gps/utilities/CheckForHoliday.java 20 fieldCommentRequirement Required
41994 src/com/gps/utilities/CheckForHoliday.java 21 Use explicit scoping instead of the default package private level
41995 src/com/gps/utilities/CheckForHoliday.java 21 fieldCommentRequirement Required
41996 src/com/gps/utilities/CheckForHoliday.java 22 The Logger variable declaration does not contain the static and final modifiers
41997 src/com/gps/utilities/CheckForHoliday.java 22 Use explicit scoping instead of the default package private level
41998 src/com/gps/utilities/CheckForHoliday.java 22 fieldCommentRequirement Required
41999 src/com/gps/utilities/CheckForHoliday.java 24 Comment is too large: Too many lines
42000 src/com/gps/utilities/CheckForHoliday.java 29 Comment is too large: Line too long
42001 src/com/gps/utilities/CheckForHoliday.java 35 Found 'UR'-anomaly for variable 'check' (lines '35'-'66').
42002 src/com/gps/utilities/CheckForHoliday.java 35 Found 'UR'-anomaly for variable 'checkDay' (lines '35'-'78').
42003 src/com/gps/utilities/CheckForHoliday.java 35 Parameter 'org' is not assigned and could be declared final
42004 src/com/gps/utilities/CheckForHoliday.java 41 Local variable 'currentDate' could be declared final
42005 src/com/gps/utilities/CheckForHoliday.java 42 Local variable 'sdf' could be declared final
42006 src/com/gps/utilities/CheckForHoliday.java 42 When instantiating a SimpleDateFormat object, specify a Locale
42007 src/com/gps/utilities/CheckForHoliday.java 43 Found 'DU'-anomaly for variable 'dateNow' (lines '43'-'97').
42008 src/com/gps/utilities/CheckForHoliday.java 43 Local variable 'dateNow' could be declared final
42009 src/com/gps/utilities/CheckForHoliday.java 43 Potential violation of Law of Demeter (object not created locally)
42010 src/com/gps/utilities/CheckForHoliday.java 43 Potential violation of Law of Demeter (object not created locally)
42011 src/com/gps/utilities/CheckForHoliday.java 49 Potential violation of Law of Demeter (method chain calls)
42012 src/com/gps/utilities/CheckForHoliday.java 55 Local variable 'holidayList' could be declared final
42013 src/com/gps/utilities/CheckForHoliday.java 56 Avoid using Literals in Conditional Statements
42014 src/com/gps/utilities/CheckForHoliday.java 56 Potential violation of Law of Demeter (object not created locally)
42015 src/com/gps/utilities/CheckForHoliday.java 56 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
42016 src/com/gps/utilities/CheckForHoliday.java 59 Potential violation of Law of Demeter (object not created locally)
42017 src/com/gps/utilities/CheckForHoliday.java 61 There is log block not surrounded by if
42018 src/com/gps/utilities/CheckForHoliday.java 61 There is log block not surrounded by if
42019 src/com/gps/utilities/CheckForHoliday.java 65 Local variable 'check' could be declared final
42020 src/com/gps/utilities/CheckForHoliday.java 66 Potential violation of Law of Demeter (object not created locally)
42021 src/com/gps/utilities/CheckForHoliday.java 67 There is log block not surrounded by if
42022 src/com/gps/utilities/CheckForHoliday.java 67 There is log block not surrounded by if
42023 src/com/gps/utilities/CheckForHoliday.java 68 A method should have only one exit point, and that should be the last statement in the method
42024 src/com/gps/utilities/CheckForHoliday.java 75 There is log block not surrounded by if
42025 src/com/gps/utilities/CheckForHoliday.java 75 There is log block not surrounded by if
42026 src/com/gps/utilities/CheckForHoliday.java 77 Local variable 'checkDay' could be declared final
42027 src/com/gps/utilities/CheckForHoliday.java 78 Potential violation of Law of Demeter (method chain calls)
42028 src/com/gps/utilities/CheckForHoliday.java 78 Potential violation of Law of Demeter (method chain calls)
42029 src/com/gps/utilities/CheckForHoliday.java 78 Potential violation of Law of Demeter (method chain calls)
42030 src/com/gps/utilities/CheckForHoliday.java 78 Potential violation of Law of Demeter (object not created locally)
42031 src/com/gps/utilities/CheckForHoliday.java 79 There is log block not surrounded by if
42032 src/com/gps/utilities/CheckForHoliday.java 79 There is log block not surrounded by if
42033 src/com/gps/utilities/CheckForHoliday.java 80 A method should have only one exit point, and that should be the last statement in the method
42034 src/com/gps/utilities/CheckForHoliday.java 87 There is log block not surrounded by if
42035 src/com/gps/utilities/CheckForHoliday.java 87 There is log block not surrounded by if
42036 src/com/gps/utilities/CheckForHoliday.java 88 A method should have only one exit point, and that should be the last statement in the method
42037 src/com/gps/utilities/CheckForHoliday.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42038 src/com/gps/utilities/CheckForHoliday.java 92 There is log block not surrounded by if
42039 src/com/gps/utilities/CheckForHoliday.java 100 A method/constructor shouldnt explicitly throw java.lang.Exception
42040 src/com/gps/utilities/CheckForHoliday.java 100 Parameter 'args' is not assigned and could be declared final
42041 src/com/gps/utilities/CheckForHoliday.java 100 publicMethodCommentRequirement Required
42042 src/com/gps/utilities/CheckForHoliday.java 103 Avoid unused local variables such as 'dao'.
42043 src/com/gps/utilities/CheckForHoliday.java 103 Found 'DU'-anomaly for variable 'dao' (lines '103'-'105').
42044 src/com/gps/utilities/CheckForHoliday.java 103 Local variable 'dao' could be declared final
42045 src/com/gps/utilities/ColorSetter.java 1 Comment is too large: Too many lines
42046 src/com/gps/utilities/ColorSetter.java 11 Avoid unused imports such as 'java.util.Date'
42047 src/com/gps/utilities/ColorSetter.java 12 Avoid unused imports such as 'java.text.DateFormat'
42048 src/com/gps/utilities/ColorSetter.java 13 Avoid unused imports such as 'java.text.SimpleDateFormat'
42049 src/com/gps/utilities/ColorSetter.java 20 The Logger variable declaration does not contain the static and final modifiers
42050 src/com/gps/utilities/ColorSetter.java 20 fieldCommentRequirement Required
42051 src/com/gps/utilities/ColorSetter.java 25 Method names should not start with capital letters
42052 src/com/gps/utilities/ColorSetter.java 25 Parameter 'packetdate' is not assigned and could be declared final
42053 src/com/gps/utilities/ColorSetter.java 27 Found 'DD'-anomaly for variable 'color' (lines '27'-'47').
42054 src/com/gps/utilities/ColorSetter.java 27 Found 'DD'-anomaly for variable 'color' (lines '27'-'51').
42055 src/com/gps/utilities/ColorSetter.java 27 Found 'DD'-anomaly for variable 'color' (lines '27'-'55').
42056 src/com/gps/utilities/ColorSetter.java 28 Local variable 'cal' could be declared final
42057 src/com/gps/utilities/ColorSetter.java 33 Comment is too large: Line too long
42058 src/com/gps/utilities/ColorSetter.java 41 Local variable 'timeDiff' could be declared final
42059 src/com/gps/utilities/ColorSetter.java 41 Potential violation of Law of Demeter (object not created locally)
42060 src/com/gps/utilities/ColorSetter.java 41 Potential violation of Law of Demeter (object not created locally)
42061 src/com/gps/utilities/ColorSetter.java 42 Potential violation of Law of Demeter (object not created locally)
42062 src/com/gps/utilities/ColorSetter.java 42 There is log block not surrounded by if
42063 src/com/gps/utilities/ColorSetter.java 42 There is log block not surrounded by if
42064 src/com/gps/utilities/ColorSetter.java 45 Avoid using Literals in Conditional Statements
42065 src/com/gps/utilities/ColorSetter.java 60 There is log block not surrounded by if
42066 src/com/gps/utilities/ColorSetter.java 60 There is log block not surrounded by if
42067 src/com/gps/utilities/ColorSetter.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42068 src/com/gps/utilities/ColorSetter.java 64 There is log block not surrounded by if
42069 src/com/gps/utilities/DataPopulator.java 7 Comment is too large: Line too long
42070 src/com/gps/utilities/DataPopulator.java 12 Avoid unused imports such as 'java.text.SimpleDateFormat'
42071 src/com/gps/utilities/DataPopulator.java 18 Avoid unused imports such as 'com.gps.hibernate.Organization'
42072 src/com/gps/utilities/DataPopulator.java 20 headerCommentRequirement Required
42073 src/com/gps/utilities/DataPopulator.java 22 The Logger variable declaration does not contain the static and final modifiers
42074 src/com/gps/utilities/DataPopulator.java 22 Use explicit scoping instead of the default package private level
42075 src/com/gps/utilities/DataPopulator.java 22 fieldCommentRequirement Required
42076 src/com/gps/utilities/DataPopulator.java 23 Avoid using implementation types like 'Hashtable'; use the interface instead
42077 src/com/gps/utilities/DataPopulator.java 23 Consider replacing this Hashtable with the newer java.util.Map
42078 src/com/gps/utilities/DataPopulator.java 23 Use explicit scoping instead of the default package private level
42079 src/com/gps/utilities/DataPopulator.java 23 fieldCommentRequirement Required
42080 src/com/gps/utilities/DataPopulator.java 25 Parameter 'tripId' is not assigned and could be declared final
42081 src/com/gps/utilities/DataPopulator.java 25 publicMethodCommentRequirement Required
42082 src/com/gps/utilities/DataPopulator.java 27 There is log block not surrounded by if
42083 src/com/gps/utilities/DataPopulator.java 27 There is log block not surrounded by if
42084 src/com/gps/utilities/DataPopulator.java 29 Found 'DD'-anomaly for variable 'location' (lines '29'-'32').
42085 src/com/gps/utilities/DataPopulator.java 37 Avoid empty if statements
42086 src/com/gps/utilities/DataPopulator.java 37 Avoid empty if statements
42087 src/com/gps/utilities/DataPopulator.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42088 src/com/gps/utilities/DataPopulator.java 44 Potential violation of Law of Demeter (object not created locally)
42089 src/com/gps/utilities/DataPopulator.java 44 There is log block not surrounded by if
42090 src/com/gps/utilities/DataPopulator.java 49 Parameter 'tripId' is not assigned and could be declared final
42091 src/com/gps/utilities/DataPopulator.java 49 publicMethodCommentRequirement Required
42092 src/com/gps/utilities/DataPopulator.java 50 Found 'DD'-anomaly for variable 'location' (lines '50'-'54').
42093 src/com/gps/utilities/DataPopulator.java 51 Local variable 'locationProDAO' could be declared final
42094 src/com/gps/utilities/DataPopulator.java 54 Potential violation of Law of Demeter (object not created locally)
42095 src/com/gps/utilities/DataPopulator.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42096 src/com/gps/utilities/DataPopulator.java 59 Potential violation of Law of Demeter (object not created locally)
42097 src/com/gps/utilities/DataPopulator.java 59 There is log block not surrounded by if
42098 src/com/gps/utilities/DataPopulator.java 66 Parameter 'Lat' is not assigned and could be declared final
42099 src/com/gps/utilities/DataPopulator.java 66 Parameter 'Long' is not assigned and could be declared final
42100 src/com/gps/utilities/DataPopulator.java 66 Parameter 'tripId' is not assigned and could be declared final
42101 src/com/gps/utilities/DataPopulator.java 66 Variables should start with a lowercase character, 'Lat' starts with uppercase character.
42102 src/com/gps/utilities/DataPopulator.java 66 Variables should start with a lowercase character, 'Long' starts with uppercase character.
42103 src/com/gps/utilities/DataPopulator.java 66 publicMethodCommentRequirement Required
42104 src/com/gps/utilities/DataPopulator.java 69 There is log block not surrounded by if
42105 src/com/gps/utilities/DataPopulator.java 69 There is log block not surrounded by if
42106 src/com/gps/utilities/DataPopulator.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42107 src/com/gps/utilities/DataPopulator.java 80 Parameter 'Lat' is not assigned and could be declared final
42108 src/com/gps/utilities/DataPopulator.java 80 Parameter 'Long' is not assigned and could be declared final
42109 src/com/gps/utilities/DataPopulator.java 80 Parameter 'speed' is not assigned and could be declared final
42110 src/com/gps/utilities/DataPopulator.java 80 Parameter 'tripId' is not assigned and could be declared final
42111 src/com/gps/utilities/DataPopulator.java 80 Variables should start with a lowercase character, 'Lat' starts with uppercase character.
42112 src/com/gps/utilities/DataPopulator.java 80 Variables should start with a lowercase character, 'Long' starts with uppercase character.
42113 src/com/gps/utilities/DataPopulator.java 80 publicMethodCommentRequirement Required
42114 src/com/gps/utilities/DataPopulator.java 83 There is log block not surrounded by if
42115 src/com/gps/utilities/DataPopulator.java 83 There is log block not surrounded by if
42116 src/com/gps/utilities/DataPopulator.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42117 src/com/gps/utilities/DataPopulator.java 94 A method/constructor shouldnt explicitly throw java.lang.Exception
42118 src/com/gps/utilities/DataPopulator.java 94 Parameter 'args' is not assigned and could be declared final
42119 src/com/gps/utilities/DataPopulator.java 94 publicMethodCommentRequirement Required
42120 src/com/gps/utilities/DataPopulator.java 98 Avoid unused local variables such as 'dao'.
42121 src/com/gps/utilities/DataPopulator.java 98 Found 'DU'-anomaly for variable 'dao' (lines '98'-'118').
42122 src/com/gps/utilities/DataPopulator.java 98 Local variable 'dao' could be declared final
42123 src/com/gps/utilities/DataPopulator.java 99 Avoid unused local variables such as 'location'.
42124 src/com/gps/utilities/DataPopulator.java 99 Found 'DU'-anomaly for variable 'location' (lines '99'-'118').
42125 src/com/gps/utilities/DataPopulator.java 99 Local variable 'location' could be declared final
42126 src/com/gps/utilities/DataPopulator.java 116 Avoid unused local variables such as 'mngr'.
42127 src/com/gps/utilities/DataPopulator.java 116 Found 'DU'-anomaly for variable 'mngr' (lines '116'-'118').
42128 src/com/gps/utilities/DataPopulator.java 116 Local variable 'mngr' could be declared final
42129 src/com/gps/utilities/DateUtils.java 19 This class has too many methods, consider refactoring it.
42130 src/com/gps/utilities/DateUtils.java 19 headerCommentRequirement Required
42131 src/com/gps/utilities/DateUtils.java 20 The Logger variable declaration does not contain the static and final modifiers
42132 src/com/gps/utilities/DateUtils.java 20 Use explicit scoping instead of the default package private level
42133 src/com/gps/utilities/DateUtils.java 20 fieldCommentRequirement Required
42134 src/com/gps/utilities/DateUtils.java 31 When instantiating a SimpleDateFormat object, specify a Locale
42135 src/com/gps/utilities/DateUtils.java 32 Local variable 'today' could be declared final
42136 src/com/gps/utilities/DateUtils.java 33 Local variable 'str_date' could be declared final
42137 src/com/gps/utilities/DateUtils.java 33 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'str_date' is not final.
42138 src/com/gps/utilities/DateUtils.java 33 Potential violation of Law of Demeter (object not created locally)
42139 src/com/gps/utilities/DateUtils.java 34 Found 'DD'-anomaly for variable 'formattedDate' (lines '34'-'36').
42140 src/com/gps/utilities/DateUtils.java 36 Potential violation of Law of Demeter (object not created locally)
42141 src/com/gps/utilities/DateUtils.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42142 src/com/gps/utilities/DateUtils.java 39 Potential violation of Law of Demeter (object not created locally)
42143 src/com/gps/utilities/DateUtils.java 39 There is log block not surrounded by if
42144 src/com/gps/utilities/DateUtils.java 39 There is log block not surrounded by if
42145 src/com/gps/utilities/DateUtils.java 48 Parameter 'today' is not assigned and could be declared final
42146 src/com/gps/utilities/DateUtils.java 49 Local variable 'days' could be declared final
42147 src/com/gps/utilities/DateUtils.java 50 Local variable 'startCalendar' could be declared final
42148 src/com/gps/utilities/DateUtils.java 54 Local variable 'simpleFormatter' could be declared final
42149 src/com/gps/utilities/DateUtils.java 54 When instantiating a SimpleDateFormat object, specify a Locale
42150 src/com/gps/utilities/DateUtils.java 55 Local variable 'formattedDatepast' could be declared final
42151 src/com/gps/utilities/DateUtils.java 59 Avoid variables with short names like d
42152 src/com/gps/utilities/DateUtils.java 59 Parameter 'd' is not assigned and could be declared final
42153 src/com/gps/utilities/DateUtils.java 59 publicMethodCommentRequirement Required
42154 src/com/gps/utilities/DateUtils.java 61 Avoid variables with short names like c
42155 src/com/gps/utilities/DateUtils.java 61 Local variable 'c' could be declared final
42156 src/com/gps/utilities/DateUtils.java 63 Local variable 'month' could be declared final
42157 src/com/gps/utilities/DateUtils.java 64 Local variable 'day' could be declared final
42158 src/com/gps/utilities/DateUtils.java 65 Local variable 'year' could be declared final
42159 src/com/gps/utilities/DateUtils.java 67 Local variable 'xdate' could be declared final
42160 src/com/gps/utilities/DateUtils.java 67 Potential violation of Law of Demeter (method chain calls)
42161 src/com/gps/utilities/DateUtils.java 67 Potential violation of Law of Demeter (method chain calls)
42162 src/com/gps/utilities/DateUtils.java 67 Potential violation of Law of Demeter (method chain calls)
42163 src/com/gps/utilities/DateUtils.java 68 Consider simply returning the value vs storing it in local variable 'xdate'
42164 src/com/gps/utilities/DateUtils.java 70 Parameter 'end' is not assigned and could be declared final
42165 src/com/gps/utilities/DateUtils.java 70 Parameter 'start' is not assigned and could be declared final
42166 src/com/gps/utilities/DateUtils.java 70 publicMethodCommentRequirement Required
42167 src/com/gps/utilities/DateUtils.java 71 Avoid variables with short names like c1
42168 src/com/gps/utilities/DateUtils.java 71 Local variable 'c1' could be declared final
42169 src/com/gps/utilities/DateUtils.java 73 Avoid variables with short names like c2
42170 src/com/gps/utilities/DateUtils.java 73 Local variable 'c2' could be declared final
42171 src/com/gps/utilities/DateUtils.java 78 Avoid declaring a variable if it is unreferenced before a possible exit point.
42172 src/com/gps/utilities/DateUtils.java 78 Avoid unused local variables such as 'milis1'.
42173 src/com/gps/utilities/DateUtils.java 78 Found 'DU'-anomaly for variable 'milis1' (lines '78'-'90').
42174 src/com/gps/utilities/DateUtils.java 78 Local variable 'milis1' could be declared final
42175 src/com/gps/utilities/DateUtils.java 79 Avoid declaring a variable if it is unreferenced before a possible exit point.
42176 src/com/gps/utilities/DateUtils.java 79 Avoid unused local variables such as 'milis2'.
42177 src/com/gps/utilities/DateUtils.java 79 Found 'DU'-anomaly for variable 'milis2' (lines '79'-'90').
42178 src/com/gps/utilities/DateUtils.java 79 Local variable 'milis2' could be declared final
42179 src/com/gps/utilities/DateUtils.java 82 Local variable 'diff' could be declared final
42180 src/com/gps/utilities/DateUtils.java 84 Local variable 'diffDays' could be declared final
42181 src/com/gps/utilities/DateUtils.java 92 Parameter 'end' is not assigned and could be declared final
42182 src/com/gps/utilities/DateUtils.java 92 Parameter 'start' is not assigned and could be declared final
42183 src/com/gps/utilities/DateUtils.java 92 publicMethodCommentRequirement Required
42184 src/com/gps/utilities/DateUtils.java 93 Found 'DD'-anomaly for variable 'check' (lines '93'-'111').
42185 src/com/gps/utilities/DateUtils.java 93 Found 'DD'-anomaly for variable 'check' (lines '93'-'115').
42186 src/com/gps/utilities/DateUtils.java 94 Avoid variables with short names like c1
42187 src/com/gps/utilities/DateUtils.java 94 Local variable 'c1' could be declared final
42188 src/com/gps/utilities/DateUtils.java 96 Avoid variables with short names like c2
42189 src/com/gps/utilities/DateUtils.java 96 Local variable 'c2' could be declared final
42190 src/com/gps/utilities/DateUtils.java 99 Potential violation of Law of Demeter (object not created locally)
42191 src/com/gps/utilities/DateUtils.java 100 Potential violation of Law of Demeter (object not created locally)
42192 src/com/gps/utilities/DateUtils.java 101 Local variable 'milis1' could be declared final
42193 src/com/gps/utilities/DateUtils.java 101 Potential violation of Law of Demeter (object not created locally)
42194 src/com/gps/utilities/DateUtils.java 102 Local variable 'milis2' could be declared final
42195 src/com/gps/utilities/DateUtils.java 102 Potential violation of Law of Demeter (object not created locally)
42196 src/com/gps/utilities/DateUtils.java 105 Local variable 'diff' could be declared final
42197 src/com/gps/utilities/DateUtils.java 107 Local variable 'diffDays' could be declared final
42198 src/com/gps/utilities/DateUtils.java 109 Avoid using Literals in Conditional Statements
42199 src/com/gps/utilities/DateUtils.java 121 Avoid variables with short names like d1
42200 src/com/gps/utilities/DateUtils.java 121 Avoid variables with short names like d2
42201 src/com/gps/utilities/DateUtils.java 121 Parameter 'd1' is not assigned and could be declared final
42202 src/com/gps/utilities/DateUtils.java 121 Parameter 'd2' is not assigned and could be declared final
42203 src/com/gps/utilities/DateUtils.java 121 publicMethodCommentRequirement Required
42204 src/com/gps/utilities/DateUtils.java 131 Parameter 'count' is not assigned and could be declared final
42205 src/com/gps/utilities/DateUtils.java 131 Parameter 'end' is not assigned and could be declared final
42206 src/com/gps/utilities/DateUtils.java 131 Parameter 'start' is not assigned and could be declared final
42207 src/com/gps/utilities/DateUtils.java 131 publicMethodCommentRequirement Required
42208 src/com/gps/utilities/DateUtils.java 133 Local variable 'sdfDestination_24' could be declared final
42209 src/com/gps/utilities/DateUtils.java 133 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final.
42210 src/com/gps/utilities/DateUtils.java 133 The String literal "yyyy-MM-dd HH:mm:ss" appears 8 times in this file; the first occurrence is on line 133
42211 src/com/gps/utilities/DateUtils.java 133 When instantiating a SimpleDateFormat object, specify a Locale
42212 src/com/gps/utilities/DateUtils.java 134 Avoid variables with short names like i
42213 src/com/gps/utilities/DateUtils.java 134 Found 'DD'-anomaly for variable 'i' (lines '134'-'140').
42214 src/com/gps/utilities/DateUtils.java 135 Found 'DD'-anomaly for variable 'dateDays' (lines '135'-'139').
42215 src/com/gps/utilities/DateUtils.java 136 Avoid variables with short names like c1
42216 src/com/gps/utilities/DateUtils.java 136 Local variable 'c1' could be declared final
42217 src/com/gps/utilities/DateUtils.java 137 Potential violation of Law of Demeter (object not created locally)
42218 src/com/gps/utilities/DateUtils.java 138 Potential violation of Law of Demeter (object not created locally)
42219 src/com/gps/utilities/DateUtils.java 139 Found 'DD'-anomaly for variable 'dateDays' (lines '139'-'143').
42220 src/com/gps/utilities/DateUtils.java 139 Potential violation of Law of Demeter (object not created locally)
42221 src/com/gps/utilities/DateUtils.java 139 Potential violation of Law of Demeter (object not created locally)
42222 src/com/gps/utilities/DateUtils.java 142 Potential violation of Law of Demeter (object not created locally)
42223 src/com/gps/utilities/DateUtils.java 143 Found 'DD'-anomaly for variable 'dateDays' (lines '143'-'143').
42224 src/com/gps/utilities/DateUtils.java 143 Potential violation of Law of Demeter (object not created locally)
42225 src/com/gps/utilities/DateUtils.java 143 Potential violation of Law of Demeter (object not created locally)
42226 src/com/gps/utilities/DateUtils.java 150 Method names should not contain underscores
42227 src/com/gps/utilities/DateUtils.java 150 Parameter 'date' is not assigned and could be declared final
42228 src/com/gps/utilities/DateUtils.java 150 publicMethodCommentRequirement Required
42229 src/com/gps/utilities/DateUtils.java 153 Local variable 'formatter' could be declared final
42230 src/com/gps/utilities/DateUtils.java 153 When instantiating a SimpleDateFormat object, specify a Locale
42231 src/com/gps/utilities/DateUtils.java 154 Avoid declaring a variable if it is unreferenced before a possible exit point.
42232 src/com/gps/utilities/DateUtils.java 154 Avoid unused local variables such as 'sdfDestination_24'.
42233 src/com/gps/utilities/DateUtils.java 154 Found 'DU'-anomaly for variable 'sdfDestination_24' (lines '154'-'169').
42234 src/com/gps/utilities/DateUtils.java 154 Local variable 'sdfDestination_24' could be declared final
42235 src/com/gps/utilities/DateUtils.java 154 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final.
42236 src/com/gps/utilities/DateUtils.java 154 When instantiating a SimpleDateFormat object, specify a Locale
42237 src/com/gps/utilities/DateUtils.java 155 Found 'DD'-anomaly for variable 'ddate' (lines '155'-'160').
42238 src/com/gps/utilities/DateUtils.java 156 Found 'DD'-anomaly for variable 'tdate' (lines '156'-'162').
42239 src/com/gps/utilities/DateUtils.java 172 Method names should not contain underscores
42240 src/com/gps/utilities/DateUtils.java 172 Parameter 'date' is not assigned and could be declared final
42241 src/com/gps/utilities/DateUtils.java 173 Local variable 'sdfDestination_24' could be declared final
42242 src/com/gps/utilities/DateUtils.java 173 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final.
42243 src/com/gps/utilities/DateUtils.java 173 When instantiating a SimpleDateFormat object, specify a Locale
42244 src/com/gps/utilities/DateUtils.java 174 Found 'DD'-anomaly for variable 'string_date' (lines '174'-'183').
42245 src/com/gps/utilities/DateUtils.java 174 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'string_date' is not final.
42246 src/com/gps/utilities/DateUtils.java 175 Avoid variables with short names like c1
42247 src/com/gps/utilities/DateUtils.java 175 Local variable 'c1' could be declared final
42248 src/com/gps/utilities/DateUtils.java 178 Potential violation of Law of Demeter (object not created locally)
42249 src/com/gps/utilities/DateUtils.java 179 Potential violation of Law of Demeter (object not created locally)
42250 src/com/gps/utilities/DateUtils.java 180 Potential violation of Law of Demeter (object not created locally)
42251 src/com/gps/utilities/DateUtils.java 181 Potential violation of Law of Demeter (object not created locally)
42252 src/com/gps/utilities/DateUtils.java 182 Potential violation of Law of Demeter (object not created locally)
42253 src/com/gps/utilities/DateUtils.java 183 Potential violation of Law of Demeter (object not created locally)
42254 src/com/gps/utilities/DateUtils.java 183 Potential violation of Law of Demeter (object not created locally)
42255 src/com/gps/utilities/DateUtils.java 184 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42256 src/com/gps/utilities/DateUtils.java 191 Avoid variables with short names like t
42257 src/com/gps/utilities/DateUtils.java 191 Parameter 't' is not assigned and could be declared final
42258 src/com/gps/utilities/DateUtils.java 191 publicMethodCommentRequirement Required
42259 src/com/gps/utilities/DateUtils.java 194 Local variable 'tOld' could be declared final
42260 src/com/gps/utilities/DateUtils.java 196 Avoid using Literals in Conditional Statements
42261 src/com/gps/utilities/DateUtils.java 196 Avoid using if statements without curly braces
42262 src/com/gps/utilities/DateUtils.java 196 Potential violation of Law of Demeter (object not created locally)
42263 src/com/gps/utilities/DateUtils.java 197 A method should have only one exit point, and that should be the last statement in the method
42264 src/com/gps/utilities/DateUtils.java 199 Local variable 'tNew' could be declared final
42265 src/com/gps/utilities/DateUtils.java 199 Potential violation of Law of Demeter (object not created locally)
42266 src/com/gps/utilities/DateUtils.java 200 Potential violation of Law of Demeter (object not created locally)
42267 src/com/gps/utilities/DateUtils.java 201 Potential violation of Law of Demeter (object not created locally)
42268 src/com/gps/utilities/DateUtils.java 202 Potential violation of Law of Demeter (object not created locally)
42269 src/com/gps/utilities/DateUtils.java 203 Potential violation of Law of Demeter (object not created locally)
42270 src/com/gps/utilities/DateUtils.java 204 Potential violation of Law of Demeter (object not created locally)
42271 src/com/gps/utilities/DateUtils.java 209 Parameter 'date' is not assigned and could be declared final
42272 src/com/gps/utilities/DateUtils.java 211 Local variable 'util' could be declared final
42273 src/com/gps/utilities/DateUtils.java 212 Found 'DD'-anomaly for variable 'int_day' (lines '212'-'223').
42274 src/com/gps/utilities/DateUtils.java 212 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'int_day' is not final.
42275 src/com/gps/utilities/DateUtils.java 213 Found 'DD'-anomaly for variable 'day' (lines '213'-'227').
42276 src/com/gps/utilities/DateUtils.java 213 Found 'DD'-anomaly for variable 'day' (lines '213'-'231').
42277 src/com/gps/utilities/DateUtils.java 213 Found 'DD'-anomaly for variable 'day' (lines '213'-'235').
42278 src/com/gps/utilities/DateUtils.java 213 Found 'DD'-anomaly for variable 'day' (lines '213'-'239').
42279 src/com/gps/utilities/DateUtils.java 213 Found 'DD'-anomaly for variable 'day' (lines '213'-'243').
42280 src/com/gps/utilities/DateUtils.java 213 Found 'DD'-anomaly for variable 'day' (lines '213'-'247').
42281 src/com/gps/utilities/DateUtils.java 213 Found 'DD'-anomaly for variable 'day' (lines '213'-'251').
42282 src/com/gps/utilities/DateUtils.java 214 Found 'DD'-anomaly for variable 'tdate' (lines '214'-'219').
42283 src/com/gps/utilities/DateUtils.java 215 Avoid variables with short names like c1
42284 src/com/gps/utilities/DateUtils.java 215 Local variable 'c1' could be declared final
42285 src/com/gps/utilities/DateUtils.java 216 Avoid declaring a variable if it is unreferenced before a possible exit point.
42286 src/com/gps/utilities/DateUtils.java 216 Avoid unused local variables such as 'sdfDestination_24'.
42287 src/com/gps/utilities/DateUtils.java 216 Found 'DU'-anomaly for variable 'sdfDestination_24' (lines '216'-'260').
42288 src/com/gps/utilities/DateUtils.java 216 Local variable 'sdfDestination_24' could be declared final
42289 src/com/gps/utilities/DateUtils.java 216 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final.
42290 src/com/gps/utilities/DateUtils.java 216 When instantiating a SimpleDateFormat object, specify a Locale
42291 src/com/gps/utilities/DateUtils.java 219 Potential violation of Law of Demeter (object not created locally)
42292 src/com/gps/utilities/DateUtils.java 220 Potential violation of Law of Demeter (object not created locally)
42293 src/com/gps/utilities/DateUtils.java 221 Potential violation of Law of Demeter (object not created locally)
42294 src/com/gps/utilities/DateUtils.java 223 Potential violation of Law of Demeter (object not created locally)
42295 src/com/gps/utilities/DateUtils.java 225 Avoid using Literals in Conditional Statements
42296 src/com/gps/utilities/DateUtils.java 227 Found 'DD'-anomaly for variable 'day' (lines '227'-'231').
42297 src/com/gps/utilities/DateUtils.java 227 Found 'DD'-anomaly for variable 'day' (lines '227'-'235').
42298 src/com/gps/utilities/DateUtils.java 227 Found 'DD'-anomaly for variable 'day' (lines '227'-'239').
42299 src/com/gps/utilities/DateUtils.java 227 Found 'DD'-anomaly for variable 'day' (lines '227'-'243').
42300 src/com/gps/utilities/DateUtils.java 227 Found 'DD'-anomaly for variable 'day' (lines '227'-'247').
42301 src/com/gps/utilities/DateUtils.java 227 Found 'DD'-anomaly for variable 'day' (lines '227'-'251').
42302 src/com/gps/utilities/DateUtils.java 229 Avoid using Literals in Conditional Statements
42303 src/com/gps/utilities/DateUtils.java 231 Found 'DD'-anomaly for variable 'day' (lines '231'-'235').
42304 src/com/gps/utilities/DateUtils.java 231 Found 'DD'-anomaly for variable 'day' (lines '231'-'239').
42305 src/com/gps/utilities/DateUtils.java 231 Found 'DD'-anomaly for variable 'day' (lines '231'-'243').
42306 src/com/gps/utilities/DateUtils.java 231 Found 'DD'-anomaly for variable 'day' (lines '231'-'247').
42307 src/com/gps/utilities/DateUtils.java 231 Found 'DD'-anomaly for variable 'day' (lines '231'-'251').
42308 src/com/gps/utilities/DateUtils.java 233 Avoid using Literals in Conditional Statements
42309 src/com/gps/utilities/DateUtils.java 235 Found 'DD'-anomaly for variable 'day' (lines '235'-'239').
42310 src/com/gps/utilities/DateUtils.java 235 Found 'DD'-anomaly for variable 'day' (lines '235'-'243').
42311 src/com/gps/utilities/DateUtils.java 235 Found 'DD'-anomaly for variable 'day' (lines '235'-'247').
42312 src/com/gps/utilities/DateUtils.java 235 Found 'DD'-anomaly for variable 'day' (lines '235'-'251').
42313 src/com/gps/utilities/DateUtils.java 237 Avoid using Literals in Conditional Statements
42314 src/com/gps/utilities/DateUtils.java 239 Found 'DD'-anomaly for variable 'day' (lines '239'-'243').
42315 src/com/gps/utilities/DateUtils.java 239 Found 'DD'-anomaly for variable 'day' (lines '239'-'247').
42316 src/com/gps/utilities/DateUtils.java 239 Found 'DD'-anomaly for variable 'day' (lines '239'-'251').
42317 src/com/gps/utilities/DateUtils.java 241 Avoid using Literals in Conditional Statements
42318 src/com/gps/utilities/DateUtils.java 243 Found 'DD'-anomaly for variable 'day' (lines '243'-'247').
42319 src/com/gps/utilities/DateUtils.java 243 Found 'DD'-anomaly for variable 'day' (lines '243'-'251').
42320 src/com/gps/utilities/DateUtils.java 245 Avoid using Literals in Conditional Statements
42321 src/com/gps/utilities/DateUtils.java 247 Found 'DD'-anomaly for variable 'day' (lines '247'-'251').
42322 src/com/gps/utilities/DateUtils.java 249 Avoid using Literals in Conditional Statements
42323 src/com/gps/utilities/DateUtils.java 255 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42324 src/com/gps/utilities/DateUtils.java 255 Avoid empty catch blocks
42325 src/com/gps/utilities/DateUtils.java 255 Avoid empty catch blocks
42326 src/com/gps/utilities/DateUtils.java 261 Method names should not contain underscores
42327 src/com/gps/utilities/DateUtils.java 261 Parameter 'date' is not assigned and could be declared final
42328 src/com/gps/utilities/DateUtils.java 261 publicMethodCommentRequirement Required
42329 src/com/gps/utilities/DateUtils.java 263 Avoid declaring a variable if it is unreferenced before a possible exit point.
42330 src/com/gps/utilities/DateUtils.java 263 Avoid unused local variables such as 'after30'.
42331 src/com/gps/utilities/DateUtils.java 263 Found 'DU'-anomaly for variable 'after30' (lines '263'-'280').
42332 src/com/gps/utilities/DateUtils.java 263 Local variable 'after30' could be declared final
42333 src/com/gps/utilities/DateUtils.java 264 Avoid declaring a variable if it is unreferenced before a possible exit point.
42334 src/com/gps/utilities/DateUtils.java 264 Avoid unused local variables such as 'formatter'.
42335 src/com/gps/utilities/DateUtils.java 264 Found 'DU'-anomaly for variable 'formatter' (lines '264'-'280').
42336 src/com/gps/utilities/DateUtils.java 264 Local variable 'formatter' could be declared final
42337 src/com/gps/utilities/DateUtils.java 264 When instantiating a SimpleDateFormat object, specify a Locale
42338 src/com/gps/utilities/DateUtils.java 265 Avoid declaring a variable if it is unreferenced before a possible exit point.
42339 src/com/gps/utilities/DateUtils.java 265 Avoid excessively long variable names like dateAfterCurrentDate_30
42340 src/com/gps/utilities/DateUtils.java 265 Avoid unused local variables such as 'dateAfterCurrentDate_30'.
42341 src/com/gps/utilities/DateUtils.java 265 Found 'DU'-anomaly for variable 'dateAfterCurrentDate_30' (lines '265'-'280').
42342 src/com/gps/utilities/DateUtils.java 265 Local variable 'dateAfterCurrentDate_30' could be declared final
42343 src/com/gps/utilities/DateUtils.java 265 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateAfterCurrentDate_30' is not final.
42344 src/com/gps/utilities/DateUtils.java 266 Local variable 'sdfDestination_24' could be declared final
42345 src/com/gps/utilities/DateUtils.java 266 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final.
42346 src/com/gps/utilities/DateUtils.java 266 When instantiating a SimpleDateFormat object, specify a Locale
42347 src/com/gps/utilities/DateUtils.java 267 Local variable 'calendar' could be declared final
42348 src/com/gps/utilities/DateUtils.java 271 Local variable 'current_after30' could be declared final
42349 src/com/gps/utilities/DateUtils.java 271 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_after30' is not final.
42350 src/com/gps/utilities/DateUtils.java 282 Parameter 'date' is not assigned and could be declared final
42351 src/com/gps/utilities/DateUtils.java 282 Parameter 'duration' is not assigned and could be declared final
42352 src/com/gps/utilities/DateUtils.java 282 publicMethodCommentRequirement Required
42353 src/com/gps/utilities/DateUtils.java 285 Avoid declaring a variable if it is unreferenced before a possible exit point.
42354 src/com/gps/utilities/DateUtils.java 285 Avoid unused local variables such as 'format'.
42355 src/com/gps/utilities/DateUtils.java 285 Found 'DU'-anomaly for variable 'format' (lines '285'-'294').
42356 src/com/gps/utilities/DateUtils.java 285 Local variable 'format' could be declared final
42357 src/com/gps/utilities/DateUtils.java 285 When instantiating a SimpleDateFormat object, specify a Locale
42358 src/com/gps/utilities/DateUtils.java 287 Local variable 'cal' could be declared final
42359 src/com/gps/utilities/DateUtils.java 295 Parameter 'args' is not assigned and could be declared final
42360 src/com/gps/utilities/DateUtils.java 295 publicMethodCommentRequirement Required
42361 src/com/gps/utilities/DateUtils.java 300 Avoid variables with short names like du
42362 src/com/gps/utilities/DateUtils.java 300 Local variable 'du' could be declared final
42363 src/com/gps/utilities/DateUtils.java 302 Avoid unused local variables such as 'formatter'.
42364 src/com/gps/utilities/DateUtils.java 302 Found 'DU'-anomaly for variable 'formatter' (lines '302'-'306').
42365 src/com/gps/utilities/DateUtils.java 302 Local variable 'formatter' could be declared final
42366 src/com/gps/utilities/DateUtils.java 302 When instantiating a SimpleDateFormat object, specify a Locale
42367 src/com/gps/utilities/DetailsFetcher.java 3 Avoid unused imports such as 'java.util.List'
42368 src/com/gps/utilities/DetailsFetcher.java 12 Avoid unused imports such as 'com.gps.hibernate.Phone'
42369 src/com/gps/utilities/DetailsFetcher.java 13 Avoid unused imports such as 'com.gps.hibernate.PhoneDAO'
42370 src/com/gps/utilities/DetailsFetcher.java 14 Avoid unused imports such as 'com.gps.hibernate.UsersOrgs'
42371 src/com/gps/utilities/DetailsFetcher.java 17 headerCommentRequirement Required
42372 src/com/gps/utilities/DetailsFetcher.java 19 The Logger variable declaration does not contain the static and final modifiers
42373 src/com/gps/utilities/DetailsFetcher.java 19 Use explicit scoping instead of the default package private level
42374 src/com/gps/utilities/DetailsFetcher.java 19 fieldCommentRequirement Required
42375 src/com/gps/utilities/DetailsFetcher.java 24 Parameter 'imeiNo' is not assigned and could be declared final
42376 src/com/gps/utilities/DetailsFetcher.java 24 publicMethodCommentRequirement Required
42377 src/com/gps/utilities/DetailsFetcher.java 26 Comment is too large: Too many lines
42378 src/com/gps/utilities/DetailsFetcher.java 27 Comment is too large: Line too long
42379 src/com/gps/utilities/DetailsFetcher.java 30 Comment is too large: Line too long
42380 src/com/gps/utilities/DetailsFetcher.java 37 Local variable 'fetchObj' could be declared final
42381 src/com/gps/utilities/DetailsFetcher.java 38 A method should have only one exit point, and that should be the last statement in the method
42382 src/com/gps/utilities/DetailsFetcher.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42383 src/com/gps/utilities/DetailsFetcher.java 42 There is log block not surrounded by if
42384 src/com/gps/utilities/DeviceStatusChecker.java 5 Avoid unused imports such as 'java.util.ArrayList'
42385 src/com/gps/utilities/DeviceStatusChecker.java 8 Avoid unused imports such as 'java.util.List'
42386 src/com/gps/utilities/DeviceStatusChecker.java 19 Avoid unused imports such as 'com.gps.automation.JSONConverter'
42387 src/com/gps/utilities/DeviceStatusChecker.java 24 Avoid unused imports such as 'com.gps.vo.OrgOfflineList'
42388 src/com/gps/utilities/DeviceStatusChecker.java 26 headerCommentRequirement Required
42389 src/com/gps/utilities/DeviceStatusChecker.java 28 The Logger variable declaration does not contain the static and final modifiers
42390 src/com/gps/utilities/DeviceStatusChecker.java 28 Use explicit scoping instead of the default package private level
42391 src/com/gps/utilities/DeviceStatusChecker.java 28 fieldCommentRequirement Required
42392 src/com/gps/utilities/DeviceStatusChecker.java 32 Parameter 'date' is not assigned and could be declared final
42393 src/com/gps/utilities/DeviceStatusChecker.java 32 publicMethodCommentRequirement Required
42394 src/com/gps/utilities/DeviceStatusChecker.java 35 Found 'DD'-anomaly for variable 'offBusList' (lines '35'-'51').
42395 src/com/gps/utilities/DeviceStatusChecker.java 36 Local variable 'dataTable' could be declared final
42396 src/com/gps/utilities/DeviceStatusChecker.java 46 Potential violation of Law of Demeter (object not created locally)
42397 src/com/gps/utilities/DeviceStatusChecker.java 48 There is log block not surrounded by if
42398 src/com/gps/utilities/DeviceStatusChecker.java 48 There is log block not surrounded by if
42399 src/com/gps/utilities/DeviceStatusChecker.java 51 Potential violation of Law of Demeter (object not created locally)
42400 src/com/gps/utilities/DeviceStatusChecker.java 54 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42401 src/com/gps/utilities/DeviceStatusChecker.java 55 Potential violation of Law of Demeter (object not created locally)
42402 src/com/gps/utilities/DeviceStatusChecker.java 55 There is log block not surrounded by if
42403 src/com/gps/utilities/DeviceStatusChecker.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42404 src/com/gps/utilities/DeviceStatusChecker.java 64 Potential violation of Law of Demeter (object not created locally)
42405 src/com/gps/utilities/DeviceStatusChecker.java 64 There is log block not surrounded by if
42406 src/com/gps/utilities/DeviceStatusChecker.java 73 Parameter 'date' is not assigned and could be declared final
42407 src/com/gps/utilities/DeviceStatusChecker.java 73 Parameter 'interval' is not assigned and could be declared final
42408 src/com/gps/utilities/DeviceStatusChecker.java 73 publicMethodCommentRequirement Required
42409 src/com/gps/utilities/DeviceStatusChecker.java 76 Found 'DD'-anomaly for variable 'offBusList' (lines '76'-'92').
42410 src/com/gps/utilities/DeviceStatusChecker.java 77 Local variable 'dataTable' could be declared final
42411 src/com/gps/utilities/DeviceStatusChecker.java 87 Potential violation of Law of Demeter (object not created locally)
42412 src/com/gps/utilities/DeviceStatusChecker.java 89 There is log block not surrounded by if
42413 src/com/gps/utilities/DeviceStatusChecker.java 89 There is log block not surrounded by if
42414 src/com/gps/utilities/DeviceStatusChecker.java 91 Avoid using if...else statements without curly braces
42415 src/com/gps/utilities/DeviceStatusChecker.java 91 There is log block not surrounded by if
42416 src/com/gps/utilities/DeviceStatusChecker.java 91 There is log block not surrounded by if
42417 src/com/gps/utilities/DeviceStatusChecker.java 92 Potential violation of Law of Demeter (object not created locally)
42418 src/com/gps/utilities/DeviceStatusChecker.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42419 src/com/gps/utilities/DeviceStatusChecker.java 96 Potential violation of Law of Demeter (object not created locally)
42420 src/com/gps/utilities/DeviceStatusChecker.java 96 There is log block not surrounded by if
42421 src/com/gps/utilities/DeviceStatusChecker.java 103 There is log block not surrounded by if
42422 src/com/gps/utilities/DeviceStatusChecker.java 103 There is log block not surrounded by if
42423 src/com/gps/utilities/DeviceStatusChecker.java 108 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42424 src/com/gps/utilities/DeviceStatusChecker.java 110 There is log block not surrounded by if
42425 src/com/gps/utilities/DeviceStatusChecker.java 118 Parameter 'duration' is not assigned and could be declared final
42426 src/com/gps/utilities/DeviceStatusChecker.java 118 publicMethodCommentRequirement Required
42427 src/com/gps/utilities/DeviceStatusChecker.java 120 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'date_prev' is not final.
42428 src/com/gps/utilities/DeviceStatusChecker.java 121 Found 'DD'-anomaly for variable 'previous' (lines '121'-'131').
42429 src/com/gps/utilities/DeviceStatusChecker.java 123 Local variable 'calendar' could be declared final
42430 src/com/gps/utilities/DeviceStatusChecker.java 127 When instantiating a SimpleDateFormat object, specify a Locale
42431 src/com/gps/utilities/DeviceStatusChecker.java 129 Potential violation of Law of Demeter (object not created locally)
42432 src/com/gps/utilities/DeviceStatusChecker.java 130 Potential violation of Law of Demeter (object not created locally)
42433 src/com/gps/utilities/DeviceStatusChecker.java 131 Potential violation of Law of Demeter (object not created locally)
42434 src/com/gps/utilities/DeviceStatusChecker.java 133 There is log block not surrounded by if
42435 src/com/gps/utilities/DeviceStatusChecker.java 133 There is log block not surrounded by if
42436 src/com/gps/utilities/DeviceStatusChecker.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42437 src/com/gps/utilities/DeviceStatusChecker.java 138 There is log block not surrounded by if
42438 src/com/gps/utilities/FileUtils.java 10 headerCommentRequirement Required
42439 src/com/gps/utilities/FileUtils.java 12 Parameter 'filePath' is not assigned and could be declared final
42440 src/com/gps/utilities/FileUtils.java 12 Unnecessary use of fully qualified name 'java.io.IOException' due to existing import 'java.io.IOException'
42441 src/com/gps/utilities/FileUtils.java 12 publicMethodCommentRequirement Required
42442 src/com/gps/utilities/FileUtils.java 13 Local variable 'buffer' could be declared final
42443 src/com/gps/utilities/FileUtils.java 14 Avoid variables with short names like f
42444 src/com/gps/utilities/FileUtils.java 14 Found 'DD'-anomaly for variable 'f' (lines '14'-'16').
42445 src/com/gps/utilities/FileUtils.java 19 Avoid using if statements without curly braces
42446 src/com/gps/utilities/FileUtils.java 36 Parameter 'param' is not assigned and could be declared final
42447 src/com/gps/utilities/FileUtils.java 37 Avoid declaring a variable if it is unreferenced before a possible exit point.
42448 src/com/gps/utilities/FileUtils.java 37 Avoid unused local variables such as 'directory'.
42449 src/com/gps/utilities/FileUtils.java 37 Found 'DU'-anomaly for variable 'directory' (lines '37'-'50').
42450 src/com/gps/utilities/FileUtils.java 37 Local variable 'directory' could be declared final
42451 src/com/gps/utilities/FileUtils.java 38 Local variable 'properties' could be declared final
42452 src/com/gps/utilities/FileUtils.java 42 Local variable 'path' could be declared final
42453 src/com/gps/utilities/FileUtils.java 44 A method should have only one exit point, and that should be the last statement in the method
42454 src/com/gps/utilities/FuelFetcher.java 20 The class 'FuelFetcher' has a Cyclomatic Complexity of 18 (Highest = 17).
42455 src/com/gps/utilities/FuelFetcher.java 20 headerCommentRequirement Required
42456 src/com/gps/utilities/FuelFetcher.java 21 The Logger variable declaration does not contain the static and final modifiers
42457 src/com/gps/utilities/FuelFetcher.java 21 Use explicit scoping instead of the default package private level
42458 src/com/gps/utilities/FuelFetcher.java 21 fieldCommentRequirement Required
42459 src/com/gps/utilities/FuelFetcher.java 22 Parameter 'fuelVolt' is not assigned and could be declared final
42460 src/com/gps/utilities/FuelFetcher.java 22 Parameter 'vehicleid' is not assigned and could be declared final
42461 src/com/gps/utilities/FuelFetcher.java 22 The method 'getFuel' has a Cyclomatic Complexity of 17.
42462 src/com/gps/utilities/FuelFetcher.java 22 publicMethodCommentRequirement Required
42463 src/com/gps/utilities/FuelFetcher.java 25 Local variable 'vehicleDAO' could be declared final
42464 src/com/gps/utilities/FuelFetcher.java 26 Local variable 'vehicle' could be declared final
42465 src/com/gps/utilities/FuelFetcher.java 26 Potential violation of Law of Demeter (object not created locally)
42466 src/com/gps/utilities/FuelFetcher.java 27 Found 'DD'-anomaly for variable 'FuelValue' (lines '27'-'55').
42467 src/com/gps/utilities/FuelFetcher.java 27 Found 'DD'-anomaly for variable 'FuelValue' (lines '27'-'62').
42468 src/com/gps/utilities/FuelFetcher.java 27 Variables should start with a lowercase character, 'FuelValue' starts with uppercase character.
42469 src/com/gps/utilities/FuelFetcher.java 28 Found 'DU'-anomaly for variable 'sess' (lines '28'-'94').
42470 src/com/gps/utilities/FuelFetcher.java 28 Local variable 'sess' could be declared final
42471 src/com/gps/utilities/FuelFetcher.java 28 Potential violation of Law of Demeter (object not created locally)
42472 src/com/gps/utilities/FuelFetcher.java 30 Found 'DD'-anomaly for variable 'validCarType' (lines '30'-'32').
42473 src/com/gps/utilities/FuelFetcher.java 31 Potential violation of Law of Demeter (method chain calls)
42474 src/com/gps/utilities/FuelFetcher.java 31 Potential violation of Law of Demeter (method chain calls)
42475 src/com/gps/utilities/FuelFetcher.java 31 Potential violation of Law of Demeter (object not created locally)
42476 src/com/gps/utilities/FuelFetcher.java 31 Potential violation of Law of Demeter (object not created locally)
42477 src/com/gps/utilities/FuelFetcher.java 34 Avoid using Literals in Conditional Statements
42478 src/com/gps/utilities/FuelFetcher.java 36 Local variable 'tpList' could be declared final
42479 src/com/gps/utilities/FuelFetcher.java 36 Potential violation of Law of Demeter (method chain calls)
42480 src/com/gps/utilities/FuelFetcher.java 36 Potential violation of Law of Demeter (object not created locally)
42481 src/com/gps/utilities/FuelFetcher.java 36 Potential violation of Law of Demeter (object not created locally)
42482 src/com/gps/utilities/FuelFetcher.java 38 Potential violation of Law of Demeter (object not created locally)
42483 src/com/gps/utilities/FuelFetcher.java 38 Potential violation of Law of Demeter (object not created locally)
42484 src/com/gps/utilities/FuelFetcher.java 38 There is log block not surrounded by if
42485 src/com/gps/utilities/FuelFetcher.java 38 There is log block not surrounded by if
42486 src/com/gps/utilities/FuelFetcher.java 39 Avoid using Literals in Conditional Statements
42487 src/com/gps/utilities/FuelFetcher.java 39 Potential violation of Law of Demeter (object not created locally)
42488 src/com/gps/utilities/FuelFetcher.java 39 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
42489 src/com/gps/utilities/FuelFetcher.java 41 Local variable 'vehicle_type' could be declared final
42490 src/com/gps/utilities/FuelFetcher.java 41 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_type' is not final.
42491 src/com/gps/utilities/FuelFetcher.java 41 Potential violation of Law of Demeter (object not created locally)
42492 src/com/gps/utilities/FuelFetcher.java 43 Local variable 'cbList' could be declared final
42493 src/com/gps/utilities/FuelFetcher.java 43 Potential violation of Law of Demeter (method chain calls)
42494 src/com/gps/utilities/FuelFetcher.java 43 Potential violation of Law of Demeter (object not created locally)
42495 src/com/gps/utilities/FuelFetcher.java 43 Potential violation of Law of Demeter (object not created locally)
42496 src/com/gps/utilities/FuelFetcher.java 45 Avoid using Literals in Conditional Statements
42497 src/com/gps/utilities/FuelFetcher.java 45 Potential violation of Law of Demeter (object not created locally)
42498 src/com/gps/utilities/FuelFetcher.java 45 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
42499 src/com/gps/utilities/FuelFetcher.java 47 Potential violation of Law of Demeter (object not created locally)
42500 src/com/gps/utilities/FuelFetcher.java 47 There is log block not surrounded by if
42501 src/com/gps/utilities/FuelFetcher.java 47 There is log block not surrounded by if
42502 src/com/gps/utilities/FuelFetcher.java 49 Potential violation of Law of Demeter (object not created locally)
42503 src/com/gps/utilities/FuelFetcher.java 51 Deeply nested if..then statements are hard to read
42504 src/com/gps/utilities/FuelFetcher.java 51 Potential violation of Law of Demeter (method chain calls)
42505 src/com/gps/utilities/FuelFetcher.java 51 Potential violation of Law of Demeter (object not created locally)
42506 src/com/gps/utilities/FuelFetcher.java 53 Potential violation of Law of Demeter (method chain calls)
42507 src/com/gps/utilities/FuelFetcher.java 53 Potential violation of Law of Demeter (method chain calls)
42508 src/com/gps/utilities/FuelFetcher.java 53 Potential violation of Law of Demeter (object not created locally)
42509 src/com/gps/utilities/FuelFetcher.java 53 Potential violation of Law of Demeter (object not created locally)
42510 src/com/gps/utilities/FuelFetcher.java 55 Found 'DD'-anomaly for variable 'FuelValue' (lines '55'-'55').
42511 src/com/gps/utilities/FuelFetcher.java 55 Found 'DD'-anomaly for variable 'FuelValue' (lines '55'-'62').
42512 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (method chain calls)
42513 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (method chain calls)
42514 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (method chain calls)
42515 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (method chain calls)
42516 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (method chain calls)
42517 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (method chain calls)
42518 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (method chain calls)
42519 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (object not created locally)
42520 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (object not created locally)
42521 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (object not created locally)
42522 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (object not created locally)
42523 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (object not created locally)
42524 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (object not created locally)
42525 src/com/gps/utilities/FuelFetcher.java 55 Useless parentheses.
42526 src/com/gps/utilities/FuelFetcher.java 55 Useless parentheses.
42527 src/com/gps/utilities/FuelFetcher.java 60 Potential violation of Law of Demeter (method chain calls)
42528 src/com/gps/utilities/FuelFetcher.java 60 Potential violation of Law of Demeter (method chain calls)
42529 src/com/gps/utilities/FuelFetcher.java 60 Potential violation of Law of Demeter (object not created locally)
42530 src/com/gps/utilities/FuelFetcher.java 60 Potential violation of Law of Demeter (object not created locally)
42531 src/com/gps/utilities/FuelFetcher.java 62 Found 'DD'-anomaly for variable 'FuelValue' (lines '62'-'55').
42532 src/com/gps/utilities/FuelFetcher.java 62 Found 'DD'-anomaly for variable 'FuelValue' (lines '62'-'62').
42533 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (method chain calls)
42534 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (method chain calls)
42535 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (method chain calls)
42536 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (method chain calls)
42537 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (method chain calls)
42538 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (method chain calls)
42539 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (object not created locally)
42540 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (object not created locally)
42541 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (object not created locally)
42542 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (object not created locally)
42543 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (object not created locally)
42544 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (object not created locally)
42545 src/com/gps/utilities/FuelFetcher.java 62 Useless parentheses.
42546 src/com/gps/utilities/FuelFetcher.java 62 Useless parentheses.
42547 src/com/gps/utilities/FuelFetcher.java 67 Avoid using Literals in Conditional Statements
42548 src/com/gps/utilities/FuelFetcher.java 68 There is log block not surrounded by if
42549 src/com/gps/utilities/FuelFetcher.java 68 There is log block not surrounded by if
42550 src/com/gps/utilities/FuelFetcher.java 69 Potential violation of Law of Demeter (method chain calls)
42551 src/com/gps/utilities/FuelFetcher.java 69 Potential violation of Law of Demeter (object not created locally)
42552 src/com/gps/utilities/FuelFetcher.java 70 Deeply nested if..then statements are hard to read
42553 src/com/gps/utilities/FuelFetcher.java 70 Potential violation of Law of Demeter (method chain calls)
42554 src/com/gps/utilities/FuelFetcher.java 70 Potential violation of Law of Demeter (object not created locally)
42555 src/com/gps/utilities/FuelFetcher.java 71 Avoid using if...else statements without curly braces
42556 src/com/gps/utilities/FuelFetcher.java 73 Avoid using if...else statements without curly braces
42557 src/com/gps/utilities/FuelFetcher.java 73 Potential violation of Law of Demeter (method chain calls)
42558 src/com/gps/utilities/FuelFetcher.java 73 Potential violation of Law of Demeter (object not created locally)
42559 src/com/gps/utilities/FuelFetcher.java 73 Potential violation of Law of Demeter (object not created locally)
42560 src/com/gps/utilities/FuelFetcher.java 76 Potential violation of Law of Demeter (method chain calls)
42561 src/com/gps/utilities/FuelFetcher.java 76 Potential violation of Law of Demeter (object not created locally)
42562 src/com/gps/utilities/FuelFetcher.java 77 Avoid using if...else statements without curly braces
42563 src/com/gps/utilities/FuelFetcher.java 77 Potential violation of Law of Demeter (method chain calls)
42564 src/com/gps/utilities/FuelFetcher.java 77 Potential violation of Law of Demeter (object not created locally)
42565 src/com/gps/utilities/FuelFetcher.java 77 Potential violation of Law of Demeter (object not created locally)
42566 src/com/gps/utilities/FuelFetcher.java 80 Avoid using if...else statements without curly braces
42567 src/com/gps/utilities/FuelFetcher.java 86 A method should have only one exit point, and that should be the last statement in the method
42568 src/com/gps/utilities/FuelFetcher.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42569 src/com/gps/utilities/FuelFetcher.java 90 There is log block not surrounded by if
42570 src/com/gps/utilities/GoogleRequest_url.java 14 headerCommentRequirement Required
42571 src/com/gps/utilities/GoogleRequest_url.java 15 fieldCommentRequirement Required
42572 src/com/gps/utilities/GoogleRequest_url.java 16 fieldCommentRequirement Required
42573 src/com/gps/utilities/GoogleRequest_url.java 17 fieldCommentRequirement Required
42574 src/com/gps/utilities/GoogleRequest_url.java 18 The Logger variable declaration does not contain the static and final modifiers
42575 src/com/gps/utilities/GoogleRequest_url.java 18 Use explicit scoping instead of the default package private level
42576 src/com/gps/utilities/GoogleRequest_url.java 18 fieldCommentRequirement Required
42577 src/com/gps/utilities/GoogleRequest_url.java 22 Avoid unnecessary constructors - the compiler will generate these for you
42578 src/com/gps/utilities/GoogleRequest_url.java 27 Parameter 'requestURL' is not assigned and could be declared final
42579 src/com/gps/utilities/GoogleRequest_url.java 27 protectedMethodCommentRequirement Required
42580 src/com/gps/utilities/GoogleRequest_url.java 29 Found 'DD'-anomaly for variable 'tmp_url' (lines '29'-'63').
42581 src/com/gps/utilities/GoogleRequest_url.java 29 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tmp_url' is not final.
42582 src/com/gps/utilities/GoogleRequest_url.java 32 There is log block not surrounded by if
42583 src/com/gps/utilities/GoogleRequest_url.java 32 There is log block not surrounded by if
42584 src/com/gps/utilities/GoogleRequest_url.java 38 Local variable 'url' could be declared final
42585 src/com/gps/utilities/GoogleRequest_url.java 41 Local variable 'resource' could be declared final
42586 src/com/gps/utilities/GoogleRequest_url.java 41 Potential violation of Law of Demeter (object not created locally)
42587 src/com/gps/utilities/GoogleRequest_url.java 41 Potential violation of Law of Demeter (object not created locally)
42588 src/com/gps/utilities/GoogleRequest_url.java 44 Local variable 'sha1Key' could be declared final
42589 src/com/gps/utilities/GoogleRequest_url.java 49 Local variable 'mac' could be declared final
42590 src/com/gps/utilities/GoogleRequest_url.java 50 Potential violation of Law of Demeter (object not created locally)
42591 src/com/gps/utilities/GoogleRequest_url.java 53 Local variable 'sigBytes' could be declared final
42592 src/com/gps/utilities/GoogleRequest_url.java 53 Potential violation of Law of Demeter (object not created locally)
42593 src/com/gps/utilities/GoogleRequest_url.java 53 Potential violation of Law of Demeter (object not created locally)
42594 src/com/gps/utilities/GoogleRequest_url.java 56 Found 'DD'-anomaly for variable 'signature' (lines '56'-'59').
42595 src/com/gps/utilities/GoogleRequest_url.java 59 Potential violation of Law of Demeter (object not created locally)
42596 src/com/gps/utilities/GoogleRequest_url.java 60 Potential violation of Law of Demeter (object not created locally)
42597 src/com/gps/utilities/GoogleRequest_url.java 62 Local variable 'signature1' could be declared final
42598 src/com/gps/utilities/GoogleRequest_url.java 63 Potential violation of Law of Demeter (object not created locally)
42599 src/com/gps/utilities/GoogleRequest_url.java 63 Potential violation of Law of Demeter (object not created locally)
42600 src/com/gps/utilities/GoogleRequest_url.java 66 There is log block not surrounded by if
42601 src/com/gps/utilities/GoogleRequest_url.java 66 There is log block not surrounded by if
42602 src/com/gps/utilities/GoogleRequest_url.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42603 src/com/gps/utilities/HQLQueryUtils.java 6 Comment is too large: Line too long
42604 src/com/gps/utilities/HQLQueryUtils.java 15 Comment is too large: Line too long
42605 src/com/gps/utilities/HQLQueryUtils.java 21 An Interface should be used only to model a behaviour; consider converting this to a class.
42606 src/com/gps/utilities/HQLQueryUtils.java 21 headerCommentRequirement Required
42607 src/com/gps/utilities/HQLQueryUtils.java 24 Avoid excessively long variable names like vehicleInfoQueryWithVehicle
42608 src/com/gps/utilities/HQLQueryUtils.java 24 Avoid modifiers which are implied by the context
42609 src/com/gps/utilities/HQLQueryUtils.java 24 Variables that are final and static should be all capitals, 'vehicleInfoQueryWithVehicle' is not all capitals.
42610 src/com/gps/utilities/HQLQueryUtils.java 24 fieldCommentRequirement Required
42611 src/com/gps/utilities/HQLQueryUtils.java 25 Avoid excessively long variable names like lastKnownDataQuery
42612 src/com/gps/utilities/HQLQueryUtils.java 25 Avoid modifiers which are implied by the context
42613 src/com/gps/utilities/HQLQueryUtils.java 25 Variables that are final and static should be all capitals, 'lastKnownDataQuery' is not all capitals.
42614 src/com/gps/utilities/HQLQueryUtils.java 25 fieldCommentRequirement Required
42615 src/com/gps/utilities/HQLQueryUtils.java 26 Avoid modifiers which are implied by the context
42616 src/com/gps/utilities/HQLQueryUtils.java 26 Variables that are final and static should be all capitals, 'getTimeQuery' is not all capitals.
42617 src/com/gps/utilities/HQLQueryUtils.java 26 fieldCommentRequirement Required
42618 src/com/gps/utilities/HQLQueryUtils.java 27 Avoid excessively long variable names like vehicleCheckInQuery
42619 src/com/gps/utilities/HQLQueryUtils.java 27 Avoid modifiers which are implied by the context
42620 src/com/gps/utilities/HQLQueryUtils.java 27 Variables that are final and static should be all capitals, 'vehicleCheckInQuery' is not all capitals.
42621 src/com/gps/utilities/HQLQueryUtils.java 27 fieldCommentRequirement Required
42622 src/com/gps/utilities/HQLQueryUtils.java 28 Avoid excessively long variable names like getStableFuelQuery
42623 src/com/gps/utilities/HQLQueryUtils.java 28 Avoid modifiers which are implied by the context
42624 src/com/gps/utilities/HQLQueryUtils.java 28 Variables that are final and static should be all capitals, 'getStableFuelQuery' is not all capitals.
42625 src/com/gps/utilities/HQLQueryUtils.java 28 fieldCommentRequirement Required
42626 src/com/gps/utilities/HQLQueryUtils.java 29 Avoid modifiers which are implied by the context
42627 src/com/gps/utilities/HQLQueryUtils.java 29 Variables that are final and static should be all capitals, 'inFenceQuery1' is not all capitals.
42628 src/com/gps/utilities/HQLQueryUtils.java 29 fieldCommentRequirement Required
42629 src/com/gps/utilities/HQLQueryUtils.java 30 Avoid modifiers which are implied by the context
42630 src/com/gps/utilities/HQLQueryUtils.java 30 Variables that are final and static should be all capitals, 'inFenceQuery2' is not all capitals.
42631 src/com/gps/utilities/HQLQueryUtils.java 30 fieldCommentRequirement Required
42632 src/com/gps/utilities/HQLQueryUtils.java 31 Avoid modifiers which are implied by the context
42633 src/com/gps/utilities/HQLQueryUtils.java 31 Variables that are final and static should be all capitals, 'getVehicleIdQuery' is not all capitals.
42634 src/com/gps/utilities/HQLQueryUtils.java 31 fieldCommentRequirement Required
42635 src/com/gps/utilities/HQLQueryUtils.java 33 Avoid excessively long variable names like vehicleInfoQueryWithOrg
42636 src/com/gps/utilities/HQLQueryUtils.java 33 Avoid modifiers which are implied by the context
42637 src/com/gps/utilities/HQLQueryUtils.java 33 Variables that are final and static should be all capitals, 'vehicleInfoQueryWithOrg' is not all capitals.
42638 src/com/gps/utilities/HQLQueryUtils.java 33 fieldCommentRequirement Required
42639 src/com/gps/utilities/HQLQueryUtils.java 36 Avoid excessively long variable names like vehicleInfoQueryForFenceEntry
42640 src/com/gps/utilities/HQLQueryUtils.java 36 Avoid modifiers which are implied by the context
42641 src/com/gps/utilities/HQLQueryUtils.java 36 Variables that are final and static should be all capitals, 'vehicleInfoQueryForFenceEntry' is not all capitals.
42642 src/com/gps/utilities/HQLQueryUtils.java 36 fieldCommentRequirement Required
42643 src/com/gps/utilities/HQLQueryUtils.java 37 Avoid excessively long variable names like vehicleInfoQueryWithOrgVeh
42644 src/com/gps/utilities/HQLQueryUtils.java 37 Avoid modifiers which are implied by the context
42645 src/com/gps/utilities/HQLQueryUtils.java 37 Variables that are final and static should be all capitals, 'vehicleInfoQueryWithOrgVeh' is not all capitals.
42646 src/com/gps/utilities/HQLQueryUtils.java 37 fieldCommentRequirement Required
42647 src/com/gps/utilities/HQLQueryUtils.java 39 Avoid excessively long variable names like offlineVehicleQuery
42648 src/com/gps/utilities/HQLQueryUtils.java 39 Avoid modifiers which are implied by the context
42649 src/com/gps/utilities/HQLQueryUtils.java 39 Variables that are final and static should be all capitals, 'offlineVehicleQuery' is not all capitals.
42650 src/com/gps/utilities/HQLQueryUtils.java 39 fieldCommentRequirement Required
42651 src/com/gps/utilities/HQLQueryUtils.java 40 Avoid excessively long variable names like vehiclePresentQuery
42652 src/com/gps/utilities/HQLQueryUtils.java 40 Avoid modifiers which are implied by the context
42653 src/com/gps/utilities/HQLQueryUtils.java 40 Variables that are final and static should be all capitals, 'vehiclePresentQuery' is not all capitals.
42654 src/com/gps/utilities/HQLQueryUtils.java 40 fieldCommentRequirement Required
42655 src/com/gps/utilities/HQLQueryUtils.java 42 Avoid modifiers which are implied by the context
42656 src/com/gps/utilities/HQLQueryUtils.java 42 Variables that are final and static should be all capitals, 'offlineBusQuery' is not all capitals.
42657 src/com/gps/utilities/HQLQueryUtils.java 42 fieldCommentRequirement Required
42658 src/com/gps/utilities/HQLQueryUtils.java 43 Avoid modifiers which are implied by the context
42659 src/com/gps/utilities/HQLQueryUtils.java 43 Variables that are final and static should be all capitals, 'deleteQuery' is not all capitals.
42660 src/com/gps/utilities/HQLQueryUtils.java 43 fieldCommentRequirement Required
42661 src/com/gps/utilities/HQLQueryUtils.java 47 Avoid excessively long variable names like deviationCheckResponseQuery
42662 src/com/gps/utilities/HQLQueryUtils.java 47 Avoid modifiers which are implied by the context
42663 src/com/gps/utilities/HQLQueryUtils.java 47 Variables that are final and static should be all capitals, 'deviationCheckResponseQuery' is not all capitals.
42664 src/com/gps/utilities/HQLQueryUtils.java 47 fieldCommentRequirement Required
42665 src/com/gps/utilities/HQLQueryUtils.java 49 Avoid modifiers which are implied by the context
42666 src/com/gps/utilities/HQLQueryUtils.java 49 Variables that are final and static should be all capitals, 'removePacketQuery' is not all capitals.
42667 src/com/gps/utilities/HQLQueryUtils.java 49 fieldCommentRequirement Required
42668 src/com/gps/utilities/HQLQueryUtils.java 51 Avoid excessively long variable names like duplicatePacketQuery
42669 src/com/gps/utilities/HQLQueryUtils.java 51 Avoid modifiers which are implied by the context
42670 src/com/gps/utilities/HQLQueryUtils.java 51 Variables that are final and static should be all capitals, 'duplicatePacketQuery' is not all capitals.
42671 src/com/gps/utilities/HQLQueryUtils.java 51 fieldCommentRequirement Required
42672 src/com/gps/utilities/HQLQueryUtils.java 54 Avoid excessively long variable names like vehicleInfoQueryWithVeh
42673 src/com/gps/utilities/HQLQueryUtils.java 54 Avoid modifiers which are implied by the context
42674 src/com/gps/utilities/HQLQueryUtils.java 54 Variables that are final and static should be all capitals, 'vehicleInfoQueryWithVeh' is not all capitals.
42675 src/com/gps/utilities/HQLQueryUtils.java 54 fieldCommentRequirement Required
42676 src/com/gps/utilities/HQLQueryUtils.java 57 Avoid modifiers which are implied by the context
42677 src/com/gps/utilities/HQLQueryUtils.java 57 Variables that are final and static should be all capitals, 'prevPacketQuery' is not all capitals.
42678 src/com/gps/utilities/HQLQueryUtils.java 57 fieldCommentRequirement Required
42679 src/com/gps/utilities/HttpClientGps.java 10 Avoid unused imports such as 'com.gps.hibernate.SMSDetails'
42680 src/com/gps/utilities/HttpClientGps.java 14 Avoid unused imports such as 'com.gps.webservice.PolygonRegionSOAPImpl'
42681 src/com/gps/utilities/HttpClientGps.java 15 Avoid unused imports such as 'com.sun.xml.ws.policy.privateutil.PolicyUtils.Collections'
42682 src/com/gps/utilities/HttpClientGps.java 19 Avoid unused imports such as 'java.net.URLEncoder'
42683 src/com/gps/utilities/HttpClientGps.java 22 Avoid unused imports such as 'java.util.Calendar'
42684 src/com/gps/utilities/HttpClientGps.java 24 Avoid unused imports such as 'java.util.Iterator'
42685 src/com/gps/utilities/HttpClientGps.java 31 The class 'HttpClientGps' has a Cyclomatic Complexity of 5 (Highest = 13).
42686 src/com/gps/utilities/HttpClientGps.java 31 headerCommentRequirement Required
42687 src/com/gps/utilities/HttpClientGps.java 33 Avoid using redundant field initializer for 'success'
42688 src/com/gps/utilities/HttpClientGps.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
42689 src/com/gps/utilities/HttpClientGps.java 33 Use explicit scoping instead of the default package private level
42690 src/com/gps/utilities/HttpClientGps.java 33 fieldCommentRequirement Required
42691 src/com/gps/utilities/HttpClientGps.java 34 Avoid using redundant field initializer for 'stat'
42692 src/com/gps/utilities/HttpClientGps.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
42693 src/com/gps/utilities/HttpClientGps.java 34 Use explicit scoping instead of the default package private level
42694 src/com/gps/utilities/HttpClientGps.java 34 fieldCommentRequirement Required
42695 src/com/gps/utilities/HttpClientGps.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
42696 src/com/gps/utilities/HttpClientGps.java 35 StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
42697 src/com/gps/utilities/HttpClientGps.java 35 fieldCommentRequirement Required
42698 src/com/gps/utilities/HttpClientGps.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
42699 src/com/gps/utilities/HttpClientGps.java 36 Use explicit scoping instead of the default package private level
42700 src/com/gps/utilities/HttpClientGps.java 36 fieldCommentRequirement Required
42701 src/com/gps/utilities/HttpClientGps.java 37 Avoid variables with short names like to
42702 src/com/gps/utilities/HttpClientGps.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
42703 src/com/gps/utilities/HttpClientGps.java 37 StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
42704 src/com/gps/utilities/HttpClientGps.java 37 Use explicit scoping instead of the default package private level
42705 src/com/gps/utilities/HttpClientGps.java 37 fieldCommentRequirement Required
42706 src/com/gps/utilities/HttpClientGps.java 38 Found non-transient, non-static member. Please mark as transient or provide accessors.
42707 src/com/gps/utilities/HttpClientGps.java 38 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'status_response' is not final.
42708 src/com/gps/utilities/HttpClientGps.java 38 Use explicit scoping instead of the default package private level
42709 src/com/gps/utilities/HttpClientGps.java 38 fieldCommentRequirement Required
42710 src/com/gps/utilities/HttpClientGps.java 39 Avoid using redundant field initializer for 'method'
42711 src/com/gps/utilities/HttpClientGps.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
42712 src/com/gps/utilities/HttpClientGps.java 39 Use explicit scoping instead of the default package private level
42713 src/com/gps/utilities/HttpClientGps.java 39 fieldCommentRequirement Required
42714 src/com/gps/utilities/HttpClientGps.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
42715 src/com/gps/utilities/HttpClientGps.java 40 Use explicit scoping instead of the default package private level
42716 src/com/gps/utilities/HttpClientGps.java 40 fieldCommentRequirement Required
42717 src/com/gps/utilities/HttpClientGps.java 41 Avoid using redundant field initializer for 'total_count'
42718 src/com/gps/utilities/HttpClientGps.java 41 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'total_count' is not final.
42719 src/com/gps/utilities/HttpClientGps.java 41 fieldCommentRequirement Required
42720 src/com/gps/utilities/HttpClientGps.java 42 Avoid using redundant field initializer for 'success_url1'
42721 src/com/gps/utilities/HttpClientGps.java 42 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'success_url1' is not final.
42722 src/com/gps/utilities/HttpClientGps.java 42 fieldCommentRequirement Required
42723 src/com/gps/utilities/HttpClientGps.java 43 Avoid using redundant field initializer for 'success_url2'
42724 src/com/gps/utilities/HttpClientGps.java 43 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'success_url2' is not final.
42725 src/com/gps/utilities/HttpClientGps.java 43 fieldCommentRequirement Required
42726 src/com/gps/utilities/HttpClientGps.java 45 The Logger variable declaration does not contain the static and final modifiers
42727 src/com/gps/utilities/HttpClientGps.java 45 fieldCommentRequirement Required
42728 src/com/gps/utilities/HttpClientGps.java 47 Parameter 'port' is not assigned and could be declared final
42729 src/com/gps/utilities/HttpClientGps.java 47 Parameter 'proxy' is not assigned and could be declared final
42730 src/com/gps/utilities/HttpClientGps.java 47 Parameter 'queryString' is not assigned and could be declared final
42731 src/com/gps/utilities/HttpClientGps.java 47 Parameter 'url' is not assigned and could be declared final
42732 src/com/gps/utilities/HttpClientGps.java 47 publicMethodCommentRequirement Required
42733 src/com/gps/utilities/HttpClientGps.java 50 Local variable 'client' could be declared final
42734 src/com/gps/utilities/HttpClientGps.java 53 Local variable 'host' could be declared final
42735 src/com/gps/utilities/HttpClientGps.java 53 Potential violation of Law of Demeter (object not created locally)
42736 src/com/gps/utilities/HttpClientGps.java 54 Potential violation of Law of Demeter (object not created locally)
42737 src/com/gps/utilities/HttpClientGps.java 56 Comment is too large: Line too long
42738 src/com/gps/utilities/HttpClientGps.java 57 Found 'DD'-anomaly for variable 'sta' (lines '57'-'67').
42739 src/com/gps/utilities/HttpClientGps.java 59 Local variable 'method' could be declared final
42740 src/com/gps/utilities/HttpClientGps.java 60 Potential violation of Law of Demeter (object not created locally)
42741 src/com/gps/utilities/HttpClientGps.java 63 Potential violation of Law of Demeter (object not created locally)
42742 src/com/gps/utilities/HttpClientGps.java 63 System.out.print is used
42743 src/com/gps/utilities/HttpClientGps.java 67 Found 'DD'-anomaly for variable 'sta' (lines '67'-'80').
42744 src/com/gps/utilities/HttpClientGps.java 67 Found 'DD'-anomaly for variable 'sta' (lines '67'-'83').
42745 src/com/gps/utilities/HttpClientGps.java 77 Local variable 'statusCode' could be declared final
42746 src/com/gps/utilities/HttpClientGps.java 77 Potential violation of Law of Demeter (object not created locally)
42747 src/com/gps/utilities/HttpClientGps.java 78 Avoid if (x != y) ..; else ..;
42748 src/com/gps/utilities/HttpClientGps.java 80 Found 'DD'-anomaly for variable 'sta' (lines '80'-'97').
42749 src/com/gps/utilities/HttpClientGps.java 81 Potential violation of Law of Demeter (object not created locally)
42750 src/com/gps/utilities/HttpClientGps.java 81 System.out.print is used
42751 src/com/gps/utilities/HttpClientGps.java 83 Found 'DD'-anomaly for variable 'sta' (lines '83'-'97').
42752 src/com/gps/utilities/HttpClientGps.java 87 Local variable 'responseBody' could be declared final
42753 src/com/gps/utilities/HttpClientGps.java 87 Potential violation of Law of Demeter (object not created locally)
42754 src/com/gps/utilities/HttpClientGps.java 91 Avoid unused local variables such as 'ss'.
42755 src/com/gps/utilities/HttpClientGps.java 91 Avoid variables with short names like ss
42756 src/com/gps/utilities/HttpClientGps.java 91 Found 'DU'-anomaly for variable 'ss' (lines '91'-'112').
42757 src/com/gps/utilities/HttpClientGps.java 91 Local variable 'ss' could be declared final
42758 src/com/gps/utilities/HttpClientGps.java 97 Found 'DD'-anomaly for variable 'sta' (lines '97'-'102').
42759 src/com/gps/utilities/HttpClientGps.java 98 Potential violation of Law of Demeter (object not created locally)
42760 src/com/gps/utilities/HttpClientGps.java 98 System.out.print is used
42761 src/com/gps/utilities/HttpClientGps.java 103 Potential violation of Law of Demeter (object not created locally)
42762 src/com/gps/utilities/HttpClientGps.java 103 System.out.print is used
42763 src/com/gps/utilities/HttpClientGps.java 109 Potential violation of Law of Demeter (object not created locally)
42764 src/com/gps/utilities/HttpClientGps.java 113 Avoid variables with short names like s2
42765 src/com/gps/utilities/HttpClientGps.java 113 Parameter 's2' is not assigned and could be declared final
42766 src/com/gps/utilities/HttpClientGps.java 113 publicMethodCommentRequirement Required
42767 src/com/gps/utilities/HttpClientGps.java 120 A method should have only one exit point, and that should be the last statement in the method
42768 src/com/gps/utilities/HttpClientGps.java 131 Avoid long parameter lists.
42769 src/com/gps/utilities/HttpClientGps.java 131 Avoid really long methods.
42770 src/com/gps/utilities/HttpClientGps.java 131 Found 'UR'-anomaly for variable 'recipient' (lines '131'-'173').
42771 src/com/gps/utilities/HttpClientGps.java 131 Parameter 'currentFence' is not assigned and could be declared final
42772 src/com/gps/utilities/HttpClientGps.java 131 Parameter 'message' is not assigned and could be declared final
42773 src/com/gps/utilities/HttpClientGps.java 131 Parameter 'msgType' is not assigned and could be declared final
42774 src/com/gps/utilities/HttpClientGps.java 131 Parameter 'password' is not assigned and could be declared final
42775 src/com/gps/utilities/HttpClientGps.java 131 Parameter 'port' is not assigned and could be declared final
42776 src/com/gps/utilities/HttpClientGps.java 131 Parameter 'proxy' is not assigned and could be declared final
42777 src/com/gps/utilities/HttpClientGps.java 131 Parameter 'senderId' is not assigned and could be declared final
42778 src/com/gps/utilities/HttpClientGps.java 131 Parameter 'sessVal' is not assigned and could be declared final
42779 src/com/gps/utilities/HttpClientGps.java 131 Parameter 'url' is not assigned and could be declared final
42780 src/com/gps/utilities/HttpClientGps.java 131 Parameter 'username' is not assigned and could be declared final
42781 src/com/gps/utilities/HttpClientGps.java 131 Rather than using a lot of String arguments, consider using a container object for those values.
42782 src/com/gps/utilities/HttpClientGps.java 131 The method 'sendAlertMessage' has a Cyclomatic Complexity of 13.
42783 src/com/gps/utilities/HttpClientGps.java 131 publicMethodCommentRequirement Required
42784 src/com/gps/utilities/HttpClientGps.java 132 There is log block not surrounded by if
42785 src/com/gps/utilities/HttpClientGps.java 132 There is log block not surrounded by if
42786 src/com/gps/utilities/HttpClientGps.java 136 Avoid declaring a variable if it is unreferenced before a possible exit point.
42787 src/com/gps/utilities/HttpClientGps.java 136 Avoid unused local variables such as 'geoIdsList'.
42788 src/com/gps/utilities/HttpClientGps.java 136 Found 'DU'-anomaly for variable 'geoIdsList' (lines '136'-'275').
42789 src/com/gps/utilities/HttpClientGps.java 136 Local variable 'geoIdsList' could be declared final
42790 src/com/gps/utilities/HttpClientGps.java 137 Found 'DD'-anomaly for variable 'recipientList' (lines '137'-'150').
42791 src/com/gps/utilities/HttpClientGps.java 138 Avoid declaring a variable if it is unreferenced before a possible exit point.
42792 src/com/gps/utilities/HttpClientGps.java 138 Avoid unused local variables such as 'trip'.
42793 src/com/gps/utilities/HttpClientGps.java 138 Local variable 'trip' could be declared final
42794 src/com/gps/utilities/HttpClientGps.java 139 Avoid declaring a variable if it is unreferenced before a possible exit point.
42795 src/com/gps/utilities/HttpClientGps.java 139 Found 'DD'-anomaly for variable 'nmobno' (lines '139'-'173').
42796 src/com/gps/utilities/HttpClientGps.java 139 Found 'DU'-anomaly for variable 'nmobno' (lines '139'-'275').
42797 src/com/gps/utilities/HttpClientGps.java 144 Local variable 'geoDao' could be declared final
42798 src/com/gps/utilities/HttpClientGps.java 150 Potential violation of Law of Demeter (object not created locally)
42799 src/com/gps/utilities/HttpClientGps.java 151 Potential violation of Law of Demeter (object not created locally)
42800 src/com/gps/utilities/HttpClientGps.java 151 There is log block not surrounded by if
42801 src/com/gps/utilities/HttpClientGps.java 151 There is log block not surrounded by if
42802 src/com/gps/utilities/HttpClientGps.java 154 Avoid using Literals in Conditional Statements
42803 src/com/gps/utilities/HttpClientGps.java 154 Potential violation of Law of Demeter (object not created locally)
42804 src/com/gps/utilities/HttpClientGps.java 154 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
42805 src/com/gps/utilities/HttpClientGps.java 157 There is log block not surrounded by if
42806 src/com/gps/utilities/HttpClientGps.java 157 There is log block not surrounded by if
42807 src/com/gps/utilities/HttpClientGps.java 159 A method should have only one exit point, and that should be the last statement in the method
42808 src/com/gps/utilities/HttpClientGps.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42809 src/com/gps/utilities/HttpClientGps.java 170 Avoid variables with short names like i
42810 src/com/gps/utilities/HttpClientGps.java 170 Found 'DU'-anomaly for variable 'i' (lines '170'-'275').
42811 src/com/gps/utilities/HttpClientGps.java 171 Local variable 'recipient' could be declared final
42812 src/com/gps/utilities/HttpClientGps.java 173 Found 'DD'-anomaly for variable 'nmobno' (lines '173'-'175').
42813 src/com/gps/utilities/HttpClientGps.java 173 Potential violation of Law of Demeter (object not created locally)
42814 src/com/gps/utilities/HttpClientGps.java 175 Potential violation of Law of Demeter (object not created locally)
42815 src/com/gps/utilities/HttpClientGps.java 176 There is log block not surrounded by if
42816 src/com/gps/utilities/HttpClientGps.java 176 There is log block not surrounded by if
42817 src/com/gps/utilities/HttpClientGps.java 177 Avoid using Literals in Conditional Statements
42818 src/com/gps/utilities/HttpClientGps.java 178 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
42819 src/com/gps/utilities/HttpClientGps.java 179 There is log block not surrounded by if
42820 src/com/gps/utilities/HttpClientGps.java 179 There is log block not surrounded by if
42821 src/com/gps/utilities/HttpClientGps.java 182 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
42822 src/com/gps/utilities/HttpClientGps.java 184 Found 'DU'-anomaly for variable 'i' (lines '184'-'275').
42823 src/com/gps/utilities/HttpClientGps.java 188 Comment is too large: Line too long
42824 src/com/gps/utilities/HttpClientGps.java 191 Avoid empty if statements
42825 src/com/gps/utilities/HttpClientGps.java 191 Avoid empty if statements
42826 src/com/gps/utilities/HttpClientGps.java 200 There is log block not surrounded by if
42827 src/com/gps/utilities/HttpClientGps.java 200 There is log block not surrounded by if
42828 src/com/gps/utilities/HttpClientGps.java 201 Comment is too large: Line too long
42829 src/com/gps/utilities/HttpClientGps.java 203 Comment is too large: Line too long
42830 src/com/gps/utilities/HttpClientGps.java 208 Local variable 'responseBody' could be declared final
42831 src/com/gps/utilities/HttpClientGps.java 211 Avoid instantiating new objects inside loops
42832 src/com/gps/utilities/HttpClientGps.java 211 Avoid variables with short names like ss
42833 src/com/gps/utilities/HttpClientGps.java 211 Local variable 'ss' could be declared final
42834 src/com/gps/utilities/HttpClientGps.java 213 Comment is too large: Line too long
42835 src/com/gps/utilities/HttpClientGps.java 215 Comment is too large: Line too long
42836 src/com/gps/utilities/HttpClientGps.java 216 Comment is too large: Line too long
42837 src/com/gps/utilities/HttpClientGps.java 219 Avoid using Literals in Conditional Statements
42838 src/com/gps/utilities/HttpClientGps.java 222 Useless parentheses.
42839 src/com/gps/utilities/HttpClientGps.java 222 Useless parentheses.
42840 src/com/gps/utilities/HttpClientGps.java 223 Potential violation of Law of Demeter (method chain calls)
42841 src/com/gps/utilities/HttpClientGps.java 225 Useless parentheses.
42842 src/com/gps/utilities/HttpClientGps.java 225 Useless parentheses.
42843 src/com/gps/utilities/HttpClientGps.java 227 Potential violation of Law of Demeter (method chain calls)
42844 src/com/gps/utilities/HttpClientGps.java 229 Useless parentheses.
42845 src/com/gps/utilities/HttpClientGps.java 229 Useless parentheses.
42846 src/com/gps/utilities/HttpClientGps.java 233 Avoid instantiating new objects inside loops
42847 src/com/gps/utilities/HttpClientGps.java 233 Local variable 'sms' could be declared final
42848 src/com/gps/utilities/HttpClientGps.java 234 Avoid instantiating new objects inside loops
42849 src/com/gps/utilities/HttpClientGps.java 234 Local variable 'time' could be declared final
42850 src/com/gps/utilities/HttpClientGps.java 235 Avoid instantiating new objects inside loops
42851 src/com/gps/utilities/HttpClientGps.java 235 Local variable 'format' could be declared final
42852 src/com/gps/utilities/HttpClientGps.java 235 When instantiating a SimpleDateFormat object, specify a Locale
42853 src/com/gps/utilities/HttpClientGps.java 236 Local variable 'orgid' could be declared final
42854 src/com/gps/utilities/HttpClientGps.java 236 Potential violation of Law of Demeter (method chain calls)
42855 src/com/gps/utilities/HttpClientGps.java 236 Potential violation of Law of Demeter (method chain calls)
42856 src/com/gps/utilities/HttpClientGps.java 237 Local variable 'tripId' could be declared final
42857 src/com/gps/utilities/HttpClientGps.java 237 Potential violation of Law of Demeter (method chain calls)
42858 src/com/gps/utilities/HttpClientGps.java 238 Potential violation of Law of Demeter (object not created locally)
42859 src/com/gps/utilities/HttpClientGps.java 238 Potential violation of Law of Demeter (object not created locally)
42860 src/com/gps/utilities/HttpClientGps.java 242 There is log block not surrounded by if
42861 src/com/gps/utilities/HttpClientGps.java 242 There is log block not surrounded by if
42862 src/com/gps/utilities/HttpClientGps.java 243 There is log block not surrounded by if
42863 src/com/gps/utilities/HttpClientGps.java 243 There is log block not surrounded by if
42864 src/com/gps/utilities/HttpClientGps.java 244 Potential violation of Law of Demeter (method chain calls)
42865 src/com/gps/utilities/HttpClientGps.java 244 Potential violation of Law of Demeter (method chain calls)
42866 src/com/gps/utilities/HttpClientGps.java 244 There is log block not surrounded by if
42867 src/com/gps/utilities/HttpClientGps.java 244 There is log block not surrounded by if
42868 src/com/gps/utilities/HttpClientGps.java 245 There is log block not surrounded by if
42869 src/com/gps/utilities/HttpClientGps.java 245 There is log block not surrounded by if
42870 src/com/gps/utilities/HttpClientGps.java 246 There is log block not surrounded by if
42871 src/com/gps/utilities/HttpClientGps.java 246 There is log block not surrounded by if
42872 src/com/gps/utilities/HttpClientGps.java 247 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42873 src/com/gps/utilities/HttpClientGps.java 249 There is log block not surrounded by if
42874 src/com/gps/utilities/HttpClientGps.java 253 There is log block not surrounded by if
42875 src/com/gps/utilities/HttpClientGps.java 253 There is log block not surrounded by if
42876 src/com/gps/utilities/HttpClientGps.java 258 There is log block not surrounded by if
42877 src/com/gps/utilities/HttpClientGps.java 258 There is log block not surrounded by if
42878 src/com/gps/utilities/HttpClientGps.java 262 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42879 src/com/gps/utilities/HttpClientGps.java 269 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42880 src/com/gps/utilities/HttpClientGps.java 278 publicMethodCommentRequirement Required
42881 src/com/gps/utilities/HttpClientGps.java 283 Local variable 'dir' could be declared final
42882 src/com/gps/utilities/HttpClientGps.java 285 Potential violation of Law of Demeter (object not created locally)
42883 src/com/gps/utilities/HttpClientGps.java 285 There is log block not surrounded by if
42884 src/com/gps/utilities/HttpClientGps.java 285 There is log block not surrounded by if
42885 src/com/gps/utilities/HttpClientGps.java 286 Local variable 'children1' could be declared final
42886 src/com/gps/utilities/HttpClientGps.java 286 Potential violation of Law of Demeter (object not created locally)
42887 src/com/gps/utilities/HttpClientGps.java 287 There is log block not surrounded by if
42888 src/com/gps/utilities/HttpClientGps.java 287 There is log block not surrounded by if
42889 src/com/gps/utilities/HttpClientGps.java 290 Potential violation of Law of Demeter (static property access)
42890 src/com/gps/utilities/HttpClientGps.java 291 A method should have only one exit point, and that should be the last statement in the method
42891 src/com/gps/utilities/HttpClientGps.java 292 Comment is too large: Line too long
42892 src/com/gps/utilities/HttpClientGps.java 294 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42893 src/com/gps/utilities/HttpClientGps.java 296 There is log block not surrounded by if
42894 src/com/gps/utilities/HttpClientGps.java 304 publicMethodCommentRequirement Required
42895 src/com/gps/utilities/HttpClientGps.java 307 Found 'DD'-anomaly for variable 'responseBody1' (lines '307'-'342').
42896 src/com/gps/utilities/HttpClientGps.java 311 There is log block not surrounded by if
42897 src/com/gps/utilities/HttpClientGps.java 311 There is log block not surrounded by if
42898 src/com/gps/utilities/HttpClientGps.java 315 System.out.print is used
42899 src/com/gps/utilities/HttpClientGps.java 330 Local variable 'statusCode' could be declared final
42900 src/com/gps/utilities/HttpClientGps.java 332 Avoid if (x != y) ..; else ..;
42901 src/com/gps/utilities/HttpClientGps.java 335 There is log block not surrounded by if
42902 src/com/gps/utilities/HttpClientGps.java 343 There is log block not surrounded by if
42903 src/com/gps/utilities/HttpClientGps.java 343 There is log block not surrounded by if
42904 src/com/gps/utilities/HttpClientGps.java 348 Potential violation of Law of Demeter (object not created locally)
42905 src/com/gps/utilities/HttpClientGps.java 348 There is log block not surrounded by if
42906 src/com/gps/utilities/HttpClientGps.java 353 Potential violation of Law of Demeter (object not created locally)
42907 src/com/gps/utilities/HttpClientGps.java 353 There is log block not surrounded by if
42908 src/com/gps/utilities/HttpClientGps.java 361 There is log block not surrounded by if
42909 src/com/gps/utilities/HttpClientGps.java 361 There is log block not surrounded by if
42910 src/com/gps/utilities/HttpClientGps.java 366 Parameter 'fname' is not assigned and could be declared final
42911 src/com/gps/utilities/HttpClientGps.java 366 Parameter 'msg' is not assigned and could be declared final
42912 src/com/gps/utilities/HttpClientGps.java 366 Parameter 'msgType' is not assigned and could be declared final
42913 src/com/gps/utilities/HttpClientGps.java 366 publicMethodCommentRequirement Required
42914 src/com/gps/utilities/HttpClientGps.java 368 Local variable 'config' could be declared final
42915 src/com/gps/utilities/HttpClientGps.java 369 There is log block not surrounded by if
42916 src/com/gps/utilities/HttpClientGps.java 369 There is log block not surrounded by if
42917 src/com/gps/utilities/HttpClientGps.java 370 Found 'DD'-anomaly for variable 'props' (lines '370'-'375').
42918 src/com/gps/utilities/HttpClientGps.java 374 There is log block not surrounded by if
42919 src/com/gps/utilities/HttpClientGps.java 374 There is log block not surrounded by if
42920 src/com/gps/utilities/HttpClientGps.java 378 Local variable 'proxy' could be declared final
42921 src/com/gps/utilities/HttpClientGps.java 379 Position literals first in String comparisons
42922 src/com/gps/utilities/HttpClientGps.java 381 There is log block not surrounded by if
42923 src/com/gps/utilities/HttpClientGps.java 381 There is log block not surrounded by if
42924 src/com/gps/utilities/HttpClientGps.java 383 Local variable 'host' could be declared final
42925 src/com/gps/utilities/HttpClientGps.java 393 There is log block not surrounded by if
42926 src/com/gps/utilities/HttpClientGps.java 393 There is log block not surrounded by if
42927 src/com/gps/utilities/HttpClientGps.java 396 Avoid using Literals in Conditional Statements
42928 src/com/gps/utilities/HttpClientGps.java 397 Avoid using if...else statements without curly braces
42929 src/com/gps/utilities/HttpClientGps.java 401 There is log block not surrounded by if
42930 src/com/gps/utilities/HttpClientGps.java 401 There is log block not surrounded by if
42931 src/com/gps/utilities/HttpClientGps.java 405 There is log block not surrounded by if
42932 src/com/gps/utilities/HttpClientGps.java 405 There is log block not surrounded by if
42933 src/com/gps/utilities/HttpClientGps.java 418 publicMethodCommentRequirement Required
42934 src/com/gps/utilities/HttpClientGps.java 419 Local variable 'dateFormat' could be declared final
42935 src/com/gps/utilities/HttpClientGps.java 419 When instantiating a SimpleDateFormat object, specify a Locale
42936 src/com/gps/utilities/HttpClientGps.java 420 Local variable 'date' could be declared final
42937 src/com/gps/utilities/HttpClientGps.java 424 Parameter 'args' is not assigned and could be declared final
42938 src/com/gps/utilities/HttpClientGps.java 424 publicMethodCommentRequirement Required
42939 src/com/gps/utilities/HttpClientGps.java 426 Local variable 'client' could be declared final
42940 src/com/gps/utilities/HttpClientGps.java 429 Local variable 'results' could be declared final
42941 src/com/gps/utilities/HttpClientGps.java 439 System.out.print is used
42942 src/com/gps/utilities/HttpClientGps.java 442 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42943 src/com/gps/utilities/HttpClientGps.java 445 Avoid statements in a catch block that invoke accessors on the exception without using the information
42944 src/com/gps/utilities/LiveDashboardSettings.java 35 The Logger variable declaration does not contain the static and final modifiers
42945 src/com/gps/utilities/LiveDashboardSettings.java 37 Comment is too large: Line too long
42946 src/com/gps/utilities/LiveDashboardSettings.java 45 Parameter 'organizationId' is not assigned and could be declared final
42947 src/com/gps/utilities/LiveDashboardSettings.java 45 Parameter 'userId' is not assigned and could be declared final
42948 src/com/gps/utilities/LiveDashboardSettings.java 46 Found 'DD'-anomaly for variable 'dashSettings' (lines '46'-'48').
42949 src/com/gps/utilities/LiveDashboardSettings.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42950 src/com/gps/utilities/LiveDashboardSettings.java 51 There is log block not surrounded by if
42951 src/com/gps/utilities/LiveDashboardSettings.java 60 Parameter 'userSettings' is not assigned and could be declared final
42952 src/com/gps/utilities/LiveDashboardSettings.java 60 publicMethodCommentRequirement Required
42953 src/com/gps/utilities/LiveDashboardSettings.java 61 Local variable 'userSettingsDAO' could be declared final
42954 src/com/gps/utilities/LiveDashboardSettings.java 62 Found 'DD'-anomaly for variable 'response' (lines '62'-'66').
42955 src/com/gps/utilities/LiveDashboardSettings.java 65 Avoid using if statements without curly braces
42956 src/com/gps/utilities/LiveDashboardSettings.java 65 Potential violation of Law of Demeter (object not created locally)
42957 src/com/gps/utilities/LiveDashboardSettings.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42958 src/com/gps/utilities/LiveDashboardSettings.java 69 There is log block not surrounded by if
42959 src/com/gps/utilities/LiveDashboardSettings.java 73 Potential violation of Law of Demeter (method chain calls)
42960 src/com/gps/utilities/LiveDashboardSettings.java 73 Potential violation of Law of Demeter (method chain calls)
42961 src/com/gps/utilities/LiveDashboardSettings.java 81 Parameter 'organizationId' is not assigned and could be declared final
42962 src/com/gps/utilities/LiveDashboardSettings.java 81 Parameter 'userId' is not assigned and could be declared final
42963 src/com/gps/utilities/LiveDashboardSettings.java 83 Found 'DD'-anomaly for variable 'dashSettings' (lines '83'-'99').
42964 src/com/gps/utilities/LiveDashboardSettings.java 84 Local variable 'userSettingsDAO' could be declared final
42965 src/com/gps/utilities/LiveDashboardSettings.java 85 Found 'DD'-anomaly for variable 'userLayout' (lines '85'-'93').
42966 src/com/gps/utilities/LiveDashboardSettings.java 86 Avoid excessively long variable names like vehiclePaneSettings
42967 src/com/gps/utilities/LiveDashboardSettings.java 86 Found 'DD'-anomaly for variable 'vehiclePaneSettings' (lines '86'-'95').
42968 src/com/gps/utilities/LiveDashboardSettings.java 87 Local variable 'panelSettings' could be declared final
42969 src/com/gps/utilities/LiveDashboardSettings.java 88 Found 'DD'-anomaly for variable 'infoPanes' (lines '88'-'97').
42970 src/com/gps/utilities/LiveDashboardSettings.java 96 Comment is too large: Line too long
42971 src/com/gps/utilities/LiveDashboardSettings.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42972 src/com/gps/utilities/LocationManager.java 13 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
42973 src/com/gps/utilities/LocationManager.java 13 headerCommentRequirement Required
42974 src/com/gps/utilities/LocationManager.java 15 The Logger variable declaration does not contain the static and final modifiers
42975 src/com/gps/utilities/LocationManager.java 15 Use explicit scoping instead of the default package private level
42976 src/com/gps/utilities/LocationManager.java 15 fieldCommentRequirement Required
42977 src/com/gps/utilities/LocationManager.java 19 Parameter 'tripId' is not assigned and could be declared final
42978 src/com/gps/utilities/LocationManager.java 19 publicMethodCommentRequirement Required
42979 src/com/gps/utilities/LocationManager.java 21 Avoid declaring a variable if it is unreferenced before a possible exit point.
42980 src/com/gps/utilities/LocationManager.java 21 Avoid unused local variables such as 'pos'.
42981 src/com/gps/utilities/LocationManager.java 21 Found 'DU'-anomaly for variable 'pos' (lines '21'-'53').
42982 src/com/gps/utilities/LocationManager.java 21 Local variable 'pos' could be declared final
42983 src/com/gps/utilities/LocationManager.java 22 There is log block not surrounded by if
42984 src/com/gps/utilities/LocationManager.java 22 There is log block not surrounded by if
42985 src/com/gps/utilities/LocationManager.java 23 Found 'DD'-anomaly for variable 'location' (lines '23'-'31').
42986 src/com/gps/utilities/LocationManager.java 29 There is log block not surrounded by if
42987 src/com/gps/utilities/LocationManager.java 29 There is log block not surrounded by if
42988 src/com/gps/utilities/LocationManager.java 30 Local variable 'populator' could be declared final
42989 src/com/gps/utilities/LocationManager.java 31 Potential violation of Law of Demeter (object not created locally)
42990 src/com/gps/utilities/LocationManager.java 32 There is log block not surrounded by if
42991 src/com/gps/utilities/LocationManager.java 32 There is log block not surrounded by if
42992 src/com/gps/utilities/LocationManager.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42993 src/com/gps/utilities/LocationManager.java 36 There is log block not surrounded by if
42994 src/com/gps/utilities/LocationManager.java 44 There is log block not surrounded by if
42995 src/com/gps/utilities/LocationManager.java 44 There is log block not surrounded by if
42996 src/com/gps/utilities/LocationManager.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42997 src/com/gps/utilities/LocationManager.java 48 There is log block not surrounded by if
42998 src/com/gps/utilities/LocationManager.java 52 Potential violation of Law of Demeter (method chain calls)
42999 src/com/gps/utilities/LocationManager.java 52 Potential violation of Law of Demeter (method chain calls)
43000 src/com/gps/utilities/LocationManager.java 56 A method/constructor shouldnt explicitly throw java.lang.Exception
43001 src/com/gps/utilities/LocationManager.java 56 Parameter 'args' is not assigned and could be declared final
43002 src/com/gps/utilities/LocationManager.java 56 publicMethodCommentRequirement Required
43003 src/com/gps/utilities/LocationManager.java 59 Local variable 'dao' could be declared final
43004 src/com/gps/utilities/LoggerStackTraceUtil.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
43005 src/com/gps/utilities/LoggerStackTraceUtil.java 9 headerCommentRequirement Required
43006 src/com/gps/utilities/LoggerStackTraceUtil.java 11 The Logger variable declaration does not contain the static and final modifiers
43007 src/com/gps/utilities/LoggerStackTraceUtil.java 11 fieldCommentRequirement Required
43008 src/com/gps/utilities/LoggerStackTraceUtil.java 14 Avoid variables with short names like th
43009 src/com/gps/utilities/LoggerStackTraceUtil.java 14 Parameter 'th' is not assigned and could be declared final
43010 src/com/gps/utilities/LoggerStackTraceUtil.java 14 publicMethodCommentRequirement Required
43011 src/com/gps/utilities/LoggerStackTraceUtil.java 19 Local variable 'aryError' could be declared final
43012 src/com/gps/utilities/LoggerStackTraceUtil.java 21 Potential violation of Law of Demeter (method chain calls)
43013 src/com/gps/utilities/LoggerStackTraceUtil.java 21 Potential violation of Law of Demeter (method chain calls)
43014 src/com/gps/utilities/LoggerStackTraceUtil.java 21 Potential violation of Law of Demeter (method chain calls)
43015 src/com/gps/utilities/LoggerStackTraceUtil.java 21 Potential violation of Law of Demeter (method chain calls)
43016 src/com/gps/utilities/LoggerStackTraceUtil.java 21 There is log block not surrounded by if
43017 src/com/gps/utilities/LoggerStackTraceUtil.java 23 Avoid using Literals in Conditional Statements
43018 src/com/gps/utilities/LoggerStackTraceUtil.java 26 Potential violation of Law of Demeter (method chain calls)
43019 src/com/gps/utilities/LoggerStackTraceUtil.java 26 Potential violation of Law of Demeter (method chain calls)
43020 src/com/gps/utilities/LoggerStackTraceUtil.java 26 Potential violation of Law of Demeter (method chain calls)
43021 src/com/gps/utilities/LoggerStackTraceUtil.java 26 Potential violation of Law of Demeter (method chain calls)
43022 src/com/gps/utilities/LoggerStackTraceUtil.java 26 There is log block not surrounded by if
43023 src/com/gps/utilities/LoggerStackTraceUtil.java 30 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43024 src/com/gps/utilities/LoginManager.java 5 Avoid unused imports such as 'java.text.SimpleDateFormat'
43025 src/com/gps/utilities/LoginManager.java 6 Avoid unused imports such as 'java.util.Calendar'
43026 src/com/gps/utilities/LoginManager.java 7 Avoid unused imports such as 'java.util.List'
43027 src/com/gps/utilities/LoginManager.java 15 Avoid importing anything from the sun.* packages
43028 src/com/gps/utilities/LoginManager.java 19 Avoid unused imports such as 'com.gps.hibernate.Organization'
43029 src/com/gps/utilities/LoginManager.java 23 headerCommentRequirement Required
43030 src/com/gps/utilities/LoginManager.java 25 Avoid unused private fields such as 'dates'.
43031 src/com/gps/utilities/LoginManager.java 25 Avoid using redundant field initializer for 'dates'
43032 src/com/gps/utilities/LoginManager.java 25 Private field 'dates' could be made final; it is only initialized in the declaration or constructor.
43033 src/com/gps/utilities/LoginManager.java 25 fieldCommentRequirement Required
43034 src/com/gps/utilities/LoginManager.java 26 Avoid unused private fields such as 'days'.
43035 src/com/gps/utilities/LoginManager.java 26 Avoid using redundant field initializer for 'days'
43036 src/com/gps/utilities/LoginManager.java 26 Private field 'days' could be made final; it is only initialized in the declaration or constructor.
43037 src/com/gps/utilities/LoginManager.java 26 fieldCommentRequirement Required
43038 src/com/gps/utilities/LoginManager.java 27 The Logger variable declaration does not contain the static and final modifiers
43039 src/com/gps/utilities/LoginManager.java 27 Use explicit scoping instead of the default package private level
43040 src/com/gps/utilities/LoginManager.java 27 fieldCommentRequirement Required
43041 src/com/gps/utilities/LoginManager.java 32 Avoid reassigning parameters such as 'password'
43042 src/com/gps/utilities/LoginManager.java 32 Method names should not start with capital letters
43043 src/com/gps/utilities/LoginManager.java 32 Parameter 'username' is not assigned and could be declared final
43044 src/com/gps/utilities/LoginManager.java 32 publicMethodCommentRequirement Required
43045 src/com/gps/utilities/LoginManager.java 34 There is log block not surrounded by if
43046 src/com/gps/utilities/LoginManager.java 34 There is log block not surrounded by if
43047 src/com/gps/utilities/LoginManager.java 35 Local variable 'loginProDAO' could be declared final
43048 src/com/gps/utilities/LoginManager.java 36 Found 'DD'-anomaly for variable 'stat' (lines '36'-'41').
43049 src/com/gps/utilities/LoginManager.java 39 System.out.print is used
43050 src/com/gps/utilities/LoginManager.java 41 Potential violation of Law of Demeter (object not created locally)
43051 src/com/gps/utilities/LoginManager.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43052 src/com/gps/utilities/LoginManager.java 45 Potential violation of Law of Demeter (object not created locally)
43053 src/com/gps/utilities/LoginManager.java 45 There is log block not surrounded by if
43054 src/com/gps/utilities/LoginManager.java 46 Avoid printStackTrace(); use a logger call instead.
43055 src/com/gps/utilities/LoginManager.java 46 Potential violation of Law of Demeter (object not created locally)
43056 src/com/gps/utilities/LoginManager.java 54 A method should have only one exit point, and that should be the last statement in the method
43057 src/com/gps/utilities/LoginManager.java 54 Avoid using if...else statements without curly braces
43058 src/com/gps/utilities/LoginManager.java 54 Potential violation of Law of Demeter (method chain calls)
43059 src/com/gps/utilities/LoginManager.java 54 Potential violation of Law of Demeter (method chain calls)
43060 src/com/gps/utilities/LoginManager.java 56 Avoid using if...else statements without curly braces
43061 src/com/gps/utilities/LoginManager.java 56 Potential violation of Law of Demeter (method chain calls)
43062 src/com/gps/utilities/LoginManager.java 56 Potential violation of Law of Demeter (method chain calls)
43063 src/com/gps/utilities/LoginManager.java 60 Avoid reassigning parameters such as 'password'
43064 src/com/gps/utilities/LoginManager.java 60 Method names should not start with capital letters
43065 src/com/gps/utilities/LoginManager.java 60 Parameter 'username' is not assigned and could be declared final
43066 src/com/gps/utilities/LoginManager.java 60 publicMethodCommentRequirement Required
43067 src/com/gps/utilities/LoginManager.java 63 There is log block not surrounded by if
43068 src/com/gps/utilities/LoginManager.java 63 There is log block not surrounded by if
43069 src/com/gps/utilities/LoginManager.java 64 Local variable 'loginProDAO' could be declared final
43070 src/com/gps/utilities/LoginManager.java 65 Found 'DD'-anomaly for variable 'stat' (lines '65'-'70').
43071 src/com/gps/utilities/LoginManager.java 68 System.out.print is used
43072 src/com/gps/utilities/LoginManager.java 70 Potential violation of Law of Demeter (object not created locally)
43073 src/com/gps/utilities/LoginManager.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43074 src/com/gps/utilities/LoginManager.java 74 Potential violation of Law of Demeter (object not created locally)
43075 src/com/gps/utilities/LoginManager.java 74 There is log block not surrounded by if
43076 src/com/gps/utilities/LoginManager.java 75 Avoid printStackTrace(); use a logger call instead.
43077 src/com/gps/utilities/LoginManager.java 75 Potential violation of Law of Demeter (object not created locally)
43078 src/com/gps/utilities/LoginManager.java 79 Parameter 'inputStr' is not assigned and could be declared final
43079 src/com/gps/utilities/LoginManager.java 79 Use block level rather than method level synchronization
43080 src/com/gps/utilities/LoginManager.java 79 publicMethodCommentRequirement Required
43081 src/com/gps/utilities/LoginManager.java 81 Avoid variables with short names like md
43082 src/com/gps/utilities/LoginManager.java 81 Local variable 'md' could be declared final
43083 src/com/gps/utilities/LoginManager.java 82 Potential violation of Law of Demeter (object not created locally)
43084 src/com/gps/utilities/LoginManager.java 83 Local variable 'digest' could be declared final
43085 src/com/gps/utilities/LoginManager.java 83 Potential violation of Law of Demeter (object not created locally)
43086 src/com/gps/utilities/LoginManager.java 84 A method should have only one exit point, and that should be the last statement in the method
43087 src/com/gps/utilities/LoginManager.java 84 This statement may have some unnecessary parentheses
43088 src/com/gps/utilities/LoginManager.java 84 Useless parentheses.
43089 src/com/gps/utilities/LoginManager.java 84 Useless parentheses.
43090 src/com/gps/utilities/LoginManager.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43091 src/com/gps/utilities/LoginManager.java 90 A method/constructor shouldnt explicitly throw java.lang.Exception
43092 src/com/gps/utilities/LoginManager.java 90 Parameter 'args' is not assigned and could be declared final
43093 src/com/gps/utilities/LoginManager.java 90 publicMethodCommentRequirement Required
43094 src/com/gps/utilities/LoginManager.java 92 Avoid unused local variables such as 'lg'.
43095 src/com/gps/utilities/LoginManager.java 92 Avoid variables with short names like lg
43096 src/com/gps/utilities/LoginManager.java 92 Found 'DU'-anomaly for variable 'lg' (lines '92'-'95').
43097 src/com/gps/utilities/LoginManager.java 92 Local variable 'lg' could be declared final
43098 src/com/gps/utilities/LoginManager.java 93 System.out.print is used
43099 src/com/gps/utilities/MapUtils.java 13 headerCommentRequirement Required
43100 src/com/gps/utilities/MapUtils.java 15 fieldCommentRequirement Required
43101 src/com/gps/utilities/MapUtils.java 16 fieldCommentRequirement Required
43102 src/com/gps/utilities/MapUtils.java 17 The Logger variable declaration does not contain the static and final modifiers
43103 src/com/gps/utilities/MapUtils.java 17 fieldCommentRequirement Required
43104 src/com/gps/utilities/MapUtils.java 18 publicMethodCommentRequirement Required
43105 src/com/gps/utilities/MapUtils.java 22 Parameter 'point' is not assigned and could be declared final
43106 src/com/gps/utilities/MapUtils.java 22 publicMethodCommentRequirement Required
43107 src/com/gps/utilities/MapUtils.java 25 publicMethodCommentRequirement Required
43108 src/com/gps/utilities/MapUtils.java 28 Parameter 'points' is not assigned and could be declared final
43109 src/com/gps/utilities/MapUtils.java 28 publicMethodCommentRequirement Required
43110 src/com/gps/utilities/MapUtils.java 39 Parameter 'centerPoint' is not assigned and could be declared final
43111 src/com/gps/utilities/MapUtils.java 39 Parameter 'radius' is not assigned and could be declared final
43112 src/com/gps/utilities/MapUtils.java 42 Local variable 'distance' could be declared final
43113 src/com/gps/utilities/MapUtils.java 46 Potential violation of Law of Demeter (method chain calls)
43114 src/com/gps/utilities/MapUtils.java 46 Potential violation of Law of Demeter (method chain calls)
43115 src/com/gps/utilities/MapUtils.java 46 Potential violation of Law of Demeter (method chain calls)
43116 src/com/gps/utilities/MapUtils.java 46 Potential violation of Law of Demeter (method chain calls)
43117 src/com/gps/utilities/MapUtils.java 46 There is log block not surrounded by if
43118 src/com/gps/utilities/MapUtils.java 46 There is log block not surrounded by if
43119 src/com/gps/utilities/MapUtils.java 53 Avoid reassigning parameters such as 'hdng'
43120 src/com/gps/utilities/MapUtils.java 53 Parameter 'dist' is not assigned and could be declared final
43121 src/com/gps/utilities/MapUtils.java 53 Parameter 'orig' is not assigned and could be declared final
43122 src/com/gps/utilities/MapUtils.java 53 publicMethodCommentRequirement Required
43123 src/com/gps/utilities/MapUtils.java 55 Avoid variables with short names like R
43124 src/com/gps/utilities/MapUtils.java 55 Local variable 'R' could be declared final
43125 src/com/gps/utilities/MapUtils.java 55 Variables should start with a lowercase character, 'R' starts with uppercase character.
43126 src/com/gps/utilities/MapUtils.java 56 Avoid variables with short names like oX
43127 src/com/gps/utilities/MapUtils.java 56 Avoid variables with short names like oY
43128 src/com/gps/utilities/MapUtils.java 56 Use one line for each declaration, it enhances code readability.
43129 src/com/gps/utilities/MapUtils.java 57 Avoid variables with short names like x
43130 src/com/gps/utilities/MapUtils.java 57 Avoid variables with short names like y
43131 src/com/gps/utilities/MapUtils.java 57 Use one line for each declaration, it enhances code readability.
43132 src/com/gps/utilities/MapUtils.java 58 Avoid variables with short names like d
43133 src/com/gps/utilities/MapUtils.java 58 Local variable 'd' could be declared final
43134 src/com/gps/utilities/MapUtils.java 63 Found 'DD'-anomaly for variable 'x' (lines '63'-'65').
43135 src/com/gps/utilities/MapUtils.java 66 There is log block not surrounded by if
43136 src/com/gps/utilities/MapUtils.java 66 There is log block not surrounded by if
43137 src/com/gps/utilities/MapUtils.java 75 Parameter 'point1' is not assigned and could be declared final
43138 src/com/gps/utilities/MapUtils.java 75 Parameter 'point2' is not assigned and could be declared final
43139 src/com/gps/utilities/MapUtils.java 77 Avoid variables with short names like R
43140 src/com/gps/utilities/MapUtils.java 77 Local variable 'R' could be declared final
43141 src/com/gps/utilities/MapUtils.java 77 Variables should start with a lowercase character, 'R' starts with uppercase character.
43142 src/com/gps/utilities/MapUtils.java 78 Local variable 'lon1' could be declared final
43143 src/com/gps/utilities/MapUtils.java 79 Local variable 'lat1' could be declared final
43144 src/com/gps/utilities/MapUtils.java 80 Local variable 'lon2' could be declared final
43145 src/com/gps/utilities/MapUtils.java 81 Local variable 'lat2' could be declared final
43146 src/com/gps/utilities/MapUtils.java 82 Local variable 'deltaLat' could be declared final
43147 src/com/gps/utilities/MapUtils.java 83 Local variable 'deltaLon' could be declared final
43148 src/com/gps/utilities/MapUtils.java 84 Local variable 'step1' could be declared final
43149 src/com/gps/utilities/MapUtils.java 85 Local variable 'step2' could be declared final
43150 src/com/gps/utilities/MapUtils.java 89 A method/constructor shouldnt explicitly throw java.lang.Exception
43151 src/com/gps/utilities/MapUtils.java 89 Parameter 'args' is not assigned and could be declared final
43152 src/com/gps/utilities/MapUtils.java 89 publicMethodCommentRequirement Required
43153 src/com/gps/utilities/MapUtils.java 91 Avoid unused local variables such as 'dao'.
43154 src/com/gps/utilities/MapUtils.java 91 Found 'DU'-anomaly for variable 'dao' (lines '91'-'130').
43155 src/com/gps/utilities/MapUtils.java 91 Local variable 'dao' could be declared final
43156 src/com/gps/utilities/MapUtils.java 92 Local variable 'mapUtils' could be declared final
43157 src/com/gps/utilities/MapUtils.java 93 Avoid unused local variables such as 'value'.
43158 src/com/gps/utilities/MapUtils.java 93 Found 'DU'-anomaly for variable 'value' (lines '93'-'130').
43159 src/com/gps/utilities/MapUtils.java 93 Local variable 'value' could be declared final
43160 src/com/gps/utilities/MapUtils.java 115 Comment is too large: Line too long
43161 src/com/gps/utilities/MapUtils.java 129 There is log block not surrounded by if
43162 src/com/gps/utilities/MapUtils.java 129 There is log block not surrounded by if
43163 src/com/gps/utilities/MapUtils.java 131 Parameter 'radius' is not assigned and could be declared final
43164 src/com/gps/utilities/MapUtils.java 131 publicMethodCommentRequirement Required
43165 src/com/gps/utilities/MapUtils.java 136 Local variable 'kmVal' could be declared final
43166 src/com/gps/utilities/MapUtils.java 137 Consider simply returning the value vs storing it in local variable 'kmVal'
43167 src/com/gps/utilities/MyLogger.java 5 Unnecessary use of fully qualified name 'org.apache.log4j.Logger' due to existing import 'org.apache.log4j.Logger'
43168 src/com/gps/utilities/MyLogger.java 5 headerCommentRequirement Required
43169 src/com/gps/utilities/MyLogger.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
43170 src/com/gps/utilities/MyLogger.java 7 The Logger variable declaration does not contain the static and final modifiers
43171 src/com/gps/utilities/MyLogger.java 7 fieldCommentRequirement Required
43172 src/com/gps/utilities/MyLogger.java 8 Parameter 'arg0' is not assigned and could be declared final
43173 src/com/gps/utilities/MyLogger.java 8 protectedMethodCommentRequirement Required
43174 src/com/gps/utilities/MyLogger.java 14 publicMethodCommentRequirement Required
43175 src/com/gps/utilities/MyLogger.java 20 Parameter 'strMessage' is not assigned and could be declared final
43176 src/com/gps/utilities/MyLogger.java 20 Use explicit scoping instead of the default package private level
43177 src/com/gps/utilities/MyLogger.java 22 System.out.print is used
43178 src/com/gps/utilities/OfflineChecker.java 21 headerCommentRequirement Required
43179 src/com/gps/utilities/OfflineChecker.java 23 The Logger variable declaration does not contain the static and final modifiers
43180 src/com/gps/utilities/OfflineChecker.java 23 Use explicit scoping instead of the default package private level
43181 src/com/gps/utilities/OfflineChecker.java 23 fieldCommentRequirement Required
43182 src/com/gps/utilities/OfflineChecker.java 27 Parameter 'interval' is not assigned and could be declared final
43183 src/com/gps/utilities/OfflineChecker.java 27 publicMethodCommentRequirement Required
43184 src/com/gps/utilities/OfflineChecker.java 29 Local variable 'dataTable' could be declared final
43185 src/com/gps/utilities/OfflineChecker.java 30 Found 'DD'-anomaly for variable 'orgList' (lines '30'-'43').
43186 src/com/gps/utilities/OfflineChecker.java 31 Found 'DD'-anomaly for variable 'jsonData' (lines '31'-'46').
43187 src/com/gps/utilities/OfflineChecker.java 32 Found 'DU'-anomaly for variable 'jsonMassager' (lines '32'-'60').
43188 src/com/gps/utilities/OfflineChecker.java 32 Local variable 'jsonMassager' could be declared final
43189 src/com/gps/utilities/OfflineChecker.java 36 Potential violation of Law of Demeter (object not created locally)
43190 src/com/gps/utilities/OfflineChecker.java 38 There is log block not surrounded by if
43191 src/com/gps/utilities/OfflineChecker.java 38 There is log block not surrounded by if
43192 src/com/gps/utilities/OfflineChecker.java 40 Avoid using if...else statements without curly braces
43193 src/com/gps/utilities/OfflineChecker.java 40 There is log block not surrounded by if
43194 src/com/gps/utilities/OfflineChecker.java 40 There is log block not surrounded by if
43195 src/com/gps/utilities/OfflineChecker.java 43 Potential violation of Law of Demeter (object not created locally)
43196 src/com/gps/utilities/OfflineChecker.java 45 Avoid using Literals in Conditional Statements
43197 src/com/gps/utilities/OfflineChecker.java 45 Potential violation of Law of Demeter (object not created locally)
43198 src/com/gps/utilities/OfflineChecker.java 45 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
43199 src/com/gps/utilities/OfflineChecker.java 46 Potential violation of Law of Demeter (object not created locally)
43200 src/com/gps/utilities/OfflineChecker.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43201 src/com/gps/utilities/PacketUpdator.java 3 Avoid unused imports such as 'java.sql.Timestamp'
43202 src/com/gps/utilities/PacketUpdator.java 17 The class 'PacketUpdator' has a Cyclomatic Complexity of 14 (Highest = 13).
43203 src/com/gps/utilities/PacketUpdator.java 17 headerCommentRequirement Required
43204 src/com/gps/utilities/PacketUpdator.java 19 The Logger variable declaration does not contain the static and final modifiers
43205 src/com/gps/utilities/PacketUpdator.java 19 Use explicit scoping instead of the default package private level
43206 src/com/gps/utilities/PacketUpdator.java 19 fieldCommentRequirement Required
43207 src/com/gps/utilities/PacketUpdator.java 24 Avoid long parameter lists.
43208 src/com/gps/utilities/PacketUpdator.java 24 Parameter 'lat' is not assigned and could be declared final
43209 src/com/gps/utilities/PacketUpdator.java 24 Parameter 'lon' is not assigned and could be declared final
43210 src/com/gps/utilities/PacketUpdator.java 24 Parameter 'speed' is not assigned and could be declared final
43211 src/com/gps/utilities/PacketUpdator.java 24 Parameter 'vehicleId' is not assigned and could be declared final
43212 src/com/gps/utilities/PacketUpdator.java 24 The method 'updatePacket' has a Cyclomatic Complexity of 13.
43213 src/com/gps/utilities/PacketUpdator.java 24 publicMethodCommentRequirement Required
43214 src/com/gps/utilities/PacketUpdator.java 25 Parameter 'creationTime' is not assigned and could be declared final
43215 src/com/gps/utilities/PacketUpdator.java 25 Parameter 'eventCode' is not assigned and could be declared final
43216 src/com/gps/utilities/PacketUpdator.java 25 Parameter 'isInterested' is not assigned and could be declared final
43217 src/com/gps/utilities/PacketUpdator.java 25 Parameter 'tripid' is not assigned and could be declared final
43218 src/com/gps/utilities/PacketUpdator.java 26 Parameter 'batteryStatus' is not assigned and could be declared final
43219 src/com/gps/utilities/PacketUpdator.java 26 Parameter 'fuelContent' is not assigned and could be declared final
43220 src/com/gps/utilities/PacketUpdator.java 26 Parameter 'heading' is not assigned and could be declared final
43221 src/com/gps/utilities/PacketUpdator.java 26 Parameter 'tripParamid' is not assigned and could be declared final
43222 src/com/gps/utilities/PacketUpdator.java 29 Local variable 'dataOrg' could be declared final
43223 src/com/gps/utilities/PacketUpdator.java 30 Local variable 'vehVO' could be declared final
43224 src/com/gps/utilities/PacketUpdator.java 32 There is log block not surrounded by if
43225 src/com/gps/utilities/PacketUpdator.java 32 There is log block not surrounded by if
43226 src/com/gps/utilities/PacketUpdator.java 34 Potential violation of Law of Demeter (object not created locally)
43227 src/com/gps/utilities/PacketUpdator.java 36 Potential violation of Law of Demeter (object not created locally)
43228 src/com/gps/utilities/PacketUpdator.java 36 Potential violation of Law of Demeter (object not created locally)
43229 src/com/gps/utilities/PacketUpdator.java 36 There is log block not surrounded by if
43230 src/com/gps/utilities/PacketUpdator.java 36 There is log block not surrounded by if
43231 src/com/gps/utilities/PacketUpdator.java 37 Avoid using if statements without curly braces
43232 src/com/gps/utilities/PacketUpdator.java 37 Potential violation of Law of Demeter (object not created locally)
43233 src/com/gps/utilities/PacketUpdator.java 37 Potential violation of Law of Demeter (object not created locally)
43234 src/com/gps/utilities/PacketUpdator.java 38 Potential violation of Law of Demeter (object not created locally)
43235 src/com/gps/utilities/PacketUpdator.java 38 Potential violation of Law of Demeter (object not created locally)
43236 src/com/gps/utilities/PacketUpdator.java 38 Potential violation of Law of Demeter (object not created locally)
43237 src/com/gps/utilities/PacketUpdator.java 38 Useless parentheses.
43238 src/com/gps/utilities/PacketUpdator.java 38 Useless parentheses.
43239 src/com/gps/utilities/PacketUpdator.java 40 Found 'DD'-anomaly for variable 'counter' (lines '40'-'41').
43240 src/com/gps/utilities/PacketUpdator.java 40 Potential violation of Law of Demeter (object not created locally)
43241 src/com/gps/utilities/PacketUpdator.java 42 There is log block not surrounded by if
43242 src/com/gps/utilities/PacketUpdator.java 42 There is log block not surrounded by if
43243 src/com/gps/utilities/PacketUpdator.java 46 There is log block not surrounded by if
43244 src/com/gps/utilities/PacketUpdator.java 46 There is log block not surrounded by if
43245 src/com/gps/utilities/PacketUpdator.java 55 Useless parentheses.
43246 src/com/gps/utilities/PacketUpdator.java 55 Useless parentheses.
43247 src/com/gps/utilities/PacketUpdator.java 55 Useless parentheses.
43248 src/com/gps/utilities/PacketUpdator.java 55 Useless parentheses.
43249 src/com/gps/utilities/PacketUpdator.java 57 Local variable 'event' could be declared final
43250 src/com/gps/utilities/PacketUpdator.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43251 src/com/gps/utilities/PacketUpdator.java 64 There is log block not surrounded by if
43252 src/com/gps/utilities/PacketUpdator.java 72 There is log block not surrounded by if
43253 src/com/gps/utilities/PacketUpdator.java 72 There is log block not surrounded by if
43254 src/com/gps/utilities/PacketUpdator.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43255 src/com/gps/utilities/PacketUpdator.java 76 There is log block not surrounded by if
43256 src/com/gps/utilities/PhoneLogin.java 10 Avoid unused imports such as 'com.gps.hibernate.Organization'
43257 src/com/gps/utilities/PhoneLogin.java 13 Avoid importing anything from the sun.* packages
43258 src/com/gps/utilities/PhoneLogin.java 19 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
43259 src/com/gps/utilities/PhoneLogin.java 19 headerCommentRequirement Required
43260 src/com/gps/utilities/PhoneLogin.java 24 Avoid reassigning parameters such as 'password'
43261 src/com/gps/utilities/PhoneLogin.java 24 Parameter 'emailid' is not assigned and could be declared final
43262 src/com/gps/utilities/PhoneLogin.java 24 publicMethodCommentRequirement Required
43263 src/com/gps/utilities/PhoneLogin.java 26 Found 'DD'-anomaly for variable 'organization' (lines '26'-'31').
43264 src/com/gps/utilities/PhoneLogin.java 30 Local variable 'logprodao' could be declared final
43265 src/com/gps/utilities/PhoneLogin.java 31 Potential violation of Law of Demeter (object not created locally)
43266 src/com/gps/utilities/PhoneLogin.java 32 Local variable 'convert' could be declared final
43267 src/com/gps/utilities/PhoneLogin.java 33 A method should have only one exit point, and that should be the last statement in the method
43268 src/com/gps/utilities/PhoneLogin.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43269 src/com/gps/utilities/PhoneLogin.java 46 Parameter 'inputStr' is not assigned and could be declared final
43270 src/com/gps/utilities/PhoneLogin.java 46 Use block level rather than method level synchronization
43271 src/com/gps/utilities/PhoneLogin.java 46 publicMethodCommentRequirement Required
43272 src/com/gps/utilities/PhoneLogin.java 48 Avoid variables with short names like md
43273 src/com/gps/utilities/PhoneLogin.java 48 Local variable 'md' could be declared final
43274 src/com/gps/utilities/PhoneLogin.java 49 Potential violation of Law of Demeter (object not created locally)
43275 src/com/gps/utilities/PhoneLogin.java 50 Local variable 'digest' could be declared final
43276 src/com/gps/utilities/PhoneLogin.java 50 Potential violation of Law of Demeter (object not created locally)
43277 src/com/gps/utilities/PhoneLogin.java 51 A method should have only one exit point, and that should be the last statement in the method
43278 src/com/gps/utilities/PhoneLogin.java 51 This statement may have some unnecessary parentheses
43279 src/com/gps/utilities/PhoneLogin.java 51 Useless parentheses.
43280 src/com/gps/utilities/PhoneLogin.java 51 Useless parentheses.
43281 src/com/gps/utilities/PhoneLogin.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43282 src/com/gps/utilities/Point.java 5 headerCommentRequirement Required
43283 src/com/gps/utilities/Point.java 9 fieldCommentRequirement Required
43284 src/com/gps/utilities/Point.java 10 fieldCommentRequirement Required
43285 src/com/gps/utilities/Point.java 12 Parameter 'latitude' is not assigned and could be declared final
43286 src/com/gps/utilities/Point.java 12 Parameter 'longitude' is not assigned and could be declared final
43287 src/com/gps/utilities/Point.java 12 publicMethodCommentRequirement Required
43288 src/com/gps/utilities/Point.java 18 publicMethodCommentRequirement Required
43289 src/com/gps/utilities/Point.java 23 Parameter 'latitude' is not assigned and could be declared final
43290 src/com/gps/utilities/Point.java 23 publicMethodCommentRequirement Required
43291 src/com/gps/utilities/Point.java 28 publicMethodCommentRequirement Required
43292 src/com/gps/utilities/Point.java 33 Parameter 'longitude' is not assigned and could be declared final
43293 src/com/gps/utilities/Point.java 33 publicMethodCommentRequirement Required
43294 src/com/gps/utilities/ProfileManager.java 4 Avoid unused imports such as 'java.text.SimpleDateFormat'
43295 src/com/gps/utilities/ProfileManager.java 5 Avoid unused imports such as 'java.util.Calendar'
43296 src/com/gps/utilities/ProfileManager.java 12 Avoid unused imports such as 'com.gps.hibernate.Organization'
43297 src/com/gps/utilities/ProfileManager.java 14 headerCommentRequirement Required
43298 src/com/gps/utilities/ProfileManager.java 17 The Logger variable declaration does not contain the static and final modifiers
43299 src/com/gps/utilities/ProfileManager.java 17 Use explicit scoping instead of the default package private level
43300 src/com/gps/utilities/ProfileManager.java 17 fieldCommentRequirement Required
43301 src/com/gps/utilities/ProfileManager.java 18 Avoid unused private fields such as 'users'.
43302 src/com/gps/utilities/ProfileManager.java 18 fieldCommentRequirement Required
43303 src/com/gps/utilities/ProfileManager.java 19 Avoid using redundant field initializer for 'userlist'
43304 src/com/gps/utilities/ProfileManager.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
43305 src/com/gps/utilities/ProfileManager.java 19 Use explicit scoping instead of the default package private level
43306 src/com/gps/utilities/ProfileManager.java 19 fieldCommentRequirement Required
43307 src/com/gps/utilities/ProfileManager.java 20 Parameter 'userid' is not assigned and could be declared final
43308 src/com/gps/utilities/ProfileManager.java 20 publicMethodCommentRequirement Required
43309 src/com/gps/utilities/ProfileManager.java 23 There is log block not surrounded by if
43310 src/com/gps/utilities/ProfileManager.java 23 There is log block not surrounded by if
43311 src/com/gps/utilities/ProfileManager.java 24 Local variable 'profileProDAO' could be declared final
43312 src/com/gps/utilities/ProfileManager.java 25 Avoid declaring a variable if it is unreferenced before a possible exit point.
43313 src/com/gps/utilities/ProfileManager.java 25 Avoid unused local variables such as 'stat'.
43314 src/com/gps/utilities/ProfileManager.java 25 Found 'DU'-anomaly for variable 'stat' (lines '25'-'36').
43315 src/com/gps/utilities/ProfileManager.java 25 Local variable 'stat' could be declared final
43316 src/com/gps/utilities/ProfileManager.java 28 Potential violation of Law of Demeter (object not created locally)
43317 src/com/gps/utilities/ProfileManager.java 30 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43318 src/com/gps/utilities/ProfileManager.java 32 Potential violation of Law of Demeter (object not created locally)
43319 src/com/gps/utilities/ProfileManager.java 32 There is log block not surrounded by if
43320 src/com/gps/utilities/ProfileManager.java 38 Parameter 'userid' is not assigned and could be declared final
43321 src/com/gps/utilities/ProfileManager.java 38 publicMethodCommentRequirement Required
43322 src/com/gps/utilities/ProfileManager.java 41 There is log block not surrounded by if
43323 src/com/gps/utilities/ProfileManager.java 41 There is log block not surrounded by if
43324 src/com/gps/utilities/ProfileManager.java 42 Local variable 'profileProDAO' could be declared final
43325 src/com/gps/utilities/ProfileManager.java 43 Avoid unused local variables such as 'stat'.
43326 src/com/gps/utilities/ProfileManager.java 43 Found 'DU'-anomaly for variable 'stat' (lines '43'-'53').
43327 src/com/gps/utilities/ProfileManager.java 43 Local variable 'stat' could be declared final
43328 src/com/gps/utilities/ProfileManager.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43329 src/com/gps/utilities/ProfileManager.java 50 There is log block not surrounded by if
43330 src/com/gps/utilities/ProfileManager.java 54 A method/constructor shouldnt explicitly throw java.lang.Exception
43331 src/com/gps/utilities/ProfileManager.java 54 Parameter 'args' is not assigned and could be declared final
43332 src/com/gps/utilities/ProfileManager.java 54 publicMethodCommentRequirement Required
43333 src/com/gps/utilities/ProfileManager.java 56 Local variable 'dao' could be declared final
43334 src/com/gps/utilities/ProfileManager.java 57 Local variable 'userid' could be declared final
43335 src/com/gps/utilities/ProfileManager.java 58 Avoid unused local variables such as 'userlist'.
43336 src/com/gps/utilities/ProfileManager.java 58 Found 'DU'-anomaly for variable 'userlist' (lines '58'-'61').
43337 src/com/gps/utilities/ProfileManager.java 58 Local variable 'userlist' could be declared final
43338 src/com/gps/utilities/PropertyConfigurator.java 3 Avoid unused imports such as 'java.io.FileInputStream'
43339 src/com/gps/utilities/PropertyConfigurator.java 8 headerCommentRequirement Required
43340 src/com/gps/utilities/PropertyConfigurator.java 10 Parameter 'filename' is not assigned and could be declared final
43341 src/com/gps/utilities/PropertyConfigurator.java 10 publicMethodCommentRequirement Required
43342 src/com/gps/utilities/PropertyConfigurator.java 13 Local variable 'properties' could be declared final
43343 src/com/gps/utilities/PropertyConfigurator.java 14 Potential violation of Law of Demeter (method chain calls)
43344 src/com/gps/utilities/PropertyConfigurator.java 14 Potential violation of Law of Demeter (method chain calls)
43345 src/com/gps/utilities/PropertyConfigurator.java 19 Parameter 'args' is not assigned and could be declared final
43346 src/com/gps/utilities/PropertyConfigurator.java 19 publicMethodCommentRequirement Required
43347 src/com/gps/utilities/PropertyConfigurator.java 22 Avoid unused local variables such as 'props'.
43348 src/com/gps/utilities/PropertyConfigurator.java 22 Found 'DU'-anomaly for variable 'props' (lines '22'-'24').
43349 src/com/gps/utilities/PropertyConfigurator.java 22 Local variable 'props' could be declared final
43350 src/com/gps/utilities/RevGeocode.java 4 Avoid unused imports such as 'java.io.UnsupportedEncodingException'
43351 src/com/gps/utilities/RevGeocode.java 5 Avoid unused imports such as 'java.net.MalformedURLException'
43352 src/com/gps/utilities/RevGeocode.java 26 The class 'RevGeocode' has a Cyclomatic Complexity of 6 (Highest = 11).
43353 src/com/gps/utilities/RevGeocode.java 26 headerCommentRequirement Required
43354 src/com/gps/utilities/RevGeocode.java 28 Logger should be defined private static final and have the correct class
43355 src/com/gps/utilities/RevGeocode.java 28 Variables that are final and static should be all capitals, 'log' is not all capitals.
43356 src/com/gps/utilities/RevGeocode.java 28 fieldCommentRequirement Required
43357 src/com/gps/utilities/RevGeocode.java 29 Avoid excessively long variable names like GEOCODE_REQUEST_URL
43358 src/com/gps/utilities/RevGeocode.java 29 fieldCommentRequirement Required
43359 src/com/gps/utilities/RevGeocode.java 30 Variables that are final and static should be all capitals, 'keyString' is not all capitals.
43360 src/com/gps/utilities/RevGeocode.java 30 fieldCommentRequirement Required
43361 src/com/gps/utilities/RevGeocode.java 31 Parameter 'lattitude' is not assigned and could be declared final
43362 src/com/gps/utilities/RevGeocode.java 31 Parameter 'longitude' is not assigned and could be declared final
43363 src/com/gps/utilities/RevGeocode.java 31 The method 'getLocation' has a Cyclomatic Complexity of 11.
43364 src/com/gps/utilities/RevGeocode.java 31 publicMethodCommentRequirement Required
43365 src/com/gps/utilities/RevGeocode.java 33 Local variable 'urlBuilder' could be declared final
43366 src/com/gps/utilities/RevGeocode.java 34 There is log block not surrounded by if
43367 src/com/gps/utilities/RevGeocode.java 34 There is log block not surrounded by if
43368 src/com/gps/utilities/RevGeocode.java 35 Found 'DD'-anomaly for variable 'method' (lines '35'-'46').
43369 src/com/gps/utilities/RevGeocode.java 38 Potential violation of Law of Demeter (object not created locally)
43370 src/com/gps/utilities/RevGeocode.java 39 Local variable 'signUrl' could be declared final
43371 src/com/gps/utilities/RevGeocode.java 40 Local variable 'request' could be declared final
43372 src/com/gps/utilities/RevGeocode.java 40 Potential violation of Law of Demeter (object not created locally)
43373 src/com/gps/utilities/RevGeocode.java 40 Potential violation of Law of Demeter (object not created locally)
43374 src/com/gps/utilities/RevGeocode.java 42 Local variable 'client' could be declared final
43375 src/com/gps/utilities/RevGeocode.java 49 Local variable 'host' could be declared final
43376 src/com/gps/utilities/RevGeocode.java 49 Potential violation of Law of Demeter (object not created locally)
43377 src/com/gps/utilities/RevGeocode.java 50 Do not hard code the IP address
43378 src/com/gps/utilities/RevGeocode.java 50 Potential violation of Law of Demeter (object not created locally)
43379 src/com/gps/utilities/RevGeocode.java 59 Potential violation of Law of Demeter (object not created locally)
43380 src/com/gps/utilities/RevGeocode.java 62 Potential violation of Law of Demeter (object not created locally)
43381 src/com/gps/utilities/RevGeocode.java 62 There is log block not surrounded by if
43382 src/com/gps/utilities/RevGeocode.java 66 Local variable 'responseBody' could be declared final
43383 src/com/gps/utilities/RevGeocode.java 66 Potential violation of Law of Demeter (object not created locally)
43384 src/com/gps/utilities/RevGeocode.java 69 Local variable 'result' could be declared final
43385 src/com/gps/utilities/RevGeocode.java 73 Local variable 'obj' could be declared final
43386 src/com/gps/utilities/RevGeocode.java 74 Local variable 'resultsArray' could be declared final
43387 src/com/gps/utilities/RevGeocode.java 74 Potential violation of Law of Demeter (object not created locally)
43388 src/com/gps/utilities/RevGeocode.java 79 Potential violation of Law of Demeter (method chain calls)
43389 src/com/gps/utilities/RevGeocode.java 79 Potential violation of Law of Demeter (method chain calls)
43390 src/com/gps/utilities/RevGeocode.java 79 Potential violation of Law of Demeter (method chain calls)
43391 src/com/gps/utilities/RevGeocode.java 79 Potential violation of Law of Demeter (object not created locally)
43392 src/com/gps/utilities/RevGeocode.java 79 The String literal "address_components" appears 5 times in this file; the first occurrence is on line 79
43393 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (method chain calls)
43394 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (method chain calls)
43395 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (method chain calls)
43396 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (method chain calls)
43397 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (method chain calls)
43398 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (method chain calls)
43399 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (method chain calls)
43400 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (method chain calls)
43401 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (object not created locally)
43402 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (object not created locally)
43403 src/com/gps/utilities/RevGeocode.java 83 Avoid using if statements without curly braces
43404 src/com/gps/utilities/RevGeocode.java 83 Potential violation of Law of Demeter (method chain calls)
43405 src/com/gps/utilities/RevGeocode.java 83 Potential violation of Law of Demeter (method chain calls)
43406 src/com/gps/utilities/RevGeocode.java 83 Potential violation of Law of Demeter (method chain calls)
43407 src/com/gps/utilities/RevGeocode.java 83 Potential violation of Law of Demeter (method chain calls)
43408 src/com/gps/utilities/RevGeocode.java 83 Potential violation of Law of Demeter (method chain calls)
43409 src/com/gps/utilities/RevGeocode.java 83 Potential violation of Law of Demeter (method chain calls)
43410 src/com/gps/utilities/RevGeocode.java 83 Potential violation of Law of Demeter (object not created locally)
43411 src/com/gps/utilities/RevGeocode.java 83 Potential violation of Law of Demeter (object not created locally)
43412 src/com/gps/utilities/RevGeocode.java 83 These nested if statements could be combined
43413 src/com/gps/utilities/RevGeocode.java 84 Potential violation of Law of Demeter (method chain calls)
43414 src/com/gps/utilities/RevGeocode.java 84 Potential violation of Law of Demeter (method chain calls)
43415 src/com/gps/utilities/RevGeocode.java 84 Potential violation of Law of Demeter (method chain calls)
43416 src/com/gps/utilities/RevGeocode.java 84 Potential violation of Law of Demeter (object not created locally)
43417 src/com/gps/utilities/RevGeocode.java 84 Prefer StringBuffer over += for concatenating strings
43418 src/com/gps/utilities/RevGeocode.java 87 There is log block not surrounded by if
43419 src/com/gps/utilities/RevGeocode.java 87 There is log block not surrounded by if
43420 src/com/gps/utilities/RevGeocode.java 88 A method should have only one exit point, and that should be the last statement in the method
43421 src/com/gps/utilities/RevGeocode.java 99 Potential violation of Law of Demeter (object not created locally)
43422 src/com/gps/utilities/RevGeocode.java 99 There is log block not surrounded by if
43423 src/com/gps/utilities/RevGeocode.java 103 Potential violation of Law of Demeter (object not created locally)
43424 src/com/gps/utilities/RevGeocode.java 103 There is log block not surrounded by if
43425 src/com/gps/utilities/RevGeocode.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43426 src/com/gps/utilities/RevGeocode.java 109 There is log block not surrounded by if
43427 src/com/gps/utilities/RevGeocode.java 109 Use the correct logging statement for logging exceptions
43428 src/com/gps/utilities/RevGeocode.java 115 Avoid using if statements without curly braces
43429 src/com/gps/utilities/RevGeocode.java 116 Potential violation of Law of Demeter (object not created locally)
43430 src/com/gps/utilities/RevGeocode.java 121 Parameter 'args' is not assigned and could be declared final
43431 src/com/gps/utilities/RevGeocode.java 121 publicMethodCommentRequirement Required
43432 src/com/gps/utilities/RevGeocode.java 123 Local variable 'obj' could be declared final
43433 src/com/gps/utilities/RevGeocode.java 124 Avoid unused local variables such as 'adrr'.
43434 src/com/gps/utilities/RevGeocode.java 124 Found 'DU'-anomaly for variable 'adrr' (lines '124'-'125').
43435 src/com/gps/utilities/RevGeocode.java 124 Local variable 'adrr' could be declared final
43436 src/com/gps/utilities/RfidAlerts.java 10 Avoid unused imports such as 'javax.ws.rs.POST'
43437 src/com/gps/utilities/RfidAlerts.java 21 headerCommentRequirement Required
43438 src/com/gps/utilities/RfidAlerts.java 23 The Logger variable declaration does not contain the static and final modifiers
43439 src/com/gps/utilities/RfidAlerts.java 23 Use explicit scoping instead of the default package private level
43440 src/com/gps/utilities/RfidAlerts.java 23 fieldCommentRequirement Required
43441 src/com/gps/utilities/RfidAlerts.java 28 Parameter 'lat' is not assigned and could be declared final
43442 src/com/gps/utilities/RfidAlerts.java 28 Parameter 'lon' is not assigned and could be declared final
43443 src/com/gps/utilities/RfidAlerts.java 28 Parameter 'packetTime' is not assigned and could be declared final
43444 src/com/gps/utilities/RfidAlerts.java 28 Parameter 'rfidNo' is not assigned and could be declared final
43445 src/com/gps/utilities/RfidAlerts.java 28 Parameter 'vehicleId' is not assigned and could be declared final
43446 src/com/gps/utilities/RfidAlerts.java 28 publicMethodCommentRequirement Required
43447 src/com/gps/utilities/RfidAlerts.java 29 There is log block not surrounded by if
43448 src/com/gps/utilities/RfidAlerts.java 29 There is log block not surrounded by if
43449 src/com/gps/utilities/RfidAlerts.java 30 Local variable 'polygon' could be declared final
43450 src/com/gps/utilities/RfidAlerts.java 31 Local variable 'cal' could be declared final
43451 src/com/gps/utilities/RfidAlerts.java 32 Local variable 'formatter' could be declared final
43452 src/com/gps/utilities/RfidAlerts.java 32 When instantiating a SimpleDateFormat object, specify a Locale
43453 src/com/gps/utilities/RfidAlerts.java 33 Found 'DD'-anomaly for variable 'stat' (lines '33'-'48').
43454 src/com/gps/utilities/RfidAlerts.java 34 Found 'DD'-anomaly for variable 'date' (lines '34'-'39').
43455 src/com/gps/utilities/RfidAlerts.java 39 Potential violation of Law of Demeter (object not created locally)
43456 src/com/gps/utilities/RfidAlerts.java 42 There is log block not surrounded by if
43457 src/com/gps/utilities/RfidAlerts.java 45 Potential violation of Law of Demeter (object not created locally)
43458 src/com/gps/utilities/RfidAlerts.java 46 There is log block not surrounded by if
43459 src/com/gps/utilities/RfidAlerts.java 46 There is log block not surrounded by if
43460 src/com/gps/utilities/RfidAlerts.java 48 Potential violation of Law of Demeter (object not created locally)
43461 src/com/gps/utilities/RfidAlerts.java 50 Avoid catching NullPointerException; consider removing the cause of the NPE.
43462 src/com/gps/utilities/RfidAlerts.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43463 src/com/gps/utilities/RfidAlerts.java 52 There is log block not surrounded by if
43464 src/com/gps/utilities/RfidAlerts.java 57 A method should have only one exit point, and that should be the last statement in the method
43465 src/com/gps/utilities/RfidAlerts.java 57 Avoid using if...else statements without curly braces
43466 src/com/gps/utilities/RfidAlerts.java 57 Potential violation of Law of Demeter (method chain calls)
43467 src/com/gps/utilities/RfidAlerts.java 57 Potential violation of Law of Demeter (method chain calls)
43468 src/com/gps/utilities/RfidAlerts.java 59 Avoid using if...else statements without curly braces
43469 src/com/gps/utilities/RfidAlerts.java 59 Potential violation of Law of Demeter (method chain calls)
43470 src/com/gps/utilities/RfidAlerts.java 59 Potential violation of Law of Demeter (method chain calls)
43471 src/com/gps/utilities/RouteDeviation.java 47 The class 'RouteDeviation' has a Cyclomatic Complexity of 6 (Highest = 13).
43472 src/com/gps/utilities/RouteDeviation.java 52 Avoid using redundant field initializer for 'minimumSpeed'
43473 src/com/gps/utilities/RouteDeviation.java 52 Found non-transient, non-static member. Please mark as transient or provide accessors.
43474 src/com/gps/utilities/RouteDeviation.java 52 Use explicit scoping instead of the default package private level
43475 src/com/gps/utilities/RouteDeviation.java 57 Found non-transient, non-static member. Please mark as transient or provide accessors.
43476 src/com/gps/utilities/RouteDeviation.java 57 Use explicit scoping instead of the default package private level
43477 src/com/gps/utilities/RouteDeviation.java 59 The Logger variable declaration does not contain the static and final modifiers
43478 src/com/gps/utilities/RouteDeviation.java 59 Use explicit scoping instead of the default package private level
43479 src/com/gps/utilities/RouteDeviation.java 59 fieldCommentRequirement Required
43480 src/com/gps/utilities/RouteDeviation.java 61 Avoid using implementation types like 'LinkedHashMap'; use the interface instead
43481 src/com/gps/utilities/RouteDeviation.java 61 Found non-transient, non-static member. Please mark as transient or provide accessors.
43482 src/com/gps/utilities/RouteDeviation.java 61 fieldCommentRequirement Required
43483 src/com/gps/utilities/RouteDeviation.java 62 Found non-transient, non-static member. Please mark as transient or provide accessors.
43484 src/com/gps/utilities/RouteDeviation.java 62 fieldCommentRequirement Required
43485 src/com/gps/utilities/RouteDeviation.java 64 Found non-transient, non-static member. Please mark as transient or provide accessors.
43486 src/com/gps/utilities/RouteDeviation.java 64 Use explicit scoping instead of the default package private level
43487 src/com/gps/utilities/RouteDeviation.java 64 fieldCommentRequirement Required
43488 src/com/gps/utilities/RouteDeviation.java 71 Parameter 'packetTime' is not assigned and could be declared final
43489 src/com/gps/utilities/RouteDeviation.java 71 publicMethodCommentRequirement Required
43490 src/com/gps/utilities/RouteDeviation.java 72 Local variable 'calendar' could be declared final
43491 src/com/gps/utilities/RouteDeviation.java 73 Potential violation of Law of Demeter (object not created locally)
43492 src/com/gps/utilities/RouteDeviation.java 74 Avoid excessively long variable names like convertedPacketTime
43493 src/com/gps/utilities/RouteDeviation.java 74 Local variable 'convertedPacketTime' could be declared final
43494 src/com/gps/utilities/RouteDeviation.java 74 Potential violation of Law of Demeter (object not created locally)
43495 src/com/gps/utilities/RouteDeviation.java 75 Consider simply returning the value vs storing it in local variable 'convertedPacketTime'
43496 src/com/gps/utilities/RouteDeviation.java 80 Comment is too large: Too many lines
43497 src/com/gps/utilities/RouteDeviation.java 96 Avoid really long methods.
43498 src/com/gps/utilities/RouteDeviation.java 96 Parameter 'tripid' is not assigned and could be declared final
43499 src/com/gps/utilities/RouteDeviation.java 96 The method 'isRouteDeviated' has a Cyclomatic Complexity of 13.
43500 src/com/gps/utilities/RouteDeviation.java 97 Parameter 'latitude' is not assigned and could be declared final
43501 src/com/gps/utilities/RouteDeviation.java 98 Parameter 'longitude' is not assigned and could be declared final
43502 src/com/gps/utilities/RouteDeviation.java 99 Parameter 'pktTime' is not assigned and could be declared final
43503 src/com/gps/utilities/RouteDeviation.java 99 Parameter 'speed' is not assigned and could be declared final
43504 src/com/gps/utilities/RouteDeviation.java 101 Avoid excessively long variable names like bRouteDeviationFlag
43505 src/com/gps/utilities/RouteDeviation.java 101 Found 'DD'-anomaly for variable 'bRouteDeviationFlag' (lines '101'-'122').
43506 src/com/gps/utilities/RouteDeviation.java 101 Found 'DD'-anomaly for variable 'bRouteDeviationFlag' (lines '101'-'131').
43507 src/com/gps/utilities/RouteDeviation.java 101 Found 'DD'-anomaly for variable 'bRouteDeviationFlag' (lines '101'-'183').
43508 src/com/gps/utilities/RouteDeviation.java 101 Found 'DD'-anomaly for variable 'bRouteDeviationFlag' (lines '101'-'236').
43509 src/com/gps/utilities/RouteDeviation.java 101 Found 'DD'-anomaly for variable 'bRouteDeviationFlag' (lines '101'-'243').
43510 src/com/gps/utilities/RouteDeviation.java 101 Found 'DD'-anomaly for variable 'bRouteDeviationFlag' (lines '101'-'252').
43511 src/com/gps/utilities/RouteDeviation.java 101 Found 'DU'-anomaly for variable 'bRouteDeviationFlag' (lines '101'-'271').
43512 src/com/gps/utilities/RouteDeviation.java 102 Found 'DU'-anomaly for variable 'sdf' (lines '102'-'271').
43513 src/com/gps/utilities/RouteDeviation.java 102 Local variable 'sdf' could be declared final
43514 src/com/gps/utilities/RouteDeviation.java 102 When instantiating a SimpleDateFormat object, specify a Locale
43515 src/com/gps/utilities/RouteDeviation.java 104 Local variable 'tripSession' could be declared final
43516 src/com/gps/utilities/RouteDeviation.java 106 Avoid excessively long variable names like currentPacketPoint
43517 src/com/gps/utilities/RouteDeviation.java 106 Local variable 'currentPacketPoint' could be declared final
43518 src/com/gps/utilities/RouteDeviation.java 107 Potential violation of Law of Demeter (object not created locally)
43519 src/com/gps/utilities/RouteDeviation.java 108 Potential violation of Law of Demeter (object not created locally)
43520 src/com/gps/utilities/RouteDeviation.java 109 Local variable 'tripDetails' could be declared final
43521 src/com/gps/utilities/RouteDeviation.java 110 Potential violation of Law of Demeter (object not created locally)
43522 src/com/gps/utilities/RouteDeviation.java 111 Potential violation of Law of Demeter (object not created locally)
43523 src/com/gps/utilities/RouteDeviation.java 112 Potential violation of Law of Demeter (object not created locally)
43524 src/com/gps/utilities/RouteDeviation.java 113 Potential violation of Law of Demeter (object not created locally)
43525 src/com/gps/utilities/RouteDeviation.java 118 Local variable 'isPktPresent' could be declared final
43526 src/com/gps/utilities/RouteDeviation.java 122 Found 'DU'-anomaly for variable 'bRouteDeviationFlag' (lines '122'-'271').
43527 src/com/gps/utilities/RouteDeviation.java 136 Found 'DD'-anomaly for variable 'sTripSession' (lines '136'-'138').
43528 src/com/gps/utilities/RouteDeviation.java 136 Found 'DD'-anomaly for variable 'sTripSession' (lines '136'-'140').
43529 src/com/gps/utilities/RouteDeviation.java 136 Found 'DU'-anomaly for variable 'sTripSession' (lines '136'-'271').
43530 src/com/gps/utilities/RouteDeviation.java 137 Avoid using Literals in Conditional Statements
43531 src/com/gps/utilities/RouteDeviation.java 138 Avoid using if...else statements without curly braces
43532 src/com/gps/utilities/RouteDeviation.java 138 Found 'DU'-anomaly for variable 'sTripSession' (lines '138'-'271').
43533 src/com/gps/utilities/RouteDeviation.java 139 Avoid using Literals in Conditional Statements
43534 src/com/gps/utilities/RouteDeviation.java 139 Avoid using if statements without curly braces
43535 src/com/gps/utilities/RouteDeviation.java 140 Found 'DU'-anomaly for variable 'sTripSession' (lines '140'-'271').
43536 src/com/gps/utilities/RouteDeviation.java 141 This statement may have some unnecessary parentheses
43537 src/com/gps/utilities/RouteDeviation.java 141 Useless parentheses.
43538 src/com/gps/utilities/RouteDeviation.java 141 Useless parentheses.
43539 src/com/gps/utilities/RouteDeviation.java 145 Avoid using Literals in Conditional Statements
43540 src/com/gps/utilities/RouteDeviation.java 145 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
43541 src/com/gps/utilities/RouteDeviation.java 146 A method should have only one exit point, and that should be the last statement in the method
43542 src/com/gps/utilities/RouteDeviation.java 146 Potential violation of Law of Demeter (method chain calls)
43543 src/com/gps/utilities/RouteDeviation.java 146 Potential violation of Law of Demeter (method chain calls)
43544 src/com/gps/utilities/RouteDeviation.java 149 Local variable 'trpTraversalDao' could be declared final
43545 src/com/gps/utilities/RouteDeviation.java 150 Local variable 'sess' could be declared final
43546 src/com/gps/utilities/RouteDeviation.java 150 Potential violation of Law of Demeter (object not created locally)
43547 src/com/gps/utilities/RouteDeviation.java 157 Local variable 'queryString' could be declared final
43548 src/com/gps/utilities/RouteDeviation.java 159 Potential violation of Law of Demeter (object not created locally)
43549 src/com/gps/utilities/RouteDeviation.java 159 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
43550 src/com/gps/utilities/RouteDeviation.java 160 Potential violation of Law of Demeter (object not created locally)
43551 src/com/gps/utilities/RouteDeviation.java 160 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
43552 src/com/gps/utilities/RouteDeviation.java 162 Potential violation of Law of Demeter (object not created locally)
43553 src/com/gps/utilities/RouteDeviation.java 162 Potential violation of Law of Demeter (object not created locally)
43554 src/com/gps/utilities/RouteDeviation.java 162 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
43555 src/com/gps/utilities/RouteDeviation.java 163 Potential violation of Law of Demeter (object not created locally)
43556 src/com/gps/utilities/RouteDeviation.java 163 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
43557 src/com/gps/utilities/RouteDeviation.java 164 Potential violation of Law of Demeter (method chain calls)
43558 src/com/gps/utilities/RouteDeviation.java 164 Potential violation of Law of Demeter (object not created locally)
43559 src/com/gps/utilities/RouteDeviation.java 164 Potential violation of Law of Demeter (object not created locally)
43560 src/com/gps/utilities/RouteDeviation.java 166 Potential violation of Law of Demeter (object not created locally)
43561 src/com/gps/utilities/RouteDeviation.java 168 Local variable 'queryObject' could be declared final
43562 src/com/gps/utilities/RouteDeviation.java 168 Potential violation of Law of Demeter (object not created locally)
43563 src/com/gps/utilities/RouteDeviation.java 168 Potential violation of Law of Demeter (object not created locally)
43564 src/com/gps/utilities/RouteDeviation.java 170 Avoid excessively long variable names like numberOfpointsTraversed
43565 src/com/gps/utilities/RouteDeviation.java 170 Local variable 'numberOfpointsTraversed' could be declared final
43566 src/com/gps/utilities/RouteDeviation.java 170 Potential violation of Law of Demeter (method chain calls)
43567 src/com/gps/utilities/RouteDeviation.java 170 Potential violation of Law of Demeter (object not created locally)
43568 src/com/gps/utilities/RouteDeviation.java 172 Found 'DD'-anomaly for variable 'lstTripTraversal' (lines '172'-'173').
43569 src/com/gps/utilities/RouteDeviation.java 173 Found 'DU'-anomaly for variable 'lstTripTraversal' (lines '173'-'271').
43570 src/com/gps/utilities/RouteDeviation.java 173 Potential violation of Law of Demeter (object not created locally)
43571 src/com/gps/utilities/RouteDeviation.java 175 Avoid declaring a variable if it is unreferenced before a possible exit point.
43572 src/com/gps/utilities/RouteDeviation.java 175 Avoid unused local variables such as 'iPointTraversed'.
43573 src/com/gps/utilities/RouteDeviation.java 175 Found 'DU'-anomaly for variable 'iPointTraversed' (lines '175'-'271').
43574 src/com/gps/utilities/RouteDeviation.java 175 Local variable 'iPointTraversed' could be declared final
43575 src/com/gps/utilities/RouteDeviation.java 176 Found 'DD'-anomaly for variable 'trpTraversal' (lines '176'-'189').
43576 src/com/gps/utilities/RouteDeviation.java 176 Found 'DU'-anomaly for variable 'trpTraversal' (lines '176'-'271').
43577 src/com/gps/utilities/RouteDeviation.java 177 Avoid excessively long variable names like referenceRoutePoint
43578 src/com/gps/utilities/RouteDeviation.java 177 Found 'DD'-anomaly for variable 'referenceRoutePoint' (lines '177'-'194').
43579 src/com/gps/utilities/RouteDeviation.java 177 Found 'DD'-anomaly for variable 'referenceRoutePoint' (lines '177'-'204').
43580 src/com/gps/utilities/RouteDeviation.java 177 Found 'DU'-anomaly for variable 'referenceRoutePoint' (lines '177'-'271').
43581 src/com/gps/utilities/RouteDeviation.java 179 Avoid excessively long variable names like tripPointIdToBeChecked
43582 src/com/gps/utilities/RouteDeviation.java 179 Found 'DD'-anomaly for variable 'tripPointIdToBeChecked' (lines '179'-'191').
43583 src/com/gps/utilities/RouteDeviation.java 179 Found 'DU'-anomaly for variable 'tripPointIdToBeChecked' (lines '179'-'271').
43584 src/com/gps/utilities/RouteDeviation.java 184 A method should have only one exit point, and that should be the last statement in the method
43585 src/com/gps/utilities/RouteDeviation.java 184 Potential violation of Law of Demeter (method chain calls)
43586 src/com/gps/utilities/RouteDeviation.java 184 Potential violation of Law of Demeter (method chain calls)
43587 src/com/gps/utilities/RouteDeviation.java 185 Potential violation of Law of Demeter (object not created locally)
43588 src/com/gps/utilities/RouteDeviation.java 188 Avoid using Literals in Conditional Statements
43589 src/com/gps/utilities/RouteDeviation.java 189 Potential violation of Law of Demeter (object not created locally)
43590 src/com/gps/utilities/RouteDeviation.java 190 Potential violation of Law of Demeter (object not created locally)
43591 src/com/gps/utilities/RouteDeviation.java 190 Useless parentheses.
43592 src/com/gps/utilities/RouteDeviation.java 190 Useless parentheses.
43593 src/com/gps/utilities/RouteDeviation.java 191 Potential violation of Law of Demeter (method chain calls)
43594 src/com/gps/utilities/RouteDeviation.java 191 Potential violation of Law of Demeter (method chain calls)
43595 src/com/gps/utilities/RouteDeviation.java 191 Potential violation of Law of Demeter (object not created locally)
43596 src/com/gps/utilities/RouteDeviation.java 191 Potential violation of Law of Demeter (object not created locally)
43597 src/com/gps/utilities/RouteDeviation.java 191 Useless parentheses.
43598 src/com/gps/utilities/RouteDeviation.java 191 Useless parentheses.
43599 src/com/gps/utilities/RouteDeviation.java 191 Useless parentheses.
43600 src/com/gps/utilities/RouteDeviation.java 191 Useless parentheses.
43601 src/com/gps/utilities/RouteDeviation.java 198 Avoid excessively long variable names like cRoutePointsInSequence
43602 src/com/gps/utilities/RouteDeviation.java 198 Local variable 'cRoutePointsInSequence' could be declared final
43603 src/com/gps/utilities/RouteDeviation.java 202 Local variable 'itr' could be declared final
43604 src/com/gps/utilities/RouteDeviation.java 202 Potential violation of Law of Demeter (object not created locally)
43605 src/com/gps/utilities/RouteDeviation.java 211 Local variable 'bPointInCircle' could be declared final
43606 src/com/gps/utilities/RouteDeviation.java 217 Local variable 'objTripTraversal' could be declared final
43607 src/com/gps/utilities/RouteDeviation.java 218 Local variable 'tripReference' could be declared final
43608 src/com/gps/utilities/RouteDeviation.java 219 Potential violation of Law of Demeter (object not created locally)
43609 src/com/gps/utilities/RouteDeviation.java 219 Potential violation of Law of Demeter (object not created locally)
43610 src/com/gps/utilities/RouteDeviation.java 222 Potential violation of Law of Demeter (object not created locally)
43611 src/com/gps/utilities/RouteDeviation.java 223 Potential violation of Law of Demeter (object not created locally)
43612 src/com/gps/utilities/RouteDeviation.java 224 Potential violation of Law of Demeter (object not created locally)
43613 src/com/gps/utilities/RouteDeviation.java 225 Potential violation of Law of Demeter (object not created locally)
43614 src/com/gps/utilities/RouteDeviation.java 226 Potential violation of Law of Demeter (object not created locally)
43615 src/com/gps/utilities/RouteDeviation.java 229 Local variable 'obj' could be declared final
43616 src/com/gps/utilities/RouteDeviation.java 229 This statement may have some unnecessary parentheses
43617 src/com/gps/utilities/RouteDeviation.java 229 Useless parentheses.
43618 src/com/gps/utilities/RouteDeviation.java 229 Useless parentheses.
43619 src/com/gps/utilities/RouteDeviation.java 230 Avoid variables with short names like tx
43620 src/com/gps/utilities/RouteDeviation.java 230 Local variable 'tx' could be declared final
43621 src/com/gps/utilities/RouteDeviation.java 230 Potential violation of Law of Demeter (object not created locally)
43622 src/com/gps/utilities/RouteDeviation.java 231 Potential violation of Law of Demeter (object not created locally)
43623 src/com/gps/utilities/RouteDeviation.java 232 Potential violation of Law of Demeter (object not created locally)
43624 src/com/gps/utilities/RouteDeviation.java 233 Potential violation of Law of Demeter (object not created locally)
43625 src/com/gps/utilities/RouteDeviation.java 234 Potential violation of Law of Demeter (object not created locally)
43626 src/com/gps/utilities/RouteDeviation.java 240 Potential violation of Law of Demeter (object not created locally)
43627 src/com/gps/utilities/RouteDeviation.java 241 Potential violation of Law of Demeter (object not created locally)
43628 src/com/gps/utilities/RouteDeviation.java 248 Potential violation of Law of Demeter (method chain calls)
43629 src/com/gps/utilities/RouteDeviation.java 248 Potential violation of Law of Demeter (method chain calls)
43630 src/com/gps/utilities/RouteDeviation.java 248 Potential violation of Law of Demeter (object not created locally)
43631 src/com/gps/utilities/RouteDeviation.java 250 Potential violation of Law of Demeter (object not created locally)
43632 src/com/gps/utilities/RouteDeviation.java 261 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43633 src/com/gps/utilities/RouteDeviation.java 264 A method should have only one exit point, and that should be the last statement in the method
43634 src/com/gps/utilities/RouteDeviation.java 264 Potential violation of Law of Demeter (method chain calls)
43635 src/com/gps/utilities/RouteDeviation.java 264 Potential violation of Law of Demeter (method chain calls)
43636 src/com/gps/utilities/RouteDeviation.java 269 Potential violation of Law of Demeter (method chain calls)
43637 src/com/gps/utilities/RouteDeviation.java 269 Potential violation of Law of Demeter (method chain calls)
43638 src/com/gps/utilities/RouteDeviation.java 269 Potential violation of Law of Demeter (object not created locally)
43639 src/com/gps/utilities/RouteDeviation.java 273 Comment is too large: Too many lines
43640 src/com/gps/utilities/RouteDeviation.java 285 Avoid excessively long variable names like currentPacketPoint
43641 src/com/gps/utilities/RouteDeviation.java 285 Parameter 'currentPacketPoint' is not assigned and could be declared final
43642 src/com/gps/utilities/RouteDeviation.java 286 A method/constructor shouldnt explicitly throw java.lang.Exception
43643 src/com/gps/utilities/RouteDeviation.java 286 Avoid excessively long variable names like referenceRoutePoint
43644 src/com/gps/utilities/RouteDeviation.java 286 Parameter 'referenceRoutePoint' is not assigned and could be declared final
43645 src/com/gps/utilities/RouteDeviation.java 287 Local variable 'distance' could be declared final
43646 src/com/gps/utilities/RouteDeviation.java 292 Local variable 'permissibleRadius' could be declared final
43647 src/com/gps/utilities/RouteDeviation.java 294 Avoid unnecessary if..then..else statements when returning booleans
43648 src/com/gps/utilities/RouteDeviation.java 294 Avoid using Literals in Conditional Statements
43649 src/com/gps/utilities/RouteDeviation.java 294 Potential violation of Law of Demeter (object not created locally)
43650 src/com/gps/utilities/RouteDeviation.java 294 Potential violation of Law of Demeter (object not created locally)
43651 src/com/gps/utilities/RouteDeviation.java 295 A method should have only one exit point, and that should be the last statement in the method
43652 src/com/gps/utilities/RouteDeviation.java 301 Comment is too large: Too many lines
43653 src/com/gps/utilities/RouteDeviation.java 311 Avoid really long methods.
43654 src/com/gps/utilities/RouteDeviation.java 311 Parameter 'refTripPointId' is not assigned and could be declared final
43655 src/com/gps/utilities/RouteDeviation.java 311 Parameter 'startIndex' is not assigned and could be declared final
43656 src/com/gps/utilities/RouteDeviation.java 311 The method 'isBkOnRefRoutePoint' has a Cyclomatic Complexity of 13.
43657 src/com/gps/utilities/RouteDeviation.java 312 A method/constructor shouldnt explicitly throw java.lang.Exception
43658 src/com/gps/utilities/RouteDeviation.java 312 Avoid excessively long variable names like currentPacketPoint
43659 src/com/gps/utilities/RouteDeviation.java 312 Parameter 'currentPacketPoint' is not assigned and could be declared final
43660 src/com/gps/utilities/RouteDeviation.java 314 Avoid excessively long variable names like backOnRefRouteFlag
43661 src/com/gps/utilities/RouteDeviation.java 314 Found 'DD'-anomaly for variable 'backOnRefRouteFlag' (lines '314'-'397').
43662 src/com/gps/utilities/RouteDeviation.java 314 Found 'DD'-anomaly for variable 'backOnRefRouteFlag' (lines '314'-'492').
43663 src/com/gps/utilities/RouteDeviation.java 316 Local variable 'cRoutePointsInSequence' could be declared final
43664 src/com/gps/utilities/RouteDeviation.java 317 Avoid excessively long variable names like cRoutePointsInSequence
43665 src/com/gps/utilities/RouteDeviation.java 319 Local variable 'itr' could be declared final
43666 src/com/gps/utilities/RouteDeviation.java 319 Potential violation of Law of Demeter (object not created locally)
43667 src/com/gps/utilities/RouteDeviation.java 321 Found 'DU'-anomaly for variable 'i' (lines '321'-'501').
43668 src/com/gps/utilities/RouteDeviation.java 321 This statement may have some unnecessary parentheses
43669 src/com/gps/utilities/RouteDeviation.java 321 Useless parentheses.
43670 src/com/gps/utilities/RouteDeviation.java 321 Useless parentheses.
43671 src/com/gps/utilities/RouteDeviation.java 322 Avoid excessively long variable names like referenceRoutePoint
43672 src/com/gps/utilities/RouteDeviation.java 322 Found 'DU'-anomaly for variable 'referenceRoutePoint' (lines '322'-'501').
43673 src/com/gps/utilities/RouteDeviation.java 322 Local variable 'referenceRoutePoint' could be declared final
43674 src/com/gps/utilities/RouteDeviation.java 327 Local variable 'bPointInCircle' could be declared final
43675 src/com/gps/utilities/RouteDeviation.java 332 Local variable 'cal1' could be declared final
43676 src/com/gps/utilities/RouteDeviation.java 333 Found 'DD'-anomaly for variable 'timeDiffInSecs' (lines '333'-'368').
43677 src/com/gps/utilities/RouteDeviation.java 333 Found 'DD'-anomaly for variable 'timeDiffInSecs' (lines '333'-'370').
43678 src/com/gps/utilities/RouteDeviation.java 336 Avoid instantiating new objects inside loops
43679 src/com/gps/utilities/RouteDeviation.java 336 Local variable 'realTimeDiff' could be declared final
43680 src/com/gps/utilities/RouteDeviation.java 336 This statement may have some unnecessary parentheses
43681 src/com/gps/utilities/RouteDeviation.java 336 This statement may have some unnecessary parentheses
43682 src/com/gps/utilities/RouteDeviation.java 336 Useless parentheses.
43683 src/com/gps/utilities/RouteDeviation.java 336 Useless parentheses.
43684 src/com/gps/utilities/RouteDeviation.java 336 Useless parentheses.
43685 src/com/gps/utilities/RouteDeviation.java 336 Useless parentheses.
43686 src/com/gps/utilities/RouteDeviation.java 339 Found 'DD'-anomaly for variable 'timeDelta' (lines '339'-'341').
43687 src/com/gps/utilities/RouteDeviation.java 340 Avoid using Literals in Conditional Statements
43688 src/com/gps/utilities/RouteDeviation.java 340 Avoid using if statements without curly braces
43689 src/com/gps/utilities/RouteDeviation.java 351 Potential violation of Law of Demeter (object not created locally)
43690 src/com/gps/utilities/RouteDeviation.java 351 Potential violation of Law of Demeter (object not created locally)
43691 src/com/gps/utilities/RouteDeviation.java 352 Local variable 'refPtTimeInSecs' could be declared final
43692 src/com/gps/utilities/RouteDeviation.java 352 Potential violation of Law of Demeter (object not created locally)
43693 src/com/gps/utilities/RouteDeviation.java 352 Potential violation of Law of Demeter (object not created locally)
43694 src/com/gps/utilities/RouteDeviation.java 352 Useless parentheses.
43695 src/com/gps/utilities/RouteDeviation.java 352 Useless parentheses.
43696 src/com/gps/utilities/RouteDeviation.java 353 Potential violation of Law of Demeter (object not created locally)
43697 src/com/gps/utilities/RouteDeviation.java 353 Potential violation of Law of Demeter (object not created locally)
43698 src/com/gps/utilities/RouteDeviation.java 355 Potential violation of Law of Demeter (object not created locally)
43699 src/com/gps/utilities/RouteDeviation.java 355 Potential violation of Law of Demeter (object not created locally)
43700 src/com/gps/utilities/RouteDeviation.java 355 Useless parentheses.
43701 src/com/gps/utilities/RouteDeviation.java 355 Useless parentheses.
43702 src/com/gps/utilities/RouteDeviation.java 358 Potential violation of Law of Demeter (object not created locally)
43703 src/com/gps/utilities/RouteDeviation.java 359 Avoid excessively long variable names like currPktPtTimeInSecs
43704 src/com/gps/utilities/RouteDeviation.java 359 Local variable 'currPktPtTimeInSecs' could be declared final
43705 src/com/gps/utilities/RouteDeviation.java 359 Potential violation of Law of Demeter (object not created locally)
43706 src/com/gps/utilities/RouteDeviation.java 359 Potential violation of Law of Demeter (object not created locally)
43707 src/com/gps/utilities/RouteDeviation.java 359 Useless parentheses.
43708 src/com/gps/utilities/RouteDeviation.java 359 Useless parentheses.
43709 src/com/gps/utilities/RouteDeviation.java 360 Potential violation of Law of Demeter (object not created locally)
43710 src/com/gps/utilities/RouteDeviation.java 360 Potential violation of Law of Demeter (object not created locally)
43711 src/com/gps/utilities/RouteDeviation.java 362 Potential violation of Law of Demeter (object not created locally)
43712 src/com/gps/utilities/RouteDeviation.java 362 Potential violation of Law of Demeter (object not created locally)
43713 src/com/gps/utilities/RouteDeviation.java 362 Useless parentheses.
43714 src/com/gps/utilities/RouteDeviation.java 362 Useless parentheses.
43715 src/com/gps/utilities/RouteDeviation.java 368 Avoid using if...else statements without curly braces
43716 src/com/gps/utilities/RouteDeviation.java 370 Avoid using if...else statements without curly braces
43717 src/com/gps/utilities/RouteDeviation.java 374 Found 'DD'-anomaly for variable 'trpMatchPointId' (lines '374'-'374').
43718 src/com/gps/utilities/RouteDeviation.java 374 Found 'DD'-anomaly for variable 'trpMatchPointId' (lines '374'-'381').
43719 src/com/gps/utilities/RouteDeviation.java 374 Found 'DU'-anomaly for variable 'trpMatchPointId' (lines '374'-'501').
43720 src/com/gps/utilities/RouteDeviation.java 374 Potential violation of Law of Demeter (object not created locally)
43721 src/com/gps/utilities/RouteDeviation.java 377 Potential violation of Law of Demeter (method chain calls)
43722 src/com/gps/utilities/RouteDeviation.java 377 Potential violation of Law of Demeter (object not created locally)
43723 src/com/gps/utilities/RouteDeviation.java 377 Potential violation of Law of Demeter (object not created locally)
43724 src/com/gps/utilities/RouteDeviation.java 378 Avoid using Literals in Conditional Statements
43725 src/com/gps/utilities/RouteDeviation.java 386 Avoid instantiating new objects inside loops
43726 src/com/gps/utilities/RouteDeviation.java 386 Local variable 'bTraversed' could be declared final
43727 src/com/gps/utilities/RouteDeviation.java 386 This statement may have some unnecessary parentheses
43728 src/com/gps/utilities/RouteDeviation.java 386 Useless parentheses.
43729 src/com/gps/utilities/RouteDeviation.java 386 Useless parentheses.
43730 src/com/gps/utilities/RouteDeviation.java 387 Potential violation of Law of Demeter (method chain calls)
43731 src/com/gps/utilities/RouteDeviation.java 406 Potential violation of Law of Demeter (object not created locally)
43732 src/com/gps/utilities/RouteDeviation.java 411 Avoid instantiating new objects inside loops
43733 src/com/gps/utilities/RouteDeviation.java 411 This statement may have some unnecessary parentheses
43734 src/com/gps/utilities/RouteDeviation.java 411 Useless parentheses.
43735 src/com/gps/utilities/RouteDeviation.java 411 Useless parentheses.
43736 src/com/gps/utilities/RouteDeviation.java 413 Local variable 'matchPtTimeInSecs' could be declared final
43737 src/com/gps/utilities/RouteDeviation.java 413 Potential violation of Law of Demeter (object not created locally)
43738 src/com/gps/utilities/RouteDeviation.java 413 Potential violation of Law of Demeter (object not created locally)
43739 src/com/gps/utilities/RouteDeviation.java 413 Useless parentheses.
43740 src/com/gps/utilities/RouteDeviation.java 413 Useless parentheses.
43741 src/com/gps/utilities/RouteDeviation.java 415 Potential violation of Law of Demeter (object not created locally)
43742 src/com/gps/utilities/RouteDeviation.java 415 Potential violation of Law of Demeter (object not created locally)
43743 src/com/gps/utilities/RouteDeviation.java 417 Potential violation of Law of Demeter (object not created locally)
43744 src/com/gps/utilities/RouteDeviation.java 417 Potential violation of Law of Demeter (object not created locally)
43745 src/com/gps/utilities/RouteDeviation.java 417 Useless parentheses.
43746 src/com/gps/utilities/RouteDeviation.java 417 Useless parentheses.
43747 src/com/gps/utilities/RouteDeviation.java 420 Avoid using if...else statements without curly braces
43748 src/com/gps/utilities/RouteDeviation.java 423 Avoid using if...else statements without curly braces
43749 src/com/gps/utilities/RouteDeviation.java 434 Avoid instantiating new objects inside loops
43750 src/com/gps/utilities/RouteDeviation.java 434 Local variable 'trpTraversalDAO' could be declared final
43751 src/com/gps/utilities/RouteDeviation.java 435 Local variable 'sess' could be declared final
43752 src/com/gps/utilities/RouteDeviation.java 435 Potential violation of Law of Demeter (object not created locally)
43753 src/com/gps/utilities/RouteDeviation.java 437 Avoid variables with short names like tx
43754 src/com/gps/utilities/RouteDeviation.java 437 Local variable 'tx' could be declared final
43755 src/com/gps/utilities/RouteDeviation.java 437 Potential violation of Law of Demeter (object not created locally)
43756 src/com/gps/utilities/RouteDeviation.java 438 Potential violation of Law of Demeter (object not created locally)
43757 src/com/gps/utilities/RouteDeviation.java 439 Avoid excessively long variable names like numberOfPointsTraversed
43758 src/com/gps/utilities/RouteDeviation.java 440 Useless parentheses.
43759 src/com/gps/utilities/RouteDeviation.java 440 Useless parentheses.
43760 src/com/gps/utilities/RouteDeviation.java 440 Useless parentheses.
43761 src/com/gps/utilities/RouteDeviation.java 440 Useless parentheses.
43762 src/com/gps/utilities/RouteDeviation.java 442 Avoid instantiating new objects inside loops
43763 src/com/gps/utilities/RouteDeviation.java 442 Local variable 'objTripTraversal' could be declared final
43764 src/com/gps/utilities/RouteDeviation.java 443 Avoid instantiating new objects inside loops
43765 src/com/gps/utilities/RouteDeviation.java 443 Local variable 'tripReference' could be declared final
43766 src/com/gps/utilities/RouteDeviation.java 444 Potential violation of Law of Demeter (object not created locally)
43767 src/com/gps/utilities/RouteDeviation.java 446 Potential violation of Law of Demeter (object not created locally)
43768 src/com/gps/utilities/RouteDeviation.java 448 Potential violation of Law of Demeter (object not created locally)
43769 src/com/gps/utilities/RouteDeviation.java 449 Potential violation of Law of Demeter (object not created locally)
43770 src/com/gps/utilities/RouteDeviation.java 450 Potential violation of Law of Demeter (object not created locally)
43771 src/com/gps/utilities/RouteDeviation.java 451 Potential violation of Law of Demeter (object not created locally)
43772 src/com/gps/utilities/RouteDeviation.java 455 Potential violation of Law of Demeter (object not created locally)
43773 src/com/gps/utilities/RouteDeviation.java 463 Avoid instantiating new objects inside loops
43774 src/com/gps/utilities/RouteDeviation.java 463 Local variable 'objTripTraversal' could be declared final
43775 src/com/gps/utilities/RouteDeviation.java 464 Avoid instantiating new objects inside loops
43776 src/com/gps/utilities/RouteDeviation.java 464 Local variable 'tripReference' could be declared final
43777 src/com/gps/utilities/RouteDeviation.java 465 Potential violation of Law of Demeter (object not created locally)
43778 src/com/gps/utilities/RouteDeviation.java 467 Potential violation of Law of Demeter (object not created locally)
43779 src/com/gps/utilities/RouteDeviation.java 469 Potential violation of Law of Demeter (object not created locally)
43780 src/com/gps/utilities/RouteDeviation.java 470 Potential violation of Law of Demeter (object not created locally)
43781 src/com/gps/utilities/RouteDeviation.java 471 Potential violation of Law of Demeter (object not created locally)
43782 src/com/gps/utilities/RouteDeviation.java 472 Potential violation of Law of Demeter (object not created locally)
43783 src/com/gps/utilities/RouteDeviation.java 476 Potential violation of Law of Demeter (object not created locally)
43784 src/com/gps/utilities/RouteDeviation.java 480 Avoid instantiating new objects inside loops
43785 src/com/gps/utilities/RouteDeviation.java 480 Local variable 'objTripDeviation' could be declared final
43786 src/com/gps/utilities/RouteDeviation.java 481 Potential violation of Law of Demeter (object not created locally)
43787 src/com/gps/utilities/RouteDeviation.java 482 Potential violation of Law of Demeter (object not created locally)
43788 src/com/gps/utilities/RouteDeviation.java 484 Potential violation of Law of Demeter (object not created locally)
43789 src/com/gps/utilities/RouteDeviation.java 487 Potential violation of Law of Demeter (object not created locally)
43790 src/com/gps/utilities/RouteDeviation.java 489 Potential violation of Law of Demeter (object not created locally)
43791 src/com/gps/utilities/RouteDeviation.java 490 Potential violation of Law of Demeter (object not created locally)
43792 src/com/gps/utilities/RouteDeviation.java 503 Comment is too large: Too many lines
43793 src/com/gps/utilities/RouteDeviation.java 515 Parameter 'latitude' is not assigned and could be declared final
43794 src/com/gps/utilities/RouteDeviation.java 515 Parameter 'tripid' is not assigned and could be declared final
43795 src/com/gps/utilities/RouteDeviation.java 516 A method/constructor shouldnt explicitly throw java.lang.Exception
43796 src/com/gps/utilities/RouteDeviation.java 516 Parameter 'longitude' is not assigned and could be declared final
43797 src/com/gps/utilities/RouteDeviation.java 516 Parameter 'packetTime' is not assigned and could be declared final
43798 src/com/gps/utilities/RouteDeviation.java 518 Found 'DD'-anomaly for variable 'isPresent' (lines '518'-'521').
43799 src/com/gps/utilities/RouteDeviation.java 527 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43800 src/com/gps/utilities/RouteDeviation.java 536 Comment is too large: Too many lines
43801 src/com/gps/utilities/RouteDeviation.java 549 Parameter 'refRoutePoint' is not assigned and could be declared final
43802 src/com/gps/utilities/RouteDeviation.java 550 A method/constructor shouldnt explicitly throw java.lang.Exception
43803 src/com/gps/utilities/RouteDeviation.java 550 Parameter 'currPacketPoint' is not assigned and could be declared final
43804 src/com/gps/utilities/RouteDeviation.java 552 Found 'DD'-anomaly for variable 'closestPointId' (lines '552'-'586').
43805 src/com/gps/utilities/RouteDeviation.java 552 Found 'DD'-anomaly for variable 'closestPointId' (lines '552'-'591').
43806 src/com/gps/utilities/RouteDeviation.java 552 Found 'DU'-anomaly for variable 'closestPointId' (lines '552'-'599').
43807 src/com/gps/utilities/RouteDeviation.java 555 Found 'DD'-anomaly for variable 'referencesList' (lines '555'-'581').
43808 src/com/gps/utilities/RouteDeviation.java 556 Local variable 'referencePointIds' could be declared final
43809 src/com/gps/utilities/RouteDeviation.java 559 Local variable 'strTok' could be declared final
43810 src/com/gps/utilities/RouteDeviation.java 561 Local variable 'refWhereClause' could be declared final
43811 src/com/gps/utilities/RouteDeviation.java 561 StringBuffer constructor is initialized with size 16, but has at least 58 characters appended.
43812 src/com/gps/utilities/RouteDeviation.java 562 Potential violation of Law of Demeter (object not created locally)
43813 src/com/gps/utilities/RouteDeviation.java 562 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
43814 src/com/gps/utilities/RouteDeviation.java 563 Potential violation of Law of Demeter (method chain calls)
43815 src/com/gps/utilities/RouteDeviation.java 563 Potential violation of Law of Demeter (object not created locally)
43816 src/com/gps/utilities/RouteDeviation.java 563 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
43817 src/com/gps/utilities/RouteDeviation.java 564 Potential violation of Law of Demeter (object not created locally)
43818 src/com/gps/utilities/RouteDeviation.java 564 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
43819 src/com/gps/utilities/RouteDeviation.java 565 Potential violation of Law of Demeter (object not created locally)
43820 src/com/gps/utilities/RouteDeviation.java 566 Potential violation of Law of Demeter (object not created locally)
43821 src/com/gps/utilities/RouteDeviation.java 567 Potential violation of Law of Demeter (object not created locally)
43822 src/com/gps/utilities/RouteDeviation.java 568 Potential violation of Law of Demeter (object not created locally)
43823 src/com/gps/utilities/RouteDeviation.java 568 Potential violation of Law of Demeter (object not created locally)
43824 src/com/gps/utilities/RouteDeviation.java 571 Local variable 'trpDao' could be declared final
43825 src/com/gps/utilities/RouteDeviation.java 572 Local variable 'obj' could be declared final
43826 src/com/gps/utilities/RouteDeviation.java 572 Potential violation of Law of Demeter (object not created locally)
43827 src/com/gps/utilities/RouteDeviation.java 574 Avoid unused local variables such as 'sdf'.
43828 src/com/gps/utilities/RouteDeviation.java 574 Found 'DU'-anomaly for variable 'sdf' (lines '574'-'599').
43829 src/com/gps/utilities/RouteDeviation.java 574 Local variable 'sdf' could be declared final
43830 src/com/gps/utilities/RouteDeviation.java 574 When instantiating a SimpleDateFormat object, specify a Locale
43831 src/com/gps/utilities/RouteDeviation.java 575 Local variable 'qry' could be declared final
43832 src/com/gps/utilities/RouteDeviation.java 576 Potential violation of Law of Demeter (object not created locally)
43833 src/com/gps/utilities/RouteDeviation.java 580 Local variable 'query' could be declared final
43834 src/com/gps/utilities/RouteDeviation.java 580 Potential violation of Law of Demeter (object not created locally)
43835 src/com/gps/utilities/RouteDeviation.java 581 Potential violation of Law of Demeter (object not created locally)
43836 src/com/gps/utilities/RouteDeviation.java 583 Potential violation of Law of Demeter (object not created locally)
43837 src/com/gps/utilities/RouteDeviation.java 586 Found 'DU'-anomaly for variable 'closestPointId' (lines '586'-'599').
43838 src/com/gps/utilities/RouteDeviation.java 590 Avoid using Literals in Conditional Statements
43839 src/com/gps/utilities/RouteDeviation.java 590 Avoid using if statements without curly braces
43840 src/com/gps/utilities/RouteDeviation.java 590 Potential violation of Law of Demeter (object not created locally)
43841 src/com/gps/utilities/RouteDeviation.java 591 Found 'DU'-anomaly for variable 'closestPointId' (lines '591'-'599').
43842 src/com/gps/utilities/RouteDeviation.java 593 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43843 src/com/gps/utilities/RouteDeviation.java 601 Comment is too large: Too many lines
43844 src/com/gps/utilities/RouteDeviation.java 612 Parameter 'currPktPt' is not assigned and could be declared final
43845 src/com/gps/utilities/RouteDeviation.java 612 Parameter 'refPointId' is not assigned and could be declared final
43846 src/com/gps/utilities/RouteDeviation.java 613 A method/constructor shouldnt explicitly throw java.lang.Exception
43847 src/com/gps/utilities/RouteDeviation.java 613 Avoid excessively long variable names like recurrLocationList
43848 src/com/gps/utilities/RouteDeviation.java 613 Parameter 'recurrLocationList' is not assigned and could be declared final
43849 src/com/gps/utilities/RouteDeviation.java 615 Local variable 'traversalDao' could be declared final
43850 src/com/gps/utilities/RouteDeviation.java 615 This statement may have some unnecessary parentheses
43851 src/com/gps/utilities/RouteDeviation.java 615 Useless parentheses.
43852 src/com/gps/utilities/RouteDeviation.java 615 Useless parentheses.
43853 src/com/gps/utilities/RouteDeviation.java 616 Avoid excessively long variable names like closestReferencePoint
43854 src/com/gps/utilities/RouteDeviation.java 616 Found 'DD'-anomaly for variable 'closestReferencePoint' (lines '616'-'643').
43855 src/com/gps/utilities/RouteDeviation.java 617 Found 'DD'-anomaly for variable 'closestPointId' (lines '617'-'648').
43856 src/com/gps/utilities/RouteDeviation.java 619 Found 'DU'-anomaly for variable 'timeDelta' (lines '619'-'650').
43857 src/com/gps/utilities/RouteDeviation.java 619 Local variable 'timeDelta' could be declared final
43858 src/com/gps/utilities/RouteDeviation.java 619 Potential violation of Law of Demeter (object not created locally)
43859 src/com/gps/utilities/RouteDeviation.java 620 Found 'DU'-anomaly for variable 'minTimeDiff' (lines '620'-'650').
43860 src/com/gps/utilities/RouteDeviation.java 620 This statement may have some unnecessary parentheses
43861 src/com/gps/utilities/RouteDeviation.java 620 Useless parentheses.
43862 src/com/gps/utilities/RouteDeviation.java 620 Useless parentheses.
43863 src/com/gps/utilities/RouteDeviation.java 622 Local variable 'cal1' could be declared final
43864 src/com/gps/utilities/RouteDeviation.java 623 Potential violation of Law of Demeter (object not created locally)
43865 src/com/gps/utilities/RouteDeviation.java 624 Found 'DU'-anomaly for variable 'currPktTimeInSecs' (lines '624'-'650').
43866 src/com/gps/utilities/RouteDeviation.java 624 Local variable 'currPktTimeInSecs' could be declared final
43867 src/com/gps/utilities/RouteDeviation.java 624 Potential violation of Law of Demeter (object not created locally)
43868 src/com/gps/utilities/RouteDeviation.java 624 Potential violation of Law of Demeter (object not created locally)
43869 src/com/gps/utilities/RouteDeviation.java 624 Useless parentheses.
43870 src/com/gps/utilities/RouteDeviation.java 624 Useless parentheses.
43871 src/com/gps/utilities/RouteDeviation.java 625 Potential violation of Law of Demeter (object not created locally)
43872 src/com/gps/utilities/RouteDeviation.java 625 Potential violation of Law of Demeter (object not created locally)
43873 src/com/gps/utilities/RouteDeviation.java 626 Potential violation of Law of Demeter (object not created locally)
43874 src/com/gps/utilities/RouteDeviation.java 626 Potential violation of Law of Demeter (object not created locally)
43875 src/com/gps/utilities/RouteDeviation.java 626 Useless parentheses.
43876 src/com/gps/utilities/RouteDeviation.java 626 Useless parentheses.
43877 src/com/gps/utilities/RouteDeviation.java 629 Local variable 'referencePoint' could be declared final
43878 src/com/gps/utilities/RouteDeviation.java 631 Potential violation of Law of Demeter (object not created locally)
43879 src/com/gps/utilities/RouteDeviation.java 631 Potential violation of Law of Demeter (object not created locally)
43880 src/com/gps/utilities/RouteDeviation.java 632 Avoid excessively long variable names like closestRefTimeInSecs
43881 src/com/gps/utilities/RouteDeviation.java 632 Local variable 'closestRefTimeInSecs' could be declared final
43882 src/com/gps/utilities/RouteDeviation.java 632 Potential violation of Law of Demeter (object not created locally)
43883 src/com/gps/utilities/RouteDeviation.java 632 Potential violation of Law of Demeter (object not created locally)
43884 src/com/gps/utilities/RouteDeviation.java 632 Useless parentheses.
43885 src/com/gps/utilities/RouteDeviation.java 632 Useless parentheses.
43886 src/com/gps/utilities/RouteDeviation.java 633 Potential violation of Law of Demeter (object not created locally)
43887 src/com/gps/utilities/RouteDeviation.java 633 Potential violation of Law of Demeter (object not created locally)
43888 src/com/gps/utilities/RouteDeviation.java 635 Potential violation of Law of Demeter (object not created locally)
43889 src/com/gps/utilities/RouteDeviation.java 635 Potential violation of Law of Demeter (object not created locally)
43890 src/com/gps/utilities/RouteDeviation.java 635 Useless parentheses.
43891 src/com/gps/utilities/RouteDeviation.java 635 Useless parentheses.
43892 src/com/gps/utilities/RouteDeviation.java 636 Found 'DD'-anomaly for variable 'timeDiffInSecs' (lines '636'-'638').
43893 src/com/gps/utilities/RouteDeviation.java 636 Found 'DD'-anomaly for variable 'timeDiffInSecs' (lines '636'-'640').
43894 src/com/gps/utilities/RouteDeviation.java 638 Avoid using if...else statements without curly braces
43895 src/com/gps/utilities/RouteDeviation.java 640 Avoid using if...else statements without curly braces
43896 src/com/gps/utilities/RouteDeviation.java 642 Found 'DU'-anomaly for variable 'minTimeDiff' (lines '642'-'650').
43897 src/com/gps/utilities/RouteDeviation.java 643 Found 'DD'-anomaly for variable 'closestReferencePoint' (lines '643'-'643').
43898 src/com/gps/utilities/RouteDeviation.java 647 Avoid using if statements without curly braces
43899 src/com/gps/utilities/RouteDeviation.java 647 Potential violation of Law of Demeter (object not created locally)
43900 src/com/gps/utilities/RouteDeviation.java 648 Potential violation of Law of Demeter (object not created locally)
43901 src/com/gps/utilities/UrlSigner.java 19 headerCommentRequirement Required
43902 src/com/gps/utilities/UrlSigner.java 21 Logger should be defined private static final and have the correct class
43903 src/com/gps/utilities/UrlSigner.java 21 Variables that are final and static should be all capitals, 'log' is not all capitals.
43904 src/com/gps/utilities/UrlSigner.java 21 fieldCommentRequirement Required
43905 src/com/gps/utilities/UrlSigner.java 22 fieldCommentRequirement Required
43906 src/com/gps/utilities/UrlSigner.java 24 Method names should not start with capital letters
43907 src/com/gps/utilities/UrlSigner.java 24 Parameter 'keyString' is not assigned and could be declared final
43908 src/com/gps/utilities/UrlSigner.java 24 Parameter 'urlString' is not assigned and could be declared final
43909 src/com/gps/utilities/UrlSigner.java 24 publicMethodCommentRequirement Required
43910 src/com/gps/utilities/UrlSigner.java 26 Found 'DD'-anomaly for variable 'url' (lines '26'-'31').
43911 src/com/gps/utilities/UrlSigner.java 27 Found 'DD'-anomaly for variable 'request' (lines '27'-'33').
43912 src/com/gps/utilities/UrlSigner.java 33 Potential violation of Law of Demeter (object not created locally)
43913 src/com/gps/utilities/UrlSigner.java 33 Potential violation of Law of Demeter (object not created locally)
43914 src/com/gps/utilities/UrlSigner.java 34 Potential violation of Law of Demeter (object not created locally)
43915 src/com/gps/utilities/UrlSigner.java 34 Potential violation of Law of Demeter (object not created locally)
43916 src/com/gps/utilities/UrlSigner.java 34 There is log block not surrounded by if
43917 src/com/gps/utilities/UrlSigner.java 34 There is log block not surrounded by if
43918 src/com/gps/utilities/UrlSigner.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43919 src/com/gps/utilities/UrlSigner.java 38 There is log block not surrounded by if
43920 src/com/gps/utilities/UrlSigner.java 41 Potential violation of Law of Demeter (object not created locally)
43921 src/com/gps/utilities/UrlSigner.java 41 Potential violation of Law of Demeter (object not created locally)
43922 src/com/gps/utilities/UrlSigner.java 45 Avoid reassigning parameters such as 'keyString'
43923 src/com/gps/utilities/UrlSigner.java 45 Avoid reassigning parameters such as 'keyString'
43924 src/com/gps/utilities/UrlSigner.java 45 Method names should not start with capital letters
43925 src/com/gps/utilities/UrlSigner.java 45 publicMethodCommentRequirement Required
43926 src/com/gps/utilities/UrlSigner.java 53 Parameter 'path' is not assigned and could be declared final
43927 src/com/gps/utilities/UrlSigner.java 53 Parameter 'query' is not assigned and could be declared final
43928 src/com/gps/utilities/UrlSigner.java 53 publicMethodCommentRequirement Required
43929 src/com/gps/utilities/UrlSigner.java 56 Local variable 'resource' could be declared final
43930 src/com/gps/utilities/UrlSigner.java 59 Local variable 'sha1Key' could be declared final
43931 src/com/gps/utilities/UrlSigner.java 62 Local variable 'mac' could be declared final
43932 src/com/gps/utilities/UrlSigner.java 63 Potential violation of Law of Demeter (object not created locally)
43933 src/com/gps/utilities/UrlSigner.java 66 Local variable 'sigBytes' could be declared final
43934 src/com/gps/utilities/UrlSigner.java 66 Potential violation of Law of Demeter (object not created locally)
43935 src/com/gps/utilities/UrlSigner.java 66 Potential violation of Law of Demeter (object not created locally)
43936 src/com/gps/utilities/UrlSigner.java 69 Found 'DD'-anomaly for variable 'signature' (lines '69'-'72').
43937 src/com/gps/utilities/UrlSigner.java 72 Potential violation of Law of Demeter (object not created locally)
43938 src/com/gps/utilities/UrlSigner.java 73 Potential violation of Law of Demeter (object not created locally)
43939 src/com/gps/utilities/VehicleDataFetcher.java 21 Comment is too large: Line too long
43940 src/com/gps/utilities/VehicleDataFetcher.java 33 Comment is too large: Too many lines
43941 src/com/gps/utilities/VehicleDataFetcher.java 37 Comment is too large: Line too long
43942 src/com/gps/utilities/VehicleDataFetcher.java 38 Comment is too large: Line too long
43943 src/com/gps/utilities/VehicleDataFetcher.java 58 A high number of imports can indicate a high degree of coupling within an object.
43944 src/com/gps/utilities/VehicleDataFetcher.java 58 Possible God class (WMC=64, ATFD=70, TCC=0.0)
43945 src/com/gps/utilities/VehicleDataFetcher.java 61 Avoid unused imports such as 'java.sql.ResultSet'
43946 src/com/gps/utilities/VehicleDataFetcher.java 73 Avoid unused imports such as 'javax.ws.rs.PathParam'
43947 src/com/gps/utilities/VehicleDataFetcher.java 88 Avoid unused imports such as 'com.gps.hibernate.HibernateSessionFactory'
43948 src/com/gps/utilities/VehicleDataFetcher.java 103 The class 'VehicleDataFetcher' has a Cyclomatic Complexity of 8 (Highest = 23).
43949 src/com/gps/utilities/VehicleDataFetcher.java 103 headerCommentRequirement Required
43950 src/com/gps/utilities/VehicleDataFetcher.java 104 The Logger variable declaration does not contain the static and final modifiers
43951 src/com/gps/utilities/VehicleDataFetcher.java 104 Use explicit scoping instead of the default package private level
43952 src/com/gps/utilities/VehicleDataFetcher.java 104 fieldCommentRequirement Required
43953 src/com/gps/utilities/VehicleDataFetcher.java 106 Use explicit scoping instead of the default package private level
43954 src/com/gps/utilities/VehicleDataFetcher.java 107 Found non-transient, non-static member. Please mark as transient or provide accessors.
43955 src/com/gps/utilities/VehicleDataFetcher.java 107 fieldCommentRequirement Required
43956 src/com/gps/utilities/VehicleDataFetcher.java 111 Found 'UR'-anomaly for variable 'paramVal' (lines '111'-'126').
43957 src/com/gps/utilities/VehicleDataFetcher.java 111 The method 'getVehicleInfo' has a Cyclomatic Complexity of 16.
43958 src/com/gps/utilities/VehicleDataFetcher.java 112 Found 'DD'-anomaly for variable 'uriPath' (lines '112'-'118').
43959 src/com/gps/utilities/VehicleDataFetcher.java 113 Found 'DD'-anomaly for variable 'response' (lines '113'-'137').
43960 src/com/gps/utilities/VehicleDataFetcher.java 113 Found 'DD'-anomaly for variable 'response' (lines '113'-'140').
43961 src/com/gps/utilities/VehicleDataFetcher.java 113 Found 'DD'-anomaly for variable 'response' (lines '113'-'145').
43962 src/com/gps/utilities/VehicleDataFetcher.java 113 Found 'DD'-anomaly for variable 'response' (lines '113'-'149').
43963 src/com/gps/utilities/VehicleDataFetcher.java 113 Found 'DD'-anomaly for variable 'response' (lines '113'-'152').
43964 src/com/gps/utilities/VehicleDataFetcher.java 113 Found 'DD'-anomaly for variable 'response' (lines '113'-'155').
43965 src/com/gps/utilities/VehicleDataFetcher.java 113 Found 'DD'-anomaly for variable 'response' (lines '113'-'159').
43966 src/com/gps/utilities/VehicleDataFetcher.java 113 Found 'DD'-anomaly for variable 'response' (lines '113'-'165').
43967 src/com/gps/utilities/VehicleDataFetcher.java 114 Found 'DD'-anomaly for variable 'params' (lines '114'-'119').
43968 src/com/gps/utilities/VehicleDataFetcher.java 115 Found 'DD'-anomaly for variable 'paramLength' (lines '115'-'121').
43969 src/com/gps/utilities/VehicleDataFetcher.java 115 Found 'DU'-anomaly for variable 'paramLength' (lines '115'-'182').
43970 src/com/gps/utilities/VehicleDataFetcher.java 119 Potential violation of Law of Demeter (object not created locally)
43971 src/com/gps/utilities/VehicleDataFetcher.java 121 Found 'DD'-anomaly for variable 'paramLength' (lines '121'-'127').
43972 src/com/gps/utilities/VehicleDataFetcher.java 124 Local variable 'paramVal' could be declared final
43973 src/com/gps/utilities/VehicleDataFetcher.java 126 Potential violation of Law of Demeter (method chain calls)
43974 src/com/gps/utilities/VehicleDataFetcher.java 126 Potential violation of Law of Demeter (object not created locally)
43975 src/com/gps/utilities/VehicleDataFetcher.java 126 Potential violation of Law of Demeter (object not created locally)
43976 src/com/gps/utilities/VehicleDataFetcher.java 137 Found 'DD'-anomaly for variable 'response' (lines '137'-'165').
43977 src/com/gps/utilities/VehicleDataFetcher.java 140 Found 'DD'-anomaly for variable 'response' (lines '140'-'165').
43978 src/com/gps/utilities/VehicleDataFetcher.java 140 Potential violation of Law of Demeter (method chain calls)
43979 src/com/gps/utilities/VehicleDataFetcher.java 145 Found 'DD'-anomaly for variable 'response' (lines '145'-'165').
43980 src/com/gps/utilities/VehicleDataFetcher.java 145 Potential violation of Law of Demeter (method chain calls)
43981 src/com/gps/utilities/VehicleDataFetcher.java 145 Potential violation of Law of Demeter (method chain calls)
43982 src/com/gps/utilities/VehicleDataFetcher.java 149 Found 'DD'-anomaly for variable 'response' (lines '149'-'165').
43983 src/com/gps/utilities/VehicleDataFetcher.java 149 Potential violation of Law of Demeter (method chain calls)
43984 src/com/gps/utilities/VehicleDataFetcher.java 149 Potential violation of Law of Demeter (method chain calls)
43985 src/com/gps/utilities/VehicleDataFetcher.java 152 Found 'DD'-anomaly for variable 'response' (lines '152'-'165').
43986 src/com/gps/utilities/VehicleDataFetcher.java 152 Potential violation of Law of Demeter (method chain calls)
43987 src/com/gps/utilities/VehicleDataFetcher.java 152 Potential violation of Law of Demeter (method chain calls)
43988 src/com/gps/utilities/VehicleDataFetcher.java 152 Potential violation of Law of Demeter (method chain calls)
43989 src/com/gps/utilities/VehicleDataFetcher.java 155 Found 'DD'-anomaly for variable 'response' (lines '155'-'165').
43990 src/com/gps/utilities/VehicleDataFetcher.java 155 Potential violation of Law of Demeter (method chain calls)
43991 src/com/gps/utilities/VehicleDataFetcher.java 155 Potential violation of Law of Demeter (method chain calls)
43992 src/com/gps/utilities/VehicleDataFetcher.java 155 Potential violation of Law of Demeter (method chain calls)
43993 src/com/gps/utilities/VehicleDataFetcher.java 159 Found 'DD'-anomaly for variable 'response' (lines '159'-'165').
43994 src/com/gps/utilities/VehicleDataFetcher.java 165 Found 'DD'-anomaly for variable 'response' (lines '165'-'170').
43995 src/com/gps/utilities/VehicleDataFetcher.java 166 There is log block not surrounded by if
43996 src/com/gps/utilities/VehicleDataFetcher.java 168 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43997 src/com/gps/utilities/VehicleDataFetcher.java 172 There is log block not surrounded by if
43998 src/com/gps/utilities/VehicleDataFetcher.java 177 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43999 src/com/gps/utilities/VehicleDataFetcher.java 178 Potential violation of Law of Demeter (object not created locally)
44000 src/com/gps/utilities/VehicleDataFetcher.java 178 There is log block not surrounded by if
44001 src/com/gps/utilities/VehicleDataFetcher.java 187 Parameter 'esn' is not assigned and could be declared final
44002 src/com/gps/utilities/VehicleDataFetcher.java 187 publicMethodCommentRequirement Required
44003 src/com/gps/utilities/VehicleDataFetcher.java 188 Found 'DD'-anomaly for variable 'response' (lines '188'-'193').
44004 src/com/gps/utilities/VehicleDataFetcher.java 190 Local variable 'converter' could be declared final
44005 src/com/gps/utilities/VehicleDataFetcher.java 191 Local variable 'dataOrg' could be declared final
44006 src/com/gps/utilities/VehicleDataFetcher.java 192 Avoid excessively long variable names like lastVehicleDetails
44007 src/com/gps/utilities/VehicleDataFetcher.java 192 Local variable 'lastVehicleDetails' could be declared final
44008 src/com/gps/utilities/VehicleDataFetcher.java 192 Potential violation of Law of Demeter (object not created locally)
44009 src/com/gps/utilities/VehicleDataFetcher.java 193 Potential violation of Law of Demeter (object not created locally)
44010 src/com/gps/utilities/VehicleDataFetcher.java 194 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44011 src/com/gps/utilities/VehicleDataFetcher.java 195 There is log block not surrounded by if
44012 src/com/gps/utilities/VehicleDataFetcher.java 202 Parameter 'controls' is not assigned and could be declared final
44013 src/com/gps/utilities/VehicleDataFetcher.java 202 Parameter 'fetchLoc' is not assigned and could be declared final
44014 src/com/gps/utilities/VehicleDataFetcher.java 202 Parameter 'orgId' is not assigned and could be declared final
44015 src/com/gps/utilities/VehicleDataFetcher.java 202 Parameter 'reqCount' is not assigned and could be declared final
44016 src/com/gps/utilities/VehicleDataFetcher.java 202 publicMethodCommentRequirement Required
44017 src/com/gps/utilities/VehicleDataFetcher.java 204 There is log block not surrounded by if
44018 src/com/gps/utilities/VehicleDataFetcher.java 204 There is log block not surrounded by if
44019 src/com/gps/utilities/VehicleDataFetcher.java 205 Local variable 'vehicleList' could be declared final
44020 src/com/gps/utilities/VehicleDataFetcher.java 207 Potential violation of Law of Demeter (object not created locally)
44021 src/com/gps/utilities/VehicleDataFetcher.java 207 There is log block not surrounded by if
44022 src/com/gps/utilities/VehicleDataFetcher.java 207 There is log block not surrounded by if
44023 src/com/gps/utilities/VehicleDataFetcher.java 208 Local variable 'converter' could be declared final
44024 src/com/gps/utilities/VehicleDataFetcher.java 209 A method should have only one exit point, and that should be the last statement in the method
44025 src/com/gps/utilities/VehicleDataFetcher.java 211 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44026 src/com/gps/utilities/VehicleDataFetcher.java 212 There is log block not surrounded by if
44027 src/com/gps/utilities/VehicleDataFetcher.java 217 Avoid really long methods.
44028 src/com/gps/utilities/VehicleDataFetcher.java 217 Found 'UR'-anomaly for variable 'control' (lines '217'-'334').
44029 src/com/gps/utilities/VehicleDataFetcher.java 217 Parameter 'controls' is not assigned and could be declared final
44030 src/com/gps/utilities/VehicleDataFetcher.java 217 Parameter 'doQuery' is not assigned and could be declared final
44031 src/com/gps/utilities/VehicleDataFetcher.java 217 Parameter 'orgId' is not assigned and could be declared final
44032 src/com/gps/utilities/VehicleDataFetcher.java 217 Parameter 'reqCount' is not assigned and could be declared final
44033 src/com/gps/utilities/VehicleDataFetcher.java 217 The method 'getInfo' has a Cyclomatic Complexity of 23.
44034 src/com/gps/utilities/VehicleDataFetcher.java 217 The method getInfo() has an NCSS line count of 108
44035 src/com/gps/utilities/VehicleDataFetcher.java 217 The method getInfo() has an NPath complexity of 2604
44036 src/com/gps/utilities/VehicleDataFetcher.java 217 publicMethodCommentRequirement Required
44037 src/com/gps/utilities/VehicleDataFetcher.java 219 Local variable 'vehDao' could be declared final
44038 src/com/gps/utilities/VehicleDataFetcher.java 222 Local variable 'fetchObj' could be declared final
44039 src/com/gps/utilities/VehicleDataFetcher.java 223 Local variable 'formatter' could be declared final
44040 src/com/gps/utilities/VehicleDataFetcher.java 224 Local variable 'dateFormat' could be declared final
44041 src/com/gps/utilities/VehicleDataFetcher.java 224 When instantiating a SimpleDateFormat object, specify a Locale
44042 src/com/gps/utilities/VehicleDataFetcher.java 225 Local variable 'vehicleList' could be declared final
44043 src/com/gps/utilities/VehicleDataFetcher.java 226 Found 'DD'-anomaly for variable 'refObj' (lines '226'-'266').
44044 src/com/gps/utilities/VehicleDataFetcher.java 228 Avoid excessively long variable names like timeInMilliseconds
44045 src/com/gps/utilities/VehicleDataFetcher.java 228 Found 'DD'-anomaly for variable 'timeInMilliseconds' (lines '228'-'298').
44046 src/com/gps/utilities/VehicleDataFetcher.java 231 Found 'DD'-anomaly for variable 'tankCapacity' (lines '231'-'279').
44047 src/com/gps/utilities/VehicleDataFetcher.java 232 Found 'DD'-anomaly for variable 'updateStatus' (lines '232'-'281').
44048 src/com/gps/utilities/VehicleDataFetcher.java 235 Found 'DD'-anomaly for variable 'dashInfoPanels' (lines '235'-'236').
44049 src/com/gps/utilities/VehicleDataFetcher.java 236 Avoid using if statements without curly braces
44050 src/com/gps/utilities/VehicleDataFetcher.java 238 Found 'DD'-anomaly for variable 'tripMeter' (lines '238'-'339').
44051 src/com/gps/utilities/VehicleDataFetcher.java 239 Found 'DU'-anomaly for variable 'rfidData' (lines '239'-'375').
44052 src/com/gps/utilities/VehicleDataFetcher.java 240 Found 'DD'-anomaly for variable 'fenceSwipe' (lines '240'-'351').
44053 src/com/gps/utilities/VehicleDataFetcher.java 240 Found 'DU'-anomaly for variable 'fenceSwipe' (lines '240'-'375').
44054 src/com/gps/utilities/VehicleDataFetcher.java 241 Found 'DU'-anomaly for variable 'fenceDAO' (lines '241'-'375').
44055 src/com/gps/utilities/VehicleDataFetcher.java 242 Found 'DD'-anomaly for variable 'vehicleId' (lines '242'-'332').
44056 src/com/gps/utilities/VehicleDataFetcher.java 243 Found 'DD'-anomaly for variable 'trip' (lines '243'-'349').
44057 src/com/gps/utilities/VehicleDataFetcher.java 243 Found 'DU'-anomaly for variable 'trip' (lines '243'-'375').
44058 src/com/gps/utilities/VehicleDataFetcher.java 244 Found 'DD'-anomaly for variable 'widgetId' (lines '244'-'334').
44059 src/com/gps/utilities/VehicleDataFetcher.java 246 Local variable 'dataOrg' could be declared final
44060 src/com/gps/utilities/VehicleDataFetcher.java 247 Found 'DD'-anomaly for variable 'speed' (lines '247'-'320').
44061 src/com/gps/utilities/VehicleDataFetcher.java 249 Local variable 'rsVeh' could be declared final
44062 src/com/gps/utilities/VehicleDataFetcher.java 249 Potential violation of Law of Demeter (object not created locally)
44063 src/com/gps/utilities/VehicleDataFetcher.java 251 Local variable 'GeofenceList' could be declared final
44064 src/com/gps/utilities/VehicleDataFetcher.java 251 Variables should start with a lowercase character, 'GeofenceList' starts with uppercase character.
44065 src/com/gps/utilities/VehicleDataFetcher.java 253 Local variable 'coder' could be declared final
44066 src/com/gps/utilities/VehicleDataFetcher.java 254 Local variable 'reportDAO' could be declared final
44067 src/com/gps/utilities/VehicleDataFetcher.java 255 Local variable 'setter' could be declared final
44068 src/com/gps/utilities/VehicleDataFetcher.java 257 Potential violation of Law of Demeter (object not created locally)
44069 src/com/gps/utilities/VehicleDataFetcher.java 257 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
44070 src/com/gps/utilities/VehicleDataFetcher.java 258 Local variable 'rsVehIter' could be declared final
44071 src/com/gps/utilities/VehicleDataFetcher.java 258 Potential violation of Law of Demeter (object not created locally)
44072 src/com/gps/utilities/VehicleDataFetcher.java 260 Local variable 'vehBean' could be declared final
44073 src/com/gps/utilities/VehicleDataFetcher.java 262 Avoid instantiating new objects inside loops
44074 src/com/gps/utilities/VehicleDataFetcher.java 262 Local variable 'vehObj' could be declared final
44075 src/com/gps/utilities/VehicleDataFetcher.java 263 Potential violation of Law of Demeter (object not created locally)
44076 src/com/gps/utilities/VehicleDataFetcher.java 263 Potential violation of Law of Demeter (object not created locally)
44077 src/com/gps/utilities/VehicleDataFetcher.java 265 Avoid if (x != y) ..; else ..;
44078 src/com/gps/utilities/VehicleDataFetcher.java 265 Potential violation of Law of Demeter (object not created locally)
44079 src/com/gps/utilities/VehicleDataFetcher.java 266 Potential violation of Law of Demeter (object not created locally)
44080 src/com/gps/utilities/VehicleDataFetcher.java 266 Potential violation of Law of Demeter (object not created locally)
44081 src/com/gps/utilities/VehicleDataFetcher.java 268 Potential violation of Law of Demeter (object not created locally)
44082 src/com/gps/utilities/VehicleDataFetcher.java 271 Potential violation of Law of Demeter (object not created locally)
44083 src/com/gps/utilities/VehicleDataFetcher.java 271 Potential violation of Law of Demeter (object not created locally)
44084 src/com/gps/utilities/VehicleDataFetcher.java 272 Potential violation of Law of Demeter (object not created locally)
44085 src/com/gps/utilities/VehicleDataFetcher.java 272 Potential violation of Law of Demeter (object not created locally)
44086 src/com/gps/utilities/VehicleDataFetcher.java 273 Potential violation of Law of Demeter (object not created locally)
44087 src/com/gps/utilities/VehicleDataFetcher.java 273 Potential violation of Law of Demeter (object not created locally)
44088 src/com/gps/utilities/VehicleDataFetcher.java 274 Potential violation of Law of Demeter (object not created locally)
44089 src/com/gps/utilities/VehicleDataFetcher.java 274 Potential violation of Law of Demeter (object not created locally)
44090 src/com/gps/utilities/VehicleDataFetcher.java 275 Potential violation of Law of Demeter (object not created locally)
44091 src/com/gps/utilities/VehicleDataFetcher.java 275 Potential violation of Law of Demeter (object not created locally)
44092 src/com/gps/utilities/VehicleDataFetcher.java 276 Potential violation of Law of Demeter (object not created locally)
44093 src/com/gps/utilities/VehicleDataFetcher.java 276 Potential violation of Law of Demeter (object not created locally)
44094 src/com/gps/utilities/VehicleDataFetcher.java 276 Potential violation of Law of Demeter (object not created locally)
44095 src/com/gps/utilities/VehicleDataFetcher.java 276 Potential violation of Law of Demeter (object not created locally)
44096 src/com/gps/utilities/VehicleDataFetcher.java 278 Avoid using Literals in Conditional Statements
44097 src/com/gps/utilities/VehicleDataFetcher.java 279 Potential violation of Law of Demeter (object not created locally)
44098 src/com/gps/utilities/VehicleDataFetcher.java 279 Potential violation of Law of Demeter (object not created locally)
44099 src/com/gps/utilities/VehicleDataFetcher.java 281 Potential violation of Law of Demeter (object not created locally)
44100 src/com/gps/utilities/VehicleDataFetcher.java 281 Potential violation of Law of Demeter (object not created locally)
44101 src/com/gps/utilities/VehicleDataFetcher.java 282 Avoid using Literals in Conditional Statements
44102 src/com/gps/utilities/VehicleDataFetcher.java 283 There is log block not surrounded by if
44103 src/com/gps/utilities/VehicleDataFetcher.java 283 There is log block not surrounded by if
44104 src/com/gps/utilities/VehicleDataFetcher.java 285 There is log block not surrounded by if
44105 src/com/gps/utilities/VehicleDataFetcher.java 285 There is log block not surrounded by if
44106 src/com/gps/utilities/VehicleDataFetcher.java 288 Potential violation of Law of Demeter (object not created locally)
44107 src/com/gps/utilities/VehicleDataFetcher.java 289 There is log block not surrounded by if
44108 src/com/gps/utilities/VehicleDataFetcher.java 289 There is log block not surrounded by if
44109 src/com/gps/utilities/VehicleDataFetcher.java 291 Potential violation of Law of Demeter (object not created locally)
44110 src/com/gps/utilities/VehicleDataFetcher.java 294 Potential violation of Law of Demeter (object not created locally)
44111 src/com/gps/utilities/VehicleDataFetcher.java 295 Potential violation of Law of Demeter (object not created locally)
44112 src/com/gps/utilities/VehicleDataFetcher.java 295 There is log block not surrounded by if
44113 src/com/gps/utilities/VehicleDataFetcher.java 295 There is log block not surrounded by if
44114 src/com/gps/utilities/VehicleDataFetcher.java 298 Potential violation of Law of Demeter (method chain calls)
44115 src/com/gps/utilities/VehicleDataFetcher.java 298 Potential violation of Law of Demeter (object not created locally)
44116 src/com/gps/utilities/VehicleDataFetcher.java 300 Potential violation of Law of Demeter (object not created locally)
44117 src/com/gps/utilities/VehicleDataFetcher.java 300 Potential violation of Law of Demeter (object not created locally)
44118 src/com/gps/utilities/VehicleDataFetcher.java 302 Potential violation of Law of Demeter (object not created locally)
44119 src/com/gps/utilities/VehicleDataFetcher.java 302 Potential violation of Law of Demeter (object not created locally)
44120 src/com/gps/utilities/VehicleDataFetcher.java 302 Potential violation of Law of Demeter (object not created locally)
44121 src/com/gps/utilities/VehicleDataFetcher.java 304 Potential violation of Law of Demeter (object not created locally)
44122 src/com/gps/utilities/VehicleDataFetcher.java 305 Local variable 'idle_time' could be declared final
44123 src/com/gps/utilities/VehicleDataFetcher.java 305 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'idle_time' is not final.
44124 src/com/gps/utilities/VehicleDataFetcher.java 305 Potential violation of Law of Demeter (object not created locally)
44125 src/com/gps/utilities/VehicleDataFetcher.java 305 Potential violation of Law of Demeter (object not created locally)
44126 src/com/gps/utilities/VehicleDataFetcher.java 306 Avoid instantiating new objects inside loops
44127 src/com/gps/utilities/VehicleDataFetcher.java 306 Avoid variables with short names like df
44128 src/com/gps/utilities/VehicleDataFetcher.java 306 Local variable 'df' could be declared final
44129 src/com/gps/utilities/VehicleDataFetcher.java 306 When instantiating a SimpleDateFormat object, specify a Locale
44130 src/com/gps/utilities/VehicleDataFetcher.java 307 Local variable 'Datedate' could be declared final
44131 src/com/gps/utilities/VehicleDataFetcher.java 307 Potential violation of Law of Demeter (object not created locally)
44132 src/com/gps/utilities/VehicleDataFetcher.java 307 Potential violation of Law of Demeter (object not created locally)
44133 src/com/gps/utilities/VehicleDataFetcher.java 307 Potential violation of Law of Demeter (object not created locally)
44134 src/com/gps/utilities/VehicleDataFetcher.java 307 Variables should start with a lowercase character, 'Datedate' starts with uppercase character.
44135 src/com/gps/utilities/VehicleDataFetcher.java 308 Local variable 'idletime' could be declared final
44136 src/com/gps/utilities/VehicleDataFetcher.java 308 Potential violation of Law of Demeter (object not created locally)
44137 src/com/gps/utilities/VehicleDataFetcher.java 309 Local variable 'idle_' could be declared final
44138 src/com/gps/utilities/VehicleDataFetcher.java 309 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'idle_' is not final.
44139 src/com/gps/utilities/VehicleDataFetcher.java 309 Potential violation of Law of Demeter (object not created locally)
44140 src/com/gps/utilities/VehicleDataFetcher.java 309 Potential violation of Law of Demeter (object not created locally)
44141 src/com/gps/utilities/VehicleDataFetcher.java 309 Potential violation of Law of Demeter (object not created locally)
44142 src/com/gps/utilities/VehicleDataFetcher.java 309 Useless parentheses.
44143 src/com/gps/utilities/VehicleDataFetcher.java 309 Useless parentheses.
44144 src/com/gps/utilities/VehicleDataFetcher.java 311 There is log block not surrounded by if
44145 src/com/gps/utilities/VehicleDataFetcher.java 311 There is log block not surrounded by if
44146 src/com/gps/utilities/VehicleDataFetcher.java 312 Potential violation of Law of Demeter (object not created locally)
44147 src/com/gps/utilities/VehicleDataFetcher.java 315 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44148 src/com/gps/utilities/VehicleDataFetcher.java 316 There is log block not surrounded by if
44149 src/com/gps/utilities/VehicleDataFetcher.java 318 Potential violation of Law of Demeter (object not created locally)
44150 src/com/gps/utilities/VehicleDataFetcher.java 318 Potential violation of Law of Demeter (object not created locally)
44151 src/com/gps/utilities/VehicleDataFetcher.java 319 Avoid using if statements without curly braces
44152 src/com/gps/utilities/VehicleDataFetcher.java 319 Potential violation of Law of Demeter (object not created locally)
44153 src/com/gps/utilities/VehicleDataFetcher.java 320 Potential violation of Law of Demeter (object not created locally)
44154 src/com/gps/utilities/VehicleDataFetcher.java 320 Potential violation of Law of Demeter (object not created locally)
44155 src/com/gps/utilities/VehicleDataFetcher.java 322 Potential violation of Law of Demeter (object not created locally)
44156 src/com/gps/utilities/VehicleDataFetcher.java 324 Potential violation of Law of Demeter (object not created locally)
44157 src/com/gps/utilities/VehicleDataFetcher.java 324 Potential violation of Law of Demeter (object not created locally)
44158 src/com/gps/utilities/VehicleDataFetcher.java 324 Potential violation of Law of Demeter (object not created locally)
44159 src/com/gps/utilities/VehicleDataFetcher.java 325 Potential violation of Law of Demeter (object not created locally)
44160 src/com/gps/utilities/VehicleDataFetcher.java 325 Potential violation of Law of Demeter (object not created locally)
44161 src/com/gps/utilities/VehicleDataFetcher.java 325 There is log block not surrounded by if
44162 src/com/gps/utilities/VehicleDataFetcher.java 325 There is log block not surrounded by if
44163 src/com/gps/utilities/VehicleDataFetcher.java 328 Potential violation of Law of Demeter (object not created locally)
44164 src/com/gps/utilities/VehicleDataFetcher.java 328 Potential violation of Law of Demeter (object not created locally)
44165 src/com/gps/utilities/VehicleDataFetcher.java 328 Potential violation of Law of Demeter (object not created locally)
44166 src/com/gps/utilities/VehicleDataFetcher.java 331 Local variable 'control' could be declared final
44167 src/com/gps/utilities/VehicleDataFetcher.java 332 Found 'DD'-anomaly for variable 'vehicleId' (lines '332'-'332').
44168 src/com/gps/utilities/VehicleDataFetcher.java 332 Found 'DU'-anomaly for variable 'vehicleId' (lines '332'-'375').
44169 src/com/gps/utilities/VehicleDataFetcher.java 332 Potential violation of Law of Demeter (object not created locally)
44170 src/com/gps/utilities/VehicleDataFetcher.java 338 Avoid instantiating new objects inside loops
44171 src/com/gps/utilities/VehicleDataFetcher.java 338 Avoid using if statements without curly braces
44172 src/com/gps/utilities/VehicleDataFetcher.java 339 Potential violation of Law of Demeter (object not created locally)
44173 src/com/gps/utilities/VehicleDataFetcher.java 339 Potential violation of Law of Demeter (object not created locally)
44174 src/com/gps/utilities/VehicleDataFetcher.java 341 Potential violation of Law of Demeter (object not created locally)
44175 src/com/gps/utilities/VehicleDataFetcher.java 341 Potential violation of Law of Demeter (object not created locally)
44176 src/com/gps/utilities/VehicleDataFetcher.java 342 Potential violation of Law of Demeter (object not created locally)
44177 src/com/gps/utilities/VehicleDataFetcher.java 342 Potential violation of Law of Demeter (object not created locally)
44178 src/com/gps/utilities/VehicleDataFetcher.java 347 Avoid instantiating new objects inside loops
44179 src/com/gps/utilities/VehicleDataFetcher.java 347 Avoid using if statements without curly braces
44180 src/com/gps/utilities/VehicleDataFetcher.java 347 Found 'DU'-anomaly for variable 'rfidData' (lines '347'-'375').
44181 src/com/gps/utilities/VehicleDataFetcher.java 348 Avoid instantiating new objects inside loops
44182 src/com/gps/utilities/VehicleDataFetcher.java 348 Avoid using if statements without curly braces
44183 src/com/gps/utilities/VehicleDataFetcher.java 349 Avoid instantiating new objects inside loops
44184 src/com/gps/utilities/VehicleDataFetcher.java 350 Potential violation of Law of Demeter (method chain calls)
44185 src/com/gps/utilities/VehicleDataFetcher.java 350 Potential violation of Law of Demeter (object not created locally)
44186 src/com/gps/utilities/VehicleDataFetcher.java 351 Potential violation of Law of Demeter (object not created locally)
44187 src/com/gps/utilities/VehicleDataFetcher.java 351 Potential violation of Law of Demeter (object not created locally)
44188 src/com/gps/utilities/VehicleDataFetcher.java 352 Potential violation of Law of Demeter (object not created locally)
44189 src/com/gps/utilities/VehicleDataFetcher.java 360 Potential violation of Law of Demeter (object not created locally)
44190 src/com/gps/utilities/VehicleDataFetcher.java 366 Potential violation of Law of Demeter (object not created locally)
44191 src/com/gps/utilities/VehicleDataFetcher.java 367 Potential violation of Law of Demeter (object not created locally)
44192 src/com/gps/utilities/VehicleDataFetcher.java 367 There is log block not surrounded by if
44193 src/com/gps/utilities/VehicleDataFetcher.java 367 There is log block not surrounded by if
44194 src/com/gps/utilities/VehicleDataFetcher.java 369 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44195 src/com/gps/utilities/VehicleDataFetcher.java 372 There is log block not surrounded by if
44196 src/com/gps/utilities/VehicleDataFetcher.java 379 Method names should not start with capital letters
44197 src/com/gps/utilities/VehicleDataFetcher.java 379 Parameter 'PacketTime' is not assigned and could be declared final
44198 src/com/gps/utilities/VehicleDataFetcher.java 379 Parameter 'dataOrg' is not assigned and could be declared final
44199 src/com/gps/utilities/VehicleDataFetcher.java 379 Parameter 'regNo' is not assigned and could be declared final
44200 src/com/gps/utilities/VehicleDataFetcher.java 379 Variables should start with a lowercase character, 'PacketTime' starts with uppercase character.
44201 src/com/gps/utilities/VehicleDataFetcher.java 379 publicMethodCommentRequirement Required
44202 src/com/gps/utilities/VehicleDataFetcher.java 381 Found 'DD'-anomaly for variable 'Duration' (lines '381'-'394').
44203 src/com/gps/utilities/VehicleDataFetcher.java 381 Variables should start with a lowercase character, 'Duration' starts with uppercase character.
44204 src/com/gps/utilities/VehicleDataFetcher.java 382 Found 'DD'-anomaly for variable 'DurationInMilli' (lines '382'-'393').
44205 src/com/gps/utilities/VehicleDataFetcher.java 382 Found 'DU'-anomaly for variable 'DurationInMilli' (lines '382'-'404').
44206 src/com/gps/utilities/VehicleDataFetcher.java 382 Variables should start with a lowercase character, 'DurationInMilli' starts with uppercase character.
44207 src/com/gps/utilities/VehicleDataFetcher.java 383 Avoid variables with short names like vo
44208 src/com/gps/utilities/VehicleDataFetcher.java 383 Found 'DD'-anomaly for variable 'vo' (lines '383'-'387').
44209 src/com/gps/utilities/VehicleDataFetcher.java 384 Found 'DU'-anomaly for variable 'format' (lines '384'-'404').
44210 src/com/gps/utilities/VehicleDataFetcher.java 384 Local variable 'format' could be declared final
44211 src/com/gps/utilities/VehicleDataFetcher.java 384 When instantiating a SimpleDateFormat object, specify a Locale
44212 src/com/gps/utilities/VehicleDataFetcher.java 390 Potential violation of Law of Demeter (object not created locally)
44213 src/com/gps/utilities/VehicleDataFetcher.java 393 Potential violation of Law of Demeter (method chain calls)
44214 src/com/gps/utilities/VehicleDataFetcher.java 393 Potential violation of Law of Demeter (method chain calls)
44215 src/com/gps/utilities/VehicleDataFetcher.java 393 Potential violation of Law of Demeter (method chain calls)
44216 src/com/gps/utilities/VehicleDataFetcher.java 393 Potential violation of Law of Demeter (method chain calls)
44217 src/com/gps/utilities/VehicleDataFetcher.java 393 Potential violation of Law of Demeter (object not created locally)
44218 src/com/gps/utilities/VehicleDataFetcher.java 393 Potential violation of Law of Demeter (object not created locally)
44219 src/com/gps/utilities/VehicleDataFetcher.java 393 Potential violation of Law of Demeter (object not created locally)
44220 src/com/gps/utilities/VehicleDataFetcher.java 393 Potential violation of Law of Demeter (object not created locally)
44221 src/com/gps/utilities/VehicleDataFetcher.java 393 Potential violation of Law of Demeter (object not created locally)
44222 src/com/gps/utilities/VehicleDataFetcher.java 393 Potential violation of Law of Demeter (object not created locally)
44223 src/com/gps/utilities/VehicleDataFetcher.java 393 Useless parentheses.
44224 src/com/gps/utilities/VehicleDataFetcher.java 393 Useless parentheses.
44225 src/com/gps/utilities/VehicleDataFetcher.java 393 Useless parentheses.
44226 src/com/gps/utilities/VehicleDataFetcher.java 393 Useless parentheses.
44227 src/com/gps/utilities/VehicleDataFetcher.java 393 Useless parentheses.
44228 src/com/gps/utilities/VehicleDataFetcher.java 393 Useless parentheses.
44229 src/com/gps/utilities/VehicleDataFetcher.java 394 Potential violation of Law of Demeter (static property access)
44230 src/com/gps/utilities/VehicleDataFetcher.java 396 There is log block not surrounded by if
44231 src/com/gps/utilities/VehicleDataFetcher.java 396 There is log block not surrounded by if
44232 src/com/gps/utilities/VehicleDataFetcher.java 398 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44233 src/com/gps/utilities/VehicleDataFetcher.java 400 There is log block not surrounded by if
44234 src/com/gps/utilities/VehicleDataFetcher.java 409 Found 'UR'-anomaly for variable 'geofence' (lines '409'-'431').
44235 src/com/gps/utilities/VehicleDataFetcher.java 409 Method names should not start with capital letters
44236 src/com/gps/utilities/VehicleDataFetcher.java 409 Parameter 'GeofenceList' is not assigned and could be declared final
44237 src/com/gps/utilities/VehicleDataFetcher.java 409 Parameter 'Lat' is not assigned and could be declared final
44238 src/com/gps/utilities/VehicleDataFetcher.java 409 Parameter 'Lng' is not assigned and could be declared final
44239 src/com/gps/utilities/VehicleDataFetcher.java 409 Variables should start with a lowercase character, 'GeofenceList' starts with uppercase character.
44240 src/com/gps/utilities/VehicleDataFetcher.java 409 Variables should start with a lowercase character, 'Lat' starts with uppercase character.
44241 src/com/gps/utilities/VehicleDataFetcher.java 409 Variables should start with a lowercase character, 'Lng' starts with uppercase character.
44242 src/com/gps/utilities/VehicleDataFetcher.java 409 publicMethodCommentRequirement Required
44243 src/com/gps/utilities/VehicleDataFetcher.java 411 Found 'DD'-anomaly for variable 'fenceName' (lines '411'-'443').
44244 src/com/gps/utilities/VehicleDataFetcher.java 412 Found 'DD'-anomaly for variable 'fenceDAO' (lines '412'-'425').
44245 src/com/gps/utilities/VehicleDataFetcher.java 412 Found 'DU'-anomaly for variable 'fenceDAO' (lines '412'-'457').
44246 src/com/gps/utilities/VehicleDataFetcher.java 413 Found 'DU'-anomaly for variable 'Imaginaryfence' (lines '413'-'457').
44247 src/com/gps/utilities/VehicleDataFetcher.java 413 Local variable 'Imaginaryfence' could be declared final
44248 src/com/gps/utilities/VehicleDataFetcher.java 413 Variables should start with a lowercase character, 'Imaginaryfence' starts with uppercase character.
44249 src/com/gps/utilities/VehicleDataFetcher.java 414 Found 'DD'-anomaly for variable 'utils' (lines '414'-'426').
44250 src/com/gps/utilities/VehicleDataFetcher.java 414 Found 'DU'-anomaly for variable 'utils' (lines '414'-'457').
44251 src/com/gps/utilities/VehicleDataFetcher.java 415 Found 'DU'-anomaly for variable 'count' (lines '415'-'457').
44252 src/com/gps/utilities/VehicleDataFetcher.java 416 Found 'DD'-anomaly for variable 'GeoVehFence' (lines '416'-'430').
44253 src/com/gps/utilities/VehicleDataFetcher.java 416 Found 'DU'-anomaly for variable 'GeoVehFence' (lines '416'-'457').
44254 src/com/gps/utilities/VehicleDataFetcher.java 416 Variables should start with a lowercase character, 'GeoVehFence' starts with uppercase character.
44255 src/com/gps/utilities/VehicleDataFetcher.java 417 Found 'DD'-anomaly for variable 'CurrentDistance' (lines '417'-'437').
44256 src/com/gps/utilities/VehicleDataFetcher.java 417 Found 'DU'-anomaly for variable 'CurrentDistance' (lines '417'-'457').
44257 src/com/gps/utilities/VehicleDataFetcher.java 417 Found 'DU'-anomaly for variable 'distance' (lines '417'-'457').
44258 src/com/gps/utilities/VehicleDataFetcher.java 417 Use one line for each declaration, it enhances code readability.
44259 src/com/gps/utilities/VehicleDataFetcher.java 417 Variables should start with a lowercase character, 'CurrentDistance' starts with uppercase character.
44260 src/com/gps/utilities/VehicleDataFetcher.java 422 Potential violation of Law of Demeter (object not created locally)
44261 src/com/gps/utilities/VehicleDataFetcher.java 423 Potential violation of Law of Demeter (object not created locally)
44262 src/com/gps/utilities/VehicleDataFetcher.java 424 Potential violation of Law of Demeter (object not created locally)
44263 src/com/gps/utilities/VehicleDataFetcher.java 425 Found 'DU'-anomaly for variable 'fenceDAO' (lines '425'-'457').
44264 src/com/gps/utilities/VehicleDataFetcher.java 426 Found 'DU'-anomaly for variable 'utils' (lines '426'-'457').
44265 src/com/gps/utilities/VehicleDataFetcher.java 427 There is log block not surrounded by if
44266 src/com/gps/utilities/VehicleDataFetcher.java 427 There is log block not surrounded by if
44267 src/com/gps/utilities/VehicleDataFetcher.java 428 Local variable 'geofence' could be declared final
44268 src/com/gps/utilities/VehicleDataFetcher.java 430 Avoid instantiating new objects inside loops
44269 src/com/gps/utilities/VehicleDataFetcher.java 431 Potential violation of Law of Demeter (object not created locally)
44270 src/com/gps/utilities/VehicleDataFetcher.java 431 There is log block not surrounded by if
44271 src/com/gps/utilities/VehicleDataFetcher.java 431 There is log block not surrounded by if
44272 src/com/gps/utilities/VehicleDataFetcher.java 432 Potential violation of Law of Demeter (object not created locally)
44273 src/com/gps/utilities/VehicleDataFetcher.java 432 Potential violation of Law of Demeter (object not created locally)
44274 src/com/gps/utilities/VehicleDataFetcher.java 433 Potential violation of Law of Demeter (object not created locally)
44275 src/com/gps/utilities/VehicleDataFetcher.java 433 Potential violation of Law of Demeter (object not created locally)
44276 src/com/gps/utilities/VehicleDataFetcher.java 435 Potential violation of Law of Demeter (object not created locally)
44277 src/com/gps/utilities/VehicleDataFetcher.java 437 Potential violation of Law of Demeter (object not created locally)
44278 src/com/gps/utilities/VehicleDataFetcher.java 438 There is log block not surrounded by if
44279 src/com/gps/utilities/VehicleDataFetcher.java 438 There is log block not surrounded by if
44280 src/com/gps/utilities/VehicleDataFetcher.java 443 Found 'DD'-anomaly for variable 'fenceName' (lines '443'-'443').
44281 src/com/gps/utilities/VehicleDataFetcher.java 443 Potential violation of Law of Demeter (object not created locally)
44282 src/com/gps/utilities/VehicleDataFetcher.java 445 Found 'DU'-anomaly for variable 'count' (lines '445'-'457').
44283 src/com/gps/utilities/VehicleDataFetcher.java 450 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44284 src/com/gps/utilities/VehicleDataFetcher.java 452 There is log block not surrounded by if
44285 src/com/gps/utilities/VehicleDataFetcher.java 455 There is log block not surrounded by if
44286 src/com/gps/utilities/VehicleDataFetcher.java 455 There is log block not surrounded by if
44287 src/com/gps/utilities/VehicleDataFetcher.java 460 Comment is too large: Too many lines
44288 src/com/gps/utilities/VehicleDataFetcher.java 487 Avoid reassigning parameters such as 'distance'
44289 src/com/gps/utilities/VehicleDataFetcher.java 487 Method names should not start with capital letters
44290 src/com/gps/utilities/VehicleDataFetcher.java 487 Parameter 'Rpl' is not assigned and could be declared final
44291 src/com/gps/utilities/VehicleDataFetcher.java 487 Variables should start with a lowercase character, 'Rpl' starts with uppercase character.
44292 src/com/gps/utilities/VehicleDataFetcher.java 489 Avoid variables with short names like p
44293 src/com/gps/utilities/VehicleDataFetcher.java 489 Found 'DD'-anomaly for variable 'p' (lines '489'-'492').
44294 src/com/gps/utilities/VehicleDataFetcher.java 489 Found 'DD'-anomaly for variable 'tmp' (lines '489'-'494').
44295 src/com/gps/utilities/VehicleDataFetcher.java 489 Use one line for each declaration, it enhances code readability.
44296 src/com/gps/utilities/VehicleDataFetcher.java 496 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44297 src/com/gps/utilities/VehicleDataFetcher.java 498 There is log block not surrounded by if
44298 src/com/gps/utilities/VehicleDataFetcher.java 506 Found 'UR'-anomaly for variable 'vehbean' (lines '506'-'531').
44299 src/com/gps/utilities/VehicleDataFetcher.java 506 Parameter 'islmu' is not assigned and could be declared final
44300 src/com/gps/utilities/VehicleDataFetcher.java 506 Parameter 'orgId' is not assigned and could be declared final
44301 src/com/gps/utilities/VehicleDataFetcher.java 506 Parameter 'vehid' is not assigned and could be declared final
44302 src/com/gps/utilities/VehicleDataFetcher.java 506 publicMethodCommentRequirement Required
44303 src/com/gps/utilities/VehicleDataFetcher.java 509 Local variable 'orgDao' could be declared final
44304 src/com/gps/utilities/VehicleDataFetcher.java 511 Found 'DU'-anomaly for variable 'dateFormat' (lines '511'-'556').
44305 src/com/gps/utilities/VehicleDataFetcher.java 511 Local variable 'dateFormat' could be declared final
44306 src/com/gps/utilities/VehicleDataFetcher.java 511 When instantiating a SimpleDateFormat object, specify a Locale
44307 src/com/gps/utilities/VehicleDataFetcher.java 515 There is log block not surrounded by if
44308 src/com/gps/utilities/VehicleDataFetcher.java 515 There is log block not surrounded by if
44309 src/com/gps/utilities/VehicleDataFetcher.java 516 Local variable 'vehDAO' could be declared final
44310 src/com/gps/utilities/VehicleDataFetcher.java 517 Found 'DU'-anomaly for variable 'converter' (lines '517'-'556').
44311 src/com/gps/utilities/VehicleDataFetcher.java 517 Local variable 'converter' could be declared final
44312 src/com/gps/utilities/VehicleDataFetcher.java 518 Local variable 'dataOrg' could be declared final
44313 src/com/gps/utilities/VehicleDataFetcher.java 519 Found 'DU'-anomaly for variable 'vehObj' (lines '519'-'556').
44314 src/com/gps/utilities/VehicleDataFetcher.java 519 Local variable 'vehObj' could be declared final
44315 src/com/gps/utilities/VehicleDataFetcher.java 520 Local variable 'orgBuffer' could be declared final
44316 src/com/gps/utilities/VehicleDataFetcher.java 520 Potential violation of Law of Demeter (method chain calls)
44317 src/com/gps/utilities/VehicleDataFetcher.java 521 Local variable 'vehRegNo' could be declared final
44318 src/com/gps/utilities/VehicleDataFetcher.java 522 Avoid calling toString() on String objects; this is unnecessary.
44319 src/com/gps/utilities/VehicleDataFetcher.java 522 Local variable 'rsVeh' could be declared final
44320 src/com/gps/utilities/VehicleDataFetcher.java 522 Potential violation of Law of Demeter (object not created locally)
44321 src/com/gps/utilities/VehicleDataFetcher.java 522 Potential violation of Law of Demeter (object not created locally)
44322 src/com/gps/utilities/VehicleDataFetcher.java 528 Local variable 'vehbean' could be declared final
44323 src/com/gps/utilities/VehicleDataFetcher.java 541 There is log block not surrounded by if
44324 src/com/gps/utilities/VehicleDataFetcher.java 541 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
44325 src/com/gps/utilities/VehicleDataFetcher.java 542 A method should have only one exit point, and that should be the last statement in the method
44326 src/com/gps/utilities/VehicleDataFetcher.java 542 Avoid using a branching statement as the last in a loop.
44327 src/com/gps/utilities/VehicleDataFetcher.java 547 Avoid catching NullPointerException; consider removing the cause of the NPE.
44328 src/com/gps/utilities/VehicleDataFetcher.java 547 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44329 src/com/gps/utilities/VehicleDataFetcher.java 549 There is log block not surrounded by if
44330 src/com/gps/utilities/VehicleDataFetcher.java 551 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44331 src/com/gps/utilities/VehicleDataFetcher.java 553 There is log block not surrounded by if
44332 src/com/gps/utilities/VehicleInfoFetcher.java 12 Avoid unused imports such as 'java.sql.ResultSet'
44333 src/com/gps/utilities/VehicleInfoFetcher.java 21 Avoid unused imports such as 'javax.swing.text.StyledEditorKit.ItalicAction'
44334 src/com/gps/utilities/VehicleInfoFetcher.java 37 Avoid unused imports such as 'com.gps.hibernate.UsersTripsDAO'
44335 src/com/gps/utilities/VehicleInfoFetcher.java 44 The class 'VehicleInfoFetcher' has a Cyclomatic Complexity of 8 (Highest = 12).
44336 src/com/gps/utilities/VehicleInfoFetcher.java 44 headerCommentRequirement Required
44337 src/com/gps/utilities/VehicleInfoFetcher.java 46 The Logger variable declaration does not contain the static and final modifiers
44338 src/com/gps/utilities/VehicleInfoFetcher.java 46 Use explicit scoping instead of the default package private level
44339 src/com/gps/utilities/VehicleInfoFetcher.java 46 fieldCommentRequirement Required
44340 src/com/gps/utilities/VehicleInfoFetcher.java 51 Parameter 'orgId' is not assigned and could be declared final
44341 src/com/gps/utilities/VehicleInfoFetcher.java 51 publicMethodCommentRequirement Required
44342 src/com/gps/utilities/VehicleInfoFetcher.java 53 There is log block not surrounded by if
44343 src/com/gps/utilities/VehicleInfoFetcher.java 53 There is log block not surrounded by if
44344 src/com/gps/utilities/VehicleInfoFetcher.java 55 Local variable 'vehicleList' could be declared final
44345 src/com/gps/utilities/VehicleInfoFetcher.java 57 Potential violation of Law of Demeter (object not created locally)
44346 src/com/gps/utilities/VehicleInfoFetcher.java 57 There is log block not surrounded by if
44347 src/com/gps/utilities/VehicleInfoFetcher.java 57 There is log block not surrounded by if
44348 src/com/gps/utilities/VehicleInfoFetcher.java 58 Local variable 'converter' could be declared final
44349 src/com/gps/utilities/VehicleInfoFetcher.java 59 A method should have only one exit point, and that should be the last statement in the method
44350 src/com/gps/utilities/VehicleInfoFetcher.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44351 src/com/gps/utilities/VehicleInfoFetcher.java 62 There is log block not surrounded by if
44352 src/com/gps/utilities/VehicleInfoFetcher.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44353 src/com/gps/utilities/VehicleInfoFetcher.java 67 There is log block not surrounded by if
44354 src/com/gps/utilities/VehicleInfoFetcher.java 73 Avoid really long methods.
44355 src/com/gps/utilities/VehicleInfoFetcher.java 73 Parameter 'orgId' is not assigned and could be declared final
44356 src/com/gps/utilities/VehicleInfoFetcher.java 73 The method 'getInfo' has a Cyclomatic Complexity of 11.
44357 src/com/gps/utilities/VehicleInfoFetcher.java 73 publicMethodCommentRequirement Required
44358 src/com/gps/utilities/VehicleInfoFetcher.java 76 Found 'DU'-anomaly for variable 'formatter' (lines '76'-'178').
44359 src/com/gps/utilities/VehicleInfoFetcher.java 76 Local variable 'formatter' could be declared final
44360 src/com/gps/utilities/VehicleInfoFetcher.java 77 Found 'DU'-anomaly for variable 'dateFormat' (lines '77'-'178').
44361 src/com/gps/utilities/VehicleInfoFetcher.java 77 Local variable 'dateFormat' could be declared final
44362 src/com/gps/utilities/VehicleInfoFetcher.java 77 When instantiating a SimpleDateFormat object, specify a Locale
44363 src/com/gps/utilities/VehicleInfoFetcher.java 78 Local variable 'vehicleList' could be declared final
44364 src/com/gps/utilities/VehicleInfoFetcher.java 79 Found 'DD'-anomaly for variable 'refObj' (lines '79'-'112').
44365 src/com/gps/utilities/VehicleInfoFetcher.java 79 Found 'DD'-anomaly for variable 'refObj' (lines '79'-'114').
44366 src/com/gps/utilities/VehicleInfoFetcher.java 79 Found 'DU'-anomaly for variable 'refObj' (lines '79'-'178').
44367 src/com/gps/utilities/VehicleInfoFetcher.java 81 Avoid excessively long variable names like timeInMilliseconds
44368 src/com/gps/utilities/VehicleInfoFetcher.java 81 Found 'DD'-anomaly for variable 'timeInMilliseconds' (lines '81'-'127').
44369 src/com/gps/utilities/VehicleInfoFetcher.java 81 Found 'DU'-anomaly for variable 'timeInMilliseconds' (lines '81'-'178').
44370 src/com/gps/utilities/VehicleInfoFetcher.java 84 Local variable 'dataOrg' could be declared final
44371 src/com/gps/utilities/VehicleInfoFetcher.java 85 Found 'DD'-anomaly for variable 'speed' (lines '85'-'150').
44372 src/com/gps/utilities/VehicleInfoFetcher.java 85 Found 'DU'-anomaly for variable 'speed' (lines '85'-'178').
44373 src/com/gps/utilities/VehicleInfoFetcher.java 87 Local variable 'rsVeh' could be declared final
44374 src/com/gps/utilities/VehicleInfoFetcher.java 87 Potential violation of Law of Demeter (object not created locally)
44375 src/com/gps/utilities/VehicleInfoFetcher.java 89 Local variable 'coder' could be declared final
44376 src/com/gps/utilities/VehicleInfoFetcher.java 90 Found 'DD'-anomaly for variable 'date' (lines '90'-'131').
44377 src/com/gps/utilities/VehicleInfoFetcher.java 90 Found 'DU'-anomaly for variable 'date' (lines '90'-'178').
44378 src/com/gps/utilities/VehicleInfoFetcher.java 91 Found 'DU'-anomaly for variable 'reportDAO' (lines '91'-'178').
44379 src/com/gps/utilities/VehicleInfoFetcher.java 91 Local variable 'reportDAO' could be declared final
44380 src/com/gps/utilities/VehicleInfoFetcher.java 100 Found 'DU'-anomaly for variable 'setter' (lines '100'-'178').
44381 src/com/gps/utilities/VehicleInfoFetcher.java 100 Local variable 'setter' could be declared final
44382 src/com/gps/utilities/VehicleInfoFetcher.java 102 Potential violation of Law of Demeter (object not created locally)
44383 src/com/gps/utilities/VehicleInfoFetcher.java 102 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
44384 src/com/gps/utilities/VehicleInfoFetcher.java 103 Local variable 'rsVehIter' could be declared final
44385 src/com/gps/utilities/VehicleInfoFetcher.java 103 Potential violation of Law of Demeter (object not created locally)
44386 src/com/gps/utilities/VehicleInfoFetcher.java 105 Local variable 'vehBean' could be declared final
44387 src/com/gps/utilities/VehicleInfoFetcher.java 107 Avoid instantiating new objects inside loops
44388 src/com/gps/utilities/VehicleInfoFetcher.java 107 Local variable 'vehObj' could be declared final
44389 src/com/gps/utilities/VehicleInfoFetcher.java 108 Comment is too large: Line too long
44390 src/com/gps/utilities/VehicleInfoFetcher.java 110 Potential violation of Law of Demeter (object not created locally)
44391 src/com/gps/utilities/VehicleInfoFetcher.java 110 Potential violation of Law of Demeter (object not created locally)
44392 src/com/gps/utilities/VehicleInfoFetcher.java 111 Avoid if (x != y) ..; else ..;
44393 src/com/gps/utilities/VehicleInfoFetcher.java 111 Potential violation of Law of Demeter (object not created locally)
44394 src/com/gps/utilities/VehicleInfoFetcher.java 112 Potential violation of Law of Demeter (object not created locally)
44395 src/com/gps/utilities/VehicleInfoFetcher.java 112 Potential violation of Law of Demeter (object not created locally)
44396 src/com/gps/utilities/VehicleInfoFetcher.java 114 Potential violation of Law of Demeter (object not created locally)
44397 src/com/gps/utilities/VehicleInfoFetcher.java 116 Potential violation of Law of Demeter (object not created locally)
44398 src/com/gps/utilities/VehicleInfoFetcher.java 116 Potential violation of Law of Demeter (object not created locally)
44399 src/com/gps/utilities/VehicleInfoFetcher.java 117 Potential violation of Law of Demeter (object not created locally)
44400 src/com/gps/utilities/VehicleInfoFetcher.java 117 Potential violation of Law of Demeter (object not created locally)
44401 src/com/gps/utilities/VehicleInfoFetcher.java 118 Potential violation of Law of Demeter (object not created locally)
44402 src/com/gps/utilities/VehicleInfoFetcher.java 118 Potential violation of Law of Demeter (object not created locally)
44403 src/com/gps/utilities/VehicleInfoFetcher.java 119 Potential violation of Law of Demeter (object not created locally)
44404 src/com/gps/utilities/VehicleInfoFetcher.java 119 Potential violation of Law of Demeter (object not created locally)
44405 src/com/gps/utilities/VehicleInfoFetcher.java 120 Potential violation of Law of Demeter (object not created locally)
44406 src/com/gps/utilities/VehicleInfoFetcher.java 120 Potential violation of Law of Demeter (object not created locally)
44407 src/com/gps/utilities/VehicleInfoFetcher.java 124 Potential violation of Law of Demeter (object not created locally)
44408 src/com/gps/utilities/VehicleInfoFetcher.java 127 Potential violation of Law of Demeter (method chain calls)
44409 src/com/gps/utilities/VehicleInfoFetcher.java 127 Potential violation of Law of Demeter (object not created locally)
44410 src/com/gps/utilities/VehicleInfoFetcher.java 129 Potential violation of Law of Demeter (object not created locally)
44411 src/com/gps/utilities/VehicleInfoFetcher.java 129 Potential violation of Law of Demeter (object not created locally)
44412 src/com/gps/utilities/VehicleInfoFetcher.java 131 Potential violation of Law of Demeter (object not created locally)
44413 src/com/gps/utilities/VehicleInfoFetcher.java 131 Potential violation of Law of Demeter (object not created locally)
44414 src/com/gps/utilities/VehicleInfoFetcher.java 132 Potential violation of Law of Demeter (object not created locally)
44415 src/com/gps/utilities/VehicleInfoFetcher.java 134 Potential violation of Law of Demeter (object not created locally)
44416 src/com/gps/utilities/VehicleInfoFetcher.java 135 Local variable 'idle_time' could be declared final
44417 src/com/gps/utilities/VehicleInfoFetcher.java 135 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'idle_time' is not final.
44418 src/com/gps/utilities/VehicleInfoFetcher.java 135 Potential violation of Law of Demeter (object not created locally)
44419 src/com/gps/utilities/VehicleInfoFetcher.java 135 Potential violation of Law of Demeter (object not created locally)
44420 src/com/gps/utilities/VehicleInfoFetcher.java 136 Avoid instantiating new objects inside loops
44421 src/com/gps/utilities/VehicleInfoFetcher.java 136 Avoid variables with short names like df
44422 src/com/gps/utilities/VehicleInfoFetcher.java 136 Local variable 'df' could be declared final
44423 src/com/gps/utilities/VehicleInfoFetcher.java 136 When instantiating a SimpleDateFormat object, specify a Locale
44424 src/com/gps/utilities/VehicleInfoFetcher.java 137 Local variable 'Datedate' could be declared final
44425 src/com/gps/utilities/VehicleInfoFetcher.java 137 Potential violation of Law of Demeter (object not created locally)
44426 src/com/gps/utilities/VehicleInfoFetcher.java 137 Variables should start with a lowercase character, 'Datedate' starts with uppercase character.
44427 src/com/gps/utilities/VehicleInfoFetcher.java 138 Local variable 'idletime' could be declared final
44428 src/com/gps/utilities/VehicleInfoFetcher.java 138 Potential violation of Law of Demeter (object not created locally)
44429 src/com/gps/utilities/VehicleInfoFetcher.java 139 Local variable 'idle_' could be declared final
44430 src/com/gps/utilities/VehicleInfoFetcher.java 139 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'idle_' is not final.
44431 src/com/gps/utilities/VehicleInfoFetcher.java 139 Potential violation of Law of Demeter (object not created locally)
44432 src/com/gps/utilities/VehicleInfoFetcher.java 139 Potential violation of Law of Demeter (object not created locally)
44433 src/com/gps/utilities/VehicleInfoFetcher.java 139 Potential violation of Law of Demeter (object not created locally)
44434 src/com/gps/utilities/VehicleInfoFetcher.java 139 Useless parentheses.
44435 src/com/gps/utilities/VehicleInfoFetcher.java 139 Useless parentheses.
44436 src/com/gps/utilities/VehicleInfoFetcher.java 142 Potential violation of Law of Demeter (object not created locally)
44437 src/com/gps/utilities/VehicleInfoFetcher.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44438 src/com/gps/utilities/VehicleInfoFetcher.java 146 There is log block not surrounded by if
44439 src/com/gps/utilities/VehicleInfoFetcher.java 148 Potential violation of Law of Demeter (object not created locally)
44440 src/com/gps/utilities/VehicleInfoFetcher.java 148 Potential violation of Law of Demeter (object not created locally)
44441 src/com/gps/utilities/VehicleInfoFetcher.java 149 Avoid using if statements without curly braces
44442 src/com/gps/utilities/VehicleInfoFetcher.java 149 Potential violation of Law of Demeter (object not created locally)
44443 src/com/gps/utilities/VehicleInfoFetcher.java 150 Potential violation of Law of Demeter (object not created locally)
44444 src/com/gps/utilities/VehicleInfoFetcher.java 150 Potential violation of Law of Demeter (object not created locally)
44445 src/com/gps/utilities/VehicleInfoFetcher.java 152 Potential violation of Law of Demeter (object not created locally)
44446 src/com/gps/utilities/VehicleInfoFetcher.java 157 Potential violation of Law of Demeter (object not created locally)
44447 src/com/gps/utilities/VehicleInfoFetcher.java 157 There is log block not surrounded by if
44448 src/com/gps/utilities/VehicleInfoFetcher.java 157 There is log block not surrounded by if
44449 src/com/gps/utilities/VehicleInfoFetcher.java 158 Potential violation of Law of Demeter (object not created locally)
44450 src/com/gps/utilities/VehicleInfoFetcher.java 164 Potential violation of Law of Demeter (object not created locally)
44451 src/com/gps/utilities/VehicleInfoFetcher.java 165 Potential violation of Law of Demeter (object not created locally)
44452 src/com/gps/utilities/VehicleInfoFetcher.java 165 There is log block not surrounded by if
44453 src/com/gps/utilities/VehicleInfoFetcher.java 165 There is log block not surrounded by if
44454 src/com/gps/utilities/VehicleInfoFetcher.java 166 Potential violation of Law of Demeter (object not created locally)
44455 src/com/gps/utilities/VehicleInfoFetcher.java 169 Potential violation of Law of Demeter (method chain calls)
44456 src/com/gps/utilities/VehicleInfoFetcher.java 169 Potential violation of Law of Demeter (method chain calls)
44457 src/com/gps/utilities/VehicleInfoFetcher.java 169 Potential violation of Law of Demeter (method chain calls)
44458 src/com/gps/utilities/VehicleInfoFetcher.java 169 Potential violation of Law of Demeter (method chain calls)
44459 src/com/gps/utilities/VehicleInfoFetcher.java 169 Potential violation of Law of Demeter (method chain calls)
44460 src/com/gps/utilities/VehicleInfoFetcher.java 169 Potential violation of Law of Demeter (method chain calls)
44461 src/com/gps/utilities/VehicleInfoFetcher.java 169 Potential violation of Law of Demeter (method chain calls)
44462 src/com/gps/utilities/VehicleInfoFetcher.java 169 Potential violation of Law of Demeter (method chain calls)
44463 src/com/gps/utilities/VehicleInfoFetcher.java 169 Potential violation of Law of Demeter (object not created locally)
44464 src/com/gps/utilities/VehicleInfoFetcher.java 169 Potential violation of Law of Demeter (object not created locally)
44465 src/com/gps/utilities/VehicleInfoFetcher.java 169 Potential violation of Law of Demeter (object not created locally)
44466 src/com/gps/utilities/VehicleInfoFetcher.java 169 Potential violation of Law of Demeter (object not created locally)
44467 src/com/gps/utilities/VehicleInfoFetcher.java 169 There is log block not surrounded by if
44468 src/com/gps/utilities/VehicleInfoFetcher.java 169 There is log block not surrounded by if
44469 src/com/gps/utilities/VehicleInfoFetcher.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44470 src/com/gps/utilities/VehicleInfoFetcher.java 174 There is log block not surrounded by if
44471 src/com/gps/utilities/VehicleInfoFetcher.java 183 Avoid really long methods.
44472 src/com/gps/utilities/VehicleInfoFetcher.java 183 Parameter 'RegNos' is not assigned and could be declared final
44473 src/com/gps/utilities/VehicleInfoFetcher.java 183 Parameter 'orgId' is not assigned and could be declared final
44474 src/com/gps/utilities/VehicleInfoFetcher.java 183 The method 'getVehicleInfo' has a Cyclomatic Complexity of 12.
44475 src/com/gps/utilities/VehicleInfoFetcher.java 183 Variables should start with a lowercase character, 'RegNos' starts with uppercase character.
44476 src/com/gps/utilities/VehicleInfoFetcher.java 183 publicMethodCommentRequirement Required
44477 src/com/gps/utilities/VehicleInfoFetcher.java 186 Local variable 'orgDao' could be declared final
44478 src/com/gps/utilities/VehicleInfoFetcher.java 187 Found 'DU'-anomaly for variable 'fuelObj' (lines '187'-'301').
44479 src/com/gps/utilities/VehicleInfoFetcher.java 187 Local variable 'fuelObj' could be declared final
44480 src/com/gps/utilities/VehicleInfoFetcher.java 188 Found 'DU'-anomaly for variable 'formatter' (lines '188'-'301').
44481 src/com/gps/utilities/VehicleInfoFetcher.java 188 Local variable 'formatter' could be declared final
44482 src/com/gps/utilities/VehicleInfoFetcher.java 189 Found 'DU'-anomaly for variable 'dateFormat' (lines '189'-'301').
44483 src/com/gps/utilities/VehicleInfoFetcher.java 189 Local variable 'dateFormat' could be declared final
44484 src/com/gps/utilities/VehicleInfoFetcher.java 189 When instantiating a SimpleDateFormat object, specify a Locale
44485 src/com/gps/utilities/VehicleInfoFetcher.java 190 Local variable 'vehicleList' could be declared final
44486 src/com/gps/utilities/VehicleInfoFetcher.java 191 Local variable 'converter' could be declared final
44487 src/com/gps/utilities/VehicleInfoFetcher.java 192 Local variable 'dataOrg' could be declared final
44488 src/com/gps/utilities/VehicleInfoFetcher.java 194 Found 'DU'-anomaly for variable 'DataFetcher' (lines '194'-'301').
44489 src/com/gps/utilities/VehicleInfoFetcher.java 194 Local variable 'DataFetcher' could be declared final
44490 src/com/gps/utilities/VehicleInfoFetcher.java 194 Variables should start with a lowercase character, 'DataFetcher' starts with uppercase character.
44491 src/com/gps/utilities/VehicleInfoFetcher.java 195 Found 'DU'-anomaly for variable 'GeofenceList' (lines '195'-'301').
44492 src/com/gps/utilities/VehicleInfoFetcher.java 195 Local variable 'GeofenceList' could be declared final
44493 src/com/gps/utilities/VehicleInfoFetcher.java 195 Variables should start with a lowercase character, 'GeofenceList' starts with uppercase character.
44494 src/com/gps/utilities/VehicleInfoFetcher.java 197 Found 'DD'-anomaly for variable 'speed' (lines '197'-'263').
44495 src/com/gps/utilities/VehicleInfoFetcher.java 197 Found 'DU'-anomaly for variable 'speed' (lines '197'-'301').
44496 src/com/gps/utilities/VehicleInfoFetcher.java 199 Local variable 'rsVeh' could be declared final
44497 src/com/gps/utilities/VehicleInfoFetcher.java 199 Potential violation of Law of Demeter (method chain calls)
44498 src/com/gps/utilities/VehicleInfoFetcher.java 199 Potential violation of Law of Demeter (method chain calls)
44499 src/com/gps/utilities/VehicleInfoFetcher.java 199 Potential violation of Law of Demeter (object not created locally)
44500 src/com/gps/utilities/VehicleInfoFetcher.java 199 Potential violation of Law of Demeter (object not created locally)
44501 src/com/gps/utilities/VehicleInfoFetcher.java 202 Avoid excessively long variable names like timeInMilliseconds
44502 src/com/gps/utilities/VehicleInfoFetcher.java 202 Found 'DD'-anomaly for variable 'timeInMilliseconds' (lines '202'-'240').
44503 src/com/gps/utilities/VehicleInfoFetcher.java 202 Found 'DU'-anomaly for variable 'timeInMilliseconds' (lines '202'-'301').
44504 src/com/gps/utilities/VehicleInfoFetcher.java 204 Found 'DU'-anomaly for variable 'coder' (lines '204'-'301').
44505 src/com/gps/utilities/VehicleInfoFetcher.java 204 Local variable 'coder' could be declared final
44506 src/com/gps/utilities/VehicleInfoFetcher.java 205 Found 'DU'-anomaly for variable 'date' (lines '205'-'301').
44507 src/com/gps/utilities/VehicleInfoFetcher.java 206 Found 'DU'-anomaly for variable 'reportDAO' (lines '206'-'301').
44508 src/com/gps/utilities/VehicleInfoFetcher.java 206 Local variable 'reportDAO' could be declared final
44509 src/com/gps/utilities/VehicleInfoFetcher.java 207 Found 'DU'-anomaly for variable 'setter' (lines '207'-'301').
44510 src/com/gps/utilities/VehicleInfoFetcher.java 207 Local variable 'setter' could be declared final
44511 src/com/gps/utilities/VehicleInfoFetcher.java 208 Found 'DD'-anomaly for variable 'refObj' (lines '208'-'223').
44512 src/com/gps/utilities/VehicleInfoFetcher.java 208 Found 'DD'-anomaly for variable 'refObj' (lines '208'-'225').
44513 src/com/gps/utilities/VehicleInfoFetcher.java 208 Found 'DU'-anomaly for variable 'refObj' (lines '208'-'301').
44514 src/com/gps/utilities/VehicleInfoFetcher.java 210 Potential violation of Law of Demeter (object not created locally)
44515 src/com/gps/utilities/VehicleInfoFetcher.java 210 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
44516 src/com/gps/utilities/VehicleInfoFetcher.java 211 Local variable 'rsVehIter' could be declared final
44517 src/com/gps/utilities/VehicleInfoFetcher.java 211 Potential violation of Law of Demeter (object not created locally)
44518 src/com/gps/utilities/VehicleInfoFetcher.java 213 Local variable 'vehBean' could be declared final
44519 src/com/gps/utilities/VehicleInfoFetcher.java 216 Avoid instantiating new objects inside loops
44520 src/com/gps/utilities/VehicleInfoFetcher.java 216 Local variable 'vehObj' could be declared final
44521 src/com/gps/utilities/VehicleInfoFetcher.java 217 Potential violation of Law of Demeter (object not created locally)
44522 src/com/gps/utilities/VehicleInfoFetcher.java 217 Potential violation of Law of Demeter (object not created locally)
44523 src/com/gps/utilities/VehicleInfoFetcher.java 217 There is log block not surrounded by if
44524 src/com/gps/utilities/VehicleInfoFetcher.java 217 There is log block not surrounded by if
44525 src/com/gps/utilities/VehicleInfoFetcher.java 218 Local variable 'location' could be declared final
44526 src/com/gps/utilities/VehicleInfoFetcher.java 218 Potential violation of Law of Demeter (object not created locally)
44527 src/com/gps/utilities/VehicleInfoFetcher.java 218 Potential violation of Law of Demeter (object not created locally)
44528 src/com/gps/utilities/VehicleInfoFetcher.java 218 Potential violation of Law of Demeter (object not created locally)
44529 src/com/gps/utilities/VehicleInfoFetcher.java 220 Potential violation of Law of Demeter (object not created locally)
44530 src/com/gps/utilities/VehicleInfoFetcher.java 221 Potential violation of Law of Demeter (object not created locally)
44531 src/com/gps/utilities/VehicleInfoFetcher.java 221 Potential violation of Law of Demeter (object not created locally)
44532 src/com/gps/utilities/VehicleInfoFetcher.java 222 Avoid if (x != y) ..; else ..;
44533 src/com/gps/utilities/VehicleInfoFetcher.java 222 Potential violation of Law of Demeter (object not created locally)
44534 src/com/gps/utilities/VehicleInfoFetcher.java 223 Potential violation of Law of Demeter (object not created locally)
44535 src/com/gps/utilities/VehicleInfoFetcher.java 223 Potential violation of Law of Demeter (object not created locally)
44536 src/com/gps/utilities/VehicleInfoFetcher.java 225 Potential violation of Law of Demeter (object not created locally)
44537 src/com/gps/utilities/VehicleInfoFetcher.java 227 Potential violation of Law of Demeter (object not created locally)
44538 src/com/gps/utilities/VehicleInfoFetcher.java 227 Potential violation of Law of Demeter (object not created locally)
44539 src/com/gps/utilities/VehicleInfoFetcher.java 228 Potential violation of Law of Demeter (object not created locally)
44540 src/com/gps/utilities/VehicleInfoFetcher.java 228 Potential violation of Law of Demeter (object not created locally)
44541 src/com/gps/utilities/VehicleInfoFetcher.java 229 Potential violation of Law of Demeter (object not created locally)
44542 src/com/gps/utilities/VehicleInfoFetcher.java 229 Potential violation of Law of Demeter (object not created locally)
44543 src/com/gps/utilities/VehicleInfoFetcher.java 230 Potential violation of Law of Demeter (object not created locally)
44544 src/com/gps/utilities/VehicleInfoFetcher.java 230 Potential violation of Law of Demeter (object not created locally)
44545 src/com/gps/utilities/VehicleInfoFetcher.java 231 Potential violation of Law of Demeter (object not created locally)
44546 src/com/gps/utilities/VehicleInfoFetcher.java 231 Potential violation of Law of Demeter (object not created locally)
44547 src/com/gps/utilities/VehicleInfoFetcher.java 232 Potential violation of Law of Demeter (object not created locally)
44548 src/com/gps/utilities/VehicleInfoFetcher.java 232 Potential violation of Law of Demeter (object not created locally)
44549 src/com/gps/utilities/VehicleInfoFetcher.java 232 Potential violation of Law of Demeter (object not created locally)
44550 src/com/gps/utilities/VehicleInfoFetcher.java 232 Potential violation of Law of Demeter (object not created locally)
44551 src/com/gps/utilities/VehicleInfoFetcher.java 233 Potential violation of Law of Demeter (object not created locally)
44552 src/com/gps/utilities/VehicleInfoFetcher.java 233 Potential violation of Law of Demeter (object not created locally)
44553 src/com/gps/utilities/VehicleInfoFetcher.java 236 Potential violation of Law of Demeter (object not created locally)
44554 src/com/gps/utilities/VehicleInfoFetcher.java 237 There is log block not surrounded by if
44555 src/com/gps/utilities/VehicleInfoFetcher.java 237 There is log block not surrounded by if
44556 src/com/gps/utilities/VehicleInfoFetcher.java 240 Potential violation of Law of Demeter (method chain calls)
44557 src/com/gps/utilities/VehicleInfoFetcher.java 240 Potential violation of Law of Demeter (object not created locally)
44558 src/com/gps/utilities/VehicleInfoFetcher.java 242 Potential violation of Law of Demeter (object not created locally)
44559 src/com/gps/utilities/VehicleInfoFetcher.java 242 Potential violation of Law of Demeter (object not created locally)
44560 src/com/gps/utilities/VehicleInfoFetcher.java 244 Potential violation of Law of Demeter (object not created locally)
44561 src/com/gps/utilities/VehicleInfoFetcher.java 244 Potential violation of Law of Demeter (object not created locally)
44562 src/com/gps/utilities/VehicleInfoFetcher.java 245 Potential violation of Law of Demeter (object not created locally)
44563 src/com/gps/utilities/VehicleInfoFetcher.java 247 Potential violation of Law of Demeter (object not created locally)
44564 src/com/gps/utilities/VehicleInfoFetcher.java 248 Local variable 'idle_time' could be declared final
44565 src/com/gps/utilities/VehicleInfoFetcher.java 248 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'idle_time' is not final.
44566 src/com/gps/utilities/VehicleInfoFetcher.java 248 Potential violation of Law of Demeter (object not created locally)
44567 src/com/gps/utilities/VehicleInfoFetcher.java 248 Potential violation of Law of Demeter (object not created locally)
44568 src/com/gps/utilities/VehicleInfoFetcher.java 249 Avoid instantiating new objects inside loops
44569 src/com/gps/utilities/VehicleInfoFetcher.java 249 Avoid variables with short names like df
44570 src/com/gps/utilities/VehicleInfoFetcher.java 249 Local variable 'df' could be declared final
44571 src/com/gps/utilities/VehicleInfoFetcher.java 249 When instantiating a SimpleDateFormat object, specify a Locale
44572 src/com/gps/utilities/VehicleInfoFetcher.java 250 Local variable 'Datedate' could be declared final
44573 src/com/gps/utilities/VehicleInfoFetcher.java 250 Potential violation of Law of Demeter (object not created locally)
44574 src/com/gps/utilities/VehicleInfoFetcher.java 250 Variables should start with a lowercase character, 'Datedate' starts with uppercase character.
44575 src/com/gps/utilities/VehicleInfoFetcher.java 251 Local variable 'idletime' could be declared final
44576 src/com/gps/utilities/VehicleInfoFetcher.java 251 Potential violation of Law of Demeter (object not created locally)
44577 src/com/gps/utilities/VehicleInfoFetcher.java 252 Local variable 'idle_' could be declared final
44578 src/com/gps/utilities/VehicleInfoFetcher.java 252 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'idle_' is not final.
44579 src/com/gps/utilities/VehicleInfoFetcher.java 252 Potential violation of Law of Demeter (object not created locally)
44580 src/com/gps/utilities/VehicleInfoFetcher.java 252 Potential violation of Law of Demeter (object not created locally)
44581 src/com/gps/utilities/VehicleInfoFetcher.java 252 Potential violation of Law of Demeter (object not created locally)
44582 src/com/gps/utilities/VehicleInfoFetcher.java 252 Useless parentheses.
44583 src/com/gps/utilities/VehicleInfoFetcher.java 252 Useless parentheses.
44584 src/com/gps/utilities/VehicleInfoFetcher.java 253 There is log block not surrounded by if
44585 src/com/gps/utilities/VehicleInfoFetcher.java 253 There is log block not surrounded by if
44586 src/com/gps/utilities/VehicleInfoFetcher.java 254 Potential violation of Law of Demeter (object not created locally)
44587 src/com/gps/utilities/VehicleInfoFetcher.java 257 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44588 src/com/gps/utilities/VehicleInfoFetcher.java 258 There is log block not surrounded by if
44589 src/com/gps/utilities/VehicleInfoFetcher.java 261 Potential violation of Law of Demeter (object not created locally)
44590 src/com/gps/utilities/VehicleInfoFetcher.java 261 Potential violation of Law of Demeter (object not created locally)
44591 src/com/gps/utilities/VehicleInfoFetcher.java 262 Avoid using if statements without curly braces
44592 src/com/gps/utilities/VehicleInfoFetcher.java 262 Potential violation of Law of Demeter (object not created locally)
44593 src/com/gps/utilities/VehicleInfoFetcher.java 263 Potential violation of Law of Demeter (object not created locally)
44594 src/com/gps/utilities/VehicleInfoFetcher.java 263 Potential violation of Law of Demeter (object not created locally)
44595 src/com/gps/utilities/VehicleInfoFetcher.java 265 Potential violation of Law of Demeter (object not created locally)
44596 src/com/gps/utilities/VehicleInfoFetcher.java 266 Avoid using Literals in Conditional Statements
44597 src/com/gps/utilities/VehicleInfoFetcher.java 266 Potential violation of Law of Demeter (object not created locally)
44598 src/com/gps/utilities/VehicleInfoFetcher.java 267 Avoid using if...else statements without curly braces
44599 src/com/gps/utilities/VehicleInfoFetcher.java 267 Potential violation of Law of Demeter (object not created locally)
44600 src/com/gps/utilities/VehicleInfoFetcher.java 269 Avoid using if...else statements without curly braces
44601 src/com/gps/utilities/VehicleInfoFetcher.java 269 Potential violation of Law of Demeter (object not created locally)
44602 src/com/gps/utilities/VehicleInfoFetcher.java 272 Potential violation of Law of Demeter (object not created locally)
44603 src/com/gps/utilities/VehicleInfoFetcher.java 272 Potential violation of Law of Demeter (object not created locally)
44604 src/com/gps/utilities/VehicleInfoFetcher.java 272 Potential violation of Law of Demeter (object not created locally)
44605 src/com/gps/utilities/VehicleInfoFetcher.java 272 Potential violation of Law of Demeter (object not created locally)
44606 src/com/gps/utilities/VehicleInfoFetcher.java 273 Potential violation of Law of Demeter (object not created locally)
44607 src/com/gps/utilities/VehicleInfoFetcher.java 273 Potential violation of Law of Demeter (object not created locally)
44608 src/com/gps/utilities/VehicleInfoFetcher.java 273 There is log block not surrounded by if
44609 src/com/gps/utilities/VehicleInfoFetcher.java 273 There is log block not surrounded by if
44610 src/com/gps/utilities/VehicleInfoFetcher.java 276 Potential violation of Law of Demeter (object not created locally)
44611 src/com/gps/utilities/VehicleInfoFetcher.java 276 Potential violation of Law of Demeter (object not created locally)
44612 src/com/gps/utilities/VehicleInfoFetcher.java 276 Potential violation of Law of Demeter (object not created locally)
44613 src/com/gps/utilities/VehicleInfoFetcher.java 276 Potential violation of Law of Demeter (object not created locally)
44614 src/com/gps/utilities/VehicleInfoFetcher.java 278 Potential violation of Law of Demeter (object not created locally)
44615 src/com/gps/utilities/VehicleInfoFetcher.java 286 A method should have only one exit point, and that should be the last statement in the method
44616 src/com/gps/utilities/VehicleInfoFetcher.java 286 Potential violation of Law of Demeter (object not created locally)
44617 src/com/gps/utilities/VehicleInfoFetcher.java 288 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44618 src/com/gps/utilities/VehicleInfoFetcher.java 290 There is log block not surrounded by if
44619 src/com/gps/utilities/VehicleInfoFetcher.java 295 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44620 src/com/gps/utilities/VehicleInfoFetcher.java 296 Potential violation of Law of Demeter (object not created locally)
44621 src/com/gps/utilities/VehicleInfoFetcher.java 296 There is log block not surrounded by if
44622 src/com/gps/utilities/VehicleInfoFetcher.java 306 Parameter 'islmu' is not assigned and could be declared final
44623 src/com/gps/utilities/VehicleInfoFetcher.java 306 Parameter 'orgId' is not assigned and could be declared final
44624 src/com/gps/utilities/VehicleInfoFetcher.java 306 Parameter 'vehid' is not assigned and could be declared final
44625 src/com/gps/utilities/VehicleInfoFetcher.java 306 publicMethodCommentRequirement Required
44626 src/com/gps/utilities/VehicleInfoFetcher.java 308 Local variable 'orgDao' could be declared final
44627 src/com/gps/utilities/VehicleInfoFetcher.java 311 There is log block not surrounded by if
44628 src/com/gps/utilities/VehicleInfoFetcher.java 311 There is log block not surrounded by if
44629 src/com/gps/utilities/VehicleInfoFetcher.java 312 Local variable 'vehDAO' could be declared final
44630 src/com/gps/utilities/VehicleInfoFetcher.java 313 Found 'DU'-anomaly for variable 'converter' (lines '313'-'368').
44631 src/com/gps/utilities/VehicleInfoFetcher.java 313 Local variable 'converter' could be declared final
44632 src/com/gps/utilities/VehicleInfoFetcher.java 314 Local variable 'dataOrg' could be declared final
44633 src/com/gps/utilities/VehicleInfoFetcher.java 315 Found 'DU'-anomaly for variable 'vehObj' (lines '315'-'368').
44634 src/com/gps/utilities/VehicleInfoFetcher.java 315 Local variable 'vehObj' could be declared final
44635 src/com/gps/utilities/VehicleInfoFetcher.java 316 Local variable 'orgBuffer' could be declared final
44636 src/com/gps/utilities/VehicleInfoFetcher.java 316 Potential violation of Law of Demeter (method chain calls)
44637 src/com/gps/utilities/VehicleInfoFetcher.java 317 Local variable 'vehRegNo' could be declared final
44638 src/com/gps/utilities/VehicleInfoFetcher.java 318 Avoid calling toString() on String objects; this is unnecessary.
44639 src/com/gps/utilities/VehicleInfoFetcher.java 318 Local variable 'rsVeh' could be declared final
44640 src/com/gps/utilities/VehicleInfoFetcher.java 318 Potential violation of Law of Demeter (object not created locally)
44641 src/com/gps/utilities/VehicleInfoFetcher.java 318 Potential violation of Law of Demeter (object not created locally)
44642 src/com/gps/utilities/VehicleInfoFetcher.java 321 Local variable 'rsVehIter' could be declared final
44643 src/com/gps/utilities/VehicleInfoFetcher.java 321 Potential violation of Law of Demeter (object not created locally)
44644 src/com/gps/utilities/VehicleInfoFetcher.java 329 Local variable 'vehBean' could be declared final
44645 src/com/gps/utilities/VehicleInfoFetcher.java 332 Potential violation of Law of Demeter (object not created locally)
44646 src/com/gps/utilities/VehicleInfoFetcher.java 333 Potential violation of Law of Demeter (object not created locally)
44647 src/com/gps/utilities/VehicleInfoFetcher.java 336 Potential violation of Law of Demeter (method chain calls)
44648 src/com/gps/utilities/VehicleInfoFetcher.java 336 Potential violation of Law of Demeter (method chain calls)
44649 src/com/gps/utilities/VehicleInfoFetcher.java 336 Potential violation of Law of Demeter (object not created locally)
44650 src/com/gps/utilities/VehicleInfoFetcher.java 340 Potential violation of Law of Demeter (object not created locally)
44651 src/com/gps/utilities/VehicleInfoFetcher.java 341 There is log block not surrounded by if
44652 src/com/gps/utilities/VehicleInfoFetcher.java 341 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
44653 src/com/gps/utilities/VehicleInfoFetcher.java 342 A method should have only one exit point, and that should be the last statement in the method
44654 src/com/gps/utilities/VehicleInfoFetcher.java 347 Avoid catching NullPointerException; consider removing the cause of the NPE.
44655 src/com/gps/utilities/VehicleInfoFetcher.java 347 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44656 src/com/gps/utilities/VehicleInfoFetcher.java 349 There is log block not surrounded by if
44657 src/com/gps/utilities/VehicleInfoFetcher.java 351 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44658 src/com/gps/utilities/VehicleInfoFetcher.java 353 There is log block not surrounded by if
44659 src/com/gps/utilities/VehicleInfoFetcher.java 360 There is log block not surrounded by if
44660 src/com/gps/utilities/VehicleInfoFetcher.java 360 There is log block not surrounded by if
44661 src/com/gps/utilities/VehicleInfoFetcher.java 362 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44662 src/com/gps/utilities/VehicleInfoFetcher.java 363 There is log block not surrounded by if
44663 src/com/gps/utilities/geoCoder.java 42 Class names should begin with an uppercase character
44664 src/com/gps/utilities/geoCoder.java 42 headerCommentRequirement Required
44665 src/com/gps/utilities/geoCoder.java 44 Avoid excessively long variable names like GEOCODE_REQUEST_URL
44666 src/com/gps/utilities/geoCoder.java 44 fieldCommentRequirement Required
44667 src/com/gps/utilities/geoCoder.java 45 fieldCommentRequirement Required
44668 src/com/gps/utilities/geoCoder.java 46 Avoid excessively long variable names like GEOCODE_REQUEST_BULK_URL
44669 src/com/gps/utilities/geoCoder.java 46 fieldCommentRequirement Required
44670 src/com/gps/utilities/geoCoder.java 47 Avoid excessively long variable names like GEOCODE_REQUEST_DISTANCE_URL
44671 src/com/gps/utilities/geoCoder.java 47 fieldCommentRequirement Required
44672 src/com/gps/utilities/geoCoder.java 48 fieldCommentRequirement Required
44673 src/com/gps/utilities/geoCoder.java 49 Found non-transient, non-static member. Please mark as transient or provide accessors.
44674 src/com/gps/utilities/geoCoder.java 49 Use explicit scoping instead of the default package private level
44675 src/com/gps/utilities/geoCoder.java 49 fieldCommentRequirement Required
44676 src/com/gps/utilities/geoCoder.java 50 The Logger variable declaration does not contain the static and final modifiers
44677 src/com/gps/utilities/geoCoder.java 50 Use explicit scoping instead of the default package private level
44678 src/com/gps/utilities/geoCoder.java 50 fieldCommentRequirement Required
44679 src/com/gps/utilities/geoCoder.java 51 Avoid using redundant field initializer for 'counter'
44680 src/com/gps/utilities/geoCoder.java 51 Found non-transient, non-static member. Please mark as transient or provide accessors.
44681 src/com/gps/utilities/geoCoder.java 51 Use explicit scoping instead of the default package private level
44682 src/com/gps/utilities/geoCoder.java 51 fieldCommentRequirement Required
44683 src/com/gps/utilities/geoCoder.java 52 Avoid using redundant field initializer for 'locCounter'
44684 src/com/gps/utilities/geoCoder.java 52 Found non-transient, non-static member. Please mark as transient or provide accessors.
44685 src/com/gps/utilities/geoCoder.java 52 Use explicit scoping instead of the default package private level
44686 src/com/gps/utilities/geoCoder.java 52 fieldCommentRequirement Required
44687 src/com/gps/utilities/geoCoder.java 53 Found non-transient, non-static member. Please mark as transient or provide accessors.
44688 src/com/gps/utilities/geoCoder.java 53 Use explicit scoping instead of the default package private level
44689 src/com/gps/utilities/geoCoder.java 53 Variables should start with a lowercase character, 'Result' starts with uppercase character.
44690 src/com/gps/utilities/geoCoder.java 53 fieldCommentRequirement Required
44691 src/com/gps/utilities/geoCoder.java 54 Parameter 'isbck' is not assigned and could be declared final
44692 src/com/gps/utilities/geoCoder.java 54 Parameter 'lat' is not assigned and could be declared final
44693 src/com/gps/utilities/geoCoder.java 54 Parameter 'lon' is not assigned and could be declared final
44694 src/com/gps/utilities/geoCoder.java 54 publicMethodCommentRequirement Required
44695 src/com/gps/utilities/geoCoder.java 58 Avoid if (x != y) ..; else ..;
44696 src/com/gps/utilities/geoCoder.java 61 Potential violation of Law of Demeter (object not created locally)
44697 src/com/gps/utilities/geoCoder.java 61 The String literal "UTF-8" appears 4 times in this file; the first occurrence is on line 61
44698 src/com/gps/utilities/geoCoder.java 67 Potential violation of Law of Demeter (object not created locally)
44699 src/com/gps/utilities/geoCoder.java 68 Potential violation of Law of Demeter (object not created locally)
44700 src/com/gps/utilities/geoCoder.java 76 Local variable 'reader' could be declared final
44701 src/com/gps/utilities/geoCoder.java 76 Potential violation of Law of Demeter (object not created locally)
44702 src/com/gps/utilities/geoCoder.java 76 Potential violation of Law of Demeter (object not created locally)
44703 src/com/gps/utilities/geoCoder.java 78 Potential violation of Law of Demeter (object not created locally)
44704 src/com/gps/utilities/geoCoder.java 79 There is log block not surrounded by if
44705 src/com/gps/utilities/geoCoder.java 79 There is log block not surrounded by if
44706 src/com/gps/utilities/geoCoder.java 80 Local variable 'buffer' could be declared final
44707 src/com/gps/utilities/geoCoder.java 81 Local variable 'writer' could be declared final
44708 src/com/gps/utilities/geoCoder.java 82 Avoid assignments in operands
44709 src/com/gps/utilities/geoCoder.java 82 Found 'DU'-anomaly for variable 'data' (lines '82'-'113').
44710 src/com/gps/utilities/geoCoder.java 82 Potential violation of Law of Demeter (object not created locally)
44711 src/com/gps/utilities/geoCoder.java 83 Potential violation of Law of Demeter (object not created locally)
44712 src/com/gps/utilities/geoCoder.java 86 Local variable 'result' could be declared final
44713 src/com/gps/utilities/geoCoder.java 86 Potential violation of Law of Demeter (object not created locally)
44714 src/com/gps/utilities/geoCoder.java 87 Avoid calling toString() on String objects; this is unnecessary.
44715 src/com/gps/utilities/geoCoder.java 87 Potential violation of Law of Demeter (object not created locally)
44716 src/com/gps/utilities/geoCoder.java 87 There is log block not surrounded by if
44717 src/com/gps/utilities/geoCoder.java 87 There is log block not surrounded by if
44718 src/com/gps/utilities/geoCoder.java 89 Local variable 'dbf' could be declared final
44719 src/com/gps/utilities/geoCoder.java 90 Avoid variables with short names like db
44720 src/com/gps/utilities/geoCoder.java 90 Local variable 'db' could be declared final
44721 src/com/gps/utilities/geoCoder.java 90 Potential violation of Law of Demeter (object not created locally)
44722 src/com/gps/utilities/geoCoder.java 91 Avoid variables with short names like is
44723 src/com/gps/utilities/geoCoder.java 91 Local variable 'is' could be declared final
44724 src/com/gps/utilities/geoCoder.java 92 Potential violation of Law of Demeter (method chain calls)
44725 src/com/gps/utilities/geoCoder.java 92 Potential violation of Law of Demeter (object not created locally)
44726 src/com/gps/utilities/geoCoder.java 93 Local variable 'doc' could be declared final
44727 src/com/gps/utilities/geoCoder.java 93 Potential violation of Law of Demeter (object not created locally)
44728 src/com/gps/utilities/geoCoder.java 95 Found 'DD'-anomaly for variable 'xpath' (lines '95'-'97').
44729 src/com/gps/utilities/geoCoder.java 96 Avoid using if statements without curly braces
44730 src/com/gps/utilities/geoCoder.java 99 Local variable 'strAddress' could be declared final
44731 src/com/gps/utilities/geoCoder.java 100 Avoid using if statements without curly braces
44732 src/com/gps/utilities/geoCoder.java 100 Position literals first in String comparisons
44733 src/com/gps/utilities/geoCoder.java 100 Potential violation of Law of Demeter (object not created locally)
44734 src/com/gps/utilities/geoCoder.java 100 The String literal "Location not available" appears 4 times in this file; the first occurrence is on line 100
44735 src/com/gps/utilities/geoCoder.java 101 A method should have only one exit point, and that should be the last statement in the method
44736 src/com/gps/utilities/geoCoder.java 102 There is log block not surrounded by if
44737 src/com/gps/utilities/geoCoder.java 102 There is log block not surrounded by if
44738 src/com/gps/utilities/geoCoder.java 103 A method should have only one exit point, and that should be the last statement in the method
44739 src/com/gps/utilities/geoCoder.java 106 Potential violation of Law of Demeter (object not created locally)
44740 src/com/gps/utilities/geoCoder.java 108 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44741 src/com/gps/utilities/geoCoder.java 115 Parameter 'doQuery' is not assigned and could be declared final
44742 src/com/gps/utilities/geoCoder.java 115 Parameter 'geolocation' is not assigned and could be declared final
44743 src/com/gps/utilities/geoCoder.java 115 Parameter 'orgId' is not assigned and could be declared final
44744 src/com/gps/utilities/geoCoder.java 115 publicMethodCommentRequirement Required
44745 src/com/gps/utilities/geoCoder.java 122 There is log block not surrounded by if
44746 src/com/gps/utilities/geoCoder.java 122 There is log block not surrounded by if
44747 src/com/gps/utilities/geoCoder.java 126 Comment is too large: Line too long
44748 src/com/gps/utilities/geoCoder.java 127 Local variable 'reqDao' could be declared final
44749 src/com/gps/utilities/geoCoder.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44750 src/com/gps/utilities/geoCoder.java 137 Avoid unused method parameters such as 'orgId'.
44751 src/com/gps/utilities/geoCoder.java 137 Method names should not start with capital letters
44752 src/com/gps/utilities/geoCoder.java 137 Parameter 'geolocation' is not assigned and could be declared final
44753 src/com/gps/utilities/geoCoder.java 137 Parameter 'orgId' is not assigned and could be declared final
44754 src/com/gps/utilities/geoCoder.java 147 Potential violation of Law of Demeter (method chain calls)
44755 src/com/gps/utilities/geoCoder.java 147 Potential violation of Law of Demeter (method chain calls)
44756 src/com/gps/utilities/geoCoder.java 147 Potential violation of Law of Demeter (method chain calls)
44757 src/com/gps/utilities/geoCoder.java 147 Potential violation of Law of Demeter (method chain calls)
44758 src/com/gps/utilities/geoCoder.java 147 Potential violation of Law of Demeter (object not created locally)
44759 src/com/gps/utilities/geoCoder.java 154 Potential violation of Law of Demeter (object not created locally)
44760 src/com/gps/utilities/geoCoder.java 154 There is log block not surrounded by if
44761 src/com/gps/utilities/geoCoder.java 154 There is log block not surrounded by if
44762 src/com/gps/utilities/geoCoder.java 160 Local variable 'reader' could be declared final
44763 src/com/gps/utilities/geoCoder.java 160 Potential violation of Law of Demeter (object not created locally)
44764 src/com/gps/utilities/geoCoder.java 160 Potential violation of Law of Demeter (object not created locally)
44765 src/com/gps/utilities/geoCoder.java 162 Potential violation of Law of Demeter (object not created locally)
44766 src/com/gps/utilities/geoCoder.java 163 There is log block not surrounded by if
44767 src/com/gps/utilities/geoCoder.java 163 There is log block not surrounded by if
44768 src/com/gps/utilities/geoCoder.java 164 Local variable 'buffer' could be declared final
44769 src/com/gps/utilities/geoCoder.java 165 Local variable 'writer' could be declared final
44770 src/com/gps/utilities/geoCoder.java 166 Avoid assignments in operands
44771 src/com/gps/utilities/geoCoder.java 166 Found 'DU'-anomaly for variable 'data' (lines '166'-'189').
44772 src/com/gps/utilities/geoCoder.java 166 Potential violation of Law of Demeter (object not created locally)
44773 src/com/gps/utilities/geoCoder.java 167 Potential violation of Law of Demeter (object not created locally)
44774 src/com/gps/utilities/geoCoder.java 170 Local variable 'result' could be declared final
44775 src/com/gps/utilities/geoCoder.java 170 Potential violation of Law of Demeter (object not created locally)
44776 src/com/gps/utilities/geoCoder.java 171 Avoid calling toString() on String objects; this is unnecessary.
44777 src/com/gps/utilities/geoCoder.java 171 Potential violation of Law of Demeter (object not created locally)
44778 src/com/gps/utilities/geoCoder.java 171 There is log block not surrounded by if
44779 src/com/gps/utilities/geoCoder.java 171 There is log block not surrounded by if
44780 src/com/gps/utilities/geoCoder.java 173 Local variable 'dbf' could be declared final
44781 src/com/gps/utilities/geoCoder.java 174 Avoid variables with short names like db
44782 src/com/gps/utilities/geoCoder.java 174 Local variable 'db' could be declared final
44783 src/com/gps/utilities/geoCoder.java 174 Potential violation of Law of Demeter (object not created locally)
44784 src/com/gps/utilities/geoCoder.java 175 Avoid variables with short names like is
44785 src/com/gps/utilities/geoCoder.java 175 Local variable 'is' could be declared final
44786 src/com/gps/utilities/geoCoder.java 176 Potential violation of Law of Demeter (method chain calls)
44787 src/com/gps/utilities/geoCoder.java 176 Potential violation of Law of Demeter (object not created locally)
44788 src/com/gps/utilities/geoCoder.java 177 Local variable 'doc' could be declared final
44789 src/com/gps/utilities/geoCoder.java 177 Potential violation of Law of Demeter (object not created locally)
44790 src/com/gps/utilities/geoCoder.java 179 Local variable 'xpath' could be declared final
44791 src/com/gps/utilities/geoCoder.java 184 Potential violation of Law of Demeter (object not created locally)
44792 src/com/gps/utilities/geoCoder.java 186 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44793 src/com/gps/utilities/geoCoder.java 191 Method names should not start with capital letters
44794 src/com/gps/utilities/geoCoder.java 191 Parameter 'Destination' is not assigned and could be declared final
44795 src/com/gps/utilities/geoCoder.java 191 Parameter 'Source' is not assigned and could be declared final
44796 src/com/gps/utilities/geoCoder.java 191 Variables should start with a lowercase character, 'Destination' starts with uppercase character.
44797 src/com/gps/utilities/geoCoder.java 191 Variables should start with a lowercase character, 'Source' starts with uppercase character.
44798 src/com/gps/utilities/geoCoder.java 191 publicMethodCommentRequirement Required
44799 src/com/gps/utilities/geoCoder.java 197 Avoid declaring a variable if it is unreferenced before a possible exit point.
44800 src/com/gps/utilities/geoCoder.java 197 Avoid unused local variables such as 'incr'.
44801 src/com/gps/utilities/geoCoder.java 197 Found 'DU'-anomaly for variable 'incr' (lines '197'-'244').
44802 src/com/gps/utilities/geoCoder.java 197 Local variable 'incr' could be declared final
44803 src/com/gps/utilities/geoCoder.java 199 Potential violation of Law of Demeter (object not created locally)
44804 src/com/gps/utilities/geoCoder.java 199 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
44805 src/com/gps/utilities/geoCoder.java 200 Potential violation of Law of Demeter (object not created locally)
44806 src/com/gps/utilities/geoCoder.java 200 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
44807 src/com/gps/utilities/geoCoder.java 201 Potential violation of Law of Demeter (object not created locally)
44808 src/com/gps/utilities/geoCoder.java 210 Local variable 'reader' could be declared final
44809 src/com/gps/utilities/geoCoder.java 210 Potential violation of Law of Demeter (object not created locally)
44810 src/com/gps/utilities/geoCoder.java 210 Potential violation of Law of Demeter (object not created locally)
44811 src/com/gps/utilities/geoCoder.java 212 Potential violation of Law of Demeter (object not created locally)
44812 src/com/gps/utilities/geoCoder.java 213 There is log block not surrounded by if
44813 src/com/gps/utilities/geoCoder.java 213 There is log block not surrounded by if
44814 src/com/gps/utilities/geoCoder.java 214 Local variable 'buffer' could be declared final
44815 src/com/gps/utilities/geoCoder.java 215 Local variable 'writer' could be declared final
44816 src/com/gps/utilities/geoCoder.java 216 Avoid assignments in operands
44817 src/com/gps/utilities/geoCoder.java 216 Found 'DU'-anomaly for variable 'data' (lines '216'-'244').
44818 src/com/gps/utilities/geoCoder.java 216 Potential violation of Law of Demeter (object not created locally)
44819 src/com/gps/utilities/geoCoder.java 217 Potential violation of Law of Demeter (object not created locally)
44820 src/com/gps/utilities/geoCoder.java 220 Local variable 'result' could be declared final
44821 src/com/gps/utilities/geoCoder.java 220 Potential violation of Law of Demeter (object not created locally)
44822 src/com/gps/utilities/geoCoder.java 221 Avoid calling toString() on String objects; this is unnecessary.
44823 src/com/gps/utilities/geoCoder.java 221 Potential violation of Law of Demeter (object not created locally)
44824 src/com/gps/utilities/geoCoder.java 221 There is log block not surrounded by if
44825 src/com/gps/utilities/geoCoder.java 221 There is log block not surrounded by if
44826 src/com/gps/utilities/geoCoder.java 223 Local variable 'dbf' could be declared final
44827 src/com/gps/utilities/geoCoder.java 224 Avoid variables with short names like db
44828 src/com/gps/utilities/geoCoder.java 224 Local variable 'db' could be declared final
44829 src/com/gps/utilities/geoCoder.java 224 Potential violation of Law of Demeter (object not created locally)
44830 src/com/gps/utilities/geoCoder.java 225 Avoid variables with short names like is
44831 src/com/gps/utilities/geoCoder.java 225 Local variable 'is' could be declared final
44832 src/com/gps/utilities/geoCoder.java 226 Potential violation of Law of Demeter (method chain calls)
44833 src/com/gps/utilities/geoCoder.java 226 Potential violation of Law of Demeter (object not created locally)
44834 src/com/gps/utilities/geoCoder.java 227 Local variable 'doc' could be declared final
44835 src/com/gps/utilities/geoCoder.java 227 Potential violation of Law of Demeter (object not created locally)
44836 src/com/gps/utilities/geoCoder.java 229 Local variable 'xpath' could be declared final
44837 src/com/gps/utilities/geoCoder.java 231 Local variable 'time' could be declared final
44838 src/com/gps/utilities/geoCoder.java 233 There is log block not surrounded by if
44839 src/com/gps/utilities/geoCoder.java 233 There is log block not surrounded by if
44840 src/com/gps/utilities/geoCoder.java 234 A method should have only one exit point, and that should be the last statement in the method
44841 src/com/gps/utilities/geoCoder.java 237 Potential violation of Law of Demeter (object not created locally)
44842 src/com/gps/utilities/geoCoder.java 239 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44843 src/com/gps/utilities/geoCoder.java 246 Parameter 'doc' is not assigned and could be declared final
44844 src/com/gps/utilities/geoCoder.java 246 Parameter 'isFirst' is not assigned and could be declared final
44845 src/com/gps/utilities/geoCoder.java 246 Parameter 'strXpath' is not assigned and could be declared final
44846 src/com/gps/utilities/geoCoder.java 247 Local variable 'xPath' could be declared final
44847 src/com/gps/utilities/geoCoder.java 247 Potential violation of Law of Demeter (method chain calls)
44848 src/com/gps/utilities/geoCoder.java 248 Local variable 'expr' could be declared final
44849 src/com/gps/utilities/geoCoder.java 248 Potential violation of Law of Demeter (object not created locally)
44850 src/com/gps/utilities/geoCoder.java 249 Found 'DD'-anomaly for variable 'resultData' (lines '249'-'255').
44851 src/com/gps/utilities/geoCoder.java 249 Found 'DD'-anomaly for variable 'resultData' (lines '249'-'259').
44852 src/com/gps/utilities/geoCoder.java 250 Local variable 'result4' could be declared final
44853 src/com/gps/utilities/geoCoder.java 250 Potential violation of Law of Demeter (object not created locally)
44854 src/com/gps/utilities/geoCoder.java 251 Local variable 'nodes' could be declared final
44855 src/com/gps/utilities/geoCoder.java 252 Avoid using Literals in Conditional Statements
44856 src/com/gps/utilities/geoCoder.java 252 Potential violation of Law of Demeter (object not created locally)
44857 src/com/gps/utilities/geoCoder.java 255 Avoid using if...else statements without curly braces
44858 src/com/gps/utilities/geoCoder.java 255 Potential violation of Law of Demeter (method chain calls)
44859 src/com/gps/utilities/geoCoder.java 255 Potential violation of Law of Demeter (object not created locally)
44860 src/com/gps/utilities/geoCoder.java 258 Potential violation of Law of Demeter (object not created locally)
44861 src/com/gps/utilities/geoCoder.java 259 Found 'DD'-anomaly for variable 'resultData' (lines '259'-'259').
44862 src/com/gps/utilities/geoCoder.java 259 Potential violation of Law of Demeter (method chain calls)
44863 src/com/gps/utilities/geoCoder.java 259 Potential violation of Law of Demeter (object not created locally)
44864 src/com/gps/utilities/geoCoder.java 266 Avoid unused method parameters such as 'isFirst'.
44865 src/com/gps/utilities/geoCoder.java 266 Parameter 'doc' is not assigned and could be declared final
44866 src/com/gps/utilities/geoCoder.java 266 Parameter 'isFirst' is not assigned and could be declared final
44867 src/com/gps/utilities/geoCoder.java 266 Parameter 'locations' is not assigned and could be declared final
44868 src/com/gps/utilities/geoCoder.java 266 Parameter 'strXpath' is not assigned and could be declared final
44869 src/com/gps/utilities/geoCoder.java 267 Local variable 'xPath' could be declared final
44870 src/com/gps/utilities/geoCoder.java 267 Potential violation of Law of Demeter (method chain calls)
44871 src/com/gps/utilities/geoCoder.java 268 Local variable 'expr' could be declared final
44872 src/com/gps/utilities/geoCoder.java 268 Potential violation of Law of Demeter (object not created locally)
44873 src/com/gps/utilities/geoCoder.java 269 Found 'DU'-anomaly for variable 'resultData' (lines '269'-'288').
44874 src/com/gps/utilities/geoCoder.java 269 Local variable 'resultData' could be declared final
44875 src/com/gps/utilities/geoCoder.java 270 Local variable 'result4' could be declared final
44876 src/com/gps/utilities/geoCoder.java 270 Potential violation of Law of Demeter (object not created locally)
44877 src/com/gps/utilities/geoCoder.java 271 Local variable 'nodes' could be declared final
44878 src/com/gps/utilities/geoCoder.java 273 Avoid using Literals in Conditional Statements
44879 src/com/gps/utilities/geoCoder.java 273 Potential violation of Law of Demeter (object not created locally)
44880 src/com/gps/utilities/geoCoder.java 275 Potential violation of Law of Demeter (object not created locally)
44881 src/com/gps/utilities/geoCoder.java 276 Potential violation of Law of Demeter (method chain calls)
44882 src/com/gps/utilities/geoCoder.java 276 Potential violation of Law of Demeter (method chain calls)
44883 src/com/gps/utilities/geoCoder.java 276 Potential violation of Law of Demeter (method chain calls)
44884 src/com/gps/utilities/geoCoder.java 276 Potential violation of Law of Demeter (method chain calls)
44885 src/com/gps/utilities/geoCoder.java 276 Potential violation of Law of Demeter (method chain calls)
44886 src/com/gps/utilities/geoCoder.java 276 Potential violation of Law of Demeter (method chain calls)
44887 src/com/gps/utilities/geoCoder.java 276 Potential violation of Law of Demeter (method chain calls)
44888 src/com/gps/utilities/geoCoder.java 276 Potential violation of Law of Demeter (method chain calls)
44889 src/com/gps/utilities/geoCoder.java 276 Potential violation of Law of Demeter (object not created locally)
44890 src/com/gps/utilities/geoCoder.java 276 There is log block not surrounded by if
44891 src/com/gps/utilities/geoCoder.java 276 There is log block not surrounded by if
44892 src/com/gps/utilities/geoCoder.java 277 Avoid if (x != y) ..; else ..;
44893 src/com/gps/utilities/geoCoder.java 277 Avoid using Literals in Conditional Statements
44894 src/com/gps/utilities/geoCoder.java 277 Potential violation of Law of Demeter (method chain calls)
44895 src/com/gps/utilities/geoCoder.java 277 Potential violation of Law of Demeter (object not created locally)
44896 src/com/gps/utilities/geoCoder.java 277 Use equals() to compare strings instead of '==' or '!='
44897 src/com/gps/utilities/geoCoder.java 279 Potential violation of Law of Demeter (method chain calls)
44898 src/com/gps/utilities/geoCoder.java 279 Potential violation of Law of Demeter (method chain calls)
44899 src/com/gps/utilities/geoCoder.java 279 Potential violation of Law of Demeter (method chain calls)
44900 src/com/gps/utilities/geoCoder.java 279 Potential violation of Law of Demeter (object not created locally)
44901 src/com/gps/utilities/geoCoder.java 283 Potential violation of Law of Demeter (method chain calls)
44902 src/com/gps/utilities/geoCoder.java 290 Parameter 'args' is not assigned and could be declared final
44903 src/com/gps/utilities/geoCoder.java 290 publicMethodCommentRequirement Required
44904 src/com/gps/utilities/geoCoder.java 292 Avoid unused local variables such as 'lstnr'.
44905 src/com/gps/utilities/geoCoder.java 292 Found 'DU'-anomaly for variable 'lstnr' (lines '292'-'297').
44906 src/com/gps/utilities/geoCoder.java 292 Local variable 'lstnr' could be declared final
44907 src/com/gps/utilities/geoCoder.java 295 Local variable 'fetch' could be declared final
44908 src/com/gps/vo/ActualPickUpPoints.java 8 headerCommentRequirement Required
44909 src/com/gps/vo/ActualPickUpPoints.java 10 Avoid excessively long variable names like actual_pickup_point
44910 src/com/gps/vo/ActualPickUpPoints.java 10 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_pickup_point' is not final.
44911 src/com/gps/vo/ActualPickUpPoints.java 10 fieldCommentRequirement Required
44912 src/com/gps/vo/ActualPickUpPoints.java 11 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_pickup_lat' is not final.
44913 src/com/gps/vo/ActualPickUpPoints.java 11 fieldCommentRequirement Required
44914 src/com/gps/vo/ActualPickUpPoints.java 12 Avoid excessively long variable names like actual_pickup_lang
44915 src/com/gps/vo/ActualPickUpPoints.java 12 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_pickup_lang' is not final.
44916 src/com/gps/vo/ActualPickUpPoints.java 12 fieldCommentRequirement Required
44917 src/com/gps/vo/ActualPickUpPoints.java 13 Avoid excessively long variable names like actual_pickup_datetime
44918 src/com/gps/vo/ActualPickUpPoints.java 13 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_pickup_datetime' is not final.
44919 src/com/gps/vo/ActualPickUpPoints.java 13 fieldCommentRequirement Required
44920 src/com/gps/vo/ActualPickUpPoints.java 14 Avoid excessively long variable names like actual_pickup_location_name
44921 src/com/gps/vo/ActualPickUpPoints.java 14 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_pickup_location_name' is not final.
44922 src/com/gps/vo/ActualPickUpPoints.java 14 fieldCommentRequirement Required
44923 src/com/gps/vo/ActualPickUpPoints.java 15 Avoid excessively long variable names like actual_pickup_odometer_reading
44924 src/com/gps/vo/ActualPickUpPoints.java 15 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_pickup_odometer_reading' is not final.
44925 src/com/gps/vo/ActualPickUpPoints.java 15 fieldCommentRequirement Required
44926 src/com/gps/vo/ActualPickUpPoints.java 26 Parameter 'actualPickupLat' is not assigned and could be declared final
44927 src/com/gps/vo/ActualPickUpPoints.java 26 Parameter 'actualPickupPoint' is not assigned and could be declared final
44928 src/com/gps/vo/ActualPickUpPoints.java 27 Avoid excessively long variable names like actualPickupDatetime
44929 src/com/gps/vo/ActualPickUpPoints.java 27 Avoid excessively long variable names like actualPickupOdometerReading
44930 src/com/gps/vo/ActualPickUpPoints.java 27 Parameter 'actualPickupDatetime' is not assigned and could be declared final
44931 src/com/gps/vo/ActualPickUpPoints.java 27 Parameter 'actualPickupLang' is not assigned and could be declared final
44932 src/com/gps/vo/ActualPickUpPoints.java 27 Parameter 'actualPickupOdometerReading' is not assigned and could be declared final
44933 src/com/gps/vo/ActualPickUpPoints.java 29 Local variable 'coder' could be declared final
44934 src/com/gps/vo/ActualPickUpPoints.java 30 Local variable 'formatter' could be declared final
44935 src/com/gps/vo/ActualPickUpPoints.java 30 When instantiating a SimpleDateFormat object, specify a Locale
44936 src/com/gps/vo/ActualPickUpPoints.java 34 Avoid using if statements without curly braces
44937 src/com/gps/vo/ActualPickUpPoints.java 42 Method names should not contain underscores
44938 src/com/gps/vo/ActualPickUpPoints.java 48 Method names should not contain underscores
44939 src/com/gps/vo/ActualPickUpPoints.java 48 Parameter 'actualPickupPoint' is not assigned and could be declared final
44940 src/com/gps/vo/ActualPickUpPoints.java 54 Method names should not contain underscores
44941 src/com/gps/vo/ActualPickUpPoints.java 60 Method names should not contain underscores
44942 src/com/gps/vo/ActualPickUpPoints.java 60 Parameter 'actualPickupLat' is not assigned and could be declared final
44943 src/com/gps/vo/ActualPickUpPoints.java 66 Method names should not contain underscores
44944 src/com/gps/vo/ActualPickUpPoints.java 72 Method names should not contain underscores
44945 src/com/gps/vo/ActualPickUpPoints.java 72 Parameter 'actualPickupLang' is not assigned and could be declared final
44946 src/com/gps/vo/ActualPickUpPoints.java 78 Method names should not contain underscores
44947 src/com/gps/vo/ActualPickUpPoints.java 84 Avoid excessively long variable names like actualPickupDatetime
44948 src/com/gps/vo/ActualPickUpPoints.java 84 Method names should not contain underscores
44949 src/com/gps/vo/ActualPickUpPoints.java 84 Parameter 'actualPickupDatetime' is not assigned and could be declared final
44950 src/com/gps/vo/ActualPickUpPoints.java 90 Method names should not contain underscores
44951 src/com/gps/vo/ActualPickUpPoints.java 96 Avoid excessively long variable names like actualPickupLocationName
44952 src/com/gps/vo/ActualPickUpPoints.java 96 Method names should not contain underscores
44953 src/com/gps/vo/ActualPickUpPoints.java 96 Parameter 'actualPickupLocationName' is not assigned and could be declared final
44954 src/com/gps/vo/ActualPickUpPoints.java 102 Method names should not contain underscores
44955 src/com/gps/vo/ActualPickUpPoints.java 108 Avoid excessively long variable names like actualPickupOdometerReading
44956 src/com/gps/vo/ActualPickUpPoints.java 108 Method names should not contain underscores
44957 src/com/gps/vo/ActualPickUpPoints.java 108 Parameter 'actualPickupOdometerReading' is not assigned and could be declared final
44958 src/com/gps/vo/DailyTripVO.java 3 headerCommentRequirement Required
44959 src/com/gps/vo/DailyTripVO.java 5 Use explicit scoping instead of the default package private level
44960 src/com/gps/vo/DailyTripVO.java 5 fieldCommentRequirement Required
44961 src/com/gps/vo/DailyTripVO.java 6 Use explicit scoping instead of the default package private level
44962 src/com/gps/vo/DailyTripVO.java 6 fieldCommentRequirement Required
44963 src/com/gps/vo/DailyTripVO.java 7 Use explicit scoping instead of the default package private level
44964 src/com/gps/vo/DailyTripVO.java 7 fieldCommentRequirement Required
44965 src/com/gps/vo/DailyTripVO.java 8 Use explicit scoping instead of the default package private level
44966 src/com/gps/vo/DailyTripVO.java 8 fieldCommentRequirement Required
44967 src/com/gps/vo/DailyTripVO.java 9 Use explicit scoping instead of the default package private level
44968 src/com/gps/vo/DailyTripVO.java 9 fieldCommentRequirement Required
44969 src/com/gps/vo/DailyTripVO.java 10 Use explicit scoping instead of the default package private level
44970 src/com/gps/vo/DailyTripVO.java 10 fieldCommentRequirement Required
44971 src/com/gps/vo/DailyTripVO.java 11 Use explicit scoping instead of the default package private level
44972 src/com/gps/vo/DailyTripVO.java 11 fieldCommentRequirement Required
44973 src/com/gps/vo/DailyTripVO.java 12 Use explicit scoping instead of the default package private level
44974 src/com/gps/vo/DailyTripVO.java 12 fieldCommentRequirement Required
44975 src/com/gps/vo/DailyTripVO.java 13 Use explicit scoping instead of the default package private level
44976 src/com/gps/vo/DailyTripVO.java 13 fieldCommentRequirement Required
44977 src/com/gps/vo/DailyTripVO.java 14 Use explicit scoping instead of the default package private level
44978 src/com/gps/vo/DailyTripVO.java 14 fieldCommentRequirement Required
44979 src/com/gps/vo/DailyTripVO.java 25 Parameter 'tripName' is not assigned and could be declared final
44980 src/com/gps/vo/DailyTripVO.java 37 Parameter 'regNo' is not assigned and could be declared final
44981 src/com/gps/vo/DailyTripVO.java 49 Parameter 'startTime' is not assigned and could be declared final
44982 src/com/gps/vo/DailyTripVO.java 61 Parameter 'endTime' is not assigned and could be declared final
44983 src/com/gps/vo/DailyTripVO.java 73 Parameter 'maxSpeed' is not assigned and could be declared final
44984 src/com/gps/vo/DailyTripVO.java 85 Parameter 'idleTime' is not assigned and could be declared final
44985 src/com/gps/vo/DailyTripVO.java 97 Parameter 'missedStops' is not assigned and could be declared final
44986 src/com/gps/vo/DailyTripVO.java 109 Parameter 'tripDistance' is not assigned and could be declared final
44987 src/com/gps/vo/DailyTripVO.java 121 Parameter 'totalDistance' is not assigned and could be declared final
44988 src/com/gps/vo/DailyTripVO.java 133 Parameter 'hardBrakes' is not assigned and could be declared final
44989 src/com/gps/vo/DashBoardSettingsVO.java 17 Found non-transient, non-static member. Please mark as transient or provide accessors.
44990 src/com/gps/vo/DashBoardSettingsVO.java 27 Document empty constructor
44991 src/com/gps/vo/DashBoardSettingsVO.java 27 publicMethodCommentRequirement Required
44992 src/com/gps/vo/DashBoardSettingsVO.java 31 Comment is too large: Line too long
44993 src/com/gps/vo/DashBoardSettingsVO.java 32 Comment is too large: Line too long
44994 src/com/gps/vo/DashBoardSettingsVO.java 35 Parameter 'vPanelInfo' is not assigned and could be declared final
44995 src/com/gps/vo/DashBoardSettingsVO.java 36 Parameter 'infoPanelDetails' is not assigned and could be declared final
44996 src/com/gps/vo/DashBoardSettingsVO.java 36 Parameter 'userPanelInfo' is not assigned and could be declared final
44997 src/com/gps/vo/DashBoardSettingsVO.java 55 Parameter 'vPanelInfo' is not assigned and could be declared final
44998 src/com/gps/vo/DashBoardSettingsVO.java 71 Parameter 'userPanelInfo' is not assigned and could be declared final
44999 src/com/gps/vo/DashBoardSettingsVO.java 86 Parameter 'infoPanelDetails' is not assigned and could be declared final
45000 src/com/gps/vo/DateVO.java 11 Avoid using redundant field initializer for 'date'
45001 src/com/gps/vo/DateVO.java 11 fieldCommentRequirement Required
45002 src/com/gps/vo/DateVO.java 12 Avoid using redundant field initializer for 'inTripDist'
45003 src/com/gps/vo/DateVO.java 12 fieldCommentRequirement Required
45004 src/com/gps/vo/DateVO.java 13 Avoid using redundant field initializer for 'outTripDist'
45005 src/com/gps/vo/DateVO.java 13 fieldCommentRequirement Required
45006 src/com/gps/vo/DateVO.java 15 Avoid using redundant field initializer for 'lastLat'
45007 src/com/gps/vo/DateVO.java 15 fieldCommentRequirement Required
45008 src/com/gps/vo/DateVO.java 17 Avoid using redundant field initializer for 'lastLong'
45009 src/com/gps/vo/DateVO.java 17 fieldCommentRequirement Required
45010 src/com/gps/vo/DateVO.java 20 Use explicit scoping instead of the default package private level
45011 src/com/gps/vo/DateVO.java 20 fieldCommentRequirement Required
45012 src/com/gps/vo/DateVO.java 32 Parameter 'date' is not assigned and could be declared final
45013 src/com/gps/vo/DateVO.java 44 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
45014 src/com/gps/vo/DateVO.java 44 Parameter 'inTripDist' is not assigned and could be declared final
45015 src/com/gps/vo/DateVO.java 56 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
45016 src/com/gps/vo/DateVO.java 56 Parameter 'outTripDist' is not assigned and could be declared final
45017 src/com/gps/vo/DateVO.java 72 Parameter 'lastLat' is not assigned and could be declared final
45018 src/com/gps/vo/DateVO.java 87 Parameter 'lastLong' is not assigned and could be declared final
45019 src/com/gps/vo/DateVO.java 92 publicMethodCommentRequirement Required
45020 src/com/gps/vo/DateVO.java 98 Parameter 'tripsLst' is not assigned and could be declared final
45021 src/com/gps/vo/DynamicQueryVO.java 9 headerCommentRequirement Required
45022 src/com/gps/vo/DynamicQueryVO.java 10 fieldCommentRequirement Required
45023 src/com/gps/vo/DynamicQueryVO.java 11 fieldCommentRequirement Required
45024 src/com/gps/vo/DynamicQueryVO.java 12 fieldCommentRequirement Required
45025 src/com/gps/vo/DynamicQueryVO.java 13 fieldCommentRequirement Required
45026 src/com/gps/vo/DynamicQueryVO.java 14 fieldCommentRequirement Required
45027 src/com/gps/vo/DynamicQueryVO.java 15 fieldCommentRequirement Required
45028 src/com/gps/vo/DynamicQueryVO.java 16 publicMethodCommentRequirement Required
45029 src/com/gps/vo/DynamicQueryVO.java 19 Parameter 'whereQuery' is not assigned and could be declared final
45030 src/com/gps/vo/DynamicQueryVO.java 19 publicMethodCommentRequirement Required
45031 src/com/gps/vo/DynamicQueryVO.java 22 publicMethodCommentRequirement Required
45032 src/com/gps/vo/DynamicQueryVO.java 25 Parameter 'paramStart' is not assigned and could be declared final
45033 src/com/gps/vo/DynamicQueryVO.java 25 publicMethodCommentRequirement Required
45034 src/com/gps/vo/DynamicQueryVO.java 28 publicMethodCommentRequirement Required
45035 src/com/gps/vo/DynamicQueryVO.java 31 Parameter 'paramEnd' is not assigned and could be declared final
45036 src/com/gps/vo/DynamicQueryVO.java 31 publicMethodCommentRequirement Required
45037 src/com/gps/vo/DynamicQueryVO.java 34 publicMethodCommentRequirement Required
45038 src/com/gps/vo/DynamicQueryVO.java 37 Parameter 'startDate' is not assigned and could be declared final
45039 src/com/gps/vo/DynamicQueryVO.java 37 publicMethodCommentRequirement Required
45040 src/com/gps/vo/DynamicQueryVO.java 40 publicMethodCommentRequirement Required
45041 src/com/gps/vo/DynamicQueryVO.java 43 Parameter 'endDate' is not assigned and could be declared final
45042 src/com/gps/vo/DynamicQueryVO.java 43 publicMethodCommentRequirement Required
45043 src/com/gps/vo/DynamicQueryVO.java 46 publicMethodCommentRequirement Required
45044 src/com/gps/vo/DynamicQueryVO.java 49 Parameter 'vehicleId' is not assigned and could be declared final
45045 src/com/gps/vo/DynamicQueryVO.java 49 publicMethodCommentRequirement Required
45046 src/com/gps/vo/FenceSwipeVO.java 5 headerCommentRequirement Required
45047 src/com/gps/vo/FenceSwipeVO.java 6 Found non-transient, non-static member. Please mark as transient or provide accessors.
45048 src/com/gps/vo/FenceSwipeVO.java 6 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_totime' is not final.
45049 src/com/gps/vo/FenceSwipeVO.java 6 Use explicit scoping instead of the default package private level
45050 src/com/gps/vo/FenceSwipeVO.java 6 fieldCommentRequirement Required
45051 src/com/gps/vo/FenceSwipeVO.java 7 Use explicit scoping instead of the default package private level
45052 src/com/gps/vo/FenceSwipeVO.java 7 fieldCommentRequirement Required
45053 src/com/gps/vo/FenceSwipeVO.java 9 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_totime' is not final.
45054 src/com/gps/vo/FenceSwipeVO.java 9 Parameter 'next_totime' is not assigned and could be declared final
45055 src/com/gps/vo/FenceSwipeVO.java 9 Parameter 'swipedetails' is not assigned and could be declared final
45056 src/com/gps/vo/FenceSwipeVO.java 9 The user-supplied array 'swipedetails' is stored directly.
45057 src/com/gps/vo/FenceSwipeVO.java 9 publicMethodCommentRequirement Required
45058 src/com/gps/vo/FenceSwipeVO.java 15 publicMethodCommentRequirement Required
45059 src/com/gps/vo/FenceSwipeVO.java 18 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_totime' is not final.
45060 src/com/gps/vo/FenceSwipeVO.java 18 Parameter 'next_totime' is not assigned and could be declared final
45061 src/com/gps/vo/FenceSwipeVO.java 18 publicMethodCommentRequirement Required
45062 src/com/gps/vo/FenceSwipeVO.java 21 publicMethodCommentRequirement Required
45063 src/com/gps/vo/FenceSwipeVO.java 22 Returning 'swipedetails' may expose an internal array.
45064 src/com/gps/vo/FenceSwipeVO.java 24 Parameter 'swipedetails' is not assigned and could be declared final
45065 src/com/gps/vo/FenceSwipeVO.java 24 The user-supplied array 'swipedetails' is stored directly.
45066 src/com/gps/vo/FenceSwipeVO.java 24 publicMethodCommentRequirement Required
45067 src/com/gps/vo/InFenceVO.java 13 Comment is too large: Line too long
45068 src/com/gps/vo/InFenceVO.java 21 Comment is too large: Line too long
45069 src/com/gps/vo/InFenceVO.java 29 headerCommentRequirement Required
45070 src/com/gps/vo/InFenceVO.java 31 Variables should start with a lowercase character, 'FenceId' starts with uppercase character.
45071 src/com/gps/vo/InFenceVO.java 31 fieldCommentRequirement Required
45072 src/com/gps/vo/InFenceVO.java 32 Variables should start with a lowercase character, 'InFenceTime' starts with uppercase character.
45073 src/com/gps/vo/InFenceVO.java 32 fieldCommentRequirement Required
45074 src/com/gps/vo/InFenceVO.java 33 It is a good practice to call super() in a constructor
45075 src/com/gps/vo/InFenceVO.java 33 publicMethodCommentRequirement Required
45076 src/com/gps/vo/InFenceVO.java 37 publicMethodCommentRequirement Required
45077 src/com/gps/vo/InFenceVO.java 40 Parameter 'fenceId' is not assigned and could be declared final
45078 src/com/gps/vo/InFenceVO.java 40 publicMethodCommentRequirement Required
45079 src/com/gps/vo/InFenceVO.java 43 publicMethodCommentRequirement Required
45080 src/com/gps/vo/InFenceVO.java 46 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
45081 src/com/gps/vo/InFenceVO.java 46 Parameter 'inFenceTime' is not assigned and could be declared final
45082 src/com/gps/vo/InFenceVO.java 46 publicMethodCommentRequirement Required
45083 src/com/gps/vo/InFenceVO.java 49 It is a good practice to call super() in a constructor
45084 src/com/gps/vo/InFenceVO.java 49 Parameter 'fenceId' is not assigned and could be declared final
45085 src/com/gps/vo/InFenceVO.java 49 Parameter 'inFenceTime' is not assigned and could be declared final
45086 src/com/gps/vo/InFenceVO.java 49 publicMethodCommentRequirement Required
45087 src/com/gps/vo/InfoPanelOrgVO.java 3 headerCommentRequirement Required
45088 src/com/gps/vo/InfoPanelOrgVO.java 14 Document empty constructor
45089 src/com/gps/vo/InfoPanelOrgVO.java 14 It is a good practice to call super() in a constructor
45090 src/com/gps/vo/InfoPanelOrgVO.java 14 publicMethodCommentRequirement Required
45091 src/com/gps/vo/InfoPanelOrgVO.java 17 Parameter 'displayName' is not assigned and could be declared final
45092 src/com/gps/vo/InfoPanelOrgVO.java 17 Parameter 'fieldName' is not assigned and could be declared final
45093 src/com/gps/vo/InfoPanelOrgVO.java 17 Parameter 'infoPanelID' is not assigned and could be declared final
45094 src/com/gps/vo/InfoPanelOrgVO.java 17 Parameter 'maxThreshold' is not assigned and could be declared final
45095 src/com/gps/vo/InfoPanelOrgVO.java 17 Parameter 'minThreshold' is not assigned and could be declared final
45096 src/com/gps/vo/InfoPanelOrgVO.java 17 publicMethodCommentRequirement Required
45097 src/com/gps/vo/InfoPanelOrgVO.java 23 publicMethodCommentRequirement Required
45098 src/com/gps/vo/InfoPanelOrgVO.java 29 Parameter 'maxThreshold' is not assigned and could be declared final
45099 src/com/gps/vo/InfoPanelOrgVO.java 29 publicMethodCommentRequirement Required
45100 src/com/gps/vo/InfoPanelOrgVO.java 35 publicMethodCommentRequirement Required
45101 src/com/gps/vo/InfoPanelOrgVO.java 40 Parameter 'minThreshold' is not assigned and could be declared final
45102 src/com/gps/vo/InfoPanelOrgVO.java 40 publicMethodCommentRequirement Required
45103 src/com/gps/vo/InfoPanelSettingsVO.java 26 Document empty constructor
45104 src/com/gps/vo/InfoPanelSettingsVO.java 26 publicMethodCommentRequirement Required
45105 src/com/gps/vo/InfoPanelSettingsVO.java 29 Parameter 'infoPanelHeight' is not assigned and could be declared final
45106 src/com/gps/vo/InfoPanelSettingsVO.java 29 Parameter 'infoPanelWidth' is not assigned and could be declared final
45107 src/com/gps/vo/InfoPanelSettingsVO.java 29 publicMethodCommentRequirement Required
45108 src/com/gps/vo/InfoPanelSettingsVO.java 30 Parameter 'alertStyle' is not assigned and could be declared final
45109 src/com/gps/vo/InfoPanelSettingsVO.java 30 Parameter 'displayStyle' is not assigned and could be declared final
45110 src/com/gps/vo/InfoPanelSettingsVO.java 49 Parameter 'infoPanelWidth' is not assigned and could be declared final
45111 src/com/gps/vo/InfoPanelSettingsVO.java 65 Parameter 'infoPanelHeight' is not assigned and could be declared final
45112 src/com/gps/vo/InfoPanelSettingsVO.java 81 Parameter 'displayStyle' is not assigned and could be declared final
45113 src/com/gps/vo/InfoPanelSettingsVO.java 97 Parameter 'alertStyle' is not assigned and could be declared final
45114 src/com/gps/vo/InfoPanelVO.java 26 Document empty constructor
45115 src/com/gps/vo/InfoPanelVO.java 26 publicMethodCommentRequirement Required
45116 src/com/gps/vo/InfoPanelVO.java 32 Parameter 'displayName' is not assigned and could be declared final
45117 src/com/gps/vo/InfoPanelVO.java 32 Parameter 'infoPanelID' is not assigned and could be declared final
45118 src/com/gps/vo/InfoPanelVO.java 32 publicMethodCommentRequirement Required
45119 src/com/gps/vo/InfoPanelVO.java 39 Parameter 'displayName' is not assigned and could be declared final
45120 src/com/gps/vo/InfoPanelVO.java 39 Parameter 'fieldName' is not assigned and could be declared final
45121 src/com/gps/vo/InfoPanelVO.java 39 Parameter 'infoPanelID' is not assigned and could be declared final
45122 src/com/gps/vo/InfoPanelVO.java 39 publicMethodCommentRequirement Required
45123 src/com/gps/vo/InfoPanelVO.java 47 publicMethodCommentRequirement Required
45124 src/com/gps/vo/InfoPanelVO.java 53 Parameter 'infoPanelID' is not assigned and could be declared final
45125 src/com/gps/vo/InfoPanelVO.java 53 publicMethodCommentRequirement Required
45126 src/com/gps/vo/InfoPanelVO.java 59 publicMethodCommentRequirement Required
45127 src/com/gps/vo/InfoPanelVO.java 65 Parameter 'displayName' is not assigned and could be declared final
45128 src/com/gps/vo/InfoPanelVO.java 65 publicMethodCommentRequirement Required
45129 src/com/gps/vo/InfoPanelVO.java 70 publicMethodCommentRequirement Required
45130 src/com/gps/vo/InfoPanelVO.java 75 Parameter 'fieldName' is not assigned and could be declared final
45131 src/com/gps/vo/InfoPanelVO.java 75 publicMethodCommentRequirement Required
45132 src/com/gps/vo/LayoutPanelVO.java 22 Document empty constructor
45133 src/com/gps/vo/LayoutPanelVO.java 22 publicMethodCommentRequirement Required
45134 src/com/gps/vo/LayoutPanelVO.java 30 Parameter 'infoPanels' is not assigned and could be declared final
45135 src/com/gps/vo/LayoutPanelVO.java 30 Parameter 'style' is not assigned and could be declared final
45136 src/com/gps/vo/LayoutPanelVO.java 45 Avoid variables with short names like c
45137 src/com/gps/vo/LayoutPanelVO.java 45 Parameter 'c' is not assigned and could be declared final
45138 src/com/gps/vo/LayoutPanelVO.java 59 Parameter 'infoPanels' is not assigned and could be declared final
45139 src/com/gps/vo/OrgDailyVO.java 6 headerCommentRequirement Required
45140 src/com/gps/vo/OrgDailyVO.java 8 Use explicit scoping instead of the default package private level
45141 src/com/gps/vo/OrgDailyVO.java 8 fieldCommentRequirement Required
45142 src/com/gps/vo/OrgDailyVO.java 9 Use explicit scoping instead of the default package private level
45143 src/com/gps/vo/OrgDailyVO.java 9 fieldCommentRequirement Required
45144 src/com/gps/vo/OrgDailyVO.java 10 Use explicit scoping instead of the default package private level
45145 src/com/gps/vo/OrgDailyVO.java 10 fieldCommentRequirement Required
45146 src/com/gps/vo/OrgDailyVO.java 20 Parameter 'orgName' is not assigned and could be declared final
45147 src/com/gps/vo/OrgDailyVO.java 32 Parameter 'tripListVO' is not assigned and could be declared final
45148 src/com/gps/vo/OrgDailyVO.java 44 Parameter 'orgId' is not assigned and could be declared final
45149 src/com/gps/vo/OrgOfflineList.java 7 headerCommentRequirement Required
45150 src/com/gps/vo/OrgOfflineList.java 8 Use explicit scoping instead of the default package private level
45151 src/com/gps/vo/OrgOfflineList.java 8 fieldCommentRequirement Required
45152 src/com/gps/vo/OrgOfflineList.java 9 Use explicit scoping instead of the default package private level
45153 src/com/gps/vo/OrgOfflineList.java 9 fieldCommentRequirement Required
45154 src/com/gps/vo/OrgOfflineList.java 10 Use explicit scoping instead of the default package private level
45155 src/com/gps/vo/OrgOfflineList.java 10 fieldCommentRequirement Required
45156 src/com/gps/vo/OrgOfflineList.java 20 Parameter 'vehListVO' is not assigned and could be declared final
45157 src/com/gps/vo/OrgOfflineList.java 32 Parameter 'orgName' is not assigned and could be declared final
45158 src/com/gps/vo/OrgOfflineList.java 44 Parameter 'orgId' is not assigned and could be declared final
45159 src/com/gps/vo/OrgVO.java 3 headerCommentRequirement Required
45160 src/com/gps/vo/OrgVO.java 5 fieldCommentRequirement Required
45161 src/com/gps/vo/OrgVO.java 6 fieldCommentRequirement Required
45162 src/com/gps/vo/OrgVO.java 10 Parameter 'name' is not assigned and could be declared final
45163 src/com/gps/vo/OrgVO.java 10 Parameter 'orgId' is not assigned and could be declared final
45164 src/com/gps/vo/OrgVO.java 10 publicMethodCommentRequirement Required
45165 src/com/gps/vo/OrgVO.java 15 publicMethodCommentRequirement Required
45166 src/com/gps/vo/OrgVO.java 18 Parameter 'orgId' is not assigned and could be declared final
45167 src/com/gps/vo/OrgVO.java 18 publicMethodCommentRequirement Required
45168 src/com/gps/vo/OrgVO.java 21 publicMethodCommentRequirement Required
45169 src/com/gps/vo/OrgVO.java 24 Parameter 'name' is not assigned and could be declared final
45170 src/com/gps/vo/OrgVO.java 24 publicMethodCommentRequirement Required
45171 src/com/gps/vo/ParamsVO.java 3 headerCommentRequirement Required
45172 src/com/gps/vo/ParamsVO.java 5 Use explicit scoping instead of the default package private level
45173 src/com/gps/vo/ParamsVO.java 5 fieldCommentRequirement Required
45174 src/com/gps/vo/ParamsVO.java 6 Use explicit scoping instead of the default package private level
45175 src/com/gps/vo/ParamsVO.java 6 fieldCommentRequirement Required
45176 src/com/gps/vo/ParamsVO.java 13 Parameter 'date' is not assigned and could be declared final
45177 src/com/gps/vo/ParamsVO.java 13 Parameter 'paranId' is not assigned and could be declared final
45178 src/com/gps/vo/ParamsVO.java 28 Parameter 'paranId' is not assigned and could be declared final
45179 src/com/gps/vo/ParamsVO.java 40 Parameter 'date' is not assigned and could be declared final
45180 src/com/gps/vo/PickUpPoints.java 3 headerCommentRequirement Required
45181 src/com/gps/vo/PickUpPoints.java 5 Avoid excessively long variable names like planned_pickup_point_id
45182 src/com/gps/vo/PickUpPoints.java 5 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_pickup_point_id' is not final.
45183 src/com/gps/vo/PickUpPoints.java 5 fieldCommentRequirement Required
45184 src/com/gps/vo/PickUpPoints.java 6 Avoid excessively long variable names like planned_pickup_lat
45185 src/com/gps/vo/PickUpPoints.java 6 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_pickup_lat' is not final.
45186 src/com/gps/vo/PickUpPoints.java 6 fieldCommentRequirement Required
45187 src/com/gps/vo/PickUpPoints.java 7 Avoid excessively long variable names like planned_pickup_lang
45188 src/com/gps/vo/PickUpPoints.java 7 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_pickup_lang' is not final.
45189 src/com/gps/vo/PickUpPoints.java 7 fieldCommentRequirement Required
45190 src/com/gps/vo/PickUpPoints.java 8 Avoid excessively long variable names like planned_pickup_datetime
45191 src/com/gps/vo/PickUpPoints.java 8 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_pickup_datetime' is not final.
45192 src/com/gps/vo/PickUpPoints.java 8 fieldCommentRequirement Required
45193 src/com/gps/vo/PickUpPoints.java 9 Avoid excessively long variable names like planned_pickup_location_name
45194 src/com/gps/vo/PickUpPoints.java 9 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_pickup_location_name' is not final.
45195 src/com/gps/vo/PickUpPoints.java 9 fieldCommentRequirement Required
45196 src/com/gps/vo/PickUpPoints.java 26 Parameter 'plannedPickupLang' is not assigned and could be declared final
45197 src/com/gps/vo/PickUpPoints.java 26 Parameter 'plannedPickupLat' is not assigned and could be declared final
45198 src/com/gps/vo/PickUpPoints.java 27 Avoid excessively long variable names like plannedPickupDatetime
45199 src/com/gps/vo/PickUpPoints.java 27 Avoid excessively long variable names like plannedPickupLocationName
45200 src/com/gps/vo/PickUpPoints.java 27 Parameter 'plannedPickupDatetime' is not assigned and could be declared final
45201 src/com/gps/vo/PickUpPoints.java 27 Parameter 'plannedPickupLocationName' is not assigned and could be declared final
45202 src/com/gps/vo/PickUpPoints.java 43 Avoid excessively long variable names like plannedPickupPointId
45203 src/com/gps/vo/PickUpPoints.java 43 Parameter 'plannedPickupLat' is not assigned and could be declared final
45204 src/com/gps/vo/PickUpPoints.java 43 Parameter 'plannedPickupPointId' is not assigned and could be declared final
45205 src/com/gps/vo/PickUpPoints.java 44 Avoid excessively long variable names like plannedPickupDatetime
45206 src/com/gps/vo/PickUpPoints.java 44 Parameter 'plannedPickupDatetime' is not assigned and could be declared final
45207 src/com/gps/vo/PickUpPoints.java 44 Parameter 'plannedPickupLang' is not assigned and could be declared final
45208 src/com/gps/vo/PickUpPoints.java 45 Avoid excessively long variable names like plannedPickupLocationName
45209 src/com/gps/vo/PickUpPoints.java 45 Parameter 'plannedPickupLocationName' is not assigned and could be declared final
45210 src/com/gps/vo/PickUpPoints.java 56 Method names should not contain underscores
45211 src/com/gps/vo/PickUpPoints.java 62 Avoid excessively long variable names like plannedPickupPointId
45212 src/com/gps/vo/PickUpPoints.java 62 Method names should not contain underscores
45213 src/com/gps/vo/PickUpPoints.java 62 Parameter 'plannedPickupPointId' is not assigned and could be declared final
45214 src/com/gps/vo/PickUpPoints.java 68 Method names should not contain underscores
45215 src/com/gps/vo/PickUpPoints.java 74 Method names should not contain underscores
45216 src/com/gps/vo/PickUpPoints.java 74 Parameter 'plannedPickupLat' is not assigned and could be declared final
45217 src/com/gps/vo/PickUpPoints.java 80 Method names should not contain underscores
45218 src/com/gps/vo/PickUpPoints.java 86 Method names should not contain underscores
45219 src/com/gps/vo/PickUpPoints.java 86 Parameter 'plannedPickupLang' is not assigned and could be declared final
45220 src/com/gps/vo/PickUpPoints.java 92 Method names should not contain underscores
45221 src/com/gps/vo/PickUpPoints.java 98 Avoid excessively long variable names like plannedPickupDatetime
45222 src/com/gps/vo/PickUpPoints.java 98 Method names should not contain underscores
45223 src/com/gps/vo/PickUpPoints.java 98 Parameter 'plannedPickupDatetime' is not assigned and could be declared final
45224 src/com/gps/vo/PickUpPoints.java 104 Method names should not contain underscores
45225 src/com/gps/vo/PickUpPoints.java 110 Avoid excessively long variable names like plannedPickupLocationName
45226 src/com/gps/vo/PickUpPoints.java 110 Method names should not contain underscores
45227 src/com/gps/vo/PickUpPoints.java 110 Parameter 'plannedPickupLocationName' is not assigned and could be declared final
45228 src/com/gps/vo/StudentInfo.java 5 headerCommentRequirement Required
45229 src/com/gps/vo/StudentInfo.java 8 fieldCommentRequirement Required
45230 src/com/gps/vo/StudentInfo.java 9 fieldCommentRequirement Required
45231 src/com/gps/vo/StudentInfo.java 11 fieldCommentRequirement Required
45232 src/com/gps/vo/StudentInfo.java 12 fieldCommentRequirement Required
45233 src/com/gps/vo/StudentInfo.java 13 fieldCommentRequirement Required
45234 src/com/gps/vo/StudentInfo.java 14 fieldCommentRequirement Required
45235 src/com/gps/vo/StudentInfo.java 15 fieldCommentRequirement Required
45236 src/com/gps/vo/StudentInfo.java 16 fieldCommentRequirement Required
45237 src/com/gps/vo/StudentInfo.java 17 fieldCommentRequirement Required
45238 src/com/gps/vo/StudentInfo.java 18 fieldCommentRequirement Required
45239 src/com/gps/vo/StudentInfo.java 19 fieldCommentRequirement Required
45240 src/com/gps/vo/StudentInfo.java 20 fieldCommentRequirement Required
45241 src/com/gps/vo/StudentInfo.java 23 Parameter 'contactNo' is not assigned and could be declared final
45242 src/com/gps/vo/StudentInfo.java 23 Parameter 'name' is not assigned and could be declared final
45243 src/com/gps/vo/StudentInfo.java 23 Parameter 'tripNameExpt' is not assigned and could be declared final
45244 src/com/gps/vo/StudentInfo.java 23 Parameter 'userId' is not assigned and could be declared final
45245 src/com/gps/vo/StudentInfo.java 23 publicMethodCommentRequirement Required
45246 src/com/gps/vo/StudentInfo.java 31 Parameter 'contactNo' is not assigned and could be declared final
45247 src/com/gps/vo/StudentInfo.java 31 Parameter 'exptFenceAM' is not assigned and could be declared final
45248 src/com/gps/vo/StudentInfo.java 31 Parameter 'exptFencePM' is not assigned and could be declared final
45249 src/com/gps/vo/StudentInfo.java 31 Parameter 'name' is not assigned and could be declared final
45250 src/com/gps/vo/StudentInfo.java 31 Parameter 'tripNameExpt' is not assigned and could be declared final
45251 src/com/gps/vo/StudentInfo.java 31 Parameter 'userId' is not assigned and could be declared final
45252 src/com/gps/vo/StudentInfo.java 31 publicMethodCommentRequirement Required
45253 src/com/gps/vo/StudentInfo.java 42 Avoid long parameter lists.
45254 src/com/gps/vo/StudentInfo.java 42 Parameter 'name' is not assigned and could be declared final
45255 src/com/gps/vo/StudentInfo.java 42 Parameter 'tripNameActual' is not assigned and could be declared final
45256 src/com/gps/vo/StudentInfo.java 42 Parameter 'tripNameExpt' is not assigned and could be declared final
45257 src/com/gps/vo/StudentInfo.java 42 publicMethodCommentRequirement Required
45258 src/com/gps/vo/StudentInfo.java 43 Parameter 'contactNo' is not assigned and could be declared final
45259 src/com/gps/vo/StudentInfo.java 43 Parameter 'entryTime' is not assigned and could be declared final
45260 src/com/gps/vo/StudentInfo.java 43 Parameter 'exittime' is not assigned and could be declared final
45261 src/com/gps/vo/StudentInfo.java 44 Parameter 'actFenceAM' is not assigned and could be declared final
45262 src/com/gps/vo/StudentInfo.java 44 Parameter 'exptFenceAM' is not assigned and could be declared final
45263 src/com/gps/vo/StudentInfo.java 44 Parameter 'exptFencePM' is not assigned and could be declared final
45264 src/com/gps/vo/StudentInfo.java 45 Parameter 'actFencePM' is not assigned and could be declared final
45265 src/com/gps/vo/StudentInfo.java 45 Parameter 'status' is not assigned and could be declared final
45266 src/com/gps/vo/StudentInfo.java 61 Parameter 'name' is not assigned and could be declared final
45267 src/com/gps/vo/StudentInfo.java 61 Parameter 'tripNameActual' is not assigned and could be declared final
45268 src/com/gps/vo/StudentInfo.java 61 Parameter 'tripNameExpt' is not assigned and could be declared final
45269 src/com/gps/vo/StudentInfo.java 61 Parameter 'userId' is not assigned and could be declared final
45270 src/com/gps/vo/StudentInfo.java 61 publicMethodCommentRequirement Required
45271 src/com/gps/vo/StudentInfo.java 62 Parameter 'contactNo' is not assigned and could be declared final
45272 src/com/gps/vo/StudentInfo.java 82 Parameter 'name' is not assigned and could be declared final
45273 src/com/gps/vo/StudentInfo.java 100 Parameter 'tripNameActual' is not assigned and could be declared final
45274 src/com/gps/vo/StudentInfo.java 112 Parameter 'tripNameExpt' is not assigned and could be declared final
45275 src/com/gps/vo/StudentInfo.java 124 Parameter 'contactNo' is not assigned and could be declared final
45276 src/com/gps/vo/StudentInfo.java 130 Parameter 'entryTime' is not assigned and could be declared final
45277 src/com/gps/vo/StudentInfo.java 142 Parameter 'exittime' is not assigned and could be declared final
45278 src/com/gps/vo/StudentInfo.java 154 Parameter 'exptFenceAM' is not assigned and could be declared final
45279 src/com/gps/vo/StudentInfo.java 166 Parameter 'exptFencePM' is not assigned and could be declared final
45280 src/com/gps/vo/StudentInfo.java 178 Parameter 'actFenceAM' is not assigned and could be declared final
45281 src/com/gps/vo/StudentInfo.java 190 Parameter 'actFencePM' is not assigned and could be declared final
45282 src/com/gps/vo/StudentInfo.java 202 Parameter 'status' is not assigned and could be declared final
45283 src/com/gps/vo/StudentInfo.java 220 Parameter 'userId' is not assigned and could be declared final
45284 src/com/gps/vo/SwipeVO.java 3 headerCommentRequirement Required
45285 src/com/gps/vo/SwipeVO.java 4 Avoid excessively long variable names like swipedMoreThanOnce
45286 src/com/gps/vo/SwipeVO.java 4 fieldCommentRequirement Required
45287 src/com/gps/vo/SwipeVO.java 5 fieldCommentRequirement Required
45288 src/com/gps/vo/SwipeVO.java 6 fieldCommentRequirement Required
45289 src/com/gps/vo/SwipeVO.java 7 fieldCommentRequirement Required
45290 src/com/gps/vo/SwipeVO.java 8 fieldCommentRequirement Required
45291 src/com/gps/vo/SwipeVO.java 9 It is somewhat confusing to have a field name matching the declaring class name
45292 src/com/gps/vo/SwipeVO.java 9 fieldCommentRequirement Required
45293 src/com/gps/vo/SwipeVO.java 11 Document empty constructor
45294 src/com/gps/vo/SwipeVO.java 11 publicMethodCommentRequirement Required
45295 src/com/gps/vo/SwipeVO.java 14 Avoid excessively long variable names like swipedMoreThanOnce
45296 src/com/gps/vo/SwipeVO.java 14 Parameter 'rfidNo' is not assigned and could be declared final
45297 src/com/gps/vo/SwipeVO.java 14 Parameter 'swipedMoreThanOnce' is not assigned and could be declared final
45298 src/com/gps/vo/SwipeVO.java 14 publicMethodCommentRequirement Required
45299 src/com/gps/vo/SwipeVO.java 15 Parameter 'amOrPm' is not assigned and could be declared final
45300 src/com/gps/vo/SwipeVO.java 15 Parameter 'isInSchool' is not assigned and could be declared final
45301 src/com/gps/vo/SwipeVO.java 23 Parameter 'fenceName' is not assigned and could be declared final
45302 src/com/gps/vo/SwipeVO.java 23 Parameter 'swipeVo' is not assigned and could be declared final
45303 src/com/gps/vo/SwipeVO.java 23 The user-supplied array 'swipeVo' is stored directly.
45304 src/com/gps/vo/SwipeVO.java 23 publicMethodCommentRequirement Required
45305 src/com/gps/vo/SwipeVO.java 28 publicMethodCommentRequirement Required
45306 src/com/gps/vo/SwipeVO.java 31 Parameter 'rfidNo' is not assigned and could be declared final
45307 src/com/gps/vo/SwipeVO.java 31 publicMethodCommentRequirement Required
45308 src/com/gps/vo/SwipeVO.java 34 publicMethodCommentRequirement Required
45309 src/com/gps/vo/SwipeVO.java 38 Avoid excessively long variable names like swipedMoreThanOnce
45310 src/com/gps/vo/SwipeVO.java 38 Parameter 'swipedMoreThanOnce' is not assigned and could be declared final
45311 src/com/gps/vo/SwipeVO.java 38 publicMethodCommentRequirement Required
45312 src/com/gps/vo/SwipeVO.java 41 publicMethodCommentRequirement Required
45313 src/com/gps/vo/SwipeVO.java 44 Parameter 'fenceName' is not assigned and could be declared final
45314 src/com/gps/vo/SwipeVO.java 44 publicMethodCommentRequirement Required
45315 src/com/gps/vo/SwipeVO.java 47 publicMethodCommentRequirement Required
45316 src/com/gps/vo/SwipeVO.java 50 Parameter 'isInSchool' is not assigned and could be declared final
45317 src/com/gps/vo/SwipeVO.java 50 publicMethodCommentRequirement Required
45318 src/com/gps/vo/SwipeVO.java 53 publicMethodCommentRequirement Required
45319 src/com/gps/vo/SwipeVO.java 56 Parameter 'amOrPm' is not assigned and could be declared final
45320 src/com/gps/vo/SwipeVO.java 56 publicMethodCommentRequirement Required
45321 src/com/gps/vo/SwipeVO.java 60 publicMethodCommentRequirement Required
45322 src/com/gps/vo/SwipeVO.java 61 Returning 'swipeVo' may expose an internal array.
45323 src/com/gps/vo/SwipeVO.java 63 Parameter 'swipeVo' is not assigned and could be declared final
45324 src/com/gps/vo/SwipeVO.java 63 The user-supplied array 'swipeVo' is stored directly.
45325 src/com/gps/vo/SwipeVO.java 63 publicMethodCommentRequirement Required
45326 src/com/gps/vo/TripDetailsVO.java 7 headerCommentRequirement Required
45327 src/com/gps/vo/TripDetailsVO.java 9 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tracking_id' is not final.
45328 src/com/gps/vo/TripDetailsVO.java 9 fieldCommentRequirement Required
45329 src/com/gps/vo/TripDetailsVO.java 10 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_number' is not final.
45330 src/com/gps/vo/TripDetailsVO.java 10 fieldCommentRequirement Required
45331 src/com/gps/vo/TripDetailsVO.java 11 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'gps_device_id' is not final.
45332 src/com/gps/vo/TripDetailsVO.java 11 fieldCommentRequirement Required
45333 src/com/gps/vo/TripDetailsVO.java 12 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'garage_lat' is not final.
45334 src/com/gps/vo/TripDetailsVO.java 12 fieldCommentRequirement Required
45335 src/com/gps/vo/TripDetailsVO.java 13 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'garage_lang' is not final.
45336 src/com/gps/vo/TripDetailsVO.java 13 fieldCommentRequirement Required
45337 src/com/gps/vo/TripDetailsVO.java 14 Avoid excessively long variable names like planned_garage_start_datetime
45338 src/com/gps/vo/TripDetailsVO.java 14 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_garage_start_datetime' is not final.
45339 src/com/gps/vo/TripDetailsVO.java 14 fieldCommentRequirement Required
45340 src/com/gps/vo/TripDetailsVO.java 15 Avoid excessively long variable names like planned_garage_odometer_reading
45341 src/com/gps/vo/TripDetailsVO.java 15 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_garage_odometer_reading' is not final.
45342 src/com/gps/vo/TripDetailsVO.java 15 fieldCommentRequirement Required
45343 src/com/gps/vo/TripDetailsVO.java 16 Avoid using implementation types like 'HashMap'; use the interface instead
45344 src/com/gps/vo/TripDetailsVO.java 16 Found non-transient, non-static member. Please mark as transient or provide accessors.
45345 src/com/gps/vo/TripDetailsVO.java 16 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'pickup_points' is not final.
45346 src/com/gps/vo/TripDetailsVO.java 16 fieldCommentRequirement Required
45347 src/com/gps/vo/TripDetailsVO.java 17 Avoid excessively long variable names like planned_dropoff_lat
45348 src/com/gps/vo/TripDetailsVO.java 17 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_dropoff_lat' is not final.
45349 src/com/gps/vo/TripDetailsVO.java 17 fieldCommentRequirement Required
45350 src/com/gps/vo/TripDetailsVO.java 18 Avoid excessively long variable names like planned_dropoff_lang
45351 src/com/gps/vo/TripDetailsVO.java 18 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_dropoff_lang' is not final.
45352 src/com/gps/vo/TripDetailsVO.java 18 fieldCommentRequirement Required
45353 src/com/gps/vo/TripDetailsVO.java 19 Avoid excessively long variable names like planned_dropoff_datetime
45354 src/com/gps/vo/TripDetailsVO.java 19 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_dropoff_datetime' is not final.
45355 src/com/gps/vo/TripDetailsVO.java 19 fieldCommentRequirement Required
45356 src/com/gps/vo/TripDetailsVO.java 20 Avoid excessively long variable names like planned_dropoff_location_name
45357 src/com/gps/vo/TripDetailsVO.java 20 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_dropoff_location_name' is not final.
45358 src/com/gps/vo/TripDetailsVO.java 20 fieldCommentRequirement Required
45359 src/com/gps/vo/TripDetailsVO.java 21 fieldCommentRequirement Required
45360 src/com/gps/vo/TripDetailsVO.java 23 publicMethodCommentRequirement Required
45361 src/com/gps/vo/TripDetailsVO.java 27 Parameter 'tripType' is not assigned and could be declared final
45362 src/com/gps/vo/TripDetailsVO.java 27 publicMethodCommentRequirement Required
45363 src/com/gps/vo/TripDetailsVO.java 39 Comment is too large: Too many lines
45364 src/com/gps/vo/TripDetailsVO.java 53 Avoid long parameter lists.
45365 src/com/gps/vo/TripDetailsVO.java 53 Parameter 'trackingId' is not assigned and could be declared final
45366 src/com/gps/vo/TripDetailsVO.java 53 Parameter 'vehicleNumber' is not assigned and could be declared final
45367 src/com/gps/vo/TripDetailsVO.java 54 Parameter 'garageLang' is not assigned and could be declared final
45368 src/com/gps/vo/TripDetailsVO.java 54 Parameter 'garageLat' is not assigned and could be declared final
45369 src/com/gps/vo/TripDetailsVO.java 54 Parameter 'gpsDeviceId' is not assigned and could be declared final
45370 src/com/gps/vo/TripDetailsVO.java 55 Avoid excessively long variable names like plannedGarageStartDatetime
45371 src/com/gps/vo/TripDetailsVO.java 55 Parameter 'plannedGarageStartDatetime' is not assigned and could be declared final
45372 src/com/gps/vo/TripDetailsVO.java 56 Avoid excessively long variable names like plannedGarageOdometerReading
45373 src/com/gps/vo/TripDetailsVO.java 56 Parameter 'plannedGarageOdometerReading' is not assigned and could be declared final
45374 src/com/gps/vo/TripDetailsVO.java 57 Avoid using implementation types like 'HashMap'; use the interface instead
45375 src/com/gps/vo/TripDetailsVO.java 57 Parameter 'pickupPoint' is not assigned and could be declared final
45376 src/com/gps/vo/TripDetailsVO.java 57 Parameter 'plannedDropoffLat' is not assigned and could be declared final
45377 src/com/gps/vo/TripDetailsVO.java 58 Avoid excessively long variable names like plannedDropoffDatetime
45378 src/com/gps/vo/TripDetailsVO.java 58 Avoid excessively long variable names like plannedDropoffLang
45379 src/com/gps/vo/TripDetailsVO.java 58 Parameter 'plannedDropoffDatetime' is not assigned and could be declared final
45380 src/com/gps/vo/TripDetailsVO.java 58 Parameter 'plannedDropoffLang' is not assigned and could be declared final
45381 src/com/gps/vo/TripDetailsVO.java 59 Avoid excessively long variable names like plannedDropoffLocationName
45382 src/com/gps/vo/TripDetailsVO.java 59 Parameter 'plannedDropoffLocationName' is not assigned and could be declared final
45383 src/com/gps/vo/TripDetailsVO.java 75 Avoid long parameter lists.
45384 src/com/gps/vo/TripDetailsVO.java 75 Parameter 'trackingId' is not assigned and could be declared final
45385 src/com/gps/vo/TripDetailsVO.java 75 Parameter 'vehicleNumber' is not assigned and could be declared final
45386 src/com/gps/vo/TripDetailsVO.java 75 publicMethodCommentRequirement Required
45387 src/com/gps/vo/TripDetailsVO.java 76 Parameter 'garageLang' is not assigned and could be declared final
45388 src/com/gps/vo/TripDetailsVO.java 76 Parameter 'garageLat' is not assigned and could be declared final
45389 src/com/gps/vo/TripDetailsVO.java 76 Parameter 'gpsDeviceId' is not assigned and could be declared final
45390 src/com/gps/vo/TripDetailsVO.java 77 Avoid excessively long variable names like plannedGarageStartDatetime
45391 src/com/gps/vo/TripDetailsVO.java 77 Parameter 'plannedGarageStartDatetime' is not assigned and could be declared final
45392 src/com/gps/vo/TripDetailsVO.java 78 Avoid excessively long variable names like plannedGarageOdometerReading
45393 src/com/gps/vo/TripDetailsVO.java 78 Parameter 'plannedGarageOdometerReading' is not assigned and could be declared final
45394 src/com/gps/vo/TripDetailsVO.java 79 Avoid using implementation types like 'HashMap'; use the interface instead
45395 src/com/gps/vo/TripDetailsVO.java 79 Parameter 'pickupPoints' is not assigned and could be declared final
45396 src/com/gps/vo/TripDetailsVO.java 80 Avoid excessively long variable names like plannedDropoffLang
45397 src/com/gps/vo/TripDetailsVO.java 80 Parameter 'plannedDropoffLang' is not assigned and could be declared final
45398 src/com/gps/vo/TripDetailsVO.java 80 Parameter 'plannedDropoffLat' is not assigned and could be declared final
45399 src/com/gps/vo/TripDetailsVO.java 81 Avoid excessively long variable names like plannedDropoffDatetime
45400 src/com/gps/vo/TripDetailsVO.java 81 Avoid excessively long variable names like plannedDropoffLocationName
45401 src/com/gps/vo/TripDetailsVO.java 81 Parameter 'plannedDropoffDatetime' is not assigned and could be declared final
45402 src/com/gps/vo/TripDetailsVO.java 81 Parameter 'plannedDropoffLocationName' is not assigned and could be declared final
45403 src/com/gps/vo/TripDetailsVO.java 82 Parameter 'tripType' is not assigned and could be declared final
45404 src/com/gps/vo/TripDetailsVO.java 102 Method names should not contain underscores
45405 src/com/gps/vo/TripDetailsVO.java 108 Method names should not contain underscores
45406 src/com/gps/vo/TripDetailsVO.java 108 Parameter 'trackingId' is not assigned and could be declared final
45407 src/com/gps/vo/TripDetailsVO.java 114 Method names should not contain underscores
45408 src/com/gps/vo/TripDetailsVO.java 120 Method names should not contain underscores
45409 src/com/gps/vo/TripDetailsVO.java 120 Parameter 'vehicleNumber' is not assigned and could be declared final
45410 src/com/gps/vo/TripDetailsVO.java 126 Method names should not contain underscores
45411 src/com/gps/vo/TripDetailsVO.java 132 Method names should not contain underscores
45412 src/com/gps/vo/TripDetailsVO.java 132 Parameter 'gpsDeviceId' is not assigned and could be declared final
45413 src/com/gps/vo/TripDetailsVO.java 138 Method names should not contain underscores
45414 src/com/gps/vo/TripDetailsVO.java 144 Method names should not contain underscores
45415 src/com/gps/vo/TripDetailsVO.java 144 Parameter 'garageLat' is not assigned and could be declared final
45416 src/com/gps/vo/TripDetailsVO.java 150 Method names should not contain underscores
45417 src/com/gps/vo/TripDetailsVO.java 156 Method names should not contain underscores
45418 src/com/gps/vo/TripDetailsVO.java 156 Parameter 'garageLang' is not assigned and could be declared final
45419 src/com/gps/vo/TripDetailsVO.java 162 Method names should not contain underscores
45420 src/com/gps/vo/TripDetailsVO.java 168 Avoid excessively long variable names like plannedGarageStartDatetime
45421 src/com/gps/vo/TripDetailsVO.java 168 Method names should not contain underscores
45422 src/com/gps/vo/TripDetailsVO.java 168 Parameter 'plannedGarageStartDatetime' is not assigned and could be declared final
45423 src/com/gps/vo/TripDetailsVO.java 174 Method names should not contain underscores
45424 src/com/gps/vo/TripDetailsVO.java 180 Method names should not contain underscores
45425 src/com/gps/vo/TripDetailsVO.java 181 Avoid excessively long variable names like plannedGarageOdometerReading
45426 src/com/gps/vo/TripDetailsVO.java 181 Parameter 'plannedGarageOdometerReading' is not assigned and could be declared final
45427 src/com/gps/vo/TripDetailsVO.java 187 Avoid using implementation types like 'HashMap'; use the interface instead
45428 src/com/gps/vo/TripDetailsVO.java 187 Method names should not contain underscores
45429 src/com/gps/vo/TripDetailsVO.java 193 Avoid using implementation types like 'HashMap'; use the interface instead
45430 src/com/gps/vo/TripDetailsVO.java 193 Method names should not contain underscores
45431 src/com/gps/vo/TripDetailsVO.java 193 Parameter 'pickupPoint' is not assigned and could be declared final
45432 src/com/gps/vo/TripDetailsVO.java 199 Method names should not contain underscores
45433 src/com/gps/vo/TripDetailsVO.java 205 Method names should not contain underscores
45434 src/com/gps/vo/TripDetailsVO.java 205 Parameter 'palnnedDropoffLat' is not assigned and could be declared final
45435 src/com/gps/vo/TripDetailsVO.java 211 Method names should not contain underscores
45436 src/com/gps/vo/TripDetailsVO.java 217 Avoid excessively long variable names like plannedDropoffLang
45437 src/com/gps/vo/TripDetailsVO.java 217 Method names should not contain underscores
45438 src/com/gps/vo/TripDetailsVO.java 217 Parameter 'plannedDropoffLang' is not assigned and could be declared final
45439 src/com/gps/vo/TripDetailsVO.java 223 Method names should not contain underscores
45440 src/com/gps/vo/TripDetailsVO.java 229 Avoid excessively long variable names like plannedDropoffLocationName
45441 src/com/gps/vo/TripDetailsVO.java 229 Method names should not contain underscores
45442 src/com/gps/vo/TripDetailsVO.java 229 Parameter 'plannedDropoffLocationName' is not assigned and could be declared final
45443 src/com/gps/vo/TripDetailsVO.java 235 Method names should not contain underscores
45444 src/com/gps/vo/TripDetailsVO.java 241 Avoid excessively long variable names like plannedDropoffDatetime
45445 src/com/gps/vo/TripDetailsVO.java 241 Method names should not contain underscores
45446 src/com/gps/vo/TripDetailsVO.java 241 Parameter 'plannedDropoffDatetime' is not assigned and could be declared final
45447 src/com/gps/vo/TripDistance.java 3 headerCommentRequirement Required
45448 src/com/gps/vo/TripDistance.java 5 fieldCommentRequirement Required
45449 src/com/gps/vo/TripDistance.java 6 Avoid using redundant field initializer for 'distance'
45450 src/com/gps/vo/TripDistance.java 6 fieldCommentRequirement Required
45451 src/com/gps/vo/TripDistance.java 17 Parameter 'tripName' is not assigned and could be declared final
45452 src/com/gps/vo/TripDistance.java 29 Parameter 'distance' is not assigned and could be declared final
45453 src/com/gps/vo/TripDistanceVO.java 3 headerCommentRequirement Required
45454 src/com/gps/vo/TripDistanceVO.java 5 fieldCommentRequirement Required
45455 src/com/gps/vo/TripDistanceVO.java 6 fieldCommentRequirement Required
45456 src/com/gps/vo/TripDistanceVO.java 7 fieldCommentRequirement Required
45457 src/com/gps/vo/TripDistanceVO.java 9 Parameter 'tripDistance' is not assigned and could be declared final
45458 src/com/gps/vo/TripDistanceVO.java 9 Parameter 'vehicleName' is not assigned and could be declared final
45459 src/com/gps/vo/TripDistanceVO.java 9 publicMethodCommentRequirement Required
45460 src/com/gps/vo/TripDistanceVO.java 10 Parameter 'nonTripDistance' is not assigned and could be declared final
45461 src/com/gps/vo/TripDistanceVO.java 15 publicMethodCommentRequirement Required
45462 src/com/gps/vo/TripDistanceVO.java 18 Parameter 'vehicleName' is not assigned and could be declared final
45463 src/com/gps/vo/TripDistanceVO.java 18 publicMethodCommentRequirement Required
45464 src/com/gps/vo/TripDistanceVO.java 21 publicMethodCommentRequirement Required
45465 src/com/gps/vo/TripDistanceVO.java 24 Parameter 'tripDistance' is not assigned and could be declared final
45466 src/com/gps/vo/TripDistanceVO.java 24 publicMethodCommentRequirement Required
45467 src/com/gps/vo/TripDistanceVO.java 27 publicMethodCommentRequirement Required
45468 src/com/gps/vo/TripDistanceVO.java 30 Parameter 'nonTripDistance' is not assigned and could be declared final
45469 src/com/gps/vo/TripDistanceVO.java 30 publicMethodCommentRequirement Required
45470 src/com/gps/vo/TripMessageVO.java 3 headerCommentRequirement Required
45471 src/com/gps/vo/TripMessageVO.java 5 fieldCommentRequirement Required
45472 src/com/gps/vo/TripMessageVO.java 17 Parameter 'message' is not assigned and could be declared final
45473 src/com/gps/vo/TripMeterVO.java 3 headerCommentRequirement Required
45474 src/com/gps/vo/TripMeterVO.java 4 fieldCommentRequirement Required
45475 src/com/gps/vo/TripMeterVO.java 5 fieldCommentRequirement Required
45476 src/com/gps/vo/TripMeterVO.java 6 fieldCommentRequirement Required
45477 src/com/gps/vo/TripMeterVO.java 7 fieldCommentRequirement Required
45478 src/com/gps/vo/TripMeterVO.java 9 Document empty constructor
45479 src/com/gps/vo/TripMeterVO.java 9 publicMethodCommentRequirement Required
45480 src/com/gps/vo/TripMeterVO.java 13 Parameter 'tripId' is not assigned and could be declared final
45481 src/com/gps/vo/TripMeterVO.java 13 Parameter 'vehicleId' is not assigned and could be declared final
45482 src/com/gps/vo/TripMeterVO.java 13 Parameter 'vehicleName' is not assigned and could be declared final
45483 src/com/gps/vo/TripMeterVO.java 13 publicMethodCommentRequirement Required
45484 src/com/gps/vo/TripMeterVO.java 14 Parameter 'tripDistance' is not assigned and could be declared final
45485 src/com/gps/vo/TripMeterVO.java 22 publicMethodCommentRequirement Required
45486 src/com/gps/vo/TripMeterVO.java 26 Parameter 'vehicleId' is not assigned and could be declared final
45487 src/com/gps/vo/TripMeterVO.java 26 publicMethodCommentRequirement Required
45488 src/com/gps/vo/TripMeterVO.java 30 publicMethodCommentRequirement Required
45489 src/com/gps/vo/TripMeterVO.java 34 Parameter 'tripId' is not assigned and could be declared final
45490 src/com/gps/vo/TripMeterVO.java 34 publicMethodCommentRequirement Required
45491 src/com/gps/vo/TripMeterVO.java 38 publicMethodCommentRequirement Required
45492 src/com/gps/vo/TripMeterVO.java 42 Parameter 'vehicleName' is not assigned and could be declared final
45493 src/com/gps/vo/TripMeterVO.java 42 publicMethodCommentRequirement Required
45494 src/com/gps/vo/TripMeterVO.java 46 publicMethodCommentRequirement Required
45495 src/com/gps/vo/TripMeterVO.java 50 Parameter 'tripDistance' is not assigned and could be declared final
45496 src/com/gps/vo/TripMeterVO.java 50 publicMethodCommentRequirement Required
45497 src/com/gps/vo/TripOutVO.java 1 This class has a bunch of public methods and attributes
45498 src/com/gps/vo/TripOutVO.java 3 Avoid unused imports such as 'java.util.Date'
45499 src/com/gps/vo/TripOutVO.java 7 Too many fields
45500 src/com/gps/vo/TripOutVO.java 7 headerCommentRequirement Required
45501 src/com/gps/vo/TripOutVO.java 9 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tracking_id' is not final.
45502 src/com/gps/vo/TripOutVO.java 9 fieldCommentRequirement Required
45503 src/com/gps/vo/TripOutVO.java 10 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_number' is not final.
45504 src/com/gps/vo/TripOutVO.java 10 fieldCommentRequirement Required
45505 src/com/gps/vo/TripOutVO.java 11 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'gps_device_id' is not final.
45506 src/com/gps/vo/TripOutVO.java 11 fieldCommentRequirement Required
45507 src/com/gps/vo/TripOutVO.java 12 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'eta_type' is not final.
45508 src/com/gps/vo/TripOutVO.java 12 fieldCommentRequirement Required
45509 src/com/gps/vo/TripOutVO.java 13 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'eta_kms' is not final.
45510 src/com/gps/vo/TripOutVO.java 13 fieldCommentRequirement Required
45511 src/com/gps/vo/TripOutVO.java 14 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'eta_mins' is not final.
45512 src/com/gps/vo/TripOutVO.java 14 fieldCommentRequirement Required
45513 src/com/gps/vo/TripOutVO.java 15 fieldCommentRequirement Required
45514 src/com/gps/vo/TripOutVO.java 16 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_lat' is not final.
45515 src/com/gps/vo/TripOutVO.java 16 fieldCommentRequirement Required
45516 src/com/gps/vo/TripOutVO.java 17 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_lng' is not final.
45517 src/com/gps/vo/TripOutVO.java 17 fieldCommentRequirement Required
45518 src/com/gps/vo/TripOutVO.java 18 Avoid excessively long variable names like current_odometer_reading
45519 src/com/gps/vo/TripOutVO.java 18 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_odometer_reading' is not final.
45520 src/com/gps/vo/TripOutVO.java 18 fieldCommentRequirement Required
45521 src/com/gps/vo/TripOutVO.java 19 Avoid excessively long variable names like current_vehicle_speed
45522 src/com/gps/vo/TripOutVO.java 19 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_vehicle_speed' is not final.
45523 src/com/gps/vo/TripOutVO.java 19 fieldCommentRequirement Required
45524 src/com/gps/vo/TripOutVO.java 20 Avoid excessively long variable names like current_location_name
45525 src/com/gps/vo/TripOutVO.java 20 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_location_name' is not final.
45526 src/com/gps/vo/TripOutVO.java 20 fieldCommentRequirement Required
45527 src/com/gps/vo/TripOutVO.java 21 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_status' is not final.
45528 src/com/gps/vo/TripOutVO.java 21 fieldCommentRequirement Required
45529 src/com/gps/vo/TripOutVO.java 22 Avoid using implementation types like 'HashMap'; use the interface instead
45530 src/com/gps/vo/TripOutVO.java 22 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'pickup_point' is not final.
45531 src/com/gps/vo/TripOutVO.java 22 fieldCommentRequirement Required
45532 src/com/gps/vo/TripOutVO.java 23 Avoid excessively long variable names like actual_dropoff_lat
45533 src/com/gps/vo/TripOutVO.java 23 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_dropoff_lat' is not final.
45534 src/com/gps/vo/TripOutVO.java 23 fieldCommentRequirement Required
45535 src/com/gps/vo/TripOutVO.java 24 Avoid excessively long variable names like actual_dropoff_lang
45536 src/com/gps/vo/TripOutVO.java 24 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_dropoff_lang' is not final.
45537 src/com/gps/vo/TripOutVO.java 24 fieldCommentRequirement Required
45538 src/com/gps/vo/TripOutVO.java 25 Avoid excessively long variable names like actual_dropoff_datetime
45539 src/com/gps/vo/TripOutVO.java 25 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_dropoff_datetime' is not final.
45540 src/com/gps/vo/TripOutVO.java 25 fieldCommentRequirement Required
45541 src/com/gps/vo/TripOutVO.java 26 Avoid excessively long variable names like actual_dropoff_odometer_reading
45542 src/com/gps/vo/TripOutVO.java 26 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_dropoff_odometer_reading' is not final.
45543 src/com/gps/vo/TripOutVO.java 26 fieldCommentRequirement Required
45544 src/com/gps/vo/TripOutVO.java 27 Avoid excessively long variable names like actual_pickup_to_dropoff_kms
45545 src/com/gps/vo/TripOutVO.java 27 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_pickup_to_dropoff_kms' is not final.
45546 src/com/gps/vo/TripOutVO.java 27 fieldCommentRequirement Required
45547 src/com/gps/vo/TripOutVO.java 28 Avoid excessively long variable names like actual_dropoff_to_garage_datetime
45548 src/com/gps/vo/TripOutVO.java 28 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_dropoff_to_garage_datetime' is not final.
45549 src/com/gps/vo/TripOutVO.java 28 fieldCommentRequirement Required
45550 src/com/gps/vo/TripOutVO.java 29 Avoid excessively long variable names like actual_dropoff_to_garage_kms
45551 src/com/gps/vo/TripOutVO.java 29 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_dropoff_to_garage_kms' is not final.
45552 src/com/gps/vo/TripOutVO.java 29 fieldCommentRequirement Required
45553 src/com/gps/vo/TripOutVO.java 30 Avoid excessively long variable names like actual_dropoff_location_name
45554 src/com/gps/vo/TripOutVO.java 30 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_dropoff_location_name' is not final.
45555 src/com/gps/vo/TripOutVO.java 30 fieldCommentRequirement Required
45556 src/com/gps/vo/TripOutVO.java 31 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_details' is not final.
45557 src/com/gps/vo/TripOutVO.java 31 fieldCommentRequirement Required
45558 src/com/gps/vo/TripOutVO.java 36 Method names should not contain underscores
45559 src/com/gps/vo/TripOutVO.java 42 Method names should not contain underscores
45560 src/com/gps/vo/TripOutVO.java 42 Parameter 'trackingId' is not assigned and could be declared final
45561 src/com/gps/vo/TripOutVO.java 48 Method names should not contain underscores
45562 src/com/gps/vo/TripOutVO.java 54 Method names should not contain underscores
45563 src/com/gps/vo/TripOutVO.java 54 Parameter 'vehicleNumber' is not assigned and could be declared final
45564 src/com/gps/vo/TripOutVO.java 60 Method names should not contain underscores
45565 src/com/gps/vo/TripOutVO.java 66 Method names should not contain underscores
45566 src/com/gps/vo/TripOutVO.java 66 Parameter 'gpsDeviceId' is not assigned and could be declared final
45567 src/com/gps/vo/TripOutVO.java 72 Method names should not contain underscores
45568 src/com/gps/vo/TripOutVO.java 78 Method names should not contain underscores
45569 src/com/gps/vo/TripOutVO.java 78 Parameter 'etaType' is not assigned and could be declared final
45570 src/com/gps/vo/TripOutVO.java 84 Method names should not contain underscores
45571 src/com/gps/vo/TripOutVO.java 90 Method names should not contain underscores
45572 src/com/gps/vo/TripOutVO.java 90 Parameter 'etaKms' is not assigned and could be declared final
45573 src/com/gps/vo/TripOutVO.java 96 Method names should not contain underscores
45574 src/com/gps/vo/TripOutVO.java 102 Method names should not contain underscores
45575 src/com/gps/vo/TripOutVO.java 102 Parameter 'etaMins' is not assigned and could be declared final
45576 src/com/gps/vo/TripOutVO.java 114 Parameter 'datetime' is not assigned and could be declared final
45577 src/com/gps/vo/TripOutVO.java 120 Method names should not contain underscores
45578 src/com/gps/vo/TripOutVO.java 126 Method names should not contain underscores
45579 src/com/gps/vo/TripOutVO.java 126 Parameter 'currentLat' is not assigned and could be declared final
45580 src/com/gps/vo/TripOutVO.java 132 Method names should not contain underscores
45581 src/com/gps/vo/TripOutVO.java 138 Method names should not contain underscores
45582 src/com/gps/vo/TripOutVO.java 138 Parameter 'currentLng' is not assigned and could be declared final
45583 src/com/gps/vo/TripOutVO.java 144 Method names should not contain underscores
45584 src/com/gps/vo/TripOutVO.java 150 Avoid excessively long variable names like currentOdometerReading
45585 src/com/gps/vo/TripOutVO.java 150 Method names should not contain underscores
45586 src/com/gps/vo/TripOutVO.java 150 Parameter 'currentOdometerReading' is not assigned and could be declared final
45587 src/com/gps/vo/TripOutVO.java 156 Method names should not contain underscores
45588 src/com/gps/vo/TripOutVO.java 162 Avoid excessively long variable names like currentVehicleSpeed
45589 src/com/gps/vo/TripOutVO.java 162 Method names should not contain underscores
45590 src/com/gps/vo/TripOutVO.java 162 Parameter 'currentVehicleSpeed' is not assigned and could be declared final
45591 src/com/gps/vo/TripOutVO.java 168 Method names should not contain underscores
45592 src/com/gps/vo/TripOutVO.java 174 Avoid excessively long variable names like currentLocationName
45593 src/com/gps/vo/TripOutVO.java 174 Method names should not contain underscores
45594 src/com/gps/vo/TripOutVO.java 174 Parameter 'currentLocationName' is not assigned and could be declared final
45595 src/com/gps/vo/TripOutVO.java 180 Method names should not contain underscores
45596 src/com/gps/vo/TripOutVO.java 186 Method names should not contain underscores
45597 src/com/gps/vo/TripOutVO.java 186 Parameter 'tripStatus' is not assigned and could be declared final
45598 src/com/gps/vo/TripOutVO.java 192 Avoid using implementation types like 'HashMap'; use the interface instead
45599 src/com/gps/vo/TripOutVO.java 192 Method names should not contain underscores
45600 src/com/gps/vo/TripOutVO.java 198 Method names should not contain underscores
45601 src/com/gps/vo/TripOutVO.java 199 Avoid using implementation types like 'HashMap'; use the interface instead
45602 src/com/gps/vo/TripOutVO.java 199 Parameter 'pickupPoint' is not assigned and could be declared final
45603 src/com/gps/vo/TripOutVO.java 205 Method names should not contain underscores
45604 src/com/gps/vo/TripOutVO.java 211 Method names should not contain underscores
45605 src/com/gps/vo/TripOutVO.java 211 Parameter 'actualDropoffLat' is not assigned and could be declared final
45606 src/com/gps/vo/TripOutVO.java 217 Method names should not contain underscores
45607 src/com/gps/vo/TripOutVO.java 223 Method names should not contain underscores
45608 src/com/gps/vo/TripOutVO.java 223 Parameter 'actualDropoffLang' is not assigned and could be declared final
45609 src/com/gps/vo/TripOutVO.java 229 Method names should not contain underscores
45610 src/com/gps/vo/TripOutVO.java 235 Method names should not contain underscores
45611 src/com/gps/vo/TripOutVO.java 235 Parameter 'date' is not assigned and could be declared final
45612 src/com/gps/vo/TripOutVO.java 241 Method names should not contain underscores
45613 src/com/gps/vo/TripOutVO.java 247 Method names should not contain underscores
45614 src/com/gps/vo/TripOutVO.java 248 Avoid excessively long variable names like actualDropoffOdometerReading
45615 src/com/gps/vo/TripOutVO.java 248 Parameter 'actualDropoffOdometerReading' is not assigned and could be declared final
45616 src/com/gps/vo/TripOutVO.java 254 Method names should not contain underscores
45617 src/com/gps/vo/TripOutVO.java 260 Avoid excessively long variable names like actualPickupToDropoffKms
45618 src/com/gps/vo/TripOutVO.java 260 Method names should not contain underscores
45619 src/com/gps/vo/TripOutVO.java 260 Parameter 'actualPickupToDropoffKms' is not assigned and could be declared final
45620 src/com/gps/vo/TripOutVO.java 266 Method names should not contain underscores
45621 src/com/gps/vo/TripOutVO.java 270 Comment is too large: Line too long
45622 src/com/gps/vo/TripOutVO.java 272 Method names should not contain underscores
45623 src/com/gps/vo/TripOutVO.java 273 Avoid excessively long variable names like actualDropoffToGarageDatetime
45624 src/com/gps/vo/TripOutVO.java 273 Parameter 'actualDropoffToGarageDatetime' is not assigned and could be declared final
45625 src/com/gps/vo/TripOutVO.java 279 Method names should not contain underscores
45626 src/com/gps/vo/TripOutVO.java 285 Avoid excessively long variable names like actualDropoffToGarageKms
45627 src/com/gps/vo/TripOutVO.java 285 Method names should not contain underscores
45628 src/com/gps/vo/TripOutVO.java 285 Parameter 'actualDropoffToGarageKms' is not assigned and could be declared final
45629 src/com/gps/vo/TripOutVO.java 291 Method names should not contain underscores
45630 src/com/gps/vo/TripOutVO.java 297 Method names should not contain underscores
45631 src/com/gps/vo/TripOutVO.java 298 Avoid excessively long variable names like actualDropoffToLocationName
45632 src/com/gps/vo/TripOutVO.java 298 Parameter 'actualDropoffToLocationName' is not assigned and could be declared final
45633 src/com/gps/vo/TripOutVO.java 304 Method names should not contain underscores
45634 src/com/gps/vo/TripOutVO.java 310 Method names should not contain underscores
45635 src/com/gps/vo/TripOutVO.java 310 Parameter 'tripDetails' is not assigned and could be declared final
45636 src/com/gps/vo/TripUserInfo.java 3 Avoid unused imports such as 'java.util.List'
45637 src/com/gps/vo/TripUserInfo.java 5 headerCommentRequirement Required
45638 src/com/gps/vo/TripUserInfo.java 7 fieldCommentRequirement Required
45639 src/com/gps/vo/TripUserInfo.java 8 fieldCommentRequirement Required
45640 src/com/gps/vo/TripUserInfo.java 9 fieldCommentRequirement Required
45641 src/com/gps/vo/TripUserInfo.java 10 fieldCommentRequirement Required
45642 src/com/gps/vo/TripUserInfo.java 13 Parameter 'scheduledCount' is not assigned and could be declared final
45643 src/com/gps/vo/TripUserInfo.java 13 Parameter 'unscheduledCount' is not assigned and could be declared final
45644 src/com/gps/vo/TripUserInfo.java 13 publicMethodCommentRequirement Required
45645 src/com/gps/vo/TripUserInfo.java 14 Parameter 'absentCount' is not assigned and could be declared final
45646 src/com/gps/vo/TripUserInfo.java 29 Parameter 'tripName' is not assigned and could be declared final
45647 src/com/gps/vo/TripUserInfo.java 41 Parameter 'scheduledCount' is not assigned and could be declared final
45648 src/com/gps/vo/TripUserInfo.java 53 Parameter 'unscheduledCount' is not assigned and could be declared final
45649 src/com/gps/vo/TripUserInfo.java 65 Parameter 'absentCount' is not assigned and could be declared final
45650 src/com/gps/vo/TripVO.java 11 Use explicit scoping instead of the default package private level
45651 src/com/gps/vo/TripVO.java 11 fieldCommentRequirement Required
45652 src/com/gps/vo/TripVO.java 12 Use explicit scoping instead of the default package private level
45653 src/com/gps/vo/TripVO.java 13 fieldCommentRequirement Required
45654 src/com/gps/vo/TripVO.java 14 Use explicit scoping instead of the default package private level
45655 src/com/gps/vo/TripVO.java 15 fieldCommentRequirement Required
45656 src/com/gps/vo/TripVO.java 26 Parameter 'vehName' is not assigned and could be declared final
45657 src/com/gps/vo/TripVO.java 38 Parameter 'orgName' is not assigned and could be declared final
45658 src/com/gps/vo/TripVO.java 50 Parameter 'dateVO' is not assigned and could be declared final
45659 src/com/gps/vo/UserLayoutPanelVO.java 19 Avoid excessively long variable names like defaultStyleForUser
45660 src/com/gps/vo/UserLayoutPanelVO.java 26 Document empty constructor
45661 src/com/gps/vo/UserLayoutPanelVO.java 26 publicMethodCommentRequirement Required
45662 src/com/gps/vo/UserLayoutPanelVO.java 36 Avoid excessively long variable names like defaultStyleForUser
45663 src/com/gps/vo/UserLayoutPanelVO.java 36 Parameter 'defaultStyleForUser' is not assigned and could be declared final
45664 src/com/gps/vo/UserLayoutPanelVO.java 36 Parameter 'userId' is not assigned and could be declared final
45665 src/com/gps/vo/UserLayoutPanelVO.java 37 Parameter 'layouts' is not assigned and could be declared final
45666 src/com/gps/vo/UserLayoutPanelVO.java 44 Comment is too large: Line too long
45667 src/com/gps/vo/UserLayoutPanelVO.java 52 Avoid excessively long variable names like defaultStyleForUser
45668 src/com/gps/vo/UserLayoutPanelVO.java 52 Parameter 'defaultStyleForUser' is not assigned and could be declared final
45669 src/com/gps/vo/UserLayoutPanelVO.java 64 Parameter 'layouts' is not assigned and could be declared final
45670 src/com/gps/vo/UserLayoutPanelVO.java 80 Parameter 'userId' is not assigned and could be declared final
45671 src/com/gps/vo/VehicleInfo.java 3 headerCommentRequirement Required
45672 src/com/gps/vo/VehicleInfo.java 5 Use explicit scoping instead of the default package private level
45673 src/com/gps/vo/VehicleInfo.java 5 fieldCommentRequirement Required
45674 src/com/gps/vo/VehicleInfo.java 6 Use explicit scoping instead of the default package private level
45675 src/com/gps/vo/VehicleInfo.java 6 fieldCommentRequirement Required
45676 src/com/gps/vo/VehicleInfo.java 7 Use explicit scoping instead of the default package private level
45677 src/com/gps/vo/VehicleInfo.java 7 fieldCommentRequirement Required
45678 src/com/gps/vo/VehicleInfo.java 18 Parameter 'esnNo' is not assigned and could be declared final
45679 src/com/gps/vo/VehicleInfo.java 21 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
45680 src/com/gps/vo/VehicleInfo.java 21 Use explicit scoping instead of the default package private level
45681 src/com/gps/vo/VehicleInfo.java 21 fieldCommentRequirement Required
45682 src/com/gps/vo/VehicleInfo.java 22 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
45683 src/com/gps/vo/VehicleInfo.java 22 Use explicit scoping instead of the default package private level
45684 src/com/gps/vo/VehicleInfo.java 22 fieldCommentRequirement Required
45685 src/com/gps/vo/VehicleInfo.java 33 Parameter 'regNo' is not assigned and could be declared final
45686 src/com/gps/vo/VehicleInfo.java 45 Parameter 'packetTime' is not assigned and could be declared final
45687 src/com/gps/vo/VehicleInfo.java 57 Parameter 'eventCode' is not assigned and could be declared final
45688 src/com/gps/vo/VehicleInfo.java 69 Parameter 'eventName' is not assigned and could be declared final
45689 src/com/gps/vo/VehiclePanelVO.java 26 Document empty constructor
45690 src/com/gps/vo/VehiclePanelVO.java 26 publicMethodCommentRequirement Required
45691 src/com/gps/vo/VehiclePanelVO.java 29 Parameter 'height' is not assigned and could be declared final
45692 src/com/gps/vo/VehiclePanelVO.java 29 Parameter 'layoutStyle' is not assigned and could be declared final
45693 src/com/gps/vo/VehiclePanelVO.java 29 Parameter 'width' is not assigned and could be declared final
45694 src/com/gps/vo/VehiclePanelVO.java 29 publicMethodCommentRequirement Required
45695 src/com/gps/vo/VehiclePanelVO.java 30 Parameter 'infoPanelStyles' is not assigned and could be declared final
45696 src/com/gps/vo/VehiclePanelVO.java 50 Parameter 'layoutStyle' is not assigned and could be declared final
45697 src/com/gps/vo/VehiclePanelVO.java 66 Parameter 'width' is not assigned and could be declared final
45698 src/com/gps/vo/VehiclePanelVO.java 81 Parameter 'height' is not assigned and could be declared final
45699 src/com/gps/vo/VehiclePanelVO.java 95 Parameter 'infoPanelStyles' is not assigned and could be declared final
45700 src/com/gps/vo/VehicleVO.java 3 headerCommentRequirement Required
45701 src/com/gps/vo/VehicleVO.java 5 fieldCommentRequirement Required
45702 src/com/gps/vo/VehicleVO.java 6 fieldCommentRequirement Required
45703 src/com/gps/vo/VehicleVO.java 7 fieldCommentRequirement Required
45704 src/com/gps/vo/VehicleVO.java 8 fieldCommentRequirement Required
45705 src/com/gps/vo/VehicleVO.java 9 fieldCommentRequirement Required
45706 src/com/gps/vo/VehicleVO.java 10 fieldCommentRequirement Required
45707 src/com/gps/vo/VehicleVO.java 11 fieldCommentRequirement Required
45708 src/com/gps/vo/VehicleVO.java 12 fieldCommentRequirement Required
45709 src/com/gps/vo/VehicleVO.java 13 fieldCommentRequirement Required
45710 src/com/gps/vo/VehicleVO.java 14 fieldCommentRequirement Required
45711 src/com/gps/vo/VehicleVO.java 15 fieldCommentRequirement Required
45712 src/com/gps/vo/VehicleVO.java 17 Variables should start with a lowercase character, 'TripType' starts with uppercase character.
45713 src/com/gps/vo/VehicleVO.java 17 fieldCommentRequirement Required
45714 src/com/gps/vo/VehicleVO.java 18 Variables should start with a lowercase character, 'TripStatus' starts with uppercase character.
45715 src/com/gps/vo/VehicleVO.java 18 fieldCommentRequirement Required
45716 src/com/gps/vo/VehicleVO.java 29 Parameter 'resetDistance' is not assigned and could be declared final
45717 src/com/gps/vo/VehicleVO.java 33 publicMethodCommentRequirement Required
45718 src/com/gps/vo/VehicleVO.java 36 Parameter 'heading' is not assigned and could be declared final
45719 src/com/gps/vo/VehicleVO.java 36 publicMethodCommentRequirement Required
45720 src/com/gps/vo/VehicleVO.java 48 Parameter 'distance' is not assigned and could be declared final
45721 src/com/gps/vo/VehicleVO.java 60 Parameter 'counter' is not assigned and could be declared final
45722 src/com/gps/vo/VehicleVO.java 72 Parameter 'isSMSSent' is not assigned and could be declared final
45723 src/com/gps/vo/VehicleVO.java 84 Parameter 'tripId' is not assigned and could be declared final
45724 src/com/gps/vo/VehicleVO.java 96 Parameter 'eventCode' is not assigned and could be declared final
45725 src/com/gps/vo/VehicleVO.java 108 Parameter 'speed' is not assigned and could be declared final
45726 src/com/gps/vo/VehicleVO.java 120 Parameter 'packetTime' is not assigned and could be declared final
45727 src/com/gps/vo/VehicleVO.java 132 Parameter 'lattitude' is not assigned and could be declared final
45728 src/com/gps/vo/VehicleVO.java 144 Parameter 'longitude' is not assigned and could be declared final
45729 src/com/gps/vo/VehicleVO.java 148 publicMethodCommentRequirement Required
45730 src/com/gps/vo/VehicleVO.java 151 Parameter 'tripType' is not assigned and could be declared final
45731 src/com/gps/vo/VehicleVO.java 151 publicMethodCommentRequirement Required
45732 src/com/gps/vo/VehicleVO.java 154 publicMethodCommentRequirement Required
45733 src/com/gps/vo/VehicleVO.java 157 Parameter 'tripStatus' is not assigned and could be declared final
45734 src/com/gps/vo/VehicleVO.java 157 publicMethodCommentRequirement Required
45735 src/com/gps/webservice/MobileAlertMessage.java 9 Comment is too large: Too many lines
45736 src/com/gps/webservice/MobileAlertMessage.java 20 Comment is too large: Line too long
45737 src/com/gps/webservice/MobileAlertMessage.java 22 Comment is too large: Line too long
45738 src/com/gps/webservice/MobileAlertMessage.java 23 Comment is too large: Line too long
45739 src/com/gps/webservice/MobileAlertMessage.java 24 Comment is too large: Line too long
45740 src/com/gps/webservice/MobileAlertMessage.java 25 Comment is too large: Line too long
45741 src/com/gps/webservice/MobileAlertMessage.java 40 fieldCommentRequirement Required
45742 src/com/gps/webservice/MobileAlertMessage.java 42 fieldCommentRequirement Required
45743 src/com/gps/webservice/MobileAlertMessage.java 44 fieldCommentRequirement Required
45744 src/com/gps/webservice/MobileAlertMessage.java 45 fieldCommentRequirement Required
45745 src/com/gps/webservice/MobileAlertMessage.java 64 Parameter 'value' is not assigned and could be declared final
45746 src/com/gps/webservice/MobileAlertMessage.java 85 Parameter 'value' is not assigned and could be declared final
45747 src/com/gps/webservice/MobileAlertMessage.java 106 Parameter 'value' is not assigned and could be declared final
45748 src/com/gps/webservice/MobileAlertMessage.java 122 Parameter 'value' is not assigned and could be declared final
45749 src/com/gps/webservice/MobileAlertMessageResponse.java 8 Comment is too large: Too many lines
45750 src/com/gps/webservice/MobileAlertMessageResponse.java 19 Comment is too large: Line too long
45751 src/com/gps/webservice/MobileAlertMessageResponse.java 21 Comment is too large: Line too long
45752 src/com/gps/webservice/MobileAlertMessageResponse.java 35 fieldCommentRequirement Required
45753 src/com/gps/webservice/MobileAlertMessageResponse.java 49 Parameter 'value' is not assigned and could be declared final
45754 src/com/gps/webservice/PointInPolygon.java 14 Comment is too large: Too many lines
45755 src/com/gps/webservice/PointInPolygon.java 17 Comment is too large: Line too long
45756 src/com/gps/webservice/PointInPolygon.java 24 Comment is too large: Line too long
45757 src/com/gps/webservice/PointInPolygon.java 25 Comment is too large: Line too long
45758 src/com/gps/webservice/PointInPolygon.java 26 Comment is too large: Line too long
45759 src/com/gps/webservice/PointInPolygon.java 27 Comment is too large: Line too long
45760 src/com/gps/webservice/PointInPolygon.java 46 fieldCommentRequirement Required
45761 src/com/gps/webservice/PointInPolygon.java 47 fieldCommentRequirement Required
45762 src/com/gps/webservice/PointInPolygon.java 48 fieldCommentRequirement Required
45763 src/com/gps/webservice/PointInPolygon.java 50 fieldCommentRequirement Required
45764 src/com/gps/webservice/PointInPolygon.java 64 Parameter 'value' is not assigned and could be declared final
45765 src/com/gps/webservice/PointInPolygon.java 80 Parameter 'value' is not assigned and could be declared final
45766 src/com/gps/webservice/PointInPolygon.java 96 Parameter 'value' is not assigned and could be declared final
45767 src/com/gps/webservice/PointInPolygon.java 120 Parameter 'value' is not assigned and could be declared final
45768 src/com/gps/webservice/PointInPolygonResponse.java 8 Comment is too large: Too many lines
45769 src/com/gps/webservice/PointInPolygonResponse.java 19 Comment is too large: Line too long
45770 src/com/gps/webservice/PointInPolygonResponse.java 21 Comment is too large: Line too long
45771 src/com/gps/webservice/PointInPolygonResponse.java 35 fieldCommentRequirement Required
45772 src/com/gps/webservice/PointInPolygonResponse.java 49 Parameter 'value' is not assigned and could be declared final
45773 src/com/gps/webservice/PolygonRegion.java 18 The String literal "http://www.example.org/PolygonRegion/" appears 7 times in this file; the first occurrence is on line 18
45774 src/com/gps/webservice/PolygonRegion.java 32 Avoid modifiers which are implied by the context
45775 src/com/gps/webservice/PolygonRegion.java 50 Avoid modifiers which are implied by the context
45776 src/com/gps/webservice/PolygonRegion.java 67 Avoid modifiers which are implied by the context
45777 src/com/gps/webservice/PolygonRegion.java 67 Method names should not start with capital letters
45778 src/com/gps/webservice/PolygonRegionSOAPImpl.java 2 Comment is too large: Too many lines
45779 src/com/gps/webservice/PolygonRegionSOAPImpl.java 11 Comment is too large: Too many lines
45780 src/com/gps/webservice/PolygonRegionSOAPImpl.java 20 A high number of imports can indicate a high degree of coupling within an object.
45781 src/com/gps/webservice/PolygonRegionSOAPImpl.java 20 Possible God class (WMC=203, ATFD=278, TCC=0.06884057971014493)
45782 src/com/gps/webservice/PolygonRegionSOAPImpl.java 24 Avoid unused imports such as 'java.sql.Connection'
45783 src/com/gps/webservice/PolygonRegionSOAPImpl.java 25 Avoid unused imports such as 'java.sql.DriverManager'
45784 src/com/gps/webservice/PolygonRegionSOAPImpl.java 26 Avoid unused imports such as 'java.sql.ResultSet'
45785 src/com/gps/webservice/PolygonRegionSOAPImpl.java 32 Avoid unused imports such as 'java.util.Collections'
45786 src/com/gps/webservice/PolygonRegionSOAPImpl.java 34 Avoid unused imports such as 'java.util.HashSet'
45787 src/com/gps/webservice/PolygonRegionSOAPImpl.java 36 Avoid unused imports such as 'java.util.Iterator'
45788 src/com/gps/webservice/PolygonRegionSOAPImpl.java 39 Avoid unused imports such as 'java.util.Set'
45789 src/com/gps/webservice/PolygonRegionSOAPImpl.java 40 Avoid unused imports such as 'java.util.Timer'
45790 src/com/gps/webservice/PolygonRegionSOAPImpl.java 41 Avoid unused imports such as 'javax.jws.WebMethod'
45791 src/com/gps/webservice/PolygonRegionSOAPImpl.java 42 Avoid unused imports such as 'javax.jws.WebParam'
45792 src/com/gps/webservice/PolygonRegionSOAPImpl.java 43 Avoid unused imports such as 'javax.jws.WebResult'
45793 src/com/gps/webservice/PolygonRegionSOAPImpl.java 44 Avoid unused imports such as 'javax.jws.WebService'
45794 src/com/gps/webservice/PolygonRegionSOAPImpl.java 45 Avoid unused imports such as 'javax.xml.ws.Endpoint'
45795 src/com/gps/webservice/PolygonRegionSOAPImpl.java 46 Avoid unused imports such as 'javax.xml.ws.RequestWrapper'
45796 src/com/gps/webservice/PolygonRegionSOAPImpl.java 47 Avoid unused imports such as 'javax.xml.ws.ResponseWrapper'
45797 src/com/gps/webservice/PolygonRegionSOAPImpl.java 48 Avoid unused imports such as 'org.apache.commons.lang.StringEscapeUtils'
45798 src/com/gps/webservice/PolygonRegionSOAPImpl.java 53 Avoid unused imports such as 'org.hibernate.Session'
45799 src/com/gps/webservice/PolygonRegionSOAPImpl.java 58 Avoid unused imports such as 'com.gps.hibernate.Device'
45800 src/com/gps/webservice/PolygonRegionSOAPImpl.java 59 Avoid unused imports such as 'com.gps.hibernate.DeviceDAO'
45801 src/com/gps/webservice/PolygonRegionSOAPImpl.java 60 Avoid unused imports such as 'com.gps.hibernate.FenceHistory'
45802 src/com/gps/webservice/PolygonRegionSOAPImpl.java 61 Avoid unused imports such as 'com.gps.hibernate.FenceHistoryDAO'
45803 src/com/gps/webservice/PolygonRegionSOAPImpl.java 65 Avoid unused imports such as 'com.gps.hibernate.GeovehicleMapDAO'
45804 src/com/gps/webservice/PolygonRegionSOAPImpl.java 69 Avoid unused imports such as 'com.gps.hibernate.RfidHistoryDAO'
45805 src/com/gps/webservice/PolygonRegionSOAPImpl.java 71 Avoid unused imports such as 'com.gps.hibernate.TripDetailsDAO'
45806 src/com/gps/webservice/PolygonRegionSOAPImpl.java 72 Avoid unused imports such as 'com.gps.hibernate.TripParameters'
45807 src/com/gps/webservice/PolygonRegionSOAPImpl.java 73 Avoid unused imports such as 'com.gps.hibernate.TripParametersDAO'
45808 src/com/gps/webservice/PolygonRegionSOAPImpl.java 78 Avoid unused imports such as 'com.gps.rfid.checkRFIDEntry'
45809 src/com/gps/webservice/PolygonRegionSOAPImpl.java 81 Avoid unused imports such as 'com.gps.utilities.MapUtils'
45810 src/com/gps/webservice/PolygonRegionSOAPImpl.java 83 Avoid unused imports such as 'com.gps.utilities.PacketUpdator'
45811 src/com/gps/webservice/PolygonRegionSOAPImpl.java 85 Avoid unused imports such as 'com.gps.utilities.RfidAlerts'
45812 src/com/gps/webservice/PolygonRegionSOAPImpl.java 87 Avoid unused imports such as 'com.sun.org.apache.bcel.internal.generic.NEW'
45813 src/com/gps/webservice/PolygonRegionSOAPImpl.java 88 Avoid unused imports such as 'com.sun.xml.registry.uddi.bindings_v2_2.GetServiceDetail'
45814 src/com/gps/webservice/PolygonRegionSOAPImpl.java 89 Avoid unused imports such as 'com.sun.xml.rpc.processor.modeler.j2ee.xml.exceptionMappingType'
45815 src/com/gps/webservice/PolygonRegionSOAPImpl.java 90 Avoid unused imports such as 'com.sun.xml.rpc.processor.modeler.j2ee.xml.string'
45816 src/com/gps/webservice/PolygonRegionSOAPImpl.java 92 Unnecessary use of fully qualified name 'javax.jws.WebService' due to existing import 'javax.jws.WebService'
45817 src/com/gps/webservice/PolygonRegionSOAPImpl.java 94 Avoid really long classes.
45818 src/com/gps/webservice/PolygonRegionSOAPImpl.java 94 The class 'PolygonRegionSOAPImpl' has a Cyclomatic Complexity of 8 (Highest = 28).
45819 src/com/gps/webservice/PolygonRegionSOAPImpl.java 94 Too many fields
45820 src/com/gps/webservice/PolygonRegionSOAPImpl.java 95 This class has too many methods, consider refactoring it.
45821 src/com/gps/webservice/PolygonRegionSOAPImpl.java 96 Comment is too large: Too many lines
45822 src/com/gps/webservice/PolygonRegionSOAPImpl.java 99 Comment is too large: Line too long
45823 src/com/gps/webservice/PolygonRegionSOAPImpl.java 109 The Logger variable declaration does not contain the static and final modifiers
45824 src/com/gps/webservice/PolygonRegionSOAPImpl.java 110 Comment is too large: Line too long
45825 src/com/gps/webservice/PolygonRegionSOAPImpl.java 111 fieldCommentRequirement Required
45826 src/com/gps/webservice/PolygonRegionSOAPImpl.java 112 fieldCommentRequirement Required
45827 src/com/gps/webservice/PolygonRegionSOAPImpl.java 113 Avoid unused private fields such as 'SENDERID'.
45828 src/com/gps/webservice/PolygonRegionSOAPImpl.java 113 fieldCommentRequirement Required
45829 src/com/gps/webservice/PolygonRegionSOAPImpl.java 114 Do not hard code the IP address
45830 src/com/gps/webservice/PolygonRegionSOAPImpl.java 114 fieldCommentRequirement Required
45831 src/com/gps/webservice/PolygonRegionSOAPImpl.java 115 fieldCommentRequirement Required
45832 src/com/gps/webservice/PolygonRegionSOAPImpl.java 116 fieldCommentRequirement Required
45833 src/com/gps/webservice/PolygonRegionSOAPImpl.java 117 Avoid unused private fields such as 'INITMESSAGE'.
45834 src/com/gps/webservice/PolygonRegionSOAPImpl.java 117 fieldCommentRequirement Required
45835 src/com/gps/webservice/PolygonRegionSOAPImpl.java 120 Avoid using implementation types like 'Hashtable'; use the interface instead
45836 src/com/gps/webservice/PolygonRegionSOAPImpl.java 120 Consider replacing this Hashtable with the newer java.util.Map
45837 src/com/gps/webservice/PolygonRegionSOAPImpl.java 120 Use explicit scoping instead of the default package private level
45838 src/com/gps/webservice/PolygonRegionSOAPImpl.java 120 fieldCommentRequirement Required
45839 src/com/gps/webservice/PolygonRegionSOAPImpl.java 122 Avoid using implementation types like 'Hashtable'; use the interface instead
45840 src/com/gps/webservice/PolygonRegionSOAPImpl.java 122 Consider replacing this Hashtable with the newer java.util.Map
45841 src/com/gps/webservice/PolygonRegionSOAPImpl.java 122 Use explicit scoping instead of the default package private level
45842 src/com/gps/webservice/PolygonRegionSOAPImpl.java 122 fieldCommentRequirement Required
45843 src/com/gps/webservice/PolygonRegionSOAPImpl.java 123 Avoid using implementation types like 'ArrayList'; use the interface instead
45844 src/com/gps/webservice/PolygonRegionSOAPImpl.java 123 Use explicit scoping instead of the default package private level
45845 src/com/gps/webservice/PolygonRegionSOAPImpl.java 123 fieldCommentRequirement Required
45846 src/com/gps/webservice/PolygonRegionSOAPImpl.java 125 Avoid using implementation types like 'Hashtable'; use the interface instead
45847 src/com/gps/webservice/PolygonRegionSOAPImpl.java 125 Consider replacing this Hashtable with the newer java.util.Map
45848 src/com/gps/webservice/PolygonRegionSOAPImpl.java 125 Use explicit scoping instead of the default package private level
45849 src/com/gps/webservice/PolygonRegionSOAPImpl.java 125 fieldCommentRequirement Required
45850 src/com/gps/webservice/PolygonRegionSOAPImpl.java 127 Avoid using implementation types like 'Hashtable'; use the interface instead
45851 src/com/gps/webservice/PolygonRegionSOAPImpl.java 127 Consider replacing this Hashtable with the newer java.util.Map
45852 src/com/gps/webservice/PolygonRegionSOAPImpl.java 127 Use explicit scoping instead of the default package private level
45853 src/com/gps/webservice/PolygonRegionSOAPImpl.java 127 fieldCommentRequirement Required
45854 src/com/gps/webservice/PolygonRegionSOAPImpl.java 128 Found non-transient, non-static member. Please mark as transient or provide accessors.
45855 src/com/gps/webservice/PolygonRegionSOAPImpl.java 128 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'lst_New' is not final.
45856 src/com/gps/webservice/PolygonRegionSOAPImpl.java 128 Use explicit scoping instead of the default package private level
45857 src/com/gps/webservice/PolygonRegionSOAPImpl.java 128 fieldCommentRequirement Required
45858 src/com/gps/webservice/PolygonRegionSOAPImpl.java 129 Found non-transient, non-static member. Please mark as transient or provide accessors.
45859 src/com/gps/webservice/PolygonRegionSOAPImpl.java 129 Use explicit scoping instead of the default package private level
45860 src/com/gps/webservice/PolygonRegionSOAPImpl.java 129 fieldCommentRequirement Required
45861 src/com/gps/webservice/PolygonRegionSOAPImpl.java 132 Avoid using redundant field initializer for 'bufferTime'
45862 src/com/gps/webservice/PolygonRegionSOAPImpl.java 132 fieldCommentRequirement Required
45863 src/com/gps/webservice/PolygonRegionSOAPImpl.java 133 Avoid using redundant field initializer for 'radius'
45864 src/com/gps/webservice/PolygonRegionSOAPImpl.java 133 fieldCommentRequirement Required
45865 src/com/gps/webservice/PolygonRegionSOAPImpl.java 134 fieldCommentRequirement Required
45866 src/com/gps/webservice/PolygonRegionSOAPImpl.java 135 fieldCommentRequirement Required
45867 src/com/gps/webservice/PolygonRegionSOAPImpl.java 136 Avoid unused private fields such as 'distStart'.
45868 src/com/gps/webservice/PolygonRegionSOAPImpl.java 136 fieldCommentRequirement Required
45869 src/com/gps/webservice/PolygonRegionSOAPImpl.java 137 Avoid unused private fields such as 'distSSRVM'.
45870 src/com/gps/webservice/PolygonRegionSOAPImpl.java 137 fieldCommentRequirement Required
45871 src/com/gps/webservice/PolygonRegionSOAPImpl.java 138 fieldCommentRequirement Required
45872 src/com/gps/webservice/PolygonRegionSOAPImpl.java 139 Avoid unused private fields such as 'tblVehTrips'.
45873 src/com/gps/webservice/PolygonRegionSOAPImpl.java 139 Avoid using implementation types like 'Hashtable'; use the interface instead
45874 src/com/gps/webservice/PolygonRegionSOAPImpl.java 139 Consider replacing this Hashtable with the newer java.util.Map
45875 src/com/gps/webservice/PolygonRegionSOAPImpl.java 139 fieldCommentRequirement Required
45876 src/com/gps/webservice/PolygonRegionSOAPImpl.java 140 Found non-transient, non-static member. Please mark as transient or provide accessors.
45877 src/com/gps/webservice/PolygonRegionSOAPImpl.java 140 Use explicit scoping instead of the default package private level
45878 src/com/gps/webservice/PolygonRegionSOAPImpl.java 140 fieldCommentRequirement Required
45879 src/com/gps/webservice/PolygonRegionSOAPImpl.java 143 A method/constructor shouldnt explicitly throw java.lang.Exception
45880 src/com/gps/webservice/PolygonRegionSOAPImpl.java 143 Avoid really long methods.
45881 src/com/gps/webservice/PolygonRegionSOAPImpl.java 143 Parameter 'lat' is not assigned and could be declared final
45882 src/com/gps/webservice/PolygonRegionSOAPImpl.java 143 Parameter 'lon' is not assigned and could be declared final
45883 src/com/gps/webservice/PolygonRegionSOAPImpl.java 143 Parameter 'orgId' is not assigned and could be declared final
45884 src/com/gps/webservice/PolygonRegionSOAPImpl.java 143 Parameter 'packetTime' is not assigned and could be declared final
45885 src/com/gps/webservice/PolygonRegionSOAPImpl.java 143 Parameter 'vehicleId' is not assigned and could be declared final
45886 src/com/gps/webservice/PolygonRegionSOAPImpl.java 143 Parameter 'vehicleObj' is not assigned and could be declared final
45887 src/com/gps/webservice/PolygonRegionSOAPImpl.java 143 The method 'point1InPolygon' has a Cyclomatic Complexity of 21.
45888 src/com/gps/webservice/PolygonRegionSOAPImpl.java 143 The method point1InPolygon() has an NCSS line count of 102
45889 src/com/gps/webservice/PolygonRegionSOAPImpl.java 143 The method point1InPolygon() has an NPath complexity of 12577
45890 src/com/gps/webservice/PolygonRegionSOAPImpl.java 143 publicMethodCommentRequirement Required
45891 src/com/gps/webservice/PolygonRegionSOAPImpl.java 145 Found 'DD'-anomaly for variable 'stat' (lines '145'-'234').
45892 src/com/gps/webservice/PolygonRegionSOAPImpl.java 145 Found 'DD'-anomaly for variable 'stat' (lines '145'-'239').
45893 src/com/gps/webservice/PolygonRegionSOAPImpl.java 145 Found 'DD'-anomaly for variable 'stat' (lines '145'-'329').
45894 src/com/gps/webservice/PolygonRegionSOAPImpl.java 146 Found 'DD'-anomaly for variable 'inFence' (lines '146'-'186').
45895 src/com/gps/webservice/PolygonRegionSOAPImpl.java 146 Found 'DD'-anomaly for variable 'inFence' (lines '146'-'188').
45896 src/com/gps/webservice/PolygonRegionSOAPImpl.java 147 Found 'DD'-anomaly for variable 'fenceList' (lines '147'-'177').
45897 src/com/gps/webservice/PolygonRegionSOAPImpl.java 148 Found 'DD'-anomaly for variable 'currentFence' (lines '148'-'184').
45898 src/com/gps/webservice/PolygonRegionSOAPImpl.java 149 Found 'DD'-anomaly for variable 'sessVal' (lines '149'-'171').
45899 src/com/gps/webservice/PolygonRegionSOAPImpl.java 150 Found 'DD'-anomaly for variable 'finalMessge' (lines '150'-'300').
45900 src/com/gps/webservice/PolygonRegionSOAPImpl.java 150 Found 'DU'-anomaly for variable 'finalMessge' (lines '150'-'339').
45901 src/com/gps/webservice/PolygonRegionSOAPImpl.java 153 Found 'DD'-anomaly for variable 'trip' (lines '153'-'159').
45902 src/com/gps/webservice/PolygonRegionSOAPImpl.java 154 There is log block not surrounded by if
45903 src/com/gps/webservice/PolygonRegionSOAPImpl.java 154 There is log block not surrounded by if
45904 src/com/gps/webservice/PolygonRegionSOAPImpl.java 161 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
45905 src/com/gps/webservice/PolygonRegionSOAPImpl.java 163 There is log block not surrounded by if
45906 src/com/gps/webservice/PolygonRegionSOAPImpl.java 171 Found 'DU'-anomaly for variable 'sessVal' (lines '171'-'339').
45907 src/com/gps/webservice/PolygonRegionSOAPImpl.java 174 Potential violation of Law of Demeter (object not created locally)
45908 src/com/gps/webservice/PolygonRegionSOAPImpl.java 174 Potential violation of Law of Demeter (object not created locally)
45909 src/com/gps/webservice/PolygonRegionSOAPImpl.java 174 There is log block not surrounded by if
45910 src/com/gps/webservice/PolygonRegionSOAPImpl.java 174 There is log block not surrounded by if
45911 src/com/gps/webservice/PolygonRegionSOAPImpl.java 177 Potential violation of Law of Demeter (object not created locally)
45912 src/com/gps/webservice/PolygonRegionSOAPImpl.java 181 There is log block not surrounded by if
45913 src/com/gps/webservice/PolygonRegionSOAPImpl.java 181 There is log block not surrounded by if
45914 src/com/gps/webservice/PolygonRegionSOAPImpl.java 186 Avoid using if...else statements without curly braces
45915 src/com/gps/webservice/PolygonRegionSOAPImpl.java 188 Avoid using if...else statements without curly braces
45916 src/com/gps/webservice/PolygonRegionSOAPImpl.java 190 There is log block not surrounded by if
45917 src/com/gps/webservice/PolygonRegionSOAPImpl.java 190 There is log block not surrounded by if
45918 src/com/gps/webservice/PolygonRegionSOAPImpl.java 196 There is log block not surrounded by if
45919 src/com/gps/webservice/PolygonRegionSOAPImpl.java 196 There is log block not surrounded by if
45920 src/com/gps/webservice/PolygonRegionSOAPImpl.java 201 Avoid using if...else statements without curly braces
45921 src/com/gps/webservice/PolygonRegionSOAPImpl.java 203 Avoid using if...else statements without curly braces
45922 src/com/gps/webservice/PolygonRegionSOAPImpl.java 205 There is log block not surrounded by if
45923 src/com/gps/webservice/PolygonRegionSOAPImpl.java 205 There is log block not surrounded by if
45924 src/com/gps/webservice/PolygonRegionSOAPImpl.java 213 There is log block not surrounded by if
45925 src/com/gps/webservice/PolygonRegionSOAPImpl.java 213 There is log block not surrounded by if
45926 src/com/gps/webservice/PolygonRegionSOAPImpl.java 215 Avoid using Literals in Conditional Statements
45927 src/com/gps/webservice/PolygonRegionSOAPImpl.java 217 There is log block not surrounded by if
45928 src/com/gps/webservice/PolygonRegionSOAPImpl.java 217 There is log block not surrounded by if
45929 src/com/gps/webservice/PolygonRegionSOAPImpl.java 221 There is log block not surrounded by if
45930 src/com/gps/webservice/PolygonRegionSOAPImpl.java 221 There is log block not surrounded by if
45931 src/com/gps/webservice/PolygonRegionSOAPImpl.java 229 Comment is too large: Line too long
45932 src/com/gps/webservice/PolygonRegionSOAPImpl.java 230 Comment is too large: Line too long
45933 src/com/gps/webservice/PolygonRegionSOAPImpl.java 233 There is log block not surrounded by if
45934 src/com/gps/webservice/PolygonRegionSOAPImpl.java 233 There is log block not surrounded by if
45935 src/com/gps/webservice/PolygonRegionSOAPImpl.java 240 There is log block not surrounded by if
45936 src/com/gps/webservice/PolygonRegionSOAPImpl.java 240 There is log block not surrounded by if
45937 src/com/gps/webservice/PolygonRegionSOAPImpl.java 244 Comment is too large: Line too long
45938 src/com/gps/webservice/PolygonRegionSOAPImpl.java 248 Local variable 'school' could be declared final
45939 src/com/gps/webservice/PolygonRegionSOAPImpl.java 248 Potential violation of Law of Demeter (method chain calls)
45940 src/com/gps/webservice/PolygonRegionSOAPImpl.java 248 Potential violation of Law of Demeter (method chain calls)
45941 src/com/gps/webservice/PolygonRegionSOAPImpl.java 248 Potential violation of Law of Demeter (object not created locally)
45942 src/com/gps/webservice/PolygonRegionSOAPImpl.java 250 Local variable 'format' could be declared final
45943 src/com/gps/webservice/PolygonRegionSOAPImpl.java 250 When instantiating a SimpleDateFormat object, specify a Locale
45944 src/com/gps/webservice/PolygonRegionSOAPImpl.java 251 Local variable 'dateformat' could be declared final
45945 src/com/gps/webservice/PolygonRegionSOAPImpl.java 251 When instantiating a SimpleDateFormat object, specify a Locale
45946 src/com/gps/webservice/PolygonRegionSOAPImpl.java 252 Local variable 'date' could be declared final
45947 src/com/gps/webservice/PolygonRegionSOAPImpl.java 252 Potential violation of Law of Demeter (object not created locally)
45948 src/com/gps/webservice/PolygonRegionSOAPImpl.java 253 Local variable 'time' could be declared final
45949 src/com/gps/webservice/PolygonRegionSOAPImpl.java 253 Potential violation of Law of Demeter (object not created locally)
45950 src/com/gps/webservice/PolygonRegionSOAPImpl.java 254 Found 'DU'-anomaly for variable 'Packetformat' (lines '254'-'339').
45951 src/com/gps/webservice/PolygonRegionSOAPImpl.java 254 Local variable 'Packetformat' could be declared final
45952 src/com/gps/webservice/PolygonRegionSOAPImpl.java 254 Variables should start with a lowercase character, 'Packetformat' starts with uppercase character.
45953 src/com/gps/webservice/PolygonRegionSOAPImpl.java 254 When instantiating a SimpleDateFormat object, specify a Locale
45954 src/com/gps/webservice/PolygonRegionSOAPImpl.java 257 Found 'DD'-anomaly for variable 'dateDiff' (lines '257'-'258').
45955 src/com/gps/webservice/PolygonRegionSOAPImpl.java 257 Potential violation of Law of Demeter (method chain calls)
45956 src/com/gps/webservice/PolygonRegionSOAPImpl.java 257 Potential violation of Law of Demeter (method chain calls)
45957 src/com/gps/webservice/PolygonRegionSOAPImpl.java 259 Avoid using Literals in Conditional Statements
45958 src/com/gps/webservice/PolygonRegionSOAPImpl.java 262 Potential violation of Law of Demeter (object not created locally)
45959 src/com/gps/webservice/PolygonRegionSOAPImpl.java 263 Potential violation of Law of Demeter (object not created locally)
45960 src/com/gps/webservice/PolygonRegionSOAPImpl.java 266 There is log block not surrounded by if
45961 src/com/gps/webservice/PolygonRegionSOAPImpl.java 266 There is log block not surrounded by if
45962 src/com/gps/webservice/PolygonRegionSOAPImpl.java 268 Potential violation of Law of Demeter (object not created locally)
45963 src/com/gps/webservice/PolygonRegionSOAPImpl.java 268 The String literal "School" appears 4 times in this file; the first occurrence is on line 268
45964 src/com/gps/webservice/PolygonRegionSOAPImpl.java 269 Potential violation of Law of Demeter (object not created locally)
45965 src/com/gps/webservice/PolygonRegionSOAPImpl.java 272 Potential violation of Law of Demeter (object not created locally)
45966 src/com/gps/webservice/PolygonRegionSOAPImpl.java 277 Found 'DD'-anomaly for variable 'result1' (lines '277'-'292').
45967 src/com/gps/webservice/PolygonRegionSOAPImpl.java 277 Found 'DD'-anomaly for variable 'result1' (lines '277'-'295').
45968 src/com/gps/webservice/PolygonRegionSOAPImpl.java 277 Found 'DD'-anomaly for variable 'result1' (lines '277'-'298').
45969 src/com/gps/webservice/PolygonRegionSOAPImpl.java 278 Avoid using Literals in Conditional Statements
45970 src/com/gps/webservice/PolygonRegionSOAPImpl.java 280 Avoid if (x != y) ..; else ..;
45971 src/com/gps/webservice/PolygonRegionSOAPImpl.java 280 Potential violation of Law of Demeter (object not created locally)
45972 src/com/gps/webservice/PolygonRegionSOAPImpl.java 282 Local variable 'geoDao' could be declared final
45973 src/com/gps/webservice/PolygonRegionSOAPImpl.java 283 Local variable 'nxtFence' could be declared final
45974 src/com/gps/webservice/PolygonRegionSOAPImpl.java 283 Potential violation of Law of Demeter (object not created locally)
45975 src/com/gps/webservice/PolygonRegionSOAPImpl.java 283 Potential violation of Law of Demeter (object not created locally)
45976 src/com/gps/webservice/PolygonRegionSOAPImpl.java 284 Local variable 'fenceDistance' could be declared final
45977 src/com/gps/webservice/PolygonRegionSOAPImpl.java 284 Potential violation of Law of Demeter (object not created locally)
45978 src/com/gps/webservice/PolygonRegionSOAPImpl.java 284 Potential violation of Law of Demeter (object not created locally)
45979 src/com/gps/webservice/PolygonRegionSOAPImpl.java 285 Local variable 'speed' could be declared final
45980 src/com/gps/webservice/PolygonRegionSOAPImpl.java 286 Variables should start with a lowercase character, 'Expectedtime' starts with uppercase character.
45981 src/com/gps/webservice/PolygonRegionSOAPImpl.java 287 Avoid using Literals in Conditional Statements
45982 src/com/gps/webservice/PolygonRegionSOAPImpl.java 287 Avoid using if statements without curly braces
45983 src/com/gps/webservice/PolygonRegionSOAPImpl.java 290 Comment is too large: Line too long
45984 src/com/gps/webservice/PolygonRegionSOAPImpl.java 292 Potential violation of Law of Demeter (method chain calls)
45985 src/com/gps/webservice/PolygonRegionSOAPImpl.java 292 Potential violation of Law of Demeter (object not created locally)
45986 src/com/gps/webservice/PolygonRegionSOAPImpl.java 292 Potential violation of Law of Demeter (object not created locally)
45987 src/com/gps/webservice/PolygonRegionSOAPImpl.java 292 The String literal "Organization: " appears 4 times in this file; the first occurrence is on line 292
45988 src/com/gps/webservice/PolygonRegionSOAPImpl.java 295 Avoid using if...else statements without curly braces
45989 src/com/gps/webservice/PolygonRegionSOAPImpl.java 295 Potential violation of Law of Demeter (method chain calls)
45990 src/com/gps/webservice/PolygonRegionSOAPImpl.java 295 Potential violation of Law of Demeter (object not created locally)
45991 src/com/gps/webservice/PolygonRegionSOAPImpl.java 295 Potential violation of Law of Demeter (object not created locally)
45992 src/com/gps/webservice/PolygonRegionSOAPImpl.java 298 Avoid using if...else statements without curly braces
45993 src/com/gps/webservice/PolygonRegionSOAPImpl.java 298 Potential violation of Law of Demeter (method chain calls)
45994 src/com/gps/webservice/PolygonRegionSOAPImpl.java 298 Potential violation of Law of Demeter (object not created locally)
45995 src/com/gps/webservice/PolygonRegionSOAPImpl.java 298 Potential violation of Law of Demeter (object not created locally)
45996 src/com/gps/webservice/PolygonRegionSOAPImpl.java 299 There is log block not surrounded by if
45997 src/com/gps/webservice/PolygonRegionSOAPImpl.java 299 There is log block not surrounded by if
45998 src/com/gps/webservice/PolygonRegionSOAPImpl.java 301 There is log block not surrounded by if
45999 src/com/gps/webservice/PolygonRegionSOAPImpl.java 301 There is log block not surrounded by if
46000 src/com/gps/webservice/PolygonRegionSOAPImpl.java 302 Found 'DD'-anomaly for variable 'mob' (lines '302'-'306').
46001 src/com/gps/webservice/PolygonRegionSOAPImpl.java 303 Comment is too large: Line too long
46002 src/com/gps/webservice/PolygonRegionSOAPImpl.java 306 Potential violation of Law of Demeter (object not created locally)
46003 src/com/gps/webservice/PolygonRegionSOAPImpl.java 309 Avoid using if...else statements without curly braces
46004 src/com/gps/webservice/PolygonRegionSOAPImpl.java 309 There is log block not surrounded by if
46005 src/com/gps/webservice/PolygonRegionSOAPImpl.java 309 There is log block not surrounded by if
46006 src/com/gps/webservice/PolygonRegionSOAPImpl.java 310 Avoid using Literals in Conditional Statements
46007 src/com/gps/webservice/PolygonRegionSOAPImpl.java 312 The String literal " Total using first url" appears 4 times in this file; the first occurrence is on line 312
46008 src/com/gps/webservice/PolygonRegionSOAPImpl.java 312 The String literal " Total using second url" appears 4 times in this file; the first occurrence is on line 312
46009 src/com/gps/webservice/PolygonRegionSOAPImpl.java 312 The String literal "#################################Total sms sent:" appears 4 times in this file; the first occurrence is on line 312
46010 src/com/gps/webservice/PolygonRegionSOAPImpl.java 312 There is log block not surrounded by if
46011 src/com/gps/webservice/PolygonRegionSOAPImpl.java 312 There is log block not surrounded by if
46012 src/com/gps/webservice/PolygonRegionSOAPImpl.java 317 There is log block not surrounded by if
46013 src/com/gps/webservice/PolygonRegionSOAPImpl.java 317 There is log block not surrounded by if
46014 src/com/gps/webservice/PolygonRegionSOAPImpl.java 318 There is log block not surrounded by if
46015 src/com/gps/webservice/PolygonRegionSOAPImpl.java 318 There is log block not surrounded by if
46016 src/com/gps/webservice/PolygonRegionSOAPImpl.java 334 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46017 src/com/gps/webservice/PolygonRegionSOAPImpl.java 336 The String literal "Error at polygon service" appears 4 times in this file; the first occurrence is on line 336
46018 src/com/gps/webservice/PolygonRegionSOAPImpl.java 336 There is log block not surrounded by if
46019 src/com/gps/webservice/PolygonRegionSOAPImpl.java 342 A method/constructor shouldnt explicitly throw java.lang.Exception
46020 src/com/gps/webservice/PolygonRegionSOAPImpl.java 342 Avoid really long methods.
46021 src/com/gps/webservice/PolygonRegionSOAPImpl.java 342 Parameter 'lat' is not assigned and could be declared final
46022 src/com/gps/webservice/PolygonRegionSOAPImpl.java 342 Parameter 'lon' is not assigned and could be declared final
46023 src/com/gps/webservice/PolygonRegionSOAPImpl.java 342 Parameter 'packetTime' is not assigned and could be declared final
46024 src/com/gps/webservice/PolygonRegionSOAPImpl.java 342 Parameter 'vehicleId' is not assigned and could be declared final
46025 src/com/gps/webservice/PolygonRegionSOAPImpl.java 342 The method 'pointInPolygon' has a Cyclomatic Complexity of 27.
46026 src/com/gps/webservice/PolygonRegionSOAPImpl.java 342 The method pointInPolygon() has an NCSS line count of 106
46027 src/com/gps/webservice/PolygonRegionSOAPImpl.java 342 The method pointInPolygon() has an NPath complexity of 6531
46028 src/com/gps/webservice/PolygonRegionSOAPImpl.java 342 publicMethodCommentRequirement Required
46029 src/com/gps/webservice/PolygonRegionSOAPImpl.java 345 Found 'DU'-anomaly for variable 'trip' (lines '345'-'572').
46030 src/com/gps/webservice/PolygonRegionSOAPImpl.java 346 Local variable 'daoVeh' could be declared final
46031 src/com/gps/webservice/PolygonRegionSOAPImpl.java 347 Found 'DD'-anomaly for variable 'inFence' (lines '347'-'397').
46032 src/com/gps/webservice/PolygonRegionSOAPImpl.java 347 Found 'DD'-anomaly for variable 'inFence' (lines '347'-'400').
46033 src/com/gps/webservice/PolygonRegionSOAPImpl.java 347 Found 'DU'-anomaly for variable 'inFence' (lines '347'-'572').
46034 src/com/gps/webservice/PolygonRegionSOAPImpl.java 352 Avoid using Literals in Conditional Statements
46035 src/com/gps/webservice/PolygonRegionSOAPImpl.java 354 Local variable 'config' could be declared final
46036 src/com/gps/webservice/PolygonRegionSOAPImpl.java 355 Local variable 'props' could be declared final
46037 src/com/gps/webservice/PolygonRegionSOAPImpl.java 355 Potential violation of Law of Demeter (object not created locally)
46038 src/com/gps/webservice/PolygonRegionSOAPImpl.java 356 Potential violation of Law of Demeter (object not created locally)
46039 src/com/gps/webservice/PolygonRegionSOAPImpl.java 357 Potential violation of Law of Demeter (object not created locally)
46040 src/com/gps/webservice/PolygonRegionSOAPImpl.java 358 Potential violation of Law of Demeter (object not created locally)
46041 src/com/gps/webservice/PolygonRegionSOAPImpl.java 359 Potential violation of Law of Demeter (object not created locally)
46042 src/com/gps/webservice/PolygonRegionSOAPImpl.java 360 Potential violation of Law of Demeter (object not created locally)
46043 src/com/gps/webservice/PolygonRegionSOAPImpl.java 361 There is log block not surrounded by if
46044 src/com/gps/webservice/PolygonRegionSOAPImpl.java 361 There is log block not surrounded by if
46045 src/com/gps/webservice/PolygonRegionSOAPImpl.java 364 Local variable 'vehicleObj' could be declared final
46046 src/com/gps/webservice/PolygonRegionSOAPImpl.java 364 Potential violation of Law of Demeter (object not created locally)
46047 src/com/gps/webservice/PolygonRegionSOAPImpl.java 365 Local variable 'orgId' could be declared final
46048 src/com/gps/webservice/PolygonRegionSOAPImpl.java 365 Potential violation of Law of Demeter (method chain calls)
46049 src/com/gps/webservice/PolygonRegionSOAPImpl.java 365 Potential violation of Law of Demeter (object not created locally)
46050 src/com/gps/webservice/PolygonRegionSOAPImpl.java 366 Comment is too large: Line too long
46051 src/com/gps/webservice/PolygonRegionSOAPImpl.java 367 Potential violation of Law of Demeter (object not created locally)
46052 src/com/gps/webservice/PolygonRegionSOAPImpl.java 369 There is log block not surrounded by if
46053 src/com/gps/webservice/PolygonRegionSOAPImpl.java 369 There is log block not surrounded by if
46054 src/com/gps/webservice/PolygonRegionSOAPImpl.java 370 A method should have only one exit point, and that should be the last statement in the method
46055 src/com/gps/webservice/PolygonRegionSOAPImpl.java 373 There is log block not surrounded by if
46056 src/com/gps/webservice/PolygonRegionSOAPImpl.java 373 There is log block not surrounded by if
46057 src/com/gps/webservice/PolygonRegionSOAPImpl.java 376 Found 'DD'-anomaly for variable 'currentFence' (lines '376'-'394').
46058 src/com/gps/webservice/PolygonRegionSOAPImpl.java 378 Found 'DD'-anomaly for variable 'sessVal' (lines '378'-'381').
46059 src/com/gps/webservice/PolygonRegionSOAPImpl.java 380 There is log block not surrounded by if
46060 src/com/gps/webservice/PolygonRegionSOAPImpl.java 380 There is log block not surrounded by if
46061 src/com/gps/webservice/PolygonRegionSOAPImpl.java 382 Avoid using Literals in Conditional Statements
46062 src/com/gps/webservice/PolygonRegionSOAPImpl.java 384 There is log block not surrounded by if
46063 src/com/gps/webservice/PolygonRegionSOAPImpl.java 384 There is log block not surrounded by if
46064 src/com/gps/webservice/PolygonRegionSOAPImpl.java 388 There is log block not surrounded by if
46065 src/com/gps/webservice/PolygonRegionSOAPImpl.java 388 There is log block not surrounded by if
46066 src/com/gps/webservice/PolygonRegionSOAPImpl.java 391 Avoid using if statements without curly braces
46067 src/com/gps/webservice/PolygonRegionSOAPImpl.java 397 Found 'DD'-anomaly for variable 'inFence' (lines '397'-'439').
46068 src/com/gps/webservice/PolygonRegionSOAPImpl.java 397 Found 'DU'-anomaly for variable 'inFence' (lines '397'-'572').
46069 src/com/gps/webservice/PolygonRegionSOAPImpl.java 400 Found 'DD'-anomaly for variable 'inFence' (lines '400'-'439').
46070 src/com/gps/webservice/PolygonRegionSOAPImpl.java 400 Found 'DU'-anomaly for variable 'inFence' (lines '400'-'572').
46071 src/com/gps/webservice/PolygonRegionSOAPImpl.java 414 Avoid if (x != y) ..; else ..;
46072 src/com/gps/webservice/PolygonRegionSOAPImpl.java 417 Avoid if (x != y) ..; else ..;
46073 src/com/gps/webservice/PolygonRegionSOAPImpl.java 424 Potential violation of Law of Demeter (object not created locally)
46074 src/com/gps/webservice/PolygonRegionSOAPImpl.java 424 There is log block not surrounded by if
46075 src/com/gps/webservice/PolygonRegionSOAPImpl.java 424 There is log block not surrounded by if
46076 src/com/gps/webservice/PolygonRegionSOAPImpl.java 431 There is log block not surrounded by if
46077 src/com/gps/webservice/PolygonRegionSOAPImpl.java 431 There is log block not surrounded by if
46078 src/com/gps/webservice/PolygonRegionSOAPImpl.java 433 Potential violation of Law of Demeter (method chain calls)
46079 src/com/gps/webservice/PolygonRegionSOAPImpl.java 433 Potential violation of Law of Demeter (method chain calls)
46080 src/com/gps/webservice/PolygonRegionSOAPImpl.java 433 Potential violation of Law of Demeter (object not created locally)
46081 src/com/gps/webservice/PolygonRegionSOAPImpl.java 443 Found 'DD'-anomaly for variable 'dateDiff' (lines '443'-'444').
46082 src/com/gps/webservice/PolygonRegionSOAPImpl.java 443 Potential violation of Law of Demeter (method chain calls)
46083 src/com/gps/webservice/PolygonRegionSOAPImpl.java 443 Potential violation of Law of Demeter (method chain calls)
46084 src/com/gps/webservice/PolygonRegionSOAPImpl.java 449 Avoid using if...else statements without curly braces
46085 src/com/gps/webservice/PolygonRegionSOAPImpl.java 449 There is log block not surrounded by if
46086 src/com/gps/webservice/PolygonRegionSOAPImpl.java 449 There is log block not surrounded by if
46087 src/com/gps/webservice/PolygonRegionSOAPImpl.java 450 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46088 src/com/gps/webservice/PolygonRegionSOAPImpl.java 452 There is log block not surrounded by if
46089 src/com/gps/webservice/PolygonRegionSOAPImpl.java 452 There is log block not surrounded by if
46090 src/com/gps/webservice/PolygonRegionSOAPImpl.java 459 Local variable 'vehId' could be declared final
46091 src/com/gps/webservice/PolygonRegionSOAPImpl.java 475 Comment is too large: Line too long
46092 src/com/gps/webservice/PolygonRegionSOAPImpl.java 477 There is log block not surrounded by if
46093 src/com/gps/webservice/PolygonRegionSOAPImpl.java 477 There is log block not surrounded by if
46094 src/com/gps/webservice/PolygonRegionSOAPImpl.java 480 Comment is too large: Line too long
46095 src/com/gps/webservice/PolygonRegionSOAPImpl.java 483 Comment is too large: Line too long
46096 src/com/gps/webservice/PolygonRegionSOAPImpl.java 485 Comment is too large: Line too long
46097 src/com/gps/webservice/PolygonRegionSOAPImpl.java 487 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46098 src/com/gps/webservice/PolygonRegionSOAPImpl.java 488 There is log block not surrounded by if
46099 src/com/gps/webservice/PolygonRegionSOAPImpl.java 493 Avoid if (x != y) ..; else ..;
46100 src/com/gps/webservice/PolygonRegionSOAPImpl.java 496 Avoid unused local variables such as 'SeqFence'.
46101 src/com/gps/webservice/PolygonRegionSOAPImpl.java 496 Found 'DD'-anomaly for variable 'SeqFence' (lines '496'-'502').
46102 src/com/gps/webservice/PolygonRegionSOAPImpl.java 496 Found 'DD'-anomaly for variable 'SeqFence' (lines '496'-'508').
46103 src/com/gps/webservice/PolygonRegionSOAPImpl.java 496 Found 'DU'-anomaly for variable 'SeqFence' (lines '496'-'572').
46104 src/com/gps/webservice/PolygonRegionSOAPImpl.java 496 Variables should start with a lowercase character, 'SeqFence' starts with uppercase character.
46105 src/com/gps/webservice/PolygonRegionSOAPImpl.java 498 Avoid using Literals in Conditional Statements
46106 src/com/gps/webservice/PolygonRegionSOAPImpl.java 500 Potential violation of Law of Demeter (method chain calls)
46107 src/com/gps/webservice/PolygonRegionSOAPImpl.java 501 Avoid using if statements without curly braces
46108 src/com/gps/webservice/PolygonRegionSOAPImpl.java 502 Found 'DU'-anomaly for variable 'SeqFence' (lines '502'-'572').
46109 src/com/gps/webservice/PolygonRegionSOAPImpl.java 502 Potential violation of Law of Demeter (method chain calls)
46110 src/com/gps/webservice/PolygonRegionSOAPImpl.java 506 Potential violation of Law of Demeter (method chain calls)
46111 src/com/gps/webservice/PolygonRegionSOAPImpl.java 507 Avoid using if statements without curly braces
46112 src/com/gps/webservice/PolygonRegionSOAPImpl.java 508 Found 'DU'-anomaly for variable 'SeqFence' (lines '508'-'572').
46113 src/com/gps/webservice/PolygonRegionSOAPImpl.java 508 Potential violation of Law of Demeter (method chain calls)
46114 src/com/gps/webservice/PolygonRegionSOAPImpl.java 514 Avoid variables with short names like c
46115 src/com/gps/webservice/PolygonRegionSOAPImpl.java 514 Local variable 'c' could be declared final
46116 src/com/gps/webservice/PolygonRegionSOAPImpl.java 515 Potential violation of Law of Demeter (object not created locally)
46117 src/com/gps/webservice/PolygonRegionSOAPImpl.java 515 Potential violation of Law of Demeter (object not created locally)
46118 src/com/gps/webservice/PolygonRegionSOAPImpl.java 516 Potential violation of Law of Demeter (object not created locally)
46119 src/com/gps/webservice/PolygonRegionSOAPImpl.java 516 Potential violation of Law of Demeter (object not created locally)
46120 src/com/gps/webservice/PolygonRegionSOAPImpl.java 517 Potential violation of Law of Demeter (object not created locally)
46121 src/com/gps/webservice/PolygonRegionSOAPImpl.java 517 Potential violation of Law of Demeter (object not created locally)
46122 src/com/gps/webservice/PolygonRegionSOAPImpl.java 518 Potential violation of Law of Demeter (object not created locally)
46123 src/com/gps/webservice/PolygonRegionSOAPImpl.java 518 There is log block not surrounded by if
46124 src/com/gps/webservice/PolygonRegionSOAPImpl.java 518 There is log block not surrounded by if
46125 src/com/gps/webservice/PolygonRegionSOAPImpl.java 519 Comment is too large: Line too long
46126 src/com/gps/webservice/PolygonRegionSOAPImpl.java 520 Potential violation of Law of Demeter (object not created locally)
46127 src/com/gps/webservice/PolygonRegionSOAPImpl.java 522 There is log block not surrounded by if
46128 src/com/gps/webservice/PolygonRegionSOAPImpl.java 522 There is log block not surrounded by if
46129 src/com/gps/webservice/PolygonRegionSOAPImpl.java 525 A method should have only one exit point, and that should be the last statement in the method
46130 src/com/gps/webservice/PolygonRegionSOAPImpl.java 525 Avoid using if...else statements without curly braces
46131 src/com/gps/webservice/PolygonRegionSOAPImpl.java 529 Local variable 'geoDAO' could be declared final
46132 src/com/gps/webservice/PolygonRegionSOAPImpl.java 531 Avoid using Literals in Conditional Statements
46133 src/com/gps/webservice/PolygonRegionSOAPImpl.java 532 Avoid using if...else statements without curly braces
46134 src/com/gps/webservice/PolygonRegionSOAPImpl.java 532 Potential violation of Law of Demeter (method chain calls)
46135 src/com/gps/webservice/PolygonRegionSOAPImpl.java 532 Potential violation of Law of Demeter (method chain calls)
46136 src/com/gps/webservice/PolygonRegionSOAPImpl.java 532 Potential violation of Law of Demeter (object not created locally)
46137 src/com/gps/webservice/PolygonRegionSOAPImpl.java 534 Avoid using if...else statements without curly braces
46138 src/com/gps/webservice/PolygonRegionSOAPImpl.java 534 Potential violation of Law of Demeter (method chain calls)
46139 src/com/gps/webservice/PolygonRegionSOAPImpl.java 534 Potential violation of Law of Demeter (method chain calls)
46140 src/com/gps/webservice/PolygonRegionSOAPImpl.java 534 Potential violation of Law of Demeter (object not created locally)
46141 src/com/gps/webservice/PolygonRegionSOAPImpl.java 538 Potential violation of Law of Demeter (object not created locally)
46142 src/com/gps/webservice/PolygonRegionSOAPImpl.java 538 There is log block not surrounded by if
46143 src/com/gps/webservice/PolygonRegionSOAPImpl.java 538 There is log block not surrounded by if
46144 src/com/gps/webservice/PolygonRegionSOAPImpl.java 539 Potential violation of Law of Demeter (object not created locally)
46145 src/com/gps/webservice/PolygonRegionSOAPImpl.java 539 Potential violation of Law of Demeter (object not created locally)
46146 src/com/gps/webservice/PolygonRegionSOAPImpl.java 548 There is log block not surrounded by if
46147 src/com/gps/webservice/PolygonRegionSOAPImpl.java 548 There is log block not surrounded by if
46148 src/com/gps/webservice/PolygonRegionSOAPImpl.java 554 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46149 src/com/gps/webservice/PolygonRegionSOAPImpl.java 556 There is log block not surrounded by if
46150 src/com/gps/webservice/PolygonRegionSOAPImpl.java 563 There is log block not surrounded by if
46151 src/com/gps/webservice/PolygonRegionSOAPImpl.java 563 There is log block not surrounded by if
46152 src/com/gps/webservice/PolygonRegionSOAPImpl.java 565 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46153 src/com/gps/webservice/PolygonRegionSOAPImpl.java 567 There is log block not surrounded by if
46154 src/com/gps/webservice/PolygonRegionSOAPImpl.java 574 Parameter 'currentFence' is not assigned and could be declared final
46155 src/com/gps/webservice/PolygonRegionSOAPImpl.java 574 Parameter 'packetTime' is not assigned and could be declared final
46156 src/com/gps/webservice/PolygonRegionSOAPImpl.java 574 Parameter 'sessVal' is not assigned and could be declared final
46157 src/com/gps/webservice/PolygonRegionSOAPImpl.java 574 Parameter 'vehicleId' is not assigned and could be declared final
46158 src/com/gps/webservice/PolygonRegionSOAPImpl.java 576 Found 'DD'-anomaly for variable 'tripList' (lines '576'-'582').
46159 src/com/gps/webservice/PolygonRegionSOAPImpl.java 577 Found 'DD'-anomaly for variable 'firstFence' (lines '577'-'589').
46160 src/com/gps/webservice/PolygonRegionSOAPImpl.java 577 Found 'DU'-anomaly for variable 'firstFence' (lines '577'-'609').
46161 src/com/gps/webservice/PolygonRegionSOAPImpl.java 578 Found 'DD'-anomaly for variable 'currentTrip' (lines '578'-'586').
46162 src/com/gps/webservice/PolygonRegionSOAPImpl.java 578 Found 'DU'-anomaly for variable 'currentTrip' (lines '578'-'609').
46163 src/com/gps/webservice/PolygonRegionSOAPImpl.java 584 Avoid using Literals in Conditional Statements
46164 src/com/gps/webservice/PolygonRegionSOAPImpl.java 584 Potential violation of Law of Demeter (object not created locally)
46165 src/com/gps/webservice/PolygonRegionSOAPImpl.java 589 Potential violation of Law of Demeter (object not created locally)
46166 src/com/gps/webservice/PolygonRegionSOAPImpl.java 592 Potential violation of Law of Demeter (object not created locally)
46167 src/com/gps/webservice/PolygonRegionSOAPImpl.java 592 Potential violation of Law of Demeter (object not created locally)
46168 src/com/gps/webservice/PolygonRegionSOAPImpl.java 595 There is log block not surrounded by if
46169 src/com/gps/webservice/PolygonRegionSOAPImpl.java 595 There is log block not surrounded by if
46170 src/com/gps/webservice/PolygonRegionSOAPImpl.java 598 There is log block not surrounded by if
46171 src/com/gps/webservice/PolygonRegionSOAPImpl.java 598 There is log block not surrounded by if
46172 src/com/gps/webservice/PolygonRegionSOAPImpl.java 602 A method should have only one exit point, and that should be the last statement in the method
46173 src/com/gps/webservice/PolygonRegionSOAPImpl.java 602 Avoid using if...else statements without curly braces
46174 src/com/gps/webservice/PolygonRegionSOAPImpl.java 604 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46175 src/com/gps/webservice/PolygonRegionSOAPImpl.java 612 Parameter 'currentFence' is not assigned and could be declared final
46176 src/com/gps/webservice/PolygonRegionSOAPImpl.java 612 Parameter 'packetTime' is not assigned and could be declared final
46177 src/com/gps/webservice/PolygonRegionSOAPImpl.java 612 Parameter 'sessVal' is not assigned and could be declared final
46178 src/com/gps/webservice/PolygonRegionSOAPImpl.java 612 Parameter 'vehicleId' is not assigned and could be declared final
46179 src/com/gps/webservice/PolygonRegionSOAPImpl.java 615 Found 'DD'-anomaly for variable 'tripList' (lines '615'-'623').
46180 src/com/gps/webservice/PolygonRegionSOAPImpl.java 616 Found 'DD'-anomaly for variable 'lastFence' (lines '616'-'635').
46181 src/com/gps/webservice/PolygonRegionSOAPImpl.java 616 Found 'DU'-anomaly for variable 'lastFence' (lines '616'-'689').
46182 src/com/gps/webservice/PolygonRegionSOAPImpl.java 617 Found 'DD'-anomaly for variable 'currentTrip' (lines '617'-'631').
46183 src/com/gps/webservice/PolygonRegionSOAPImpl.java 617 Found 'DD'-anomaly for variable 'nextTrip' (lines '617'-'652').
46184 src/com/gps/webservice/PolygonRegionSOAPImpl.java 617 Found 'DU'-anomaly for variable 'currentTrip' (lines '617'-'689').
46185 src/com/gps/webservice/PolygonRegionSOAPImpl.java 617 Found 'DU'-anomaly for variable 'nextTrip' (lines '617'-'689').
46186 src/com/gps/webservice/PolygonRegionSOAPImpl.java 617 Use one line for each declaration, it enhances code readability.
46187 src/com/gps/webservice/PolygonRegionSOAPImpl.java 628 Avoid using Literals in Conditional Statements
46188 src/com/gps/webservice/PolygonRegionSOAPImpl.java 628 Potential violation of Law of Demeter (object not created locally)
46189 src/com/gps/webservice/PolygonRegionSOAPImpl.java 630 Potential violation of Law of Demeter (object not created locally)
46190 src/com/gps/webservice/PolygonRegionSOAPImpl.java 630 There is log block not surrounded by if
46191 src/com/gps/webservice/PolygonRegionSOAPImpl.java 630 There is log block not surrounded by if
46192 src/com/gps/webservice/PolygonRegionSOAPImpl.java 633 Avoid if (x != y) ..; else ..;
46193 src/com/gps/webservice/PolygonRegionSOAPImpl.java 635 Potential violation of Law of Demeter (object not created locally)
46194 src/com/gps/webservice/PolygonRegionSOAPImpl.java 637 Potential violation of Law of Demeter (object not created locally)
46195 src/com/gps/webservice/PolygonRegionSOAPImpl.java 637 Potential violation of Law of Demeter (object not created locally)
46196 src/com/gps/webservice/PolygonRegionSOAPImpl.java 637 There is log block not surrounded by if
46197 src/com/gps/webservice/PolygonRegionSOAPImpl.java 637 There is log block not surrounded by if
46198 src/com/gps/webservice/PolygonRegionSOAPImpl.java 639 Avoid using Literals in Conditional Statements
46199 src/com/gps/webservice/PolygonRegionSOAPImpl.java 640 Avoid using if...else statements without curly braces
46200 src/com/gps/webservice/PolygonRegionSOAPImpl.java 642 Avoid using if...else statements without curly braces
46201 src/com/gps/webservice/PolygonRegionSOAPImpl.java 644 There is log block not surrounded by if
46202 src/com/gps/webservice/PolygonRegionSOAPImpl.java 644 There is log block not surrounded by if
46203 src/com/gps/webservice/PolygonRegionSOAPImpl.java 651 There is log block not surrounded by if
46204 src/com/gps/webservice/PolygonRegionSOAPImpl.java 651 There is log block not surrounded by if
46205 src/com/gps/webservice/PolygonRegionSOAPImpl.java 656 Avoid if (x != y) ..; else ..;
46206 src/com/gps/webservice/PolygonRegionSOAPImpl.java 659 Potential violation of Law of Demeter (object not created locally)
46207 src/com/gps/webservice/PolygonRegionSOAPImpl.java 659 There is log block not surrounded by if
46208 src/com/gps/webservice/PolygonRegionSOAPImpl.java 659 There is log block not surrounded by if
46209 src/com/gps/webservice/PolygonRegionSOAPImpl.java 662 There is log block not surrounded by if
46210 src/com/gps/webservice/PolygonRegionSOAPImpl.java 662 There is log block not surrounded by if
46211 src/com/gps/webservice/PolygonRegionSOAPImpl.java 665 Potential violation of Law of Demeter (object not created locally)
46212 src/com/gps/webservice/PolygonRegionSOAPImpl.java 665 There is log block not surrounded by if
46213 src/com/gps/webservice/PolygonRegionSOAPImpl.java 665 There is log block not surrounded by if
46214 src/com/gps/webservice/PolygonRegionSOAPImpl.java 670 There is log block not surrounded by if
46215 src/com/gps/webservice/PolygonRegionSOAPImpl.java 670 There is log block not surrounded by if
46216 src/com/gps/webservice/PolygonRegionSOAPImpl.java 674 There is log block not surrounded by if
46217 src/com/gps/webservice/PolygonRegionSOAPImpl.java 674 There is log block not surrounded by if
46218 src/com/gps/webservice/PolygonRegionSOAPImpl.java 678 There is log block not surrounded by if
46219 src/com/gps/webservice/PolygonRegionSOAPImpl.java 678 There is log block not surrounded by if
46220 src/com/gps/webservice/PolygonRegionSOAPImpl.java 679 A method should have only one exit point, and that should be the last statement in the method
46221 src/com/gps/webservice/PolygonRegionSOAPImpl.java 684 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46222 src/com/gps/webservice/PolygonRegionSOAPImpl.java 693 Parameter 'nextTrip' is not assigned and could be declared final
46223 src/com/gps/webservice/PolygonRegionSOAPImpl.java 693 Parameter 'sessVal' is not assigned and could be declared final
46224 src/com/gps/webservice/PolygonRegionSOAPImpl.java 693 Parameter 'time' is not assigned and could be declared final
46225 src/com/gps/webservice/PolygonRegionSOAPImpl.java 696 Local variable 'cal' could be declared final
46226 src/com/gps/webservice/PolygonRegionSOAPImpl.java 697 Found 'DD'-anomaly for variable 'nxtTriptime' (lines '697'-'713').
46227 src/com/gps/webservice/PolygonRegionSOAPImpl.java 698 Found 'DD'-anomaly for variable 'packTime' (lines '698'-'702').
46228 src/com/gps/webservice/PolygonRegionSOAPImpl.java 701 There is log block not surrounded by if
46229 src/com/gps/webservice/PolygonRegionSOAPImpl.java 701 There is log block not surrounded by if
46230 src/com/gps/webservice/PolygonRegionSOAPImpl.java 704 Potential violation of Law of Demeter (object not created locally)
46231 src/com/gps/webservice/PolygonRegionSOAPImpl.java 705 Avoid using Literals in Conditional Statements
46232 src/com/gps/webservice/PolygonRegionSOAPImpl.java 706 Potential violation of Law of Demeter (object not created locally)
46233 src/com/gps/webservice/PolygonRegionSOAPImpl.java 707 Potential violation of Law of Demeter (object not created locally)
46234 src/com/gps/webservice/PolygonRegionSOAPImpl.java 709 Potential violation of Law of Demeter (object not created locally)
46235 src/com/gps/webservice/PolygonRegionSOAPImpl.java 710 Potential violation of Law of Demeter (object not created locally)
46236 src/com/gps/webservice/PolygonRegionSOAPImpl.java 713 Potential violation of Law of Demeter (object not created locally)
46237 src/com/gps/webservice/PolygonRegionSOAPImpl.java 715 There is log block not surrounded by if
46238 src/com/gps/webservice/PolygonRegionSOAPImpl.java 715 There is log block not surrounded by if
46239 src/com/gps/webservice/PolygonRegionSOAPImpl.java 716 Useless parentheses.
46240 src/com/gps/webservice/PolygonRegionSOAPImpl.java 716 Useless parentheses.
46241 src/com/gps/webservice/PolygonRegionSOAPImpl.java 717 A method should have only one exit point, and that should be the last statement in the method
46242 src/com/gps/webservice/PolygonRegionSOAPImpl.java 720 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46243 src/com/gps/webservice/PolygonRegionSOAPImpl.java 723 A method should have only one exit point, and that should be the last statement in the method
46244 src/com/gps/webservice/PolygonRegionSOAPImpl.java 728 Parameter 'tripList' is not assigned and could be declared final
46245 src/com/gps/webservice/PolygonRegionSOAPImpl.java 729 Parameter 'currentTrip' is not assigned and could be declared final
46246 src/com/gps/webservice/PolygonRegionSOAPImpl.java 731 Found 'DD'-anomaly for variable 'tripNext' (lines '731'-'737').
46247 src/com/gps/webservice/PolygonRegionSOAPImpl.java 735 Potential violation of Law of Demeter (method chain calls)
46248 src/com/gps/webservice/PolygonRegionSOAPImpl.java 735 Potential violation of Law of Demeter (method chain calls)
46249 src/com/gps/webservice/PolygonRegionSOAPImpl.java 735 Potential violation of Law of Demeter (method chain calls)
46250 src/com/gps/webservice/PolygonRegionSOAPImpl.java 735 Potential violation of Law of Demeter (method chain calls)
46251 src/com/gps/webservice/PolygonRegionSOAPImpl.java 735 Potential violation of Law of Demeter (method chain calls)
46252 src/com/gps/webservice/PolygonRegionSOAPImpl.java 735 Potential violation of Law of Demeter (method chain calls)
46253 src/com/gps/webservice/PolygonRegionSOAPImpl.java 735 There is log block not surrounded by if
46254 src/com/gps/webservice/PolygonRegionSOAPImpl.java 735 There is log block not surrounded by if
46255 src/com/gps/webservice/PolygonRegionSOAPImpl.java 736 Potential violation of Law of Demeter (method chain calls)
46256 src/com/gps/webservice/PolygonRegionSOAPImpl.java 742 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46257 src/com/gps/webservice/PolygonRegionSOAPImpl.java 749 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
46258 src/com/gps/webservice/PolygonRegionSOAPImpl.java 749 Parameter 'currentFence' is not assigned and could be declared final
46259 src/com/gps/webservice/PolygonRegionSOAPImpl.java 749 Parameter 'inFence' is not assigned and could be declared final
46260 src/com/gps/webservice/PolygonRegionSOAPImpl.java 749 Parameter 'packetTime' is not assigned and could be declared final
46261 src/com/gps/webservice/PolygonRegionSOAPImpl.java 749 Parameter 'tripDetails' is not assigned and could be declared final
46262 src/com/gps/webservice/PolygonRegionSOAPImpl.java 749 Parameter 'vehicleId' is not assigned and could be declared final
46263 src/com/gps/webservice/PolygonRegionSOAPImpl.java 751 There is log block not surrounded by if
46264 src/com/gps/webservice/PolygonRegionSOAPImpl.java 751 There is log block not surrounded by if
46265 src/com/gps/webservice/PolygonRegionSOAPImpl.java 759 There is log block not surrounded by if
46266 src/com/gps/webservice/PolygonRegionSOAPImpl.java 759 There is log block not surrounded by if
46267 src/com/gps/webservice/PolygonRegionSOAPImpl.java 760 Local variable 'daoObj' could be declared final
46268 src/com/gps/webservice/PolygonRegionSOAPImpl.java 762 Local variable 'reportDao' could be declared final
46269 src/com/gps/webservice/PolygonRegionSOAPImpl.java 768 Potential violation of Law of Demeter (method chain calls)
46270 src/com/gps/webservice/PolygonRegionSOAPImpl.java 768 Potential violation of Law of Demeter (method chain calls)
46271 src/com/gps/webservice/PolygonRegionSOAPImpl.java 770 Potential violation of Law of Demeter (method chain calls)
46272 src/com/gps/webservice/PolygonRegionSOAPImpl.java 770 Potential violation of Law of Demeter (method chain calls)
46273 src/com/gps/webservice/PolygonRegionSOAPImpl.java 770 There is log block not surrounded by if
46274 src/com/gps/webservice/PolygonRegionSOAPImpl.java 770 There is log block not surrounded by if
46275 src/com/gps/webservice/PolygonRegionSOAPImpl.java 771 Local variable 'daoObj' could be declared final
46276 src/com/gps/webservice/PolygonRegionSOAPImpl.java 772 Local variable 'reportDao' could be declared final
46277 src/com/gps/webservice/PolygonRegionSOAPImpl.java 784 There is log block not surrounded by if
46278 src/com/gps/webservice/PolygonRegionSOAPImpl.java 784 There is log block not surrounded by if
46279 src/com/gps/webservice/PolygonRegionSOAPImpl.java 789 Potential violation of Law of Demeter (method chain calls)
46280 src/com/gps/webservice/PolygonRegionSOAPImpl.java 789 Potential violation of Law of Demeter (method chain calls)
46281 src/com/gps/webservice/PolygonRegionSOAPImpl.java 789 There is log block not surrounded by if
46282 src/com/gps/webservice/PolygonRegionSOAPImpl.java 789 There is log block not surrounded by if
46283 src/com/gps/webservice/PolygonRegionSOAPImpl.java 790 Local variable 'daoObj' could be declared final
46284 src/com/gps/webservice/PolygonRegionSOAPImpl.java 791 Local variable 'reportDao' could be declared final
46285 src/com/gps/webservice/PolygonRegionSOAPImpl.java 797 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46286 src/com/gps/webservice/PolygonRegionSOAPImpl.java 799 The String literal "error:" appears 4 times in this file; the first occurrence is on line 799
46287 src/com/gps/webservice/PolygonRegionSOAPImpl.java 799 There is log block not surrounded by if
46288 src/com/gps/webservice/PolygonRegionSOAPImpl.java 804 Avoid unused method parameters such as 'packetTime'.
46289 src/com/gps/webservice/PolygonRegionSOAPImpl.java 804 Parameter 'packetTime' is not assigned and could be declared final
46290 src/com/gps/webservice/PolygonRegionSOAPImpl.java 804 Parameter 'session' is not assigned and could be declared final
46291 src/com/gps/webservice/PolygonRegionSOAPImpl.java 804 Parameter 'trip' is not assigned and could be declared final
46292 src/com/gps/webservice/PolygonRegionSOAPImpl.java 804 Parameter 'vehicleId' is not assigned and could be declared final
46293 src/com/gps/webservice/PolygonRegionSOAPImpl.java 810 Local variable 'startFence' could be declared final
46294 src/com/gps/webservice/PolygonRegionSOAPImpl.java 816 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46295 src/com/gps/webservice/PolygonRegionSOAPImpl.java 818 There is log block not surrounded by if
46296 src/com/gps/webservice/PolygonRegionSOAPImpl.java 823 Comment is too large: Line too long
46297 src/com/gps/webservice/PolygonRegionSOAPImpl.java 824 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
46298 src/com/gps/webservice/PolygonRegionSOAPImpl.java 824 Avoid really long methods.
46299 src/com/gps/webservice/PolygonRegionSOAPImpl.java 824 Parameter 'currentFence' is not assigned and could be declared final
46300 src/com/gps/webservice/PolygonRegionSOAPImpl.java 824 Parameter 'currentLat' is not assigned and could be declared final
46301 src/com/gps/webservice/PolygonRegionSOAPImpl.java 824 Parameter 'currentLon' is not assigned and could be declared final
46302 src/com/gps/webservice/PolygonRegionSOAPImpl.java 824 Parameter 'inPolygon' is not assigned and could be declared final
46303 src/com/gps/webservice/PolygonRegionSOAPImpl.java 824 Parameter 'packetTime' is not assigned and could be declared final
46304 src/com/gps/webservice/PolygonRegionSOAPImpl.java 824 Parameter 'sessVal' is not assigned and could be declared final
46305 src/com/gps/webservice/PolygonRegionSOAPImpl.java 824 Parameter 'trip' is not assigned and could be declared final
46306 src/com/gps/webservice/PolygonRegionSOAPImpl.java 824 Parameter 'vehicleId' is not assigned and could be declared final
46307 src/com/gps/webservice/PolygonRegionSOAPImpl.java 824 The method 'infence' has a Cyclomatic Complexity of 21.
46308 src/com/gps/webservice/PolygonRegionSOAPImpl.java 832 Potential violation of Law of Demeter (method chain calls)
46309 src/com/gps/webservice/PolygonRegionSOAPImpl.java 832 Useless parentheses.
46310 src/com/gps/webservice/PolygonRegionSOAPImpl.java 832 Useless parentheses.
46311 src/com/gps/webservice/PolygonRegionSOAPImpl.java 832 Useless parentheses.
46312 src/com/gps/webservice/PolygonRegionSOAPImpl.java 832 Useless parentheses.
46313 src/com/gps/webservice/PolygonRegionSOAPImpl.java 834 There is log block not surrounded by if
46314 src/com/gps/webservice/PolygonRegionSOAPImpl.java 834 There is log block not surrounded by if
46315 src/com/gps/webservice/PolygonRegionSOAPImpl.java 835 A method should have only one exit point, and that should be the last statement in the method
46316 src/com/gps/webservice/PolygonRegionSOAPImpl.java 839 Found 'DD'-anomaly for variable 'seqFence' (lines '839'-'852').
46317 src/com/gps/webservice/PolygonRegionSOAPImpl.java 839 Found 'DD'-anomaly for variable 'seqFence' (lines '839'-'858').
46318 src/com/gps/webservice/PolygonRegionSOAPImpl.java 840 Local variable 'currentId' could be declared final
46319 src/com/gps/webservice/PolygonRegionSOAPImpl.java 845 The String literal " FenceObj : " appears 4 times in this file; the first occurrence is on line 845
46320 src/com/gps/webservice/PolygonRegionSOAPImpl.java 845 There is log block not surrounded by if
46321 src/com/gps/webservice/PolygonRegionSOAPImpl.java 845 There is log block not surrounded by if
46322 src/com/gps/webservice/PolygonRegionSOAPImpl.java 846 There is log block not surrounded by if
46323 src/com/gps/webservice/PolygonRegionSOAPImpl.java 846 There is log block not surrounded by if
46324 src/com/gps/webservice/PolygonRegionSOAPImpl.java 848 Avoid using Literals in Conditional Statements
46325 src/com/gps/webservice/PolygonRegionSOAPImpl.java 850 Found 'DU'-anomaly for variable 'stopTime' (lines '850'-'942').
46326 src/com/gps/webservice/PolygonRegionSOAPImpl.java 851 Avoid using if statements without curly braces
46327 src/com/gps/webservice/PolygonRegionSOAPImpl.java 852 Potential violation of Law of Demeter (method chain calls)
46328 src/com/gps/webservice/PolygonRegionSOAPImpl.java 856 Found 'DU'-anomaly for variable 'stopTime' (lines '856'-'942').
46329 src/com/gps/webservice/PolygonRegionSOAPImpl.java 857 Avoid using if statements without curly braces
46330 src/com/gps/webservice/PolygonRegionSOAPImpl.java 858 Potential violation of Law of Demeter (method chain calls)
46331 src/com/gps/webservice/PolygonRegionSOAPImpl.java 861 There is log block not surrounded by if
46332 src/com/gps/webservice/PolygonRegionSOAPImpl.java 861 There is log block not surrounded by if
46333 src/com/gps/webservice/PolygonRegionSOAPImpl.java 865 Avoid if (x != y) ..; else ..;
46334 src/com/gps/webservice/PolygonRegionSOAPImpl.java 866 There is log block not surrounded by if
46335 src/com/gps/webservice/PolygonRegionSOAPImpl.java 866 There is log block not surrounded by if
46336 src/com/gps/webservice/PolygonRegionSOAPImpl.java 867 Potential violation of Law of Demeter (method chain calls)
46337 src/com/gps/webservice/PolygonRegionSOAPImpl.java 867 Potential violation of Law of Demeter (method chain calls)
46338 src/com/gps/webservice/PolygonRegionSOAPImpl.java 867 There is log block not surrounded by if
46339 src/com/gps/webservice/PolygonRegionSOAPImpl.java 867 There is log block not surrounded by if
46340 src/com/gps/webservice/PolygonRegionSOAPImpl.java 869 There is log block not surrounded by if
46341 src/com/gps/webservice/PolygonRegionSOAPImpl.java 869 There is log block not surrounded by if
46342 src/com/gps/webservice/PolygonRegionSOAPImpl.java 871 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46343 src/com/gps/webservice/PolygonRegionSOAPImpl.java 873 There is log block not surrounded by if
46344 src/com/gps/webservice/PolygonRegionSOAPImpl.java 873 There is log block not surrounded by if
46345 src/com/gps/webservice/PolygonRegionSOAPImpl.java 878 Position literals first in String comparisons
46346 src/com/gps/webservice/PolygonRegionSOAPImpl.java 878 Potential violation of Law of Demeter (object not created locally)
46347 src/com/gps/webservice/PolygonRegionSOAPImpl.java 878 Potential violation of Law of Demeter (object not created locally)
46348 src/com/gps/webservice/PolygonRegionSOAPImpl.java 878 Potential violation of Law of Demeter (object not created locally)
46349 src/com/gps/webservice/PolygonRegionSOAPImpl.java 878 Useless parentheses.
46350 src/com/gps/webservice/PolygonRegionSOAPImpl.java 878 Useless parentheses.
46351 src/com/gps/webservice/PolygonRegionSOAPImpl.java 878 Useless parentheses.
46352 src/com/gps/webservice/PolygonRegionSOAPImpl.java 878 Useless parentheses.
46353 src/com/gps/webservice/PolygonRegionSOAPImpl.java 880 There is log block not surrounded by if
46354 src/com/gps/webservice/PolygonRegionSOAPImpl.java 880 There is log block not surrounded by if
46355 src/com/gps/webservice/PolygonRegionSOAPImpl.java 884 A method should have only one exit point, and that should be the last statement in the method
46356 src/com/gps/webservice/PolygonRegionSOAPImpl.java 888 There is log block not surrounded by if
46357 src/com/gps/webservice/PolygonRegionSOAPImpl.java 888 There is log block not surrounded by if
46358 src/com/gps/webservice/PolygonRegionSOAPImpl.java 892 A method should have only one exit point, and that should be the last statement in the method
46359 src/com/gps/webservice/PolygonRegionSOAPImpl.java 894 Comment is too large: Line too long
46360 src/com/gps/webservice/PolygonRegionSOAPImpl.java 897 There is log block not surrounded by if
46361 src/com/gps/webservice/PolygonRegionSOAPImpl.java 897 There is log block not surrounded by if
46362 src/com/gps/webservice/PolygonRegionSOAPImpl.java 901 A method should have only one exit point, and that should be the last statement in the method
46363 src/com/gps/webservice/PolygonRegionSOAPImpl.java 903 Potential violation of Law of Demeter (method chain calls)
46364 src/com/gps/webservice/PolygonRegionSOAPImpl.java 903 Potential violation of Law of Demeter (method chain calls)
46365 src/com/gps/webservice/PolygonRegionSOAPImpl.java 903 Potential violation of Law of Demeter (object not created locally)
46366 src/com/gps/webservice/PolygonRegionSOAPImpl.java 905 There is log block not surrounded by if
46367 src/com/gps/webservice/PolygonRegionSOAPImpl.java 905 There is log block not surrounded by if
46368 src/com/gps/webservice/PolygonRegionSOAPImpl.java 911 Found 'DD'-anomaly for variable 'dateDiff' (lines '911'-'912').
46369 src/com/gps/webservice/PolygonRegionSOAPImpl.java 911 Potential violation of Law of Demeter (method chain calls)
46370 src/com/gps/webservice/PolygonRegionSOAPImpl.java 911 Potential violation of Law of Demeter (method chain calls)
46371 src/com/gps/webservice/PolygonRegionSOAPImpl.java 917 There is log block not surrounded by if
46372 src/com/gps/webservice/PolygonRegionSOAPImpl.java 917 There is log block not surrounded by if
46373 src/com/gps/webservice/PolygonRegionSOAPImpl.java 919 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46374 src/com/gps/webservice/PolygonRegionSOAPImpl.java 921 There is log block not surrounded by if
46375 src/com/gps/webservice/PolygonRegionSOAPImpl.java 921 There is log block not surrounded by if
46376 src/com/gps/webservice/PolygonRegionSOAPImpl.java 926 A method should have only one exit point, and that should be the last statement in the method
46377 src/com/gps/webservice/PolygonRegionSOAPImpl.java 930 There is log block not surrounded by if
46378 src/com/gps/webservice/PolygonRegionSOAPImpl.java 930 There is log block not surrounded by if
46379 src/com/gps/webservice/PolygonRegionSOAPImpl.java 931 There is log block not surrounded by if
46380 src/com/gps/webservice/PolygonRegionSOAPImpl.java 931 There is log block not surrounded by if
46381 src/com/gps/webservice/PolygonRegionSOAPImpl.java 932 A method should have only one exit point, and that should be the last statement in the method
46382 src/com/gps/webservice/PolygonRegionSOAPImpl.java 936 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46383 src/com/gps/webservice/PolygonRegionSOAPImpl.java 937 Potential violation of Law of Demeter (object not created locally)
46384 src/com/gps/webservice/PolygonRegionSOAPImpl.java 937 There is log block not surrounded by if
46385 src/com/gps/webservice/PolygonRegionSOAPImpl.java 944 Avoid really long methods.
46386 src/com/gps/webservice/PolygonRegionSOAPImpl.java 944 Avoid reassigning parameters such as 'currentFence'
46387 src/com/gps/webservice/PolygonRegionSOAPImpl.java 944 Method names should not start with capital letters
46388 src/com/gps/webservice/PolygonRegionSOAPImpl.java 944 Parameter 'msgType' is not assigned and could be declared final
46389 src/com/gps/webservice/PolygonRegionSOAPImpl.java 944 Parameter 'packetTime' is not assigned and could be declared final
46390 src/com/gps/webservice/PolygonRegionSOAPImpl.java 944 Parameter 'sessVal' is not assigned and could be declared final
46391 src/com/gps/webservice/PolygonRegionSOAPImpl.java 944 Parameter 'sessionVal' is not assigned and could be declared final
46392 src/com/gps/webservice/PolygonRegionSOAPImpl.java 944 Parameter 'vehicleId' is not assigned and could be declared final
46393 src/com/gps/webservice/PolygonRegionSOAPImpl.java 944 The method 'SendSMS' has a Cyclomatic Complexity of 15.
46394 src/com/gps/webservice/PolygonRegionSOAPImpl.java 944 The method SendSMS() has an NPath complexity of 1140
46395 src/com/gps/webservice/PolygonRegionSOAPImpl.java 947 Avoid using if statements without curly braces
46396 src/com/gps/webservice/PolygonRegionSOAPImpl.java 948 A method should have only one exit point, and that should be the last statement in the method
46397 src/com/gps/webservice/PolygonRegionSOAPImpl.java 950 Local variable 'school' could be declared final
46398 src/com/gps/webservice/PolygonRegionSOAPImpl.java 950 Potential violation of Law of Demeter (method chain calls)
46399 src/com/gps/webservice/PolygonRegionSOAPImpl.java 950 Potential violation of Law of Demeter (method chain calls)
46400 src/com/gps/webservice/PolygonRegionSOAPImpl.java 952 Avoid declaring a variable if it is unreferenced before a possible exit point.
46401 src/com/gps/webservice/PolygonRegionSOAPImpl.java 952 Avoid unused local variables such as 'formatter'.
46402 src/com/gps/webservice/PolygonRegionSOAPImpl.java 952 Found 'DU'-anomaly for variable 'formatter' (lines '952'-'1,050').
46403 src/com/gps/webservice/PolygonRegionSOAPImpl.java 952 Local variable 'formatter' could be declared final
46404 src/com/gps/webservice/PolygonRegionSOAPImpl.java 952 When instantiating a SimpleDateFormat object, specify a Locale
46405 src/com/gps/webservice/PolygonRegionSOAPImpl.java 953 Local variable 'format' could be declared final
46406 src/com/gps/webservice/PolygonRegionSOAPImpl.java 953 When instantiating a SimpleDateFormat object, specify a Locale
46407 src/com/gps/webservice/PolygonRegionSOAPImpl.java 954 Local variable 'dateformat' could be declared final
46408 src/com/gps/webservice/PolygonRegionSOAPImpl.java 954 When instantiating a SimpleDateFormat object, specify a Locale
46409 src/com/gps/webservice/PolygonRegionSOAPImpl.java 955 Found 'DU'-anomaly for variable 'Packetformat' (lines '955'-'1,050').
46410 src/com/gps/webservice/PolygonRegionSOAPImpl.java 955 Local variable 'Packetformat' could be declared final
46411 src/com/gps/webservice/PolygonRegionSOAPImpl.java 955 Variables should start with a lowercase character, 'Packetformat' starts with uppercase character.
46412 src/com/gps/webservice/PolygonRegionSOAPImpl.java 955 When instantiating a SimpleDateFormat object, specify a Locale
46413 src/com/gps/webservice/PolygonRegionSOAPImpl.java 956 Local variable 'date' could be declared final
46414 src/com/gps/webservice/PolygonRegionSOAPImpl.java 956 Potential violation of Law of Demeter (object not created locally)
46415 src/com/gps/webservice/PolygonRegionSOAPImpl.java 957 Local variable 'time' could be declared final
46416 src/com/gps/webservice/PolygonRegionSOAPImpl.java 957 Potential violation of Law of Demeter (object not created locally)
46417 src/com/gps/webservice/PolygonRegionSOAPImpl.java 960 Found 'DD'-anomaly for variable 'dateDiff' (lines '960'-'961').
46418 src/com/gps/webservice/PolygonRegionSOAPImpl.java 960 Potential violation of Law of Demeter (method chain calls)
46419 src/com/gps/webservice/PolygonRegionSOAPImpl.java 960 Potential violation of Law of Demeter (method chain calls)
46420 src/com/gps/webservice/PolygonRegionSOAPImpl.java 963 Potential violation of Law of Demeter (object not created locally)
46421 src/com/gps/webservice/PolygonRegionSOAPImpl.java 964 Potential violation of Law of Demeter (object not created locally)
46422 src/com/gps/webservice/PolygonRegionSOAPImpl.java 967 Potential violation of Law of Demeter (object not created locally)
46423 src/com/gps/webservice/PolygonRegionSOAPImpl.java 970 Local variable 'result1' could be declared final
46424 src/com/gps/webservice/PolygonRegionSOAPImpl.java 970 Potential violation of Law of Demeter (method chain calls)
46425 src/com/gps/webservice/PolygonRegionSOAPImpl.java 971 There is log block not surrounded by if
46426 src/com/gps/webservice/PolygonRegionSOAPImpl.java 971 There is log block not surrounded by if
46427 src/com/gps/webservice/PolygonRegionSOAPImpl.java 972 Found 'DD'-anomaly for variable 'finalMessge' (lines '972'-'974').
46428 src/com/gps/webservice/PolygonRegionSOAPImpl.java 980 There is log block not surrounded by if
46429 src/com/gps/webservice/PolygonRegionSOAPImpl.java 980 There is log block not surrounded by if
46430 src/com/gps/webservice/PolygonRegionSOAPImpl.java 981 Found 'DD'-anomaly for variable 'mob' (lines '981'-'1,020').
46431 src/com/gps/webservice/PolygonRegionSOAPImpl.java 981 Found 'DU'-anomaly for variable 'mob' (lines '981'-'1,050').
46432 src/com/gps/webservice/PolygonRegionSOAPImpl.java 982 Comment is too large: Line too long
46433 src/com/gps/webservice/PolygonRegionSOAPImpl.java 986 Avoid declaring a variable if it is unreferenced before a possible exit point.
46434 src/com/gps/webservice/PolygonRegionSOAPImpl.java 986 Found 'DU'-anomaly for variable 'geoDAO' (lines '986'-'1,050').
46435 src/com/gps/webservice/PolygonRegionSOAPImpl.java 986 Local variable 'geoDAO' could be declared final
46436 src/com/gps/webservice/PolygonRegionSOAPImpl.java 988 Avoid using Literals in Conditional Statements
46437 src/com/gps/webservice/PolygonRegionSOAPImpl.java 989 Avoid using if...else statements without curly braces
46438 src/com/gps/webservice/PolygonRegionSOAPImpl.java 989 Found 'DU'-anomaly for variable 'nxtId' (lines '989'-'1,050').
46439 src/com/gps/webservice/PolygonRegionSOAPImpl.java 991 Avoid using if...else statements without curly braces
46440 src/com/gps/webservice/PolygonRegionSOAPImpl.java 991 Found 'DU'-anomaly for variable 'nxtId' (lines '991'-'1,050').
46441 src/com/gps/webservice/PolygonRegionSOAPImpl.java 993 Avoid using if statements without curly braces
46442 src/com/gps/webservice/PolygonRegionSOAPImpl.java 993 Potential violation of Law of Demeter (method chain calls)
46443 src/com/gps/webservice/PolygonRegionSOAPImpl.java 996 Avoid using Literals in Conditional Statements
46444 src/com/gps/webservice/PolygonRegionSOAPImpl.java 998 Avoid if (x != y) ..; else ..;
46445 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1000 Potential violation of Law of Demeter (object not created locally)
46446 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1002 Potential violation of Law of Demeter (method chain calls)
46447 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1002 Potential violation of Law of Demeter (method chain calls)
46448 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1002 Potential violation of Law of Demeter (method chain calls)
46449 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1002 Potential violation of Law of Demeter (method chain calls)
46450 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1002 There is log block not surrounded by if
46451 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1002 There is log block not surrounded by if
46452 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1007 There is log block not surrounded by if
46453 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1007 There is log block not surrounded by if
46454 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1016 Potential violation of Law of Demeter (method chain calls)
46455 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1016 Potential violation of Law of Demeter (method chain calls)
46456 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1016 Potential violation of Law of Demeter (method chain calls)
46457 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1016 Potential violation of Law of Demeter (method chain calls)
46458 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1016 There is log block not surrounded by if
46459 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1016 There is log block not surrounded by if
46460 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1019 There is log block not surrounded by if
46461 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1019 There is log block not surrounded by if
46462 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1020 Potential violation of Law of Demeter (object not created locally)
46463 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1024 Avoid using if...else statements without curly braces
46464 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1024 There is log block not surrounded by if
46465 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1024 There is log block not surrounded by if
46466 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1026 Avoid using Literals in Conditional Statements
46467 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1028 There is log block not surrounded by if
46468 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1028 There is log block not surrounded by if
46469 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1030 Found 'DD'-anomaly for variable 'type' (lines '1,030'-'1,032').
46470 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1031 Avoid using Literals in Conditional Statements
46471 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1031 Avoid using if statements without curly braces
46472 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1037 There is log block not surrounded by if
46473 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1038 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46474 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1040 There is log block not surrounded by if
46475 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1045 There is log block not surrounded by if
46476 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1045 There is log block not surrounded by if
46477 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1046 There is log block not surrounded by if
46478 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1046 There is log block not surrounded by if
46479 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1049 There is log block not surrounded by if
46480 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1049 There is log block not surrounded by if
46481 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1052 Parameter 'packetTime' is not assigned and could be declared final
46482 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1052 Parameter 'stopTime' is not assigned and could be declared final
46483 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1052 publicMethodCommentRequirement Required
46484 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1056 There is log block not surrounded by if
46485 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1056 There is log block not surrounded by if
46486 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1058 Avoid if (x != y) ..; else ..;
46487 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1059 Local variable 'stopCal' could be declared final
46488 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1060 Potential violation of Law of Demeter (object not created locally)
46489 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1061 Potential violation of Law of Demeter (object not created locally)
46490 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1062 Potential violation of Law of Demeter (object not created locally)
46491 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1064 Potential violation of Law of Demeter (object not created locally)
46492 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1064 There is log block not surrounded by if
46493 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1064 There is log block not surrounded by if
46494 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1065 There is log block not surrounded by if
46495 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1065 There is log block not surrounded by if
46496 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1066 Potential violation of Law of Demeter (object not created locally)
46497 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1067 Potential violation of Law of Demeter (object not created locally)
46498 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1067 Potential violation of Law of Demeter (object not created locally)
46499 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1068 Potential violation of Law of Demeter (object not created locally)
46500 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1068 Potential violation of Law of Demeter (object not created locally)
46501 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1070 There is log block not surrounded by if
46502 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1070 There is log block not surrounded by if
46503 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1071 A method should have only one exit point, and that should be the last statement in the method
46504 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1073 There is log block not surrounded by if
46505 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1073 There is log block not surrounded by if
46506 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1074 A method should have only one exit point, and that should be the last statement in the method
46507 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1077 A method should have only one exit point, and that should be the last statement in the method
46508 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1080 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46509 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1082 There is log block not surrounded by if
46510 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1082 There is log block not surrounded by if
46511 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1088 Parameter 'currentTrip' is not assigned and could be declared final
46512 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1088 Parameter 'packetTime' is not assigned and could be declared final
46513 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1088 Parameter 'sessVal' is not assigned and could be declared final
46514 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1089 Found 'DD'-anomaly for variable 'hours' (lines '1,089'-'1,096').
46515 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1089 Found 'DD'-anomaly for variable 'hours' (lines '1,089'-'1,099').
46516 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1089 Found 'DD'-anomaly for variable 'minutes' (lines '1,089'-'1,097').
46517 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1089 Found 'DD'-anomaly for variable 'minutes' (lines '1,089'-'1,100').
46518 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1089 Use one line for each declaration, it enhances code readability.
46519 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1093 There is log block not surrounded by if
46520 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1093 There is log block not surrounded by if
46521 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1094 Local variable 'stopCal' could be declared final
46522 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1095 Avoid using Literals in Conditional Statements
46523 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1102 There is log block not surrounded by if
46524 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1102 There is log block not surrounded by if
46525 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1104 Potential violation of Law of Demeter (object not created locally)
46526 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1105 Potential violation of Law of Demeter (object not created locally)
46527 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1108 Potential violation of Law of Demeter (object not created locally)
46528 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1108 There is log block not surrounded by if
46529 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1108 There is log block not surrounded by if
46530 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1109 Potential violation of Law of Demeter (object not created locally)
46531 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1109 There is log block not surrounded by if
46532 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1109 There is log block not surrounded by if
46533 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1110 Potential violation of Law of Demeter (object not created locally)
46534 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1110 Potential violation of Law of Demeter (object not created locally)
46535 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1110 Potential violation of Law of Demeter (object not created locally)
46536 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1110 Potential violation of Law of Demeter (object not created locally)
46537 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1112 There is log block not surrounded by if
46538 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1112 There is log block not surrounded by if
46539 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1113 A method should have only one exit point, and that should be the last statement in the method
46540 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1117 There is log block not surrounded by if
46541 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1117 There is log block not surrounded by if
46542 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1118 A method should have only one exit point, and that should be the last statement in the method
46543 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46544 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1122 There is log block not surrounded by if
46545 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1122 There is log block not surrounded by if
46546 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1129 Parameter 'Fence' is not assigned and could be declared final
46547 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1129 Parameter 'currentLat' is not assigned and could be declared final
46548 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1129 Parameter 'currentLon' is not assigned and could be declared final
46549 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1129 Variables should start with a lowercase character, 'Fence' starts with uppercase character.
46550 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1132 There is log block not surrounded by if
46551 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1132 There is log block not surrounded by if
46552 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1133 Avoid unnecessary if..then..else statements when returning booleans
46553 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1135 A method should have only one exit point, and that should be the last statement in the method
46554 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1139 A method should have only one exit point, and that should be the last statement in the method
46555 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46556 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1142 There is log block not surrounded by if
46557 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1142 There is log block not surrounded by if
46558 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1148 Parameter 'Fence' is not assigned and could be declared final
46559 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1148 Parameter 'currentLat' is not assigned and could be declared final
46560 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1148 Parameter 'currentLon' is not assigned and could be declared final
46561 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1148 Variables should start with a lowercase character, 'Fence' starts with uppercase character.
46562 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1148 publicMethodCommentRequirement Required
46563 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1151 Avoid if (x != y) ..; else ..;
46564 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1152 Local variable 'currentDistance' could be declared final
46565 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1153 Found 'DD'-anomaly for variable 'result' (lines '1,153'-'1,156').
46566 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1153 Found 'DD'-anomaly for variable 'result' (lines '1,153'-'1,164').
46567 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1153 Found 'DD'-anomaly for variable 'result' (lines '1,153'-'1,169').
46568 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1160 There is log block not surrounded by if
46569 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1160 There is log block not surrounded by if
46570 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1163 There is log block not surrounded by if
46571 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1163 There is log block not surrounded by if
46572 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1168 There is log block not surrounded by if
46573 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1168 There is log block not surrounded by if
46574 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1174 A method should have only one exit point, and that should be the last statement in the method
46575 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1181 Parameter 'lat1' is not assigned and could be declared final
46576 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1181 Parameter 'lat2' is not assigned and could be declared final
46577 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1181 Parameter 'lon1' is not assigned and could be declared final
46578 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1181 Parameter 'lon2' is not assigned and could be declared final
46579 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1181 Parameter 'unit' is not assigned and could be declared final
46580 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1182 Local variable 'theta' could be declared final
46581 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1183 Found 'DD'-anomaly for variable 'dist' (lines '1,183'-'1,184').
46582 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1187 Avoid using Literals in Conditional Statements
46583 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1187 Use equals() to compare strings instead of '==' or '!='
46584 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1189 Avoid using Literals in Conditional Statements
46585 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1189 Use equals() to compare strings instead of '==' or '!='
46586 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1192 This statement may have some unnecessary parentheses
46587 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1192 Useless parentheses.
46588 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1192 Useless parentheses.
46589 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1195 Parameter 'deg' is not assigned and could be declared final
46590 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1196 Useless parentheses.
46591 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1196 Useless parentheses.
46592 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1199 Parameter 'rad' is not assigned and could be declared final
46593 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1200 Useless parentheses.
46594 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1200 Useless parentheses.
46595 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1203 Comment is too large: Line too long
46596 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1204 A method/constructor shouldnt explicitly throw java.lang.Exception
46597 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1204 Parameter 'lat' is not assigned and could be declared final
46598 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1204 Parameter 'lon' is not assigned and could be declared final
46599 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1204 Parameter 'packetTime' is not assigned and could be declared final
46600 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1204 Parameter 'trip' is not assigned and could be declared final
46601 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1204 Parameter 'vehicleId' is not assigned and could be declared final
46602 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1204 publicMethodCommentRequirement Required
46603 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1207 Found 'DD'-anomaly for variable 'fenceList' (lines '1,207'-'1,216').
46604 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1208 Found 'DD'-anomaly for variable 'sessVal' (lines '1,208'-'1,212').
46605 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1213 There is log block not surrounded by if
46606 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1213 There is log block not surrounded by if
46607 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1218 Local variable 'currentFence' could be declared final
46608 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1220 There is log block not surrounded by if
46609 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1220 There is log block not surrounded by if
46610 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1224 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46611 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1226 There is log block not surrounded by if
46612 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1231 Comment is too large: Line too long
46613 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1232 A method/constructor shouldnt explicitly throw java.lang.Exception
46614 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1232 Parameter 'isRFID' is not assigned and could be declared final
46615 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1232 Parameter 'lat' is not assigned and could be declared final
46616 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1232 Parameter 'lon' is not assigned and could be declared final
46617 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1232 Parameter 'packetTime' is not assigned and could be declared final
46618 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1232 Parameter 'tripid' is not assigned and could be declared final
46619 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1232 Parameter 'vehicleId' is not assigned and could be declared final
46620 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1232 publicMethodCommentRequirement Required
46621 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1234 Found 'DD'-anomaly for variable 'fenceList' (lines '1,234'-'1,242').
46622 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1235 Found 'DD'-anomaly for variable 'sessVal' (lines '1,235'-'1,239').
46623 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1243 Local variable 'currentFence' could be declared final
46624 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1248 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46625 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1250 There is log block not surrounded by if
46626 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1255 Found 'UR'-anomaly for variable 'fence' (lines '1,255'-'1,268').
46627 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1255 Parameter 'fenceList' is not assigned and could be declared final
46628 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1255 Parameter 'lat' is not assigned and could be declared final
46629 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1255 Parameter 'lon' is not assigned and could be declared final
46630 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1255 Parameter 'vehicleId' is not assigned and could be declared final
46631 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1257 Found 'DD'-anomaly for variable 'stat' (lines '1,257'-'1,274').
46632 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1257 Found 'DD'-anomaly for variable 'stat' (lines '1,257'-'1,279').
46633 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1257 Found 'DU'-anomaly for variable 'stat' (lines '1,257'-'1,301').
46634 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1259 Found 'DD'-anomaly for variable 'currentFence' (lines '1,259'-'1,286').
46635 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1262 Local variable 'fence' could be declared final
46636 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1268 Potential violation of Law of Demeter (method chain calls)
46637 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1270 Avoid if (x != y) ..; else ..;
46638 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1270 Potential violation of Law of Demeter (object not created locally)
46639 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1273 Avoid instantiating new objects inside loops
46640 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1275 Comment is too large: Line too long
46641 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1285 Potential violation of Law of Demeter (object not created locally)
46642 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1285 There is log block not surrounded by if
46643 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1285 There is log block not surrounded by if
46644 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1290 Avoid empty if statements
46645 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1290 Avoid empty if statements
46646 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1295 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46647 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1297 There is log block not surrounded by if
46648 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1303 Parameter 'port' is not assigned and could be declared final
46649 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1303 Parameter 'proxy' is not assigned and could be declared final
46650 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1303 Parameter 'queryString' is not assigned and could be declared final
46651 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1303 Parameter 'url' is not assigned and could be declared final
46652 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1303 publicMethodCommentRequirement Required
46653 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1305 Found 'DD'-anomaly for variable 'stat' (lines '1,305'-'1,311').
46654 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1307 Local variable 'httpGps' could be declared final
46655 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1311 Potential violation of Law of Demeter (object not created locally)
46656 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1314 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46657 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1316 Potential violation of Law of Demeter (object not created locally)
46658 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1316 There is log block not surrounded by if
46659 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1321 Avoid long parameter lists.
46660 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1321 Found 'UR'-anomaly for variable 'geofence' (lines '1,321'-'1,341').
46661 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1321 Found 'UR'-anomaly for variable 'geofence' (lines '1,321'-'1,343').
46662 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1321 Parameter 'currentFence' is not assigned and could be declared final
46663 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1321 Parameter 'message' is not assigned and could be declared final
46664 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1321 Parameter 'msgType' is not assigned and could be declared final
46665 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1321 Parameter 'password' is not assigned and could be declared final
46666 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1321 Parameter 'port' is not assigned and could be declared final
46667 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1321 Parameter 'proxy' is not assigned and could be declared final
46668 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1321 Parameter 'senderId' is not assigned and could be declared final
46669 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1321 Parameter 'sessVal' is not assigned and could be declared final
46670 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1321 Parameter 'url' is not assigned and could be declared final
46671 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1321 Parameter 'username' is not assigned and could be declared final
46672 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1321 Rather than using a lot of String arguments, consider using a container object for those values.
46673 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1321 publicMethodCommentRequirement Required
46674 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1323 Found 'DD'-anomaly for variable 'stat' (lines '1,323'-'1,331').
46675 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1325 Found 'DU'-anomaly for variable 'httpGps' (lines '1,325'-'1,356').
46676 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1325 Local variable 'httpGps' could be declared final
46677 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1331 Potential violation of Law of Demeter (object not created locally)
46678 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1335 Local variable 'mappedFences' could be declared final
46679 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1337 Avoid using Literals in Conditional Statements
46680 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1337 Potential violation of Law of Demeter (object not created locally)
46681 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1337 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
46682 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1339 Local variable 'geofence' could be declared final
46683 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1341 Avoid using if...else statements without curly braces
46684 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1341 Potential violation of Law of Demeter (object not created locally)
46685 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1343 Avoid using if...else statements without curly braces
46686 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1343 Potential violation of Law of Demeter (object not created locally)
46687 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1348 Comment is too large: Line too long
46688 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1351 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46689 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1353 Potential violation of Law of Demeter (object not created locally)
46690 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1353 There is log block not surrounded by if
46691 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1358 Parameter 'currentFence' is not assigned and could be declared final
46692 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1358 Parameter 'message' is not assigned and could be declared final
46693 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1358 Parameter 'password' is not assigned and could be declared final
46694 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1358 Parameter 'port' is not assigned and could be declared final
46695 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1358 Parameter 'proxy' is not assigned and could be declared final
46696 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1358 Parameter 'senderId' is not assigned and could be declared final
46697 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1358 Parameter 'sessVal' is not assigned and could be declared final
46698 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1358 Parameter 'url' is not assigned and could be declared final
46699 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1358 Parameter 'username' is not assigned and could be declared final
46700 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1358 Rather than using a lot of String arguments, consider using a container object for those values.
46701 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1358 publicMethodCommentRequirement Required
46702 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1360 Found 'DD'-anomaly for variable 'stat' (lines '1,360'-'1,365').
46703 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1362 Local variable 'httpGps' could be declared final
46704 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1365 Potential violation of Law of Demeter (object not created locally)
46705 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1368 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46706 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1370 Potential violation of Law of Demeter (object not created locally)
46707 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1370 There is log block not surrounded by if
46708 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1382 Avoid really long methods.
46709 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1382 Method names should not start with capital letters
46710 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1382 Parameter 'lat' is not assigned and could be declared final
46711 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1382 Parameter 'lon' is not assigned and could be declared final
46712 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1382 Parameter 'packetTime' is not assigned and could be declared final
46713 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1382 Parameter 'vehicleId' is not assigned and could be declared final
46714 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1382 The method 'WhetherInterested' has a Cyclomatic Complexity of 28.
46715 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1382 The method WhetherInterested() has an NCSS line count of 133
46716 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1382 The method WhetherInterested() has an NPath complexity of 52899
46717 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1384 There is log block not surrounded by if
46718 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1384 There is log block not surrounded by if
46719 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1386 Found 'DU'-anomaly for variable 'stat' (lines '1,386'-'1,624').
46720 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1387 Found 'DU'-anomaly for variable 'format' (lines '1,387'-'1,624').
46721 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1387 Local variable 'format' could be declared final
46722 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1387 When instantiating a SimpleDateFormat object, specify a Locale
46723 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1388 Found 'DU'-anomaly for variable 'intime' (lines '1,388'-'1,624').
46724 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1389 Local variable 'formatter' could be declared final
46725 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1389 When instantiating a SimpleDateFormat object, specify a Locale
46726 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1390 Found 'DU'-anomaly for variable 'datOrg' (lines '1,390'-'1,624').
46727 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1390 Local variable 'datOrg' could be declared final
46728 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1391 Found 'DU'-anomaly for variable 'vehDAO' (lines '1,391'-'1,624').
46729 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1391 Local variable 'vehDAO' could be declared final
46730 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1392 Local variable 'detailsDAO' could be declared final
46731 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1393 Found 'DU'-anomaly for variable 'currentTrip' (lines '1,393'-'1,624').
46732 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1394 Found 'DU'-anomaly for variable 'populator' (lines '1,394'-'1,624').
46733 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1394 Local variable 'populator' could be declared final
46734 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1395 Found 'DU'-anomaly for variable 'prevLoc' (lines '1,395'-'1,624').
46735 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1396 Found 'DU'-anomaly for variable 'startFence' (lines '1,396'-'1,624').
46736 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1397 Found 'DU'-anomaly for variable 'distance' (lines '1,397'-'1,624').
46737 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1398 Found 'DU'-anomaly for variable 'prevLat' (lines '1,398'-'1,624').
46738 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1398 Found 'DU'-anomaly for variable 'prevLng' (lines '1,398'-'1,624').
46739 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1398 Use one line for each declaration, it enhances code readability.
46740 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1401 Found 'DU'-anomaly for variable 'vehVO' (lines '1,401'-'1,624').
46741 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1407 Potential violation of Law of Demeter (object not created locally)
46742 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1407 There is log block not surrounded by if
46743 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1407 There is log block not surrounded by if
46744 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1409 Avoid using Literals in Conditional Statements
46745 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1412 Local variable 'config' could be declared final
46746 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1413 Local variable 'props' could be declared final
46747 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1413 Potential violation of Law of Demeter (object not created locally)
46748 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1414 Potential violation of Law of Demeter (object not created locally)
46749 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1415 Potential violation of Law of Demeter (object not created locally)
46750 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1416 Potential violation of Law of Demeter (object not created locally)
46751 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1417 Potential violation of Law of Demeter (object not created locally)
46752 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1418 Potential violation of Law of Demeter (object not created locally)
46753 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1419 There is log block not surrounded by if
46754 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1419 There is log block not surrounded by if
46755 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1420 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46756 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1422 Potential violation of Law of Demeter (object not created locally)
46757 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1422 There is log block not surrounded by if
46758 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1427 Avoid using Literals in Conditional Statements
46759 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1427 Avoid using if statements without curly braces
46760 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1427 Potential violation of Law of Demeter (method chain calls)
46761 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1427 Potential violation of Law of Demeter (method chain calls)
46762 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1427 Potential violation of Law of Demeter (object not created locally)
46763 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1428 A method should have only one exit point, and that should be the last statement in the method
46764 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1430 Potential violation of Law of Demeter (object not created locally)
46765 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1431 There is log block not surrounded by if
46766 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1431 There is log block not surrounded by if
46767 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1435 Potential violation of Law of Demeter (object not created locally)
46768 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1436 Potential violation of Law of Demeter (object not created locally)
46769 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1438 Potential violation of Law of Demeter (object not created locally)
46770 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1440 Potential violation of Law of Demeter (object not created locally)
46771 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1440 Potential violation of Law of Demeter (object not created locally)
46772 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1440 Potential violation of Law of Demeter (object not created locally)
46773 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1440 There is log block not surrounded by if
46774 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1440 There is log block not surrounded by if
46775 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1449 Potential violation of Law of Demeter (object not created locally)
46776 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1449 Potential violation of Law of Demeter (object not created locally)
46777 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1450 There is log block not surrounded by if
46778 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1450 There is log block not surrounded by if
46779 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1452 Potential violation of Law of Demeter (object not created locally)
46780 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1452 Potential violation of Law of Demeter (object not created locally)
46781 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1454 Potential violation of Law of Demeter (object not created locally)
46782 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1454 Potential violation of Law of Demeter (object not created locally)
46783 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1454 There is log block not surrounded by if
46784 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1454 There is log block not surrounded by if
46785 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1460 Potential violation of Law of Demeter (method chain calls)
46786 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1460 Potential violation of Law of Demeter (object not created locally)
46787 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1460 Potential violation of Law of Demeter (object not created locally)
46788 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1461 Potential violation of Law of Demeter (object not created locally)
46789 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1461 Potential violation of Law of Demeter (object not created locally)
46790 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1461 Potential violation of Law of Demeter (object not created locally)
46791 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1461 There is log block not surrounded by if
46792 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1461 There is log block not surrounded by if
46793 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1462 Potential violation of Law of Demeter (object not created locally)
46794 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1462 There is log block not surrounded by if
46795 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1462 There is log block not surrounded by if
46796 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1463 Potential violation of Law of Demeter (object not created locally)
46797 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1463 Potential violation of Law of Demeter (object not created locally)
46798 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1464 Potential violation of Law of Demeter (object not created locally)
46799 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1465 Potential violation of Law of Demeter (object not created locally)
46800 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1469 Local variable 'daoVeh' could be declared final
46801 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1470 Local variable 'vehicleObj' could be declared final
46802 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1470 Potential violation of Law of Demeter (object not created locally)
46803 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1471 Local variable 'orgId' could be declared final
46804 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1471 Potential violation of Law of Demeter (method chain calls)
46805 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1471 Potential violation of Law of Demeter (object not created locally)
46806 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1474 Potential violation of Law of Demeter (method chain calls)
46807 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1474 Potential violation of Law of Demeter (method chain calls)
46808 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1474 Potential violation of Law of Demeter (object not created locally)
46809 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1474 Potential violation of Law of Demeter (object not created locally)
46810 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1475 Potential violation of Law of Demeter (method chain calls)
46811 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1475 Potential violation of Law of Demeter (method chain calls)
46812 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1475 Potential violation of Law of Demeter (object not created locally)
46813 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1476 Potential violation of Law of Demeter (method chain calls)
46814 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1476 Potential violation of Law of Demeter (method chain calls)
46815 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1476 Potential violation of Law of Demeter (object not created locally)
46816 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1478 Potential violation of Law of Demeter (object not created locally)
46817 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1478 There is log block not surrounded by if
46818 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1478 There is log block not surrounded by if
46819 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1479 Potential violation of Law of Demeter (object not created locally)
46820 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1479 There is log block not surrounded by if
46821 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1479 There is log block not surrounded by if
46822 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1483 Potential violation of Law of Demeter (method chain calls)
46823 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1483 Potential violation of Law of Demeter (method chain calls)
46824 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1487 There is log block not surrounded by if
46825 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1487 There is log block not surrounded by if
46826 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1489 Potential violation of Law of Demeter (object not created locally)
46827 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1489 Potential violation of Law of Demeter (object not created locally)
46828 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1489 Potential violation of Law of Demeter (object not created locally)
46829 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1489 There is log block not surrounded by if
46830 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1489 There is log block not surrounded by if
46831 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1492 Avoid if (x != y) ..; else ..;
46832 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1492 Potential violation of Law of Demeter (object not created locally)
46833 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1494 Potential violation of Law of Demeter (object not created locally)
46834 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1494 Potential violation of Law of Demeter (object not created locally)
46835 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1494 Useless parentheses.
46836 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1494 Useless parentheses.
46837 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1496 Potential violation of Law of Demeter (object not created locally)
46838 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1496 There is log block not surrounded by if
46839 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1496 There is log block not surrounded by if
46840 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1501 Potential violation of Law of Demeter (object not created locally)
46841 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1503 Potential violation of Law of Demeter (object not created locally)
46842 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1503 There is log block not surrounded by if
46843 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1503 There is log block not surrounded by if
46844 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1507 Potential violation of Law of Demeter (object not created locally)
46845 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1507 There is log block not surrounded by if
46846 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1507 There is log block not surrounded by if
46847 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1512 Potential violation of Law of Demeter (object not created locally)
46848 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1513 Avoid using Literals in Conditional Statements
46849 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1513 Potential violation of Law of Demeter (object not created locally)
46850 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1514 There is log block not surrounded by if
46851 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1514 There is log block not surrounded by if
46852 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1520 There is log block not surrounded by if
46853 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1520 There is log block not surrounded by if
46854 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1528 There is log block not surrounded by if
46855 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1528 There is log block not surrounded by if
46856 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1532 Avoid using Literals in Conditional Statements
46857 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1532 Avoid using if statements without curly braces
46858 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1535 Local variable 'mngrObj' could be declared final
46859 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1536 Potential violation of Law of Demeter (method chain calls)
46860 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1536 Potential violation of Law of Demeter (method chain calls)
46861 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1536 Potential violation of Law of Demeter (object not created locally)
46862 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1541 Potential violation of Law of Demeter (method chain calls)
46863 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1541 Potential violation of Law of Demeter (method chain calls)
46864 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1541 Potential violation of Law of Demeter (object not created locally)
46865 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1541 Potential violation of Law of Demeter (object not created locally)
46866 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1541 Potential violation of Law of Demeter (object not created locally)
46867 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1541 Useless parentheses.
46868 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1541 Useless parentheses.
46869 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1544 Potential violation of Law of Demeter (object not created locally)
46870 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1544 Potential violation of Law of Demeter (object not created locally)
46871 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1544 Potential violation of Law of Demeter (object not created locally)
46872 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1544 There is log block not surrounded by if
46873 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1544 There is log block not surrounded by if
46874 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1548 Potential violation of Law of Demeter (object not created locally)
46875 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1548 Potential violation of Law of Demeter (object not created locally)
46876 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1550 Potential violation of Law of Demeter (object not created locally)
46877 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1551 Potential violation of Law of Demeter (object not created locally)
46878 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1553 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46879 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1555 There is log block not surrounded by if
46880 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1555 There is log block not surrounded by if
46881 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1560 Local variable 'locdao' could be declared final
46882 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1562 Local variable 'trips' could be declared final
46883 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1562 Potential violation of Law of Demeter (object not created locally)
46884 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1563 Avoid using Literals in Conditional Statements
46885 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1563 Potential violation of Law of Demeter (object not created locally)
46886 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1563 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
46887 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1565 Local variable 'tripId' could be declared final
46888 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1566 Potential violation of Law of Demeter (object not created locally)
46889 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1566 Potential violation of Law of Demeter (object not created locally)
46890 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1571 Potential violation of Law of Demeter (object not created locally)
46891 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1572 Avoid if (x != y) ..; else ..;
46892 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1574 Potential violation of Law of Demeter (object not created locally)
46893 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1575 Potential violation of Law of Demeter (object not created locally)
46894 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1575 Potential violation of Law of Demeter (object not created locally)
46895 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1576 Potential violation of Law of Demeter (object not created locally)
46896 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1576 Potential violation of Law of Demeter (object not created locally)
46897 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1577 Potential violation of Law of Demeter (object not created locally)
46898 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1581 Potential violation of Law of Demeter (object not created locally)
46899 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1582 Potential violation of Law of Demeter (object not created locally)
46900 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1582 Potential violation of Law of Demeter (object not created locally)
46901 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1583 Potential violation of Law of Demeter (object not created locally)
46902 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1584 Potential violation of Law of Demeter (object not created locally)
46903 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1590 Avoid using if...else statements without curly braces
46904 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1590 There is log block not surrounded by if
46905 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1590 There is log block not surrounded by if
46906 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1598 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46907 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1599 There is log block not surrounded by if
46908 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1599 There is log block not surrounded by if
46909 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1602 There is log block not surrounded by if
46910 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1602 There is log block not surrounded by if
46911 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1604 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46912 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1606 There is log block not surrounded by if
46913 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1614 There is log block not surrounded by if
46914 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1614 There is log block not surrounded by if
46915 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1616 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46916 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1618 There is log block not surrounded by if
46917 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1627 Avoid really long methods.
46918 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1627 Method names should not start with capital letters
46919 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1627 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'RFID_No' is not final.
46920 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1627 Parameter 'RFID_No' is not assigned and could be declared final
46921 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1627 Parameter 'lat' is not assigned and could be declared final
46922 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1627 Parameter 'lon' is not assigned and could be declared final
46923 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1627 Parameter 'packetTime' is not assigned and could be declared final
46924 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1627 Parameter 'vehicleId' is not assigned and could be declared final
46925 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1627 The method 'UpdateRfidHistory' has a Cyclomatic Complexity of 20.
46926 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1627 The method UpdateRfidHistory() has an NPath complexity of 678
46927 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1627 Variables should start with a lowercase character, 'RFID_No' starts with uppercase character.
46928 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1627 publicMethodCommentRequirement Required
46929 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1629 Local variable 'rfDao' could be declared final
46930 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1632 There is log block not surrounded by if
46931 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1632 There is log block not surrounded by if
46932 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1634 Local variable 'trip_details' could be declared final
46933 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1634 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_details' is not final.
46934 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1635 Avoid if (x != y) ..; else ..;
46935 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1636 Avoid if (x != y) ..; else ..;
46936 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1636 Useless parentheses.
46937 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1636 Useless parentheses.
46938 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1639 Avoid declaring a variable if it is unreferenced before a possible exit point.
46939 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1642 Local variable 'session' could be declared final
46940 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1643 Avoid using Literals in Conditional Statements
46941 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1644 Avoid using if...else statements without curly braces
46942 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1646 Avoid using if...else statements without curly braces
46943 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1648 Avoid declaring a variable if it is unreferenced before a possible exit point.
46944 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1650 Avoid using Literals in Conditional Statements
46945 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1650 Avoid using if statements without curly braces
46946 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1652 Local variable 'formatter' could be declared final
46947 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1652 When instantiating a SimpleDateFormat object, specify a Locale
46948 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1653 Avoid declaring a variable if it is unreferenced before a possible exit point.
46949 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1653 Avoid unused local variables such as 'dte'.
46950 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1653 Local variable 'dte' could be declared final
46951 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1653 Potential violation of Law of Demeter (object not created locally)
46952 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1655 Potential violation of Law of Demeter (method chain calls)
46953 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1655 Potential violation of Law of Demeter (method chain calls)
46954 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1658 Avoid using if statements without curly braces
46955 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1659 A method should have only one exit point, and that should be the last statement in the method
46956 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1666 There is log block not surrounded by if
46957 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1666 There is log block not surrounded by if
46958 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1668 There is log block not surrounded by if
46959 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1668 There is log block not surrounded by if
46960 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1671 Comment is too large: Line too long
46961 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1672 Comment is too large: Line too long
46962 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1675 Potential violation of Law of Demeter (object not created locally)
46963 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1678 Potential violation of Law of Demeter (method chain calls)
46964 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1678 Potential violation of Law of Demeter (object not created locally)
46965 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1678 Potential violation of Law of Demeter (object not created locally)
46966 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1678 Potential violation of Law of Demeter (object not created locally)
46967 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1678 Potential violation of Law of Demeter (object not created locally)
46968 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1678 Potential violation of Law of Demeter (object not created locally)
46969 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1680 Assigning an Object to null is a code smell. Consider refactoring.
46970 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1683 There is log block not surrounded by if
46971 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1683 There is log block not surrounded by if
46972 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1686 There is log block not surrounded by if
46973 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1686 There is log block not surrounded by if
46974 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1687 Local variable 'mngrObj' could be declared final
46975 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1688 Position literals first in String comparisons
46976 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1688 Potential violation of Law of Demeter (object not created locally)
46977 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1689 Avoid using if...else statements without curly braces
46978 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1689 Potential violation of Law of Demeter (object not created locally)
46979 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1691 Avoid using if...else statements without curly braces
46980 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1691 Potential violation of Law of Demeter (object not created locally)
46981 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1693 There is log block not surrounded by if
46982 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1693 There is log block not surrounded by if
46983 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1694 There is log block not surrounded by if
46984 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1694 There is log block not surrounded by if
46985 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1696 Potential violation of Law of Demeter (object not created locally)
46986 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1699 There is log block not surrounded by if
46987 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1699 There is log block not surrounded by if
46988 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1702 There is log block not surrounded by if
46989 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1702 There is log block not surrounded by if
46990 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1705 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46991 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1707 There is log block not surrounded by if
46992 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1708 There is log block not surrounded by if
46993 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1717 There is log block not surrounded by if
46994 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1717 There is log block not surrounded by if
46995 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1719 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46996 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1721 There is log block not surrounded by if
46997 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1729 Document empty method
46998 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1729 Parameter 'args' is not assigned and could be declared final
46999 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1729 publicMethodCommentRequirement Required
47000 src/com/gps/webservice/WhetherInterested.java 12 Comment is too large: Too many lines
47001 src/com/gps/webservice/WhetherInterested.java 23 Comment is too large: Line too long
47002 src/com/gps/webservice/WhetherInterested.java 25 Comment is too large: Line too long
47003 src/com/gps/webservice/WhetherInterested.java 26 Comment is too large: Line too long
47004 src/com/gps/webservice/WhetherInterested.java 27 Comment is too large: Line too long
47005 src/com/gps/webservice/WhetherInterested.java 41 fieldCommentRequirement Required
47006 src/com/gps/webservice/WhetherInterested.java 42 fieldCommentRequirement Required
47007 src/com/gps/webservice/WhetherInterested.java 43 fieldCommentRequirement Required
47008 src/com/gps/webservice/WhetherInterested.java 44 fieldCommentRequirement Required
47009 src/com/gps/webservice/WhetherInterested.java 58 Parameter 'value' is not assigned and could be declared final
47010 src/com/gps/webservice/WhetherInterested.java 74 Parameter 'value' is not assigned and could be declared final
47011 src/com/gps/webservice/WhetherInterested.java 98 Parameter 'packetTime' is not assigned and could be declared final
47012 src/com/gps/webservice/WhetherInterested.java 107 Parameter 'value' is not assigned and could be declared final
47013 src/com/gps/webservice/WhetherInterestedResponse.java 8 Comment is too large: Too many lines
47014 src/com/gps/webservice/WhetherInterestedResponse.java 19 Comment is too large: Line too long
47015 src/com/gps/webservice/WhetherInterestedResponse.java 21 Comment is too large: Line too long
47016 src/com/gps/webservice/WhetherInterestedResponse.java 35 fieldCommentRequirement Required
47017 src/com/gps/webservice/WhetherInterestedResponse.java 49 Parameter 'value' is not assigned and could be declared final
47018 src/com/itac/utilities/CommonUtils.java 3 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
47019 src/com/itac/utilities/CommonUtils.java 3 headerCommentRequirement Required
47020 src/com/itac/utilities/CommonUtils.java 6 Parameter 'destlat' is not assigned and could be declared final
47021 src/com/itac/utilities/CommonUtils.java 6 Parameter 'slat' is not assigned and could be declared final
47022 src/com/itac/utilities/CommonUtils.java 6 Parameter 'slong' is not assigned and could be declared final
47023 src/com/itac/utilities/CommonUtils.java 6 publicMethodCommentRequirement Required
47024 src/com/itac/utilities/CommonUtils.java 7 Parameter 'destlong' is not assigned and could be declared final
47025 src/com/itac/utilities/CommonUtils.java 9 Local variable 'earthRadius' could be declared final
47026 src/com/itac/utilities/CommonUtils.java 11 Local variable 'dLat' could be declared final
47027 src/com/itac/utilities/CommonUtils.java 13 Local variable 'dLng' could be declared final
47028 src/com/itac/utilities/CommonUtils.java 15 Avoid variables with short names like a
47029 src/com/itac/utilities/CommonUtils.java 15 Local variable 'a' could be declared final
47030 src/com/itac/utilities/CommonUtils.java 15 Useless parentheses.
47031 src/com/itac/utilities/CommonUtils.java 15 Useless parentheses.
47032 src/com/itac/utilities/CommonUtils.java 20 Avoid variables with short names like c
47033 src/com/itac/utilities/CommonUtils.java 20 Local variable 'c' could be declared final
47034 src/com/itac/utilities/CommonUtils.java 20 Useless parentheses.
47035 src/com/itac/utilities/CommonUtils.java 20 Useless parentheses.
47036 src/com/itac/utilities/CommonUtils.java 22 Local variable 'dist' could be declared final
47037 src/com/itac/utilities/CommonUtils.java 22 Useless parentheses.
47038 src/com/itac/utilities/CommonUtils.java 22 Useless parentheses.
47039 src/com/itac/utilities/HibernateParamsBinder.java 7 Comment is too large: Too many lines
47040 src/com/itac/utilities/HibernateParamsBinder.java 8 Comment is too large: Line too long
47041 src/com/itac/utilities/HibernateParamsBinder.java 10 Comment is too large: Line too long
47042 src/com/itac/utilities/HibernateParamsBinder.java 12 Comment is too large: Line too long
47043 src/com/itac/utilities/HibernateParamsBinder.java 13 Comment is too large: Line too long
47044 src/com/itac/utilities/HibernateParamsBinder.java 20 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
47045 src/com/itac/utilities/HibernateParamsBinder.java 25 Comment is too large: Line too long
47046 src/com/itac/utilities/HibernateParamsBinder.java 32 Avoid using implementation types like 'HashMap'; use the interface instead
47047 src/com/itac/utilities/HibernateParamsBinder.java 32 Found 'UR'-anomaly for variable 'entry' (lines '32'-'36').
47048 src/com/itac/utilities/HibernateParamsBinder.java 32 Parameter 'hsqlQuery' is not assigned and could be declared final
47049 src/com/itac/utilities/HibernateParamsBinder.java 32 Parameter 'paramsList' is not assigned and could be declared final
47050 src/com/itac/utilities/HibernateParamsBinder.java 33 Local variable 'entry' could be declared final
47051 src/com/itac/utilities/PropertyHelper.java 13 Comment is too large: Too many lines
47052 src/com/itac/utilities/PropertyHelper.java 14 Comment is too large: Line too long
47053 src/com/itac/utilities/PropertyHelper.java 16 Comment is too large: Line too long
47054 src/com/itac/utilities/PropertyHelper.java 17 Comment is too large: Line too long
47055 src/com/itac/utilities/PropertyHelper.java 19 Comment is too large: Line too long
47056 src/com/itac/utilities/PropertyHelper.java 25 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
47057 src/com/itac/utilities/PropertyHelper.java 28 Comment is too large: Line too long
47058 src/com/itac/utilities/PropertyHelper.java 30 Avoid protected fields in a final class. Change to private or package access.
47059 src/com/itac/utilities/PropertyHelper.java 30 Avoid using implementation types like 'HashMap'; use the interface instead
47060 src/com/itac/utilities/PropertyHelper.java 30 Variables that are final and static should be all capitals, 'hMapProperties' is not all capitals.
47061 src/com/itac/utilities/PropertyHelper.java 35 The Logger variable declaration does not contain the static and final modifiers
47062 src/com/itac/utilities/PropertyHelper.java 41 Avoid using implementation types like 'HashMap'; use the interface instead
47063 src/com/itac/utilities/PropertyHelper.java 41 Parameter 'propertyFile' is not assigned and could be declared final
47064 src/com/itac/utilities/PropertyHelper.java 42 Local variable 'properties' could be declared final
47065 src/com/itac/utilities/PropertyHelper.java 43 Local variable 'keys' could be declared final
47066 src/com/itac/utilities/PropertyHelper.java 43 Potential violation of Law of Demeter (object not created locally)
47067 src/com/itac/utilities/PropertyHelper.java 44 Potential violation of Law of Demeter (object not created locally)
47068 src/com/itac/utilities/PropertyHelper.java 45 Local variable 'tmpKey' could be declared final
47069 src/com/itac/utilities/PropertyHelper.java 45 Potential violation of Law of Demeter (object not created locally)
47070 src/com/itac/utilities/PropertyHelper.java 46 Potential violation of Law of Demeter (object not created locally)
47071 src/com/itac/utilities/PropertyHelper.java 58 Parameter 'propertyName' is not assigned and could be declared final
47072 src/com/itac/utilities/PropertyHelper.java 59 Found 'DD'-anomaly for variable 'propertyValue' (lines '59'-'61').
47073 src/com/itac/utilities/PropertyHelper.java 61 Found 'DD'-anomaly for variable 'propertyValue' (lines '61'-'67').
47074 src/com/itac/utilities/PropertyHelper.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47075 src/com/itac/utilities/PropertyHelper.java 65 There is log block not surrounded by if
47076 src/com/itac/utilities/PropertyHelper.java 69 Avoid empty finally blocks
47077 src/com/itac/utilities/PropertyHelper.java 69 Avoid empty finally blocks
47078 src/com/itac/utilities/PropertyHelper.java 80 Parameter 'propertyName' is not assigned and could be declared final
47079 src/com/itac/utilities/PropertyLoader.java 14 Comment is too large: Too many lines
47080 src/com/itac/utilities/PropertyLoader.java 32 The class 'PropertyLoader' has a Cyclomatic Complexity of 8 (Highest = 14).
47081 src/com/itac/utilities/PropertyLoader.java 33 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
47082 src/com/itac/utilities/PropertyLoader.java 35 Avoid excessively long variable names like THROW_ON_LOAD_FAILURE
47083 src/com/itac/utilities/PropertyLoader.java 35 fieldCommentRequirement Required
47084 src/com/itac/utilities/PropertyLoader.java 36 Avoid excessively long variable names like LOAD_AS_RESOURCE_BUNDLE
47085 src/com/itac/utilities/PropertyLoader.java 36 fieldCommentRequirement Required
47086 src/com/itac/utilities/PropertyLoader.java 37 fieldCommentRequirement Required
47087 src/com/itac/utilities/PropertyLoader.java 42 The Logger variable declaration does not contain the static and final modifiers
47088 src/com/itac/utilities/PropertyLoader.java 50 Potential violation of Law of Demeter (method chain calls)
47089 src/com/itac/utilities/PropertyLoader.java 50 Potential violation of Law of Demeter (method chain calls)
47090 src/com/itac/utilities/PropertyLoader.java 54 Avoid reassigning parameters such as 'loader'
47091 src/com/itac/utilities/PropertyLoader.java 54 Avoid reassigning parameters such as 'name'
47092 src/com/itac/utilities/PropertyLoader.java 54 Avoid reassigning parameters such as 'name'
47093 src/com/itac/utilities/PropertyLoader.java 54 Avoid reassigning parameters such as 'name'
47094 src/com/itac/utilities/PropertyLoader.java 54 Avoid reassigning parameters such as 'name'
47095 src/com/itac/utilities/PropertyLoader.java 54 Avoid reassigning parameters such as 'name'
47096 src/com/itac/utilities/PropertyLoader.java 54 The method 'loadProperties' has a Cyclomatic Complexity of 14.
47097 src/com/itac/utilities/PropertyLoader.java 54 The method loadProperties() has an NPath complexity of 384
47098 src/com/itac/utilities/PropertyLoader.java 54 publicMethodCommentRequirement Required
47099 src/com/itac/utilities/PropertyLoader.java 56 Avoid using if statements without curly braces
47100 src/com/itac/utilities/PropertyLoader.java 57 Avoid using if statements without curly braces
47101 src/com/itac/utilities/PropertyLoader.java 57 This call to String.startsWith can be rewritten using String.charAt(0)
47102 src/com/itac/utilities/PropertyLoader.java 58 Avoid using if statements without curly braces
47103 src/com/itac/utilities/PropertyLoader.java 59 Found 'DD'-anomaly for variable 'result' (lines '59'-'67').
47104 src/com/itac/utilities/PropertyLoader.java 59 Found 'DD'-anomaly for variable 'result' (lines '59'-'80').
47105 src/com/itac/utilities/PropertyLoader.java 59 Found 'DD'-anomaly for variable 'result' (lines '59'-'86').
47106 src/com/itac/utilities/PropertyLoader.java 60 Avoid variables with short names like in
47107 src/com/itac/utilities/PropertyLoader.java 60 Found 'DD'-anomaly for variable 'in' (lines '60'-'78').
47108 src/com/itac/utilities/PropertyLoader.java 62 Avoid using if statements without curly braces
47109 src/com/itac/utilities/PropertyLoader.java 66 Avoid variables with short names like rb
47110 src/com/itac/utilities/PropertyLoader.java 67 Found 'DD'-anomaly for variable 'result' (lines '67'-'86').
47111 src/com/itac/utilities/PropertyLoader.java 68 Local variable 'keys' could be declared final
47112 src/com/itac/utilities/PropertyLoader.java 77 Avoid using if statements without curly braces
47113 src/com/itac/utilities/PropertyLoader.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47114 src/com/itac/utilities/PropertyLoader.java 87 There is log block not surrounded by if
47115 src/com/itac/utilities/PropertyLoader.java 91 Avoid using if statements without curly braces
47116 src/com/itac/utilities/PropertyLoader.java 96 A catch statement should never catch throwable since it includes errors.
47117 src/com/itac/utilities/PropertyLoader.java 96 Avoid empty catch blocks
47118 src/com/itac/utilities/PropertyLoader.java 96 Avoid empty catch blocks
47119 src/com/itac/utilities/PropertyLoader.java 98 Useless parentheses.
47120 src/com/itac/utilities/PropertyLoader.java 98 Useless parentheses.
47121 src/com/itac/utilities/PropertyLoader.java 100 Comment is too large: Line too long
47122 src/com/itac/utilities/PropertyLoader.java 101 Comment is too large: Line too long
47123 src/com/itac/utilities/SQLPropertyHelper.java 12 Comment is too large: Too many lines
47124 src/com/itac/utilities/SQLPropertyHelper.java 13 Comment is too large: Line too long
47125 src/com/itac/utilities/SQLPropertyHelper.java 20 Comment is too large: Line too long
47126 src/com/itac/utilities/SQLPropertyHelper.java 21 Comment is too large: Line too long
47127 src/com/itac/utilities/SQLPropertyHelper.java 23 Comment is too large: Line too long
47128 src/com/itac/utilities/SQLPropertyHelper.java 30 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
47129 src/com/itac/utilities/SQLPropertyHelper.java 33 Comment is too large: Line too long
47130 src/com/itac/utilities/SQLPropertyHelper.java 35 Avoid using implementation types like 'HashMap'; use the interface instead
47131 src/com/itac/utilities/SQLPropertyHelper.java 35 Variables that are final and static should be all capitals, 'hMapProperties' is not all capitals.
47132 src/com/itac/utilities/SQLPropertyHelper.java 39 Comment is too large: Line too long
47133 src/com/itac/utilities/SQLPropertyHelper.java 47 The Logger variable declaration does not contain the static and final modifiers
47134 src/com/itac/utilities/SQLPropertyHelper.java 52 Comment is too large: Line too long
47135 src/com/itac/utilities/SQLPropertyHelper.java 54 Avoid using implementation types like 'HashMap'; use the interface instead
47136 src/com/itac/utilities/SQLPropertyHelper.java 54 Parameter 'propertyFile' is not assigned and could be declared final
47137 src/com/itac/utilities/SQLPropertyHelper.java 55 Local variable 'properties' could be declared final
47138 src/com/itac/utilities/SQLPropertyHelper.java 56 Local variable 'keys' could be declared final
47139 src/com/itac/utilities/SQLPropertyHelper.java 56 Potential violation of Law of Demeter (object not created locally)
47140 src/com/itac/utilities/SQLPropertyHelper.java 57 Potential violation of Law of Demeter (object not created locally)
47141 src/com/itac/utilities/SQLPropertyHelper.java 58 Local variable 'tmpKey' could be declared final
47142 src/com/itac/utilities/SQLPropertyHelper.java 58 Potential violation of Law of Demeter (object not created locally)
47143 src/com/itac/utilities/SQLPropertyHelper.java 59 Potential violation of Law of Demeter (object not created locally)
47144 src/com/itac/utilities/SQLPropertyHelper.java 66 Comment is too large: Line too long
47145 src/com/itac/utilities/SQLPropertyHelper.java 71 Parameter 'propertyName' is not assigned and could be declared final
47146 src/com/itac/utilities/SQLPropertyHelper.java 73 Potential violation of Law of Demeter (object not created locally)
47147 src/com/itac/utilities/SQLPropertyHelper.java 74 These nested if statements could be combined
47148 src/com/itac/utilities/SQLPropertyHelper.java 89 Parameter 'propertyName' is not assigned and could be declared final
47149 src/com/itac/utilities/SQLPropertyHelper.java 90 Found 'DD'-anomaly for variable 'propertyValue' (lines '90'-'92').
47150 src/com/itac/utilities/SQLPropertyHelper.java 93 Potential violation of Law of Demeter (object not created locally)
47151 src/com/itac/utilities/SQLPropertyHelper.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47152 src/com/itac/utilities/SQLPropertyHelper.java 99 There is log block not surrounded by if
47153 src/com/itac/utilities/SQLPropertyHelper.java 103 Avoid empty finally blocks
47154 src/com/itac/utilities/SQLPropertyHelper.java 103 Avoid empty finally blocks
47155 src/com/itac/utilities/SQLPropertyHelper.java 115 Parameter 'propertyName' is not assigned and could be declared final
47156 src/com/itac/utilities/StringConstants.java 3 Each class should declare at least one constructor
47157 src/com/itac/utilities/StringConstants.java 3 headerCommentRequirement Required
47158 src/com/itac/utilities/StringConstants.java 5 fieldCommentRequirement Required
47159 src/com/itac/utilities/StringConstants.java 6 fieldCommentRequirement Required
47160 src/com/itac/utilities/StringConstants.java 7 fieldCommentRequirement Required
47161 src/com/itac/utilities/StringConstants.java 8 fieldCommentRequirement Required
47162 src/com/itac/utilities/StringConstants.java 9 fieldCommentRequirement Required
47163 src/com/itac/utilities/StringConstants.java 10 fieldCommentRequirement Required
47164 src/com/itac/utilities/StringConstants.java 11 fieldCommentRequirement Required
47165 src/com/itac/utilities/StringConstants.java 12 fieldCommentRequirement Required
47166 src/com/itac/utilities/StringConstants.java 13 fieldCommentRequirement Required
47167 src/com/itac/utilities/StringConstants.java 14 fieldCommentRequirement Required
47168 src/com/itac/utilities/StringConstants.java 15 fieldCommentRequirement Required
47169 src/com/itac/utilities/StringConstants.java 16 fieldCommentRequirement Required
47170 src/com/itac/utilities/StringConstants.java 17 fieldCommentRequirement Required
47171 src/com/itac/utilities/StringConstants.java 18 fieldCommentRequirement Required
47172 src/com/itac/utilities/StringConstants.java 19 fieldCommentRequirement Required
47173 src/com/itac/utilities/StringConstants.java 20 fieldCommentRequirement Required
47174 src/com/itac/utilities/StringConstants.java 21 fieldCommentRequirement Required
47175 src/com/itac/utilities/StringConstants.java 22 Variables that are final and static should be all capitals, 'OrganizationName' is not all capitals.
47176 src/com/itac/utilities/StringConstants.java 22 fieldCommentRequirement Required
47177 src/com/itac/utilities/StringConstants.java 23 Variables that are final and static should be all capitals, 'TripParamIDStart' is not all capitals.
47178 src/com/itac/utilities/StringConstants.java 23 fieldCommentRequirement Required
47179 src/com/itac/utilities/StringConstants.java 24 Variables that are final and static should be all capitals, 'TripParamIDEnd' is not all capitals.
47180 src/com/itac/utilities/StringConstants.java 24 fieldCommentRequirement Required
47181 src/com/itac/utilities/StringConstants.java 25 Variables that are final and static should be all capitals, 'creationTimeTo' is not all capitals.
47182 src/com/itac/utilities/StringConstants.java 25 fieldCommentRequirement Required
47183 src/com/itac/utilities/StringConstants.java 26 Variables that are final and static should be all capitals, 'creationTimeFrom' is not all capitals.
47184 src/com/itac/utilities/StringConstants.java 26 fieldCommentRequirement Required
47185 src/com/itac/utilities/StringConstants.java 27 Variables that are final and static should be all capitals, 'eventCode' is not all capitals.
47186 src/com/itac/utilities/StringConstants.java 27 fieldCommentRequirement Required
47187 src/com/itac/utilities/StringConstants.java 28 Variables that are final and static should be all capitals, 'fenceSessionAM' is not all capitals.
47188 src/com/itac/utilities/StringConstants.java 28 fieldCommentRequirement Required
47189 src/com/itac/utilities/StringConstants.java 29 Variables that are final and static should be all capitals, 'fenceSessionBOTH' is not all capitals.
47190 src/com/itac/utilities/StringConstants.java 29 fieldCommentRequirement Required
47191 src/com/itac/utilities/StringConstants.java 30 Variables that are final and static should be all capitals, 'landmarkStarting' is not all capitals.
47192 src/com/itac/utilities/StringConstants.java 30 fieldCommentRequirement Required
47193 src/com/itac/utilities/StringConstants.java 31 Variables that are final and static should be all capitals, 'landmarkSchool' is not all capitals.
47194 src/com/itac/utilities/StringConstants.java 31 fieldCommentRequirement Required
47195 src/com/itac/utilities/StringConstants.java 32 Variables that are final and static should be all capitals, 'fenceSessionPM' is not all capitals.
47196 src/com/itac/utilities/StringConstants.java 32 fieldCommentRequirement Required
47197 src/com/itac/utilities/StringConstants.java 33 Variables that are final and static should be all capitals, 'userId' is not all capitals.
47198 src/com/itac/utilities/StringConstants.java 33 fieldCommentRequirement Required
47199 src/com/itac/utilities/StringConstants.java 34 Variables that are final and static should be all capitals, 'userGrade' is not all capitals.
47200 src/com/itac/utilities/StringConstants.java 34 fieldCommentRequirement Required
47201 src/com/itac/utilities/StringConstants.java 35 Variables that are final and static should be all capitals, 'fenceSession' is not all capitals.
47202 src/com/itac/utilities/StringConstants.java 35 fieldCommentRequirement Required
47203 src/com/itac/utilities/StringConstants.java 36 Variables that are final and static should be all capitals, 'reportDateFrom' is not all capitals.
47204 src/com/itac/utilities/StringConstants.java 36 fieldCommentRequirement Required
47205 src/com/itac/utilities/StringConstants.java 37 Variables that are final and static should be all capitals, 'reportDateTo' is not all capitals.
47206 src/com/itac/utilities/StringConstants.java 37 fieldCommentRequirement Required
47207 src/com/itac/utilities/StringConstants.java 38 Variables that are final and static should be all capitals, 'reportSession' is not all capitals.
47208 src/com/itac/utilities/StringConstants.java 38 fieldCommentRequirement Required
47209 src/com/itac/utilities/StringConstants.java 39 Variables that are final and static should be all capitals, 'geofenceId' is not all capitals.
47210 src/com/itac/utilities/StringConstants.java 39 fieldCommentRequirement Required
47211 src/com/itac/utilities/StringConstants.java 40 Avoid excessively long variable names like fenceReportDateFrom
47212 src/com/itac/utilities/StringConstants.java 40 Variables that are final and static should be all capitals, 'fenceReportDateFrom' is not all capitals.
47213 src/com/itac/utilities/StringConstants.java 40 fieldCommentRequirement Required
47214 src/com/itac/utilities/StringConstants.java 41 Variables that are final and static should be all capitals, 'fenceReportDateTo' is not all capitals.
47215 src/com/itac/utilities/StringConstants.java 41 fieldCommentRequirement Required
47216 src/com/itac/utilities/StringConstants.java 42 Variables that are final and static should be all capitals, 'dateFrom' is not all capitals.
47217 src/com/itac/utilities/StringConstants.java 42 fieldCommentRequirement Required
47218 src/com/itac/utilities/StringConstants.java 43 Variables that are final and static should be all capitals, 'dateTo' is not all capitals.
47219 src/com/itac/utilities/StringConstants.java 43 fieldCommentRequirement Required
47220 src/com/itac/utilities/StringConstants.java 44 Variables that are final and static should be all capitals, 'firstName' is not all capitals.
47221 src/com/itac/utilities/StringConstants.java 44 fieldCommentRequirement Required
47222 src/com/itac/utilities/StringConstants.java 45 Variables that are final and static should be all capitals, 'dateTimeTo' is not all capitals.
47223 src/com/itac/utilities/StringConstants.java 45 fieldCommentRequirement Required
47224 src/com/itac/utilities/StringConstants.java 46 Variables that are final and static should be all capitals, 'dateTimeFrom' is not all capitals.
47225 src/com/itac/utilities/StringConstants.java 46 fieldCommentRequirement Required
47226 src/com/itac/utilities/StringConstants.java 47 Variables that are final and static should be all capitals, 'typeId' is not all capitals.
47227 src/com/itac/utilities/StringConstants.java 47 fieldCommentRequirement Required
47228 src/com/itac/utilities/StringUtilities.java 18 Comment is too large: Line too long
47229 src/com/itac/utilities/StringUtilities.java 24 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
47230 src/com/itac/utilities/StringUtilities.java 24 The class 'StringUtilities' has a Cyclomatic Complexity of 7 (Highest = 14).
47231 src/com/itac/utilities/StringUtilities.java 37 Comment is too large: Line too long
47232 src/com/itac/utilities/StringUtilities.java 41 Comment is too large: Line too long
47233 src/com/itac/utilities/StringUtilities.java 43 Avoid excessively long variable names like DATEFORMAT_SEPARATOR
47234 src/com/itac/utilities/StringUtilities.java 46 Comment is too large: Line too long
47235 src/com/itac/utilities/StringUtilities.java 48 Avoid excessively long variable names like CONVERTOR_METHOD_NAME
47236 src/com/itac/utilities/StringUtilities.java 67 The Logger variable declaration does not contain the static and final modifiers
47237 src/com/itac/utilities/StringUtilities.java 70 Avoid excessively long variable names like PRIMITIVE_NAME_TYPE_MAP
47238 src/com/itac/utilities/StringUtilities.java 70 Avoid using implementation types like 'HashMap'; use the interface instead
47239 src/com/itac/utilities/StringUtilities.java 83 Comment is too large: Line too long
47240 src/com/itac/utilities/StringUtilities.java 88 Found 'UR'-anomaly for variable 'tmpString' (lines '88'-'93').
47241 src/com/itac/utilities/StringUtilities.java 88 Parameter 'strParamValueList' is not assigned and could be declared final
47242 src/com/itac/utilities/StringUtilities.java 88 Parameter 'type' is not assigned and could be declared final
47243 src/com/itac/utilities/StringUtilities.java 89 A method should have only one exit point, and that should be the last statement in the method
47244 src/com/itac/utilities/StringUtilities.java 89 Avoid using if statements without curly braces
47245 src/com/itac/utilities/StringUtilities.java 89 Potential violation of Law of Demeter (method chain calls)
47246 src/com/itac/utilities/StringUtilities.java 90 Local variable 'list' could be declared final
47247 src/com/itac/utilities/StringUtilities.java 91 Local variable 'arr' could be declared final
47248 src/com/itac/utilities/StringUtilities.java 91 Potential violation of Law of Demeter (method chain calls)
47249 src/com/itac/utilities/StringUtilities.java 92 Local variable 'tmpString' could be declared final
47250 src/com/itac/utilities/StringUtilities.java 100 Comment is too large: Line too long
47251 src/com/itac/utilities/StringUtilities.java 101 Comment is too large: Line too long
47252 src/com/itac/utilities/StringUtilities.java 102 Comment is too large: Line too long
47253 src/com/itac/utilities/StringUtilities.java 103 Comment is too large: Line too long
47254 src/com/itac/utilities/StringUtilities.java 106 Avoid using implementation types like 'HashMap'; use the interface instead
47255 src/com/itac/utilities/StringUtilities.java 106 Found 'UR'-anomaly for variable 'strArg' (lines '106'-'110').
47256 src/com/itac/utilities/StringUtilities.java 106 Parameter 'strParamValueList' is not assigned and could be declared final
47257 src/com/itac/utilities/StringUtilities.java 107 Local variable 'hMap' could be declared final
47258 src/com/itac/utilities/StringUtilities.java 109 Found 'DD'-anomaly for variable 'type' (lines '109'-'109').
47259 src/com/itac/utilities/StringUtilities.java 109 Found 'DD'-anomaly for variable 'type' (lines '109'-'111').
47260 src/com/itac/utilities/StringUtilities.java 109 Found 'DU'-anomaly for variable 'type' (lines '109'-'125').
47261 src/com/itac/utilities/StringUtilities.java 110 Potential violation of Law of Demeter (object not created locally)
47262 src/com/itac/utilities/StringUtilities.java 111 Found 'DD'-anomaly for variable 'type' (lines '111'-'109').
47263 src/com/itac/utilities/StringUtilities.java 111 Found 'DU'-anomaly for variable 'type' (lines '111'-'125').
47264 src/com/itac/utilities/StringUtilities.java 111 Potential violation of Law of Demeter (method chain calls)
47265 src/com/itac/utilities/StringUtilities.java 111 Potential violation of Law of Demeter (object not created locally)
47266 src/com/itac/utilities/StringUtilities.java 112 Potential violation of Law of Demeter (method chain calls)
47267 src/com/itac/utilities/StringUtilities.java 112 Potential violation of Law of Demeter (object not created locally)
47268 src/com/itac/utilities/StringUtilities.java 114 Potential violation of Law of Demeter (object not created locally)
47269 src/com/itac/utilities/StringUtilities.java 115 Local variable 'arr' could be declared final
47270 src/com/itac/utilities/StringUtilities.java 115 Potential violation of Law of Demeter (object not created locally)
47271 src/com/itac/utilities/StringUtilities.java 116 Potential violation of Law of Demeter (method chain calls)
47272 src/com/itac/utilities/StringUtilities.java 116 Potential violation of Law of Demeter (method chain calls)
47273 src/com/itac/utilities/StringUtilities.java 117 Potential violation of Law of Demeter (method chain calls)
47274 src/com/itac/utilities/StringUtilities.java 117 Potential violation of Law of Demeter (method chain calls)
47275 src/com/itac/utilities/StringUtilities.java 117 Potential violation of Law of Demeter (method chain calls)
47276 src/com/itac/utilities/StringUtilities.java 117 Potential violation of Law of Demeter (object not created locally)
47277 src/com/itac/utilities/StringUtilities.java 120 Potential violation of Law of Demeter (method chain calls)
47278 src/com/itac/utilities/StringUtilities.java 120 Potential violation of Law of Demeter (method chain calls)
47279 src/com/itac/utilities/StringUtilities.java 120 Potential violation of Law of Demeter (method chain calls)
47280 src/com/itac/utilities/StringUtilities.java 120 Potential violation of Law of Demeter (object not created locally)
47281 src/com/itac/utilities/StringUtilities.java 131 Comment is too large: Line too long
47282 src/com/itac/utilities/StringUtilities.java 133 Avoid reassigning parameters such as 'type'
47283 src/com/itac/utilities/StringUtilities.java 133 Parameter 'value' is not assigned and could be declared final
47284 src/com/itac/utilities/StringUtilities.java 133 The method 'convert' has a Cyclomatic Complexity of 14.
47285 src/com/itac/utilities/StringUtilities.java 135 Avoid declaring a variable if it is unreferenced before a possible exit point.
47286 src/com/itac/utilities/StringUtilities.java 135 Found 'DD'-anomaly for variable 'finalClass' (lines '135'-'146').
47287 src/com/itac/utilities/StringUtilities.java 135 Found 'DU'-anomaly for variable 'finalClass' (lines '135'-'177').
47288 src/com/itac/utilities/StringUtilities.java 137 A method should have only one exit point, and that should be the last statement in the method
47289 src/com/itac/utilities/StringUtilities.java 137 Avoid using if statements without curly braces
47290 src/com/itac/utilities/StringUtilities.java 137 Useless parentheses.
47291 src/com/itac/utilities/StringUtilities.java 137 Useless parentheses.
47292 src/com/itac/utilities/StringUtilities.java 139 When doing a String.toLowerCase()/toUpperCase() call, use a Locale
47293 src/com/itac/utilities/StringUtilities.java 141 A method should have only one exit point, and that should be the last statement in the method
47294 src/com/itac/utilities/StringUtilities.java 141 Avoid using if statements without curly braces
47295 src/com/itac/utilities/StringUtilities.java 146 Avoid using if...else statements without curly braces
47296 src/com/itac/utilities/StringUtilities.java 148 Avoid using if...else statements without curly braces
47297 src/com/itac/utilities/StringUtilities.java 148 There is log block not surrounded by if
47298 src/com/itac/utilities/StringUtilities.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
47299 src/com/itac/utilities/StringUtilities.java 153 Local variable 'method' could be declared final
47300 src/com/itac/utilities/StringUtilities.java 153 Potential violation of Law of Demeter (object not created locally)
47301 src/com/itac/utilities/StringUtilities.java 154 Local variable 'mods' could be declared final
47302 src/com/itac/utilities/StringUtilities.java 154 Potential violation of Law of Demeter (object not created locally)
47303 src/com/itac/utilities/StringUtilities.java 156 A method should have only one exit point, and that should be the last statement in the method
47304 src/com/itac/utilities/StringUtilities.java 156 Potential violation of Law of Demeter (object not created locally)
47305 src/com/itac/utilities/StringUtilities.java 161 There is log block not surrounded by if
47306 src/com/itac/utilities/StringUtilities.java 166 There is log block not surrounded by if
47307 src/com/itac/utilities/StringUtilities.java 172 There is log block not surrounded by if
47308 src/com/itac/utilities/StringUtilities.java 184 Avoid reassigning parameters such as 'dateString'
47309 src/com/itac/utilities/StringUtilities.java 185 Found 'DD'-anomaly for variable 'dateFormat' (lines '185'-'189').
47310 src/com/itac/utilities/StringUtilities.java 186 Found 'DD'-anomaly for variable 'finalDate' (lines '186'-'194').
47311 src/com/itac/utilities/StringUtilities.java 188 Comment is too large: Line too long
47312 src/com/itac/utilities/StringUtilities.java 189 Potential violation of Law of Demeter (method chain calls)
47313 src/com/itac/utilities/StringUtilities.java 189 Useless parentheses.
47314 src/com/itac/utilities/StringUtilities.java 189 Useless parentheses.
47315 src/com/itac/utilities/StringUtilities.java 190 Potential violation of Law of Demeter (method chain calls)
47316 src/com/itac/utilities/StringUtilities.java 190 Useless parentheses.
47317 src/com/itac/utilities/StringUtilities.java 190 Useless parentheses.
47318 src/com/itac/utilities/StringUtilities.java 191 Local variable 'dateFormatter' could be declared final
47319 src/com/itac/utilities/StringUtilities.java 191 When instantiating a SimpleDateFormat object, specify a Locale
47320 src/com/itac/utilities/StringUtilities.java 194 Potential violation of Law of Demeter (object not created locally)
47321 src/com/itac/utilities/StringUtilities.java 196 There is log block not surrounded by if